Index: head/java/apache-commons-beanutils/Makefile =================================================================== --- head/java/apache-commons-beanutils/Makefile (nonexistent) +++ head/java/apache-commons-beanutils/Makefile (revision 524652) @@ -0,0 +1,52 @@ +# Created by: Ernst de Haan +# $FreeBSD$ + +PORTNAME= commons-beanutils +PORTVERSION= 1.9.2 +PORTREVISION= 1 +CATEGORIES= java devel +MASTER_SITES= APACHE_COMMONS_SOURCE +PKGNAMEPREFIX= jakarta- +DISTNAME= ${PORTNAME}-${PORTVERSION}-src + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= JavaBeans utility library + +LICENSE= APACHE20 + +BUILD_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \ + ${JAVALIBDIR}/commons-collections.jar:java/apache-commons-collections +RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging \ + ${JAVALIBDIR}/commons-collections.jar:java/apache-commons-collections + +USES= dos2unix +USE_JAVA= yes +USE_ANT= yes +DOS2UNIX_FILES= build.xml +ALL_TARGET= dist +MAKE_ARGS+= -Dcommons-collections.jar=${JAVALIBDIR}/commons-collections.jar \ + -Dcommons-logging.jar=${JAVALIBDIR}/commons-logging.jar + +JARFILE= ${PORTNAME}.jar +PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} + +OPTIONS_DEFINE= DOCS + +.include + +.if ${PORT_OPTIONS:MDOCS} +APIDOCS= api +OTHERDOCS= LICENSE.txt NOTICE.txt RELEASE-NOTES.txt +PORTDOCS= ${APIDOCS} ${OTHERDOCS} +.endif + +do-install: + ${INSTALL_DATA} ${WRKSRC}/dist/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVALIBDIR}/${JARFILE} +.if ${PORT_OPTIONS:MDOCS} + cd ${WRKSRC}/dist/docs \ + && ${FIND} ${APIDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; \ + && ${FIND} ${APIDOCS} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; + ${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ +.endif + +.include Property changes on: head/java/apache-commons-beanutils/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/apache-commons-beanutils/files/patch-build.xml =================================================================== --- head/java/apache-commons-beanutils/files/patch-build.xml (nonexistent) +++ head/java/apache-commons-beanutils/files/patch-build.xml (revision 524652) @@ -0,0 +1,11 @@ +--- build.xml.orig ++++ build.xml +@@ -212,8 +212,6 @@ + todir="${dist.home}"/> + +- + + + Property changes on: head/java/apache-commons-beanutils/files/patch-build.xml ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/apache-commons-beanutils/distinfo =================================================================== --- head/java/apache-commons-beanutils/distinfo (nonexistent) +++ head/java/apache-commons-beanutils/distinfo (revision 524652) @@ -0,0 +1,2 @@ +SHA256 (commons-beanutils-1.9.2-src.tar.gz) = 91fccad3b65f278bad98df1aa8467f2d3df6095f41b2db39d2c12863fb2c0049 +SIZE (commons-beanutils-1.9.2-src.tar.gz) = 396910 Property changes on: head/java/apache-commons-beanutils/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +1 \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/java/apache-commons-beanutils/pkg-descr =================================================================== --- head/java/apache-commons-beanutils/pkg-descr (nonexistent) +++ head/java/apache-commons-beanutils/pkg-descr (revision 524652) @@ -0,0 +1,5 @@ +JavaBeans utility library. It provides wrappers around getters +and setters for a property in an object for classes that conform +to the JavaBeans naming standard. + +WWW: http://jakarta.apache.org/commons/beanutils/ Property changes on: head/java/apache-commons-beanutils/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property