1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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)
This commit is contained in:
Pawel Pekala 2011-10-02 14:54:08 +00:00
parent a158d41a99
commit 27e63078ca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282795
4 changed files with 54 additions and 0 deletions

View File

@ -135,6 +135,7 @@
SUBDIR += netbeans61
SUBDIR += netcomponents
SUBDIR += netrexx
SUBDIR += netty
SUBDIR += openjdk6
SUBDIR += openjdk7
SUBDIR += phpeclipse

45
java/netty/Makefile Normal file
View File

@ -0,0 +1,45 @@
# ports collection makefile for: netty
# Date created: 2011-01-16
# Whom: Mikhail T. <michael@fun-box.ru>
#
# $FreeBSD$
#
PORTNAME= netty
PORTVERSION= 3.2.3
DISTVERSIONSUFFIX=.Final-dist
CATEGORIES= java devel
MASTER_SITES= SF/jboss/Netty%20Project/Netty%20${PORTVERSION}.Final/
MAINTAINER= michael@fun-box.ru
COMMENT= Java NIO client server framework
LICENSE= ASL
USE_JAVA= yes
USE_BZIP2= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
DATADIR= ${PREFIX}/share/${UNIQUENAME}
DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.Final
PLIST_FILES= %%JAVAJARDIR%%/netty-${PORTVERSION}.jar
PORTDATA= *
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
.include <bsd.port.pre.mk>
do-install:
${MKDIR} ${JAVAJARDIR}
${INSTALL_DATA} ${WRKSRC}/jar/netty-${PORTVERSION}.Final.jar ${JAVAJARDIR}/netty-${PORTVERSION}.jar
cd ${WRKSRC} && ${COPYTREE_SHARE} src ${DATADIR}
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
.include <bsd.port.post.mk>

2
java/netty/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (netty-3.2.3.Final-dist.tar.bz2) = 3625ae8735d0de1bf30b1c9504887deadeefa194c3c14d2f70d8d8dd1f9e49ff
SIZE (netty-3.2.3.Final-dist.tar.bz2) = 6698379

6
java/netty/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
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