forked from Lainports/freebsd-ports
- Update to 1.3.1.
- Transfer maintainership to submitter. PR: 148131 Submitted by: Chris Rees <utisoft@gmail.com> Approved by: (former) maintainer Feature safe: yes
This commit is contained in:
parent
f82250cc64
commit
685a461c00
2 changed files with 29 additions and 19 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Ports collection makefile for: Castor
|
||||
# Ports collection Makefile for: Castor
|
||||
# Date created: 2005/05/12
|
||||
# Whom: Adam VanderHook <acidos@bandwidth-junkies.net>
|
||||
#
|
||||
|
|
@ -6,33 +6,43 @@
|
|||
#
|
||||
|
||||
PORTNAME= castor
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://dist.codehaus.org/castor/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= acidos@bandwidth-junkies.net
|
||||
MAINTAINER= utisoft@gmail.com
|
||||
COMMENT= Data binding for XML (JAXB) and SQL database (JDO)
|
||||
LICENSE= ASL
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4+
|
||||
USE_ANT= yes
|
||||
USE_JIKES= no
|
||||
NO_BUILD= yes
|
||||
|
||||
ALL_TARGET= jar
|
||||
JARSUFXS= -anttasks.jar \
|
||||
-codegen.jar \
|
||||
-core.jar \
|
||||
-ddlgen.jar \
|
||||
-jdo.jar \
|
||||
-xml-schema.jar \
|
||||
-xml.jar \
|
||||
.jar
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
|
||||
JAVALIBNAME= ${PORTNAME}-${PORTVERSION}
|
||||
JARFILE= ${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-anttasks.jar \
|
||||
%%JAVAJARDIR%%/${PORTNAME}-codegen.jar \
|
||||
%%JAVAJARDIR%%/${PORTNAME}-core.jar \
|
||||
%%JAVAJARDIR%%/${PORTNAME}-ddlgen.jar \
|
||||
%%JAVAJARDIR%%/${PORTNAME}-jdo.jar \
|
||||
%%JAVAJARDIR%%/${PORTNAME}-xml-schema.jar \
|
||||
%%JAVAJARDIR%%/${PORTNAME}-xml.jar \
|
||||
%%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/${JAVALIBNAME}.jar ${JAVAJARDIR}/${JARFILE}
|
||||
.for f in ${JARSUFXS}
|
||||
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}${f}..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${PORTVERSION}${f} \
|
||||
${JAVAJARDIR}/${PORTNAME}${f}
|
||||
@${ECHO_MSG} " [ DONE ]"
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (castor-1.1-src.tgz) = 71fdf22433aeefa9ca9956446ae101be
|
||||
SHA256 (castor-1.1-src.tgz) = ee9695b3fdc3c2a2471caa40ed962e3ddb170529cc1196d9a34fd8602681cddb
|
||||
SIZE (castor-1.1-src.tgz) = 8813761
|
||||
MD5 (castor-1.3.1.tgz) = 67febd219e11c8aa6233bc1633b36f16
|
||||
SHA256 (castor-1.3.1.tgz) = 639ff895e0294f2111c57d2f2241d06a5fbcc774dd714fc933d36e651922f1b2
|
||||
SIZE (castor-1.3.1.tgz) = 4257528
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue