From cherry@spica.trombik.org  Thu Jul 31 04:08:18 2008
Return-Path: <cherry@spica.trombik.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 244B2106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Jul 2008 04:08:18 +0000 (UTC)
	(envelope-from cherry@spica.trombik.org)
Received: from spica.trombik.org (spica.trombik.org [211.19.48.12])
	by mx1.freebsd.org (Postfix) with ESMTP id EA61E8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 31 Jul 2008 04:08:17 +0000 (UTC)
	(envelope-from cherry@spica.trombik.org)
Received: by spica.trombik.org (Postfix, from userid 999)
	id 2EC5F1CCF4; Thu, 31 Jul 2008 13:08:14 +0900 (JST)
Message-Id: <20080731040814.2EC5F1CCF4@spica.trombik.org>
Date: Thu, 31 Jul 2008 13:08:14 +0900 (JST)
From: Tomoyuki Sakurai <cherry@trombik.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] textproc/p5-XML-RSSLite: Lightweight, relaxed RSS (and XML-ish) parser
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         126116
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-XML-RSSLite: Lightweight, relaxed RSS (and XML-ish) parser
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 31 04:10:01 UTC 2008
>Closed-Date:    Mon Aug 04 10:52:18 UTC 2008
>Last-Modified:  Mon Aug  4 11:00:08 UTC 2008
>Originator:     Tomoyuki Sakurai
>Release:        FreeBSD 7.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD spica.trombik.org 7.0-STABLE FreeBSD 7.0-STABLE #5: Thu Jul 10 22:29:26 JST 2008
>Description:
This module attempts to extract the maximum amount of content from available
documents, and is less concerned with XML compliance than alternatives.
Rather than rely on XML::Parser, it uses heuristics and good old-fashioned
Perl regular expressions.

WWW:	http://search.cpan.org/dist/XML-RSSLite/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-XML-RSSLite-0.11.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-XML-RSSLite
#	p5-XML-RSSLite/pkg-descr
#	p5-XML-RSSLite/Makefile
#	p5-XML-RSSLite/pkg-plist
#	p5-XML-RSSLite/distinfo
#
echo c - p5-XML-RSSLite
mkdir -p p5-XML-RSSLite > /dev/null 2>&1
echo x - p5-XML-RSSLite/pkg-descr
sed 's/^X//' >p5-XML-RSSLite/pkg-descr << '2f6391613e5b2197172f3f3430ac62e1'
XThis module attempts to extract the maximum amount of content from available
Xdocuments, and is less concerned with XML compliance than alternatives.
XRather than rely on XML::Parser, it uses heuristics and good old-fashioned
XPerl regular expressions.
X
XWWW:	http://search.cpan.org/dist/XML-RSSLite/
2f6391613e5b2197172f3f3430ac62e1
echo x - p5-XML-RSSLite/Makefile
sed 's/^X//' >p5-XML-RSSLite/Makefile << 'f72b946651dea98ef50bc6daad6bcbf5'
X# New ports collection makefile for:	p5-XML-RSSLite
X# Date created:		2008-07-31
X# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	XML-RSSLite
XPORTVERSION=	0.11
XCATEGORIES=	textproc
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../by-authors/id/J/JP/JPIERCE
XPKGNAMEPREFIX=	p5-
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	cherry@trombik.org
XCOMMENT=	Lightweight, relaxed RSS (and XML-ish) parser
X
XPERL_CONFIGURE=	Yes
XMAN3=	XML::RSSLite.3
X
X.include <bsd.port.mk>
f72b946651dea98ef50bc6daad6bcbf5
echo x - p5-XML-RSSLite/pkg-plist
sed 's/^X//' >p5-XML-RSSLite/pkg-plist << '84465b01a4800fe42079b6b962fad633'
X@comment $FreeBSD$
X%%SITE_PERL%%/mach/auto/XML/RSSLite/.packlist
X%%SITE_PERL%%/XML/RSSLite.pm
X@dirrmtry %%SITE_PERL%%/mach/auto/XML/RSSLite
84465b01a4800fe42079b6b962fad633
echo x - p5-XML-RSSLite/distinfo
sed 's/^X//' >p5-XML-RSSLite/distinfo << 'e94ede962e9760e50294b09987476cb7'
XMD5 (XML-RSSLite-0.11.tgz) = 96940cdc3c85958a0825c44245750bd6
XSHA256 (XML-RSSLite-0.11.tgz) = dc22def5e10f4e81be0a64ed7d0b1af0a883e184aeb793973a10f0415bfbd4d9
XSIZE (XML-RSSLite-0.11.tgz) = 8557
e94ede962e9760e50294b09987476cb7
exit
--- p5-XML-RSSLite-0.11.shar ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Aug 4 10:52:16 UTC 2008 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=126116 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/126116: commit references a PR
Date: Mon,  4 Aug 2008 10:52:24 +0000 (UTC)

 miwi        2008-08-04 10:52:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc             Makefile 
   Added files:
     textproc/p5-XML-RSSLite Makefile distinfo pkg-descr pkg-plist 
   Log:
   This module attempts to extract the maximum amount of content from available
   documents, and is less concerned with XML compliance than alternatives.
   Rather than rely on XML::Parser, it uses heuristics and good old-fashioned
   Perl regular expressions.
   
   WWW:    http://search.cpan.org/dist/XML-RSSLite/
   
   PR:             ports/126116
   Submitted by:   Tomoyuki Sakurai <cherry at trombik.org>
   
   Revision  Changes    Path
   1.1253    +1 -0      ports/textproc/Makefile
   1.1       +22 -0     ports/textproc/p5-XML-RSSLite/Makefile (new)
   1.1       +3 -0      ports/textproc/p5-XML-RSSLite/distinfo (new)
   1.1       +6 -0      ports/textproc/p5-XML-RSSLite/pkg-descr (new)
   1.1       +5 -0      ports/textproc/p5-XML-RSSLite/pkg-plist (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
