Date: Thu, 13 Jul 2006 23:06:00 -0400 (EDT) From: Vivek Khera <vivek@khera.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100265: new port p5-XML-Mini Message-ID: <20060714030600.B65F5B829@yertle.kcilink.com> Resent-Message-ID: <200607140310.k6E3AHl6041772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100265 >Category: ports >Synopsis: new port p5-XML-Mini >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 14 03:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 6.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #4: Thu Mar 2 13:53:40 EST 2006 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64 >Description: new port p5-XML-Mini >How-To-Repeat: >Fix: # 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: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: textproc/p5-XML-Mini X# Date created: 12-JUL-2006 X# Whom: Vivek Khera <vivek@khera.org> X# X# $FreeBSD$ X# X XPORTNAME= XML-Mini XPORTVERSION= 1.2.8 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= XML XPKGNAMEPREFIX= p5- X XMAINTAINER= vivek@khera.org XCOMMENT= Perl implementation of the XML::Mini XML create/parse interface. X XPERL_CONFIGURE= yes X XRUN_DEPENDS+= p5-Text-Balanced>=0.0:${PORTSDIR}/textproc/p5-Text-Balanced X XMAN3= XML::Mini.3 XML::Mini::Document.3 XML::Mini::Element.3 \ X XML::Mini::Element::CData.3 XML::Mini::Element::Comment.3 \ X XML::Mini::Element::DocType.3 XML::Mini::Element::Entity.3 \ X XML::Mini::Element::Header.3 XML::Mini::Node.3 \ X XML::Mini::TreeComponent.3 X X.include <bsd.port.mk> END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (XML-Mini-1.2.8.tar.gz) = ca3a9dffd09f6675c4ed5fd9318ec8fa XSHA256 (XML-Mini-1.2.8.tar.gz) = 9e66e218796c503da2fe47b0670581880121427860faa58a7d2c704ad02ccf51 XSIZE (XML-Mini-1.2.8.tar.gz) = 35349 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XXML::Mini is a set of Perl classes that allow you to access XML data and Xcreate valid XML output with a tree-based hierarchy of elements. X XXML::Mini does not require any external libraries or modules and is pure Perl. XIf available, XML::Mini will use the Text::Balanced module in order to escape Xlimitations of the regex-only approach (eg "cross-nested" tag parsing). END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' X%%SITE_PERL%%/XML/Mini.pm X%%SITE_PERL%%/XML/Mini/Document.pm X%%SITE_PERL%%/XML/Mini/Element.pm X%%SITE_PERL%%/XML/Mini/Element/CData.pm X%%SITE_PERL%%/XML/Mini/Element/Comment.pm X%%SITE_PERL%%/XML/Mini/Element/DocType.pm X%%SITE_PERL%%/XML/Mini/Element/Entity.pm X%%SITE_PERL%%/XML/Mini/Element/Header.pm X%%SITE_PERL%%/XML/Mini/Node.pm X%%SITE_PERL%%/XML/Mini/TreeComponent.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Mini/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Mini X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML X@dirrm %%SITE_PERL%%/XML/Mini/Element X@dirrm %%SITE_PERL%%/XML/Mini X@dirrmtry %%SITE_PERL%%/XML END-of-pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060714030600.B65F5B829>