Castor is a data binding framework for Java. It's the shortest path
between Java objects, XML documents, and relational tables. Castor provides Java-to-XML binding, Java-to-SQL persistence, and more. WWW: http://www.castor.org/ PR: 80942 Submitted by: Adam VanderHook <acidos@bandwidth-junkies.net>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
SUBDIR += bsh
|
||||
SUBDIR += bugseeker
|
||||
SUBDIR += bugseeker-demo
|
||||
SUBDIR += castor
|
||||
SUBDIR += classpath
|
||||
SUBDIR += collections
|
||||
SUBDIR += cos
|
||||
|
||||
37
java/castor/Makefile
Normal file
37
java/castor/Makefile
Normal file
@@ -0,0 +1,37 @@
|
||||
# Ports collection makefile for: Castor
|
||||
# Date created: 2005/05/12
|
||||
# Whom: Adam VanderHook <acidos@bandwidth-junkies.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= castor
|
||||
PORTVERSION= 0.9.6
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= http://dist.codehaus.org/castor/${PORTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= acidos@bandwidth-junkies.net
|
||||
COMMENT= Data binding for XML (JAXB) and SQL database (JDO)
|
||||
|
||||
USE_JAVA= yes
|
||||
JAVA_VERSION= 1.4
|
||||
USE_ANT= yes
|
||||
USE_JIKES= no
|
||||
|
||||
ALL_TARGET= jar
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
|
||||
JAVALIBNAME= ${PORTNAME}-${PORTVERSION}
|
||||
JARFILE= ${PORTNAME}.jar
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${JARFILE}
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/dist/${JAVALIBNAME}.jar ${JAVAJARDIR}/${JARFILE}
|
||||
@${ECHO_MSG} " [ DONE ]"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
java/castor/distinfo
Normal file
2
java/castor/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
MD5 (castor-0.9.6-src.tgz) = 3ec1b9623f04b86f157738bd3f10a847
|
||||
SIZE (castor-0.9.6-src.tgz) = 5937173
|
||||
5
java/castor/pkg-descr
Normal file
5
java/castor/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
Castor is a data binding framework for Java. It's the shortest path
|
||||
between Java objects, XML documents, and relational tables. Castor
|
||||
provides Java-to-XML binding, Java-to-SQL persistence, and more.
|
||||
|
||||
WWW: http://www.castor.org/
|
||||
Reference in New Issue
Block a user