non port: java/netty/Makefile |
Number of commits found: 37 |
Monday, 12 Jun 2023
|
19:45 Muhammad Moinur Rahman (bofh)
java/netty: Fix buils with llvm15
- OPTOINIZE DOCS install
Approved by: portmgr (blanket)
f2734cc |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:22 Tobias C. Berner (tcberner)
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org>
* Eugene Grosbein <ports@grosbein.net>
* Filippo Natali <filippo@widestore.net>
* Gerrit Beine <gerrit.beine@gmx.de>
* Greg Lewis <glewis@FreeBSD.org>
* Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Jason Helfman <jgh@FreeBSD.org>
* Jeremy <karlj000@unbc.ca>
* Johannes Dieterich <dieterich@ogolem.org>
* Johannes Dieterich <jmd@FreeBSD.org>
* Jonathan Chen <jonc@chen.org.nz>
* Jose Marques
* Jose Marques <noway@nohow.demon.co.uk>
* Lapo Luchini <lapo@lapo.it>
* Lev Serebryakov <lev@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Matthew Dillon <dillon@backplane.com>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Mikhail T. <mi@aldan.algebra.com>
* Mikhail T. <michael@fun-box.ru>
* Mikhail Teterin
* Nicola Vitale <nivit@FreeBSD.org>
* Nicola Vitale <nivit@email.it>
* OISHI Masakuni <yamasa@bsdhouse.org>
* OKAZAKI Tetsurou
* Pedro Giffuni
* Simeo Reig <reig.simeo@gmail.com>
* Sutra Zhou <zhoushuqun@gmail.com>
* Tom Judge <tj@FreeBSD.org>
* Volker Stolz <vs@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* gldisater@gldis.ca
* ijliao
* jake@checker.org
* jpbeconne
* lon_kamikaze@gmx.de
* mi
* nordwick@xcf.berkeley.edu
* nork@FreeBSD.org
* olgeni@FreeBSD.org
* rasputin
* rfarmer@predatorlabs.net
* rtdean@cytherianage.net
* tux@pinguru.net
With hat: portmgr
526869d |
Tuesday, 14 Sep 2021
|
10:55 Bernhard Froehlich (decke)
java/netty: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
7e0297f |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Monday, 2 Nov 2020
|
00:48 glewis
Update to 4.1.53
 |
Sunday, 27 Sep 2020
|
21:15 linimon
Attempt to fix build on powerpc64le.
Approved by: portmgr (tier-2 blanket)
 |
Saturday, 11 Jul 2020
|
16:03 glewis
Update to 4.1.51
 |
Saturday, 6 Jun 2020
|
20:26 glewis
Update to 4.1.50
 |
Wednesday, 11 Mar 2020
|
01:07 glewis
Update to 4.1.47
 |
Monday, 9 Mar 2020
|
06:03 glewis
Update to 4.1.46
 |
Thursday, 19 Dec 2019
|
22:26 glewis
Update to 4.1.44
 |
Wednesday, 30 Oct 2019
|
18:57 glewis
Update to 4.1.43
 |
Friday, 27 Sep 2019
|
21:22 glewis
Update to 4.1.42
* Update to 4.1.42
* Unbreak (hopefully) by setting JAVA_EXTRACT
* Make myself maintainer
 |
Thursday, 26 Sep 2019
|
17:40 antoine
Mark BROKEN: fails to extract
(cd /wrkdirs/usr/ports/java/netty/work/netty-4.1.41.Final &&
/usr/local/openjdk8/bin/jar xf
jar/netty-transport-native-kqueue-4.1.41.Final-sources.jar)
/bin/sh: /usr/local/openjdk8/bin/jar: not found
Reported by: pkg-fallout
 |
Tuesday, 24 Sep 2019
|
01:49 glewis
Build the native transport library
* Build the native KQueue transport library
* Add that library to the installed netty.jar
* Bump PORTREVISION
This was only tested on amd64, but should work on all architectures with
Java support
 |
Monday, 23 Sep 2019
|
20:59 glewis
Update to 4.1.41
 |
Thursday, 22 Aug 2019
|
02:30 glewis
Pet portlint
 |
02:14 glewis
Update to netty 4.1.39
PR: 219218
 |
Friday, 23 Nov 2018
|
17:26 amdmi3
- Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are
allowed in plist
Approved by: portmgr blanket
 |
Thursday, 22 Nov 2018
|
09:30 amdmi3
- Add LICENSE_FILE
- Pet portlint
- Remove no-op DATADIR/DOCSDIR
- Silence COPYTREE macros
- Pet portlint
- Update WWW
Approved by: portmgr blanket
 |
Friday, 22 Jun 2018
|
08:04 yuri
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
 |
Wednesday, 10 May 2017
|
07:06 sunpoet
Pass maintainership to submitter
PR: 219180
Submitted by: Jov <amutu@amutu.com>
 |
Saturday, 12 Nov 2016
|
08:30 pi
java/netty: update 3.9.2 -> 3.10.6
PR: 214427
Changes: https://github.com/netty/netty/issues?q=milestone%3A3.10.6.Final http://netty.io/news/2016/06/29/3-10-6-Final.html
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
 |
Thursday, 17 Mar 2016
|
19:36 cy
Reset MAINTAINER to ports@. Maintainer doesn't use this port any more.
Requested by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
 |
Monday, 17 Aug 2015
|
14:20 mat
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
 |
Saturday, 25 Apr 2015
|
02:50 amdmi3
- Add CPE info
Approved by: portmgr blanket
 |
Sunday, 29 Jun 2014
|
16:19 jhale
- Update to 3.9.2
- NOPORTDOCS -> DOCS option
- Silence MKDIR
PR: 191441 (based on)
Submitted by: m.tsatsenko@gmail.com (maintainer)
 |
Tuesday, 17 Jun 2014
|
08:03 vanilla
Stagify.
Approved by: portmgr@
 |
Friday, 3 Jan 2014
|
01:13 bapt
Part 2 at removing now useless FETCH_ARGS redifition
 |
Monday, 30 Dec 2013
|
20:55 ohauer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@)
 |
Friday, 20 Sep 2013
|
19:48 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
java)
 |
Monday, 10 Dec 2012
|
13:18 bapt
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2)
 |
Thursday, 30 Aug 2012
|
19:14 skreuzer
Update port to 3.5.5
Create a link for a current version
Update WWW and master sites
PR: ports/171011
Submitted by: Mikhail Tsatsenko m.tsatsenko@gmail.com
 |
Monday, 9 Jan 2012
|
15:41 tabthorpe
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav
 |
Monday, 17 Oct 2011
|
02:51 swills
- Update maintainer email address
PR: ports/161279
Submitted by: "Mikhail T." <michael@fun-box.ru> (maintainer)
 |
Sunday, 2 Oct 2011
|
14:54 pawel
The Netty is an effort to provide an asynchronous
event-driven network application framework and tools
for rapid development of maintainable high performance &
high scalability protocol servers & clients.
WWW: http://www.jboss.org/netty
PR: ports/154285
Submitted by: Mikhail T. <michael@fun-box.ru>
Approved by: miwi, wen (mentors implicit)
 |
Number of commits found: 37 |