Date: Tue, 14 Feb 2006 09:22:33 +0100 From: "Michael Winking" <mwfp@foldl.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mwfp@foldl.net Subject: ports/93322: New port: java/jakarta-commons-io a library of io utilities Message-ID: <200602140820.k1E8KBxc030487@alfa12.isp-service.biz> Resent-Message-ID: <200602140830.k1E8UAww061981@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 93322 >Category: ports >Synopsis: New port: java/jakarta-commons-io a library of io utilities >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 Feb 14 08:30:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael Winking >Release: FreeBSD 5.4-RELEASE i386 >Organization: >Environment: System: FreeBSD Caesar.Imperium.Romanum 5.4-RELEASE FreeBSD 5.4-RELEASE #3: Mon Oct 17 22:30:51 CEST 2005 root@Caesar.Imperium.Romanum:/usr/src/sys/i386/compile/CAESAR i386 >Description: New port: java/jakarta-commons-io a library of io utilities >How-To-Repeat: N/A >Fix: --- jakarta-commons-io.shar begins here --- # 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: # # jakarta-commons-io # jakarta-commons-io/Makefile # jakarta-commons-io/pkg-descr # jakarta-commons-io/distinfo # echo c - jakarta-commons-io mkdir -p jakarta-commons-io > /dev/null 2>&1 echo x - jakarta-commons-io/Makefile sed 's/^X//' >jakarta-commons-io/Makefile << 'END-of-jakarta-commons-io/Makefile' X# Ports collection makefile for: Jakarta Commons DbUtils X# Date created: 14 Feb 2006 X# Whom: Michael Winking <mwfp@foldl.net X# X# $FreeBSD$ X# X XPORTNAME= commons-io XPORTVERSION= 1.1 XCATEGORIES= java devel XMASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA} XMASTER_SITE_SUBDIR= commons/io/source XPKGNAMEPREFIX= jakarta- XDISTNAME= ${PORTNAME}-${PORTVERSION}-src X XMAINTAINER= mwfp@foldl.net XCOMMENT= IO is a collection of I/O utilities X XBUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant \ X ${JAVAJARDIR}/junit.jar:${PORTSDIR}/java/junit X XUSE_JAVA= yes XJAVA_VERSION= 1.3+ XUSE_ANT= yes X XALL_TARGET= -cp ${JAVAJARDIR}/junit.jar dist javadoc XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src XPLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar X X.if !defined(NOPORTDOCS) XPORTDOCS= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt docs X.endif X Xdo-install: X @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}.jar..." X @${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar \ X ${JAVAJARDIR}/${PORTNAME}.jar X X @${ECHO_MSG} " [DONE]" X.if !defined(NOPORTDOCS) X @${ECHO_MSG} -n ">> Installing documentation..." X @${MKDIR} ${DOCSDIR} X @cd ${WRKSRC}/build/dist-build/${PORTNAME}-${PORTVERSION} && ${FIND} docs \ X | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1 X @${INSTALL_DATA} ${WRKSRC}/LICENSE.txt \ X ${DOCSDIR}/ X @${INSTALL_DATA} ${WRKSRC}/NOTICE.txt \ X ${DOCSDIR}/ X @${INSTALL_DATA} ${WRKSRC}/RELEASE-NOTES.txt \ X ${DOCSDIR}/ X @${ECHO_MSG} " [DONE]" X.endif X X.include <bsd.port.mk> END-of-jakarta-commons-io/Makefile echo x - jakarta-commons-io/pkg-descr sed 's/^X//' >jakarta-commons-io/pkg-descr << 'END-of-jakarta-commons-io/pkg-descr' XCommons IO is a library of utilities to assist with developing IO functionality. X XThere are three main areas included: X X * Utility classes - with static methods to perform common tasks X * Filters - various implementations of file filters X * Streams - useful stream, reader and writer implementations X XWWW: http://jakarta.apache.org/commons/io/ END-of-jakarta-commons-io/pkg-descr echo x - jakarta-commons-io/distinfo sed 's/^X//' >jakarta-commons-io/distinfo << 'END-of-jakarta-commons-io/distinfo' XMD5 (commons-io-1.1-src.tar.gz) = 0a39b54885b86dc42169ffd761caf414 XSHA256 (commons-io-1.1-src.tar.gz) = 375983a026c86afee9b07405a616b3614de3f844b2530d54a5f12c06a666b92c XSIZE (commons-io-1.1-src.tar.gz) = 197922 END-of-jakarta-commons-io/distinfo exit --- jakarta-commons-io.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602140820.k1E8KBxc030487>