summaryrefslogtreecommitdiff
path: root/devel/excalibur-configuration
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2004-11-25 03:58:17 +0000
committerHerve Quiroz <hq@FreeBSD.org>2004-11-25 03:58:17 +0000
commit82dc3a5621252366bc9f1510ca21ac312fb9c649 (patch)
tree4ad1c86d50ccc3480d3b9b128f5e89429b252ad4 /devel/excalibur-configuration
parent- Removed pkg-plist by building a dynamic one for APP_HOME installed files and (diff)
The Excalibur Configuration package contains extensions to the Avalon Framework
supporting configuration management. This Excalibur component is now deprecated but is still required by some Java packages. WWW: http://excalibur.apache.org/deprecation.html
Notes
Notes: svn path=/head/; revision=122380
Diffstat (limited to 'devel/excalibur-configuration')
-rw-r--r--devel/excalibur-configuration/Makefile44
-rw-r--r--devel/excalibur-configuration/distinfo2
-rw-r--r--devel/excalibur-configuration/pkg-descr7
3 files changed, 53 insertions, 0 deletions
diff --git a/devel/excalibur-configuration/Makefile b/devel/excalibur-configuration/Makefile
new file mode 100644
index 000000000000..08446fc5a600
--- /dev/null
+++ b/devel/excalibur-configuration/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: excalibur-configuration
+# Date created: 2004-11-19
+# Whom: Herve Quiroz <hq@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= excalibur-configuration
+PORTVERSION= 1.1
+CATEGORIES= devel java
+MASTER_SITES= ${MASTER_SITE_APACHE}
+MASTER_SITE_SUBDIR= avalon/${PORTNAME}/binaries
+
+MAINTAINER= hq@FreeBSD.org
+COMMENT= Configuration management extensions to the Avalon Framework
+
+RUN_DEPENDS= ${JAVALIBDIR}/avalon-framework.jar:${PORTSDIR}/devel/avalon-framework
+
+USE_JAVA= yes
+JAVA_VERSION= 1.2+
+NO_BUILD= yes
+
+PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
+.if !defined(NOPORTDOCS)
+PORTDOCS= README.txt apidocs
+.endif
+
+.include <bsd.port.pre.mk>
+
+do-install:
+ @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
+ @${MKDIR} ${JAVAJARDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar
+ @${ECHO_MSG} " [ DONE ]"
+.if !defined(NOPORTDOCS)
+ @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}/..."
+ @cd ${WRKSRC}/docs \
+ && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/apidocs/{} \; \
+ && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/apidocs/{} \;
+ @${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/
+ @${ECHO_MSG} " [ DONE ]"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/excalibur-configuration/distinfo b/devel/excalibur-configuration/distinfo
new file mode 100644
index 000000000000..a5dd17a7d5b6
--- /dev/null
+++ b/devel/excalibur-configuration/distinfo
@@ -0,0 +1,2 @@
+MD5 (excalibur-configuration-1.1.tar.gz) = 1f3656b334f8fe7c67315799595c8319
+SIZE (excalibur-configuration-1.1.tar.gz) = 136076
diff --git a/devel/excalibur-configuration/pkg-descr b/devel/excalibur-configuration/pkg-descr
new file mode 100644
index 000000000000..6e5ef4fb640a
--- /dev/null
+++ b/devel/excalibur-configuration/pkg-descr
@@ -0,0 +1,7 @@
+The Excalibur Configuration package contains extensions to the Avalon Framework
+supporting configuration management.
+
+This Excalibur component is now deprecated but is still required by some Java
+packages.
+
+WWW: http://excalibur.apache.org/deprecation.html