From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 13 07:20:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF7021065693 for ; Sat, 13 Feb 2010 07:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BD1758FC18 for ; Sat, 13 Feb 2010 07:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1D7K4o3096134 for ; Sat, 13 Feb 2010 07:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1D7K4mt096133; Sat, 13 Feb 2010 07:20:04 GMT (envelope-from gnats) Resent-Date: Sat, 13 Feb 2010 07:20:04 GMT Resent-Message-Id: <201002130720.o1D7K4mt096133@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Farmer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4175E106566B for ; Sat, 13 Feb 2010 07:19:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 280338FC08 for ; Sat, 13 Feb 2010 07:19:00 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1D7IxKj086460 for ; Sat, 13 Feb 2010 07:18:59 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o1D7Ixa0086459; Sat, 13 Feb 2010 07:18:59 GMT (envelope-from nobody) Message-Id: <201002130718.o1D7Ixa0086459@www.freebsd.org> Date: Sat, 13 Feb 2010 07:18:59 GMT From: Rob Farmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/143863: [NEW PORT] textproc/xml-commons Provides common XML code for Apache projects X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Feb 2010 07:20:05 -0000 >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 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: