From jnlin@tamama.org  Fri Dec 23 07:49:52 2011
Return-Path: <jnlin@tamama.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3C4A31065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Dec 2011 07:49:52 +0000 (UTC)
	(envelope-from jnlin@tamama.org)
Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55])
	by mx1.freebsd.org (Postfix) with ESMTP id 0ABBE8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 23 Dec 2011 07:49:51 +0000 (UTC)
Received: by Florence.tamama.org (Postfix, from userid 1000)
	id 84B0F8A013; Fri, 23 Dec 2011 15:49:50 +0800 (CST)
Message-Id: <20111223074950.84B0F8A013@Florence.tamama.org>
Date: Fri, 23 Dec 2011 15:49:50 +0800 (CST)
From: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/p5-HTML-ExtractMain: Perl extension to extract main content of a web page
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         163557
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-HTML-ExtractMain: Perl extension to extract main content of a web page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 23 07:50:09 UTC 2011
>Closed-Date:    Fri Dec 23 15:38:34 UTC 2011
>Last-Modified:  Fri Dec 23 15:40:12 UTC 2011
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 8.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 8.2-RELEASE FreeBSD 8.2-RELEASE #12: Fri Feb 25 09:26:52 CST 2011
>Description:
HTML::ExtractMain is a module which takes HTML content, and uses
the Readability algorithm to detect the main body of the page, usually
skipping headers, footers, navigation, etc.

WWW: http://search.cpan.org/dist/HTML-ExtractMain/

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

--- p5-HTML-ExtractMain-0.62.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-HTML-ExtractMain
#	p5-HTML-ExtractMain/pkg-descr
#	p5-HTML-ExtractMain/distinfo
#	p5-HTML-ExtractMain/Makefile
#	p5-HTML-ExtractMain/pkg-plist
#
echo c - p5-HTML-ExtractMain
mkdir -p p5-HTML-ExtractMain > /dev/null 2>&1
echo x - p5-HTML-ExtractMain/pkg-descr
sed 's/^X//' >p5-HTML-ExtractMain/pkg-descr << 'ce9ea35350e6dbdff0157a9739b1ad15'
XHTML::ExtractMain is a module which takes HTML content, and uses
Xthe Readability algorithm to detect the main body of the page, usually
Xskipping headers, footers, navigation, etc.
X
XWWW: http://search.cpan.org/dist/HTML-ExtractMain/
ce9ea35350e6dbdff0157a9739b1ad15
echo x - p5-HTML-ExtractMain/distinfo
sed 's/^X//' >p5-HTML-ExtractMain/distinfo << '73fffe6ef34f61c9208b87f8b1988058'
XSHA256 (HTML-ExtractMain-0.62.tar.gz) = 64acfa8a1c66445f451437edaf703f00c92bc9298e1d0aaca504f3e0cdc236f8
XSIZE (HTML-ExtractMain-0.62.tar.gz) = 74434
73fffe6ef34f61c9208b87f8b1988058
echo x - p5-HTML-ExtractMain/Makefile
sed 's/^X//' >p5-HTML-ExtractMain/Makefile << 'f1b577ab154945b02fa44e67c546d345'
X# New ports collection makefile for:	HTML::ExtractMain
X# Date created:		23 Dec 2011
X# Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-ExtractMain
XPORTVERSION=	0.62
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	jnlin@csie.nctu.edu.tw
XCOMMENT=	Perl extension to extract main content of a web page
X
XRUN_DEPENDS=	\
X	p5-Object-Destroyer>0:${PORTSDIR}/devel/p5-Object-Destroyer \
X	p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
X	p5-XML-TreeBuilder>0:${PORTSDIR}/textproc/p5-XML-TreeBuilder
XBUILD_DEPENDS=	${RUN_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=	HTML::ExtractMain.3
X
X.include <bsd.port.mk>
f1b577ab154945b02fa44e67c546d345
echo x - p5-HTML-ExtractMain/pkg-plist
sed 's/^X//' >p5-HTML-ExtractMain/pkg-plist << '1f8d60771b0da8546f1a4aeb01621562'
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/ExtractMain/.packlist
X%%SITE_PERL%%/HTML/ExtractMain.pm
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/ExtractMain
1f8d60771b0da8546f1a4aeb01621562
exit
--- p5-HTML-ExtractMain-0.62.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Dec 23 07:50:19 UTC 2011 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163557 
Responsible-Changed-From-To: perl->culot 
Responsible-Changed-By: culot 
Responsible-Changed-When: Fri Dec 23 08:01:38 UTC 2011 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=163557 
State-Changed-From-To: open->feedback 
State-Changed-By: culot 
State-Changed-When: Fri Dec 23 12:41:57 UTC 2011 
State-Changed-Why:  
Ask for submitter approval. 

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

From: Frederic Culot <culot@FreeBSD.org>
To: bug-followup@FreeBSD.org, jnlin@csie.nctu.edu.tw
Cc:  
Subject: Re: ports/163557: [NEW PORT] www/p5-HTML-ExtractMain: Perl extension to extract main content of a web page
Date: Fri, 23 Dec 2011 12:41:32 +0000

 Hi Jui-Nan,
 
 thanks for submitting this new port.
 However and unless I am missing something here, the dependencies you
 use in your port seem wrong to me (both versions and modules used).
 
 I propose the following instead:
 
 http://people.freebsd.org/~culot/files/p5-HTML-ExtractMain.shar
 
 In this updated version I also added the license and improved the
 pkg-plist a bit, together with some minor indentation tweaks.
 
 All the tests provided by the vendors passed, and you can have a
 look at the tinderbox log here:
 
 http://people.freebsd.org/~culot/tinderbox/8.2-FreeBSD/p5-HTML-ExtractMain-0.62.log
 
 If you agree with this new version I will commit it.
 
 Cheers,
 culot@
State-Changed-From-To: feedback->closed 
State-Changed-By: culot 
State-Changed-When: Fri Dec 23 15:38:32 UTC 2011 
State-Changed-Why:  
New port added, with changes. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/163557: commit references a PR
Date: Fri, 23 Dec 2011 15:38:58 +0000 (UTC)

 culot       2011-12-23 15:38:06 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/p5-HTML-ExtractMain Makefile distinfo pkg-descr pkg-plist 
   Log:
   HTML::ExtractMain is a module which takes HTML content, and uses the
   Readability algorithm to detect the main body of the page, usually
   skipping headers, footers, navigation, etc.
   
   WWW: http://search.cpan.org/dist/HTML-ExtractMain/
   
   PR:             ports/163557
   Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
   
   Revision  Changes    Path
   1.3056    +1 -0      ports/www/Makefile
   1.1       +31 -0     ports/www/p5-HTML-ExtractMain/Makefile (new)
   1.1       +2 -0      ports/www/p5-HTML-ExtractMain/distinfo (new)
   1.1       +5 -0      ports/www/p5-HTML-ExtractMain/pkg-descr (new)
   1.1       +5 -0      ports/www/p5-HTML-ExtractMain/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:
