ports/154285: [NEW PORT] java/netty: Java NIO client server framework

Mikhail T. michael at fun-box.ru
Tue Jan 25 14:20:09 UTC 2011


>Number:         154285
>Category:       ports
>Synopsis:       [NEW PORT] java/netty: Java NIO client server framework
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 25 14:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail T.
>Release:        8.1
>Organization:
FunBox
>Environment:
FreeBSD web8 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #3 r215452M: Thu Nov 25 16:21:41 MSK 2010     root at h2:/usr/obj/usr/src/sys/CUSTOM  amd64

>Description:
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.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./distinfo
#	./Makefile
#	./pkg-descr
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2'
XSHA256 (netty-3.2.3.Final-dist.tar.bz2) = 3625ae8735d0de1bf30b1c9504887deadeefa194c3c14d2f70d8d8dd1f9e49ff
XSIZE (netty-3.2.3.Final-dist.tar.bz2) = 6698379
aec8793adfd5b7c3f00e62ae41a09ac2
echo x - ./Makefile
sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19'
X# ports collection makefile for: netty
X# Date created:                  2011-01-16
X# Whom:                          Mikhail T. <michael at fun-box.ru>
X#
X#
X
XPORTNAME=	netty
XPORTVERSION=	3.2.3
XDISTVERSIONSUFFIX=.Final-dist
XCATEGORIES=	java devel
XMASTER_SITES=	SF/jboss/Netty%20Project/Netty%20${PORTVERSION}.Final/
X
XMAINTAINER=	michael at fun-box.ru
XCOMMENT=	Java NIO client server framework
X
XLICENSE=	ASL
XUSE_JAVA=	yes
XUSE_BZIP2=	yes
XJAVA_VERSION=	1.5+
XNO_BUILD=       yes
XDATADIR=	${PREFIX}/share/${UNIQUENAME}
XDOCSDIR=	${PREFIX}/share/doc/${UNIQUENAME}
XWRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}.Final
X
XPLIST_FILES=    %%JAVAJARDIR%%/netty-${PORTVERSION}.jar
X
XPORTDATA=	*
X.if !defined(NOPORTDOCS)
XPORTDOCS=	*
X.endif
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${MKDIR} ${JAVAJARDIR}
X	${INSTALL_DATA} ${WRKSRC}/jar/netty-${PORTVERSION}.Final.jar ${JAVAJARDIR}/netty-${PORTVERSION}.jar
X	cd ${WRKSRC}/src \
X		&& ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/src/{} \; \
X		&& ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/src/{} \;
X
X.if !defined(NOPORTDOCS)
X	cd ${WRKSRC}/doc \
X		&& ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \
X		&& ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
X.endif
X
X.include <bsd.port.post.mk>
464ef7c6571951809b23e262cbe26e19
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5'
XThe Netty is an effort to provide an asynchronous 
Xevent-driven network application framework and tools 
Xfor rapid development of maintainable high performance & 
Xhigh scalability protocol servers & clients.
X
XWWW: http://www.jboss.org/netty
0e313719ff012ceaf97a028d51caa8f5
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list