mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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
This commit is contained in:
parent
919b68563f
commit
82dc3a5621
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122380
@ -228,6 +228,7 @@
|
||||
SUBDIR += error
|
||||
SUBDIR += esdl
|
||||
SUBDIR += esvn
|
||||
SUBDIR += excalibur-configuration
|
||||
SUBDIR += f77flow
|
||||
SUBDIR += fam
|
||||
SUBDIR += fampp
|
||||
|
44
devel/excalibur-configuration/Makefile
Normal file
44
devel/excalibur-configuration/Makefile
Normal file
@ -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>
|
2
devel/excalibur-configuration/distinfo
Normal file
2
devel/excalibur-configuration/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (excalibur-configuration-1.1.tar.gz) = 1f3656b334f8fe7c67315799595c8319
|
||||
SIZE (excalibur-configuration-1.1.tar.gz) = 136076
|
7
devel/excalibur-configuration/pkg-descr
Normal file
7
devel/excalibur-configuration/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user