From owner-svn-ports-head@FreeBSD.ORG Wed Dec 5 03:19:36 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 572557F5; Wed, 5 Dec 2012 03:19:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3DE798FC08; Wed, 5 Dec 2012 03:19:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qB53Jan0048285; Wed, 5 Dec 2012 03:19:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qB53JZDL048281; Wed, 5 Dec 2012 03:19:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201212050319.qB53JZDL048281@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 5 Dec 2012 03:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r308308 - head/www/p5-HTML-Parser-Simple X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2012 03:19:36 -0000 Author: sunpoet Date: Wed Dec 5 03:19:35 2012 New Revision: 308308 URL: http://svnweb.freebsd.org/changeset/ports/308308 Log: - Update to 2.00 - Add LICENSE - Cleanup Makefile header Changes: http://search.cpan.org/dist/HTML-Parser-Simple/CHANGES Feature safe: yes Modified: head/www/p5-HTML-Parser-Simple/Makefile (contents, props changed) head/www/p5-HTML-Parser-Simple/distinfo (contents, props changed) head/www/p5-HTML-Parser-Simple/pkg-plist (contents, props changed) Modified: head/www/p5-HTML-Parser-Simple/Makefile ============================================================================== --- head/www/p5-HTML-Parser-Simple/Makefile Wed Dec 5 03:18:41 2012 (r308307) +++ head/www/p5-HTML-Parser-Simple/Makefile Wed Dec 5 03:19:35 2012 (r308308) @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-HTML-Parser-Simple -# Date created: 2011-05-29 -# Whom: Sunpoet Po-Chuan Hsieh -# +# Created by: Sunpoet Po-Chuan Hsieh # $FreeBSD$ -# PORTNAME= HTML-Parser-Simple -PORTVERSION= 1.06 +PORTVERSION= 2.00 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,13 +11,17 @@ EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse nice HTML files without needing a compiler -BUILD_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple -RUN_DEPENDS= p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple +LICENSE= ART10 + +BUILD_DEPENDS= p5-Moos>=0.13:${PORTSDIR}/devel/p5-Moos \ + p5-Tree-Simple>=0:${PORTSDIR}/devel/p5-Tree-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod PERL_CONFIGURE= yes MAN3= HTML::Parser::Simple.3 \ - HTML::Parser::Simple::Attributes.3 + HTML::Parser::Simple::Attributes.3 \ + HTML::Parser::Simple::Reporter.3 .include Modified: head/www/p5-HTML-Parser-Simple/distinfo ============================================================================== --- head/www/p5-HTML-Parser-Simple/distinfo Wed Dec 5 03:18:41 2012 (r308307) +++ head/www/p5-HTML-Parser-Simple/distinfo Wed Dec 5 03:19:35 2012 (r308308) @@ -1,2 +1,2 @@ -SHA256 (HTML-Parser-Simple-1.06.tgz) = 5e57dc18d346eff1f743ccd301b16d75d3357bcfc42b6dfb57fd2b7f041b8572 -SIZE (HTML-Parser-Simple-1.06.tgz) = 19945 +SHA256 (HTML-Parser-Simple-2.00.tgz) = 21264928d56aaaee65ac4887139d43312c95d948cc1acfcfa3734c4e734b9859 +SIZE (HTML-Parser-Simple-2.00.tgz) = 26434 Modified: head/www/p5-HTML-Parser-Simple/pkg-plist ============================================================================== --- head/www/p5-HTML-Parser-Simple/pkg-plist Wed Dec 5 03:18:41 2012 (r308307) +++ head/www/p5-HTML-Parser-Simple/pkg-plist Wed Dec 5 03:19:35 2012 (r308308) @@ -1,5 +1,6 @@ %%SITE_PERL%%/HTML/Parser/Simple.pm %%SITE_PERL%%/HTML/Parser/Simple/Attributes.pm +%%SITE_PERL%%/HTML/Parser/Simple/Reporter.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Simple/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser/Simple @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Parser