From owner-freebsd-perl@FreeBSD.ORG Tue Nov 2 19:40:11 2010 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92EC81065679 for ; Tue, 2 Nov 2010 19:40:11 +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 76CC28FC17 for ; Tue, 2 Nov 2010 19:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA2JeBPs076807 for ; Tue, 2 Nov 2010 19:40:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA2JeB78076806; Tue, 2 Nov 2010 19:40:11 GMT (envelope-from gnats) Date: Tue, 2 Nov 2010 19:40:11 GMT Message-Id: <201011021940.oA2JeB78076806@freefall.freebsd.org> To: perl@FreeBSD.org From: Tom Judge Cc: Subject: Re: ports/151892: new port: textproc/p5-XML-Entities X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tom Judge List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Nov 2010 19:40:11 -0000 The following reply was made to PR ports/151892; it has been noted by GNATS. From: Tom Judge To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/151892: new port: textproc/p5-XML-Entities Date: Tue, 02 Nov 2010 14:12:22 -0500 This is a multi-part message in MIME format. --------------040700020508000900010304 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit New version attached with: * Updated pkg-descr * All fatal issues from portlint resolved. --------------040700020508000900010304 Content-Type: text/plain; name="p5-XML-Entities.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="p5-XML-Entities.txt" # 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-XML-Entities # p5-XML-Entities/distinfo # p5-XML-Entities/pkg-descr # p5-XML-Entities/pkg-plist # p5-XML-Entities/Makefile # echo c - p5-XML-Entities mkdir -p p5-XML-Entities > /dev/null 2>&1 echo x - p5-XML-Entities/distinfo sed 's/^X//' >p5-XML-Entities/distinfo << '4c53ceb2849b2b08205a9fe9c2205583' XSHA256 (XML-Entities-1.0000.tar.gz) = f05f70a1c8d48a5c2fc2666eb5616514c2be98faa8a02e535b413589a8e32c37 XSIZE (XML-Entities-1.0000.tar.gz) = 20162 4c53ceb2849b2b08205a9fe9c2205583 echo x - p5-XML-Entities/pkg-descr sed 's/^X//' >p5-XML-Entities/pkg-descr << '640144af8fcb42499b583538186caec9' XBased upon the HTML::Entities module by Gisle Aas X XThis module deals with decoding of strings with XML character entities. X XWWW: http://search.cpan.org/dist/XML-Entities/ XAuthor: Jan Oldrich Kruza 640144af8fcb42499b583538186caec9 echo x - p5-XML-Entities/pkg-plist sed 's/^X//' >p5-XML-Entities/pkg-plist << '9a7093b1bd93b7138704e265a17ab267' Xbin/download-entities.pl X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Entities/.packlist X%%SITE_PERL%%/XML/Entities.pm X%%SITE_PERL%%/XML/Entities/Data.pm X%%SITE_PERL%%/XML/Entities/Data.pod X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Entities X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto X@dirrm %%SITE_PERL%%/XML/Entities X@dirrmtry %%SITE_PERL%%/XML X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto 9a7093b1bd93b7138704e265a17ab267 echo x - p5-XML-Entities/Makefile sed 's/^X//' >p5-XML-Entities/Makefile << 'dd05d6eb0b727ce59ac565f766b5a90f' X# New ports collection makefile for: p5-XML-Entities X# Date created: 2010-10-1 X# Whom: Tom Judge X# X# $FreeBSD$ X XPORTNAME= XML-Entities XPORTVERSION= 1.0000 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= tom@tomjudge.com XCOMMENT= Generic classes for simplistic and perlish handling of XML data X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ X ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes XWRKSRC= ${WRKDIR}/${PORTNAME} X XMAN3= XML::Entities.3pm XML::Entities::Data.3pm download-entities.pl.3pm XMAN1= download-entities.pl.1 X X.include dd05d6eb0b727ce59ac565f766b5a90f exit --------------040700020508000900010304--