From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 4 04:00:32 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 695C416A41F for ; Tue, 4 Apr 2006 04:00:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A46943D55 for ; Tue, 4 Apr 2006 04:00:31 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3440Vd1081052 for ; Tue, 4 Apr 2006 04:00:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3440V6m081047; Tue, 4 Apr 2006 04:00:31 GMT (envelope-from gnats) Resent-Date: Tue, 4 Apr 2006 04:00:31 GMT Resent-Message-Id: <200604040400.k3440V6m081047@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, Ken Menzel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 99E9216A401 for ; Tue, 4 Apr 2006 03:56:50 +0000 (UTC) (envelope-from sysadm@kirk.icarz.com) Received: from kirk.icarz.com (kirk.icarz.com [209.123.219.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1AC0543D46 for ; Tue, 4 Apr 2006 03:56:50 +0000 (GMT) (envelope-from sysadm@kirk.icarz.com) Received: from kirk.icarz.com (localhost.icarz.com [127.0.0.1]) by kirk.icarz.com (8.13.1/8.13.1) with ESMTP id k343un3P013556 for ; Mon, 3 Apr 2006 23:56:49 -0400 (EDT) (envelope-from sysadm@kirk.icarz.com) Received: (from root@localhost) by kirk.icarz.com (8.13.1/8.13.1/Submit) id k343unlq013555; Mon, 3 Apr 2006 23:56:49 -0400 (EDT) (envelope-from sysadm) Message-Id: <200604040356.k343unlq013555@kirk.icarz.com> Date: Mon, 3 Apr 2006 23:56:49 -0400 (EDT) From: Ken Menzel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/95296: [NEW PORT]p5-xerces-p perl wrapper for xerces-c2 xml library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ken Menzel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 04:00:32 -0000 >Number: 95296 >Category: ports >Synopsis: [NEW PORT]p5-xerces-p perl wrapper for xerces-c2 xml library >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: Tue Apr 04 04:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ken Menzel >Release: FreeBSD 4.11-RELEASE-p16 i386 >Organization: www.icarz.com and www.kodem.com >Environment: System: FreeBSD kirk.icarz.com 4.11-RELEASE-p16 FreeBSD 4.11-RELEASE-p16 #1: Tue Mar 28 01:37:57 EST 2006 sysadm@kirk.icarz.com:/usr/obj/usr/src/sys/ICARZ i386 >Description: P5-xerces-p NEW PORT XML::Xerces is the Perl API to the Apache project's Xerces XML parser. It is implemented using the Xerces C++ API, and it provides access to most of the C++ API from Perl. >How-To-Repeat: P5-xerces-p perl wrapper for xerces-c2 xml library >Fix: also posted on my personal web site http://www.kodem.com/ports/index.html Thanks to Bjoern A. Zeeb for his guidance. --- p5-xerces-p.shar begins here --- # 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: # # ./p5-xerces-p # ./p5-xerces-p/Makefile # ./p5-xerces-p/distinfo # ./p5-xerces-p/pkg-descr # ./p5-xerces-p/pkg-plist # echo c - ./p5-xerces-p mkdir -p ./p5-xerces-p > /dev/null 2>&1 echo x - ./p5-xerces-p/Makefile sed 's/^X//' >./p5-xerces-p/Makefile << 'END-of-./p5-xerces-p/Makefile' X# New ports collection makefile for: p5-xerces-c2 X# Date created: 29 March 2006 X# Whom: Ken Menzel X# X# $FreeBSD: ports/textproc/p5-libxml/Makefile,v 1.0 2006/03/29 09:27:22 Ken Menzel $ X# X XPORTNAME= xerces-p XPORTVERSION= 2.7.0 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= XML XPKGNAMEPREFIX= p5- XDISTNAME= XML-Xerces-${PORTVERSION}-0 X XMAINTAINER= perl@FreeBSD.org XCOMMENT= Xerces perl port X XLIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 X XUSE_GMAKE= YES XPERL_CONFIGURE= YES XCONFIGURE_ENV+= XERCES_LIB="${LOCALBASE}/lib" \ X XERCES_INCLUDE="${LOCALBASE}/include" \ X X.include X X.if ${PERL_LEVEL} < 500601 XIGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again X.endif X X.include END-of-./p5-xerces-p/Makefile echo x - ./p5-xerces-p/distinfo sed 's/^X//' >./p5-xerces-p/distinfo << 'END-of-./p5-xerces-p/distinfo' XMD5 (XML-Xerces-2.7.0-0.tar.gz) = e5bd871026bee1b291c5634e6e4daf35 XSHA256 (XML-Xerces-2.7.0-0.tar.gz) = ec9ad5482beb7f34feb2458d1c65807339cb2c1b01895c174e4fb3cb9ca87be6 XSIZE (XML-Xerces-2.7.0-0.tar.gz) = 291199 END-of-./p5-xerces-p/distinfo echo x - ./p5-xerces-p/pkg-descr sed 's/^X//' >./p5-xerces-p/pkg-descr << 'END-of-./p5-xerces-p/pkg-descr' XFrom the xerces.apache.org web site: X X XML::Xerces is the Perl API to the Apache project's Xerces XML X parser. It is implemented using the Xerces C++ API, and it provides X access to most of the C++ API from Perl. X X-- Ken Menzel END-of-./p5-xerces-p/pkg-descr echo x - ./p5-xerces-p/pkg-plist sed 's/^X//' >./p5-xerces-p/pkg-plist << 'END-of-./p5-xerces-p/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/XML/Xerces.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/Handler.a X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler/extralibs.ld X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/Xerces.so X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Xerces X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Handler X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML END-of-./p5-xerces-p/pkg-plist exit --- p5-xerces-p.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: