XStream is a simple library to serialize Java objects
to XML and back again. WWW: http://xstream.codehaus.org/
This commit is contained in:
parent
20928188f1
commit
ec97c639b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168262
@ -912,6 +912,7 @@
|
||||
SUBDIR += xpp3
|
||||
SUBDIR += xslide.el
|
||||
SUBDIR += xslint
|
||||
SUBDIR += xstream
|
||||
SUBDIR += xt
|
||||
SUBDIR += xxdiff
|
||||
SUBDIR += y2l
|
||||
|
41
textproc/xstream/Makefile
Normal file
41
textproc/xstream/Makefile
Normal file
@ -0,0 +1,41 @@
|
||||
# Ports collection makefile for: XStream
|
||||
# Date created: 19 July 2006
|
||||
# Whom: Alex Dupre <ale@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xstream
|
||||
PORTVERSION= 1.1.3
|
||||
CATEGORIES= textproc java
|
||||
MASTER_SITES= http://dist.codehaus.org/xstream/distributions/
|
||||
|
||||
MAINTAINER= ale@FreeBSD.org
|
||||
COMMENT= A simple library to serialize Java objects to XML
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_JAVA= yes
|
||||
USE_ANT= yes
|
||||
ALL_TARGET= jar
|
||||
|
||||
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
|
||||
.if !defined(NOPORTDOCS)
|
||||
OTHERDOCS= LICENSE.txt README.txt
|
||||
PORTDOCS= javadoc ${OTHERDOCS}
|
||||
ALL_TARGET+= javadoc
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..."
|
||||
@${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar
|
||||
@${ECHO_MSG} " [ DONE ]"
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..."
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@cd ${WRKSRC}/ && ${FIND} javadoc \
|
||||
| ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} > /dev/null 2>&1
|
||||
@${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
||||
@${ECHO_MSG} " [ DONE ]"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/xstream/distinfo
Normal file
3
textproc/xstream/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xstream-1.1.3.zip) = 56c04181b6d7940b8d413d8f3e3848d8
|
||||
SHA256 (xstream-1.1.3.zip) = 9d6f383d4c9c48a42fc7962626d3449cd7d43935935d3825d2fb83f328f720b1
|
||||
SIZE (xstream-1.1.3.zip) = 2207208
|
7
textproc/xstream/pkg-descr
Normal file
7
textproc/xstream/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
XStream is a simple library to serialize Java objects
|
||||
to XML and back again.
|
||||
|
||||
WWW: http://xstream.codehaus.org/
|
||||
|
||||
- Alex Dupre
|
||||
ale@FreeBSD.org
|
Loading…
Reference in New Issue
Block a user