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:
Herve Quiroz
2005-05-14 17:05:49 +00:00
parent 4c42ee6163
commit 50ed27ab74
4 changed files with 45 additions and 0 deletions

View File

@@ -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
View 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
View 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
View 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/