aboutsummaryrefslogtreecommitdiffstats
path: root/java/netty
Commit message (Collapse)AuthorAgeFilesLines
* Build the native transport libraryglewis2019-09-242-2/+48
| | | | | | | | | * 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
* Update to 4.1.41glewis2019-09-242-4/+4
|
* Pet portlintglewis2019-08-221-1/+2
|
* Update to netty 4.1.39glewis2019-08-223-17/+25
| | | | PR: 219218
* - Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are ↵amdmi32018-11-241-2/+2
| | | | | | allowed in plist Approved by: portmgr blanket
* - Add LICENSE_FILEamdmi32018-11-222-8/+8
| | | | | | | | | | - Pet portlint - Remove no-op DATADIR/DOCSDIR - Silence COPYTREE macros - Pet portlint - Update WWW Approved by: portmgr blanket
* Reset MAINTAINER on ports maintained by amutu@amutu.comyuri2018-06-221-1/+1
| | | | | | | | 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.
* Pass maintainership to submittersunpoet2017-05-101-1/+1
| | | | | PR: 219180 Submitted by: Jov <amutu@amutu.com>
* java/netty: update 3.9.2 -> 3.10.6pi2016-11-122-3/+4
| | | | | | 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>
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-3/+3
| | | | Approved by: portmgr blanket
* Reset MAINTAINER to ports@. Maintainer doesn't use this port any more.cy2016-03-181-1/+1
| | | | Requested by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-2/+2
| | | | | | | | | | | | | | | | | 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
* - Add CPE infoamdmi32015-04-251-1/+2
| | | | Approved by: portmgr blanket
* - Update to 3.9.2jhale2014-06-302-15/+9
| | | | | | | | - NOPORTDOCS -> DOCS option - Silence MKDIR PR: 191441 (based on) Submitted by: m.tsatsenko@gmail.com (maintainer)
* Stagify.vanilla2014-06-171-7/+7
| | | | Approved by: portmgr@
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-2/+0
|
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
| | | | | | | | | | | | | | - 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@)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | java)
* Decommissioning java 1.5 (EOLed since October 2009):bapt2012-12-101-6/+2
| | | | suppress any reference to JAVA_VERSION= 1.5+ (part2)
* Update port to 3.5.5skreuzer2012-08-313-6/+10
| | | | | | | | Create a link for a current version Update WWW and master sites PR: ports/171011 Submitted by: Mikhail Tsatsenko m.tsatsenko@gmail.com
* - The proper acronym for Apache Software License 2 is really AL2tabthorpe2012-01-091-1/+1
| | | | | | | | | - Thanks to crees@ for generating the initial patch PR: ports/163521 Submitted by: Pedro Giffuni <pfg apache.org> Hat: portmgr Exp run by: pav
* - Update maintainer email addressswills2011-10-171-1/+1
| | | | | PR: ports/161279 Submitted by: "Mikhail T." <michael@fun-box.ru> (maintainer)
* The Netty is an effort to provide an asynchronouspawel2011-10-023-0/+53
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)