Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2010 07:18:59 GMT
From:      Rob Farmer <rfarmer@predatorlabs.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/143863: [NEW PORT] textproc/xml-commons Provides common XML code for Apache projects
Message-ID:  <201002130718.o1D7Ixa0086459@www.freebsd.org>
Resent-Message-ID: <201002130720.o1D7K4mt096133@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143863
>Category:       ports
>Synopsis:       [NEW PORT] textproc/xml-commons Provides common XML code for Apache projects
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 13 07:20:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD coretwo.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203695: Tue Feb  9 03:02:13 PST 2010     rfarmer@coretwo.predatorlabs.net:/usr/obj/usr/src/sys/CORETWO  amd64
>Description:
xml-commons is focussed on common code and guidelines for xml projects. The
first focus will be to organize and have common packaging for the various
externally-defined standards code relating to XML - things like the DOM,
SAX, and JAXP interfaces.

As the xml-commons community forms, we also hope to serve as a holding area
for other common xml-related utilities and code, and to help promulgate
common packaging, testing, documentation, and other guidelines across all
xml.apache.org subprojects.

WWW: http://xml.apache.org/commons/

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	xml-commons
#	xml-commons/Makefile
#	xml-commons/distinfo
#	xml-commons/pkg-descr
#
echo c - xml-commons
mkdir -p xml-commons > /dev/null 2>&1
echo x - xml-commons/Makefile
sed 's/^X//' >xml-commons/Makefile << '123f912aae061539ac39b213709b6e0c'
X# New ports collection makefile for:	xml-commons
X# Date created:				11 February 2010
X# Whom:					rfarmer@predatorlabs.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xml-commons
XPORTVERSION=	1.4.01
XCATEGORIES=	textproc java
XMASTER_SITES=	APACHE/xml/commons
XDISTNAME=	${PORTNAME}-external-${PORTVERSION}
XEXTRACT_SUFX=	-bin.tar.gz
X
XMAINTAINER=	rfarmer@predatorlabs.net
XCOMMENT=	Provides common XML code for Apache projects
X
XUSE_JAVA=	yes
XJAVA_VERSION=	1.5+
XJAVA_RUN=	yes
XNO_BUILD=	yes
X
XPLIST_FILES=	%%JAVAJARDIR%%/xml-apis-ext.jar \
X		%%JAVAJARDIR%%/xml-apis.jar
X
Xdo-install:
X	${INSTALL_DATA} ${WRKSRC}/xml-apis-ext.jar ${JAVAJARDIR}
X	${INSTALL_DATA} ${WRKSRC}/xml-apis.jar ${JAVAJARDIR}
X
X.include <bsd.port.mk>
123f912aae061539ac39b213709b6e0c
echo x - xml-commons/distinfo
sed 's/^X//' >xml-commons/distinfo << 'd7b9d4b7ffb4f076f96efe7bf1561f36'
XMD5 (xml-commons-external-1.4.01-bin.tar.gz) = 8bd2f6634886c9f5dc88fb3e9181d714
XSHA256 (xml-commons-external-1.4.01-bin.tar.gz) = a22c64d0a95d09c74ba322196b3eac5eab38e2896ecb95056dab7eeaff2daaaf
XSIZE (xml-commons-external-1.4.01-bin.tar.gz) = 1610345
d7b9d4b7ffb4f076f96efe7bf1561f36
echo x - xml-commons/pkg-descr
sed 's/^X//' >xml-commons/pkg-descr << '9cc2bb08067adacd09250a37945b8f50'
Xxml-commons is focussed on common code and guidelines for xml projects. The
Xfirst focus will be to organize and have common packaging for the various
Xexternally-defined standards code relating to XML - things like the DOM,
XSAX, and JAXP interfaces.
X
XAs the xml-commons community forms, we also hope to serve as a holding area
Xfor other common xml-related utilities and code, and to help promulgate
Xcommon packaging, testing, documentation, and other guidelines across all
Xxml.apache.org subprojects.
X
XWWW: http://xml.apache.org/commons/
9cc2bb08067adacd09250a37945b8f50
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002130718.o1D7Ixa0086459>