# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # castor # castor/pkg-descr # castor/distinfo # castor/Makefile # echo c - castor mkdir -p castor > /dev/null 2>&1 echo x - castor/pkg-descr sed 's/^X//' >castor/pkg-descr << 'END-of-castor/pkg-descr' XCastor is a data binding framework for Java. It's the shortest path Xbetween Java objects, XML documents, and relational tables. Castor Xprovides Java-to-XML binding, Java-to-SQL persistence, and more. X XWWW: http://www.castor.org/ END-of-castor/pkg-descr echo x - castor/distinfo sed 's/^X//' >castor/distinfo << 'END-of-castor/distinfo' XMD5 (castor-0.9.6-src.tgz) = 3ec1b9623f04b86f157738bd3f10a847 XSIZE (castor-0.9.6-src.tgz) = 5937173 END-of-castor/distinfo echo x - castor/Makefile sed 's/^X//' >castor/Makefile << 'END-of-castor/Makefile' X# Ports collection makefile for: Castor X# Date created: 2005/05/12 X# Whom: Adam VanderHook X# X# $FreeBSD$ X# X XPORTNAME= castor XPORTVERSION= 0.9.6 XCATEGORIES= java XMASTER_SITES= http://dist.codehaus.org/castor/${PORTVERSION}/ XDISTNAME= ${PORTNAME}-${PORTVERSION}-src XEXTRACT_SUFX= .tgz X XMAINTAINER= acidos@bandwidth-junkies.net XCOMMENT= Data binding for XML (JAXB) and SQL database (JDO) X XBUILD_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant X XUSE_JAVA= yes XUSE_ANT= yes XJAVA_VERSION= 1.4+ X XALL_TARGET= jar X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src X XJAVALIBNAME= ${PORTNAME}-${PORTVERSION} XJARFILE= ${JAVALIBNAME}.jar XPLIST_FILES= %%JAVAJARDIR%%/${JARFILE} X Xdo-install: X @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..." X @${INSTALL_DATA} ${WRKSRC}/../dist/${JARFILE} ${JAVAJARDIR}/${JARFILE} X @${ECHO_MSG} " [ DONE ]" X X.include END-of-castor/Makefile exit