From owner-svn-ports-all@FreeBSD.ORG Thu May 21 14:08:43 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE7BBE23; Thu, 21 May 2015 14:08:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B29AA11EF; Thu, 21 May 2015 14:08:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4LE8hLG019588; Thu, 21 May 2015 14:08:43 GMT (envelope-from culot@FreeBSD.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4LE8hMf019585; Thu, 21 May 2015 14:08:43 GMT (envelope-from culot@FreeBSD.org) Message-Id: <201505211408.t4LE8hMf019585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: culot set sender to culot@FreeBSD.org using -f From: Frederic Culot Date: Thu, 21 May 2015 14:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386934 - head/textproc/p5-Pod-Tree X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 14:08:44 -0000 Author: culot Date: Thu May 21 14:08:42 2015 New Revision: 386934 URL: https://svnweb.freebsd.org/changeset/ports/386934 Log: - Update to 1.23 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Pod-Tree/Changes Modified: head/textproc/p5-Pod-Tree/Makefile head/textproc/p5-Pod-Tree/distinfo head/textproc/p5-Pod-Tree/pkg-plist Modified: head/textproc/p5-Pod-Tree/Makefile ============================================================================== --- head/textproc/p5-Pod-Tree/Makefile Thu May 21 13:36:36 2015 (r386933) +++ head/textproc/p5-Pod-Tree/Makefile Thu May 21 14:08:42 2015 (r386934) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Tree -PORTVERSION= 1.20 +PORTVERSION= 1.23 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Create a static syntax tree for a POD +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= p5-HTML-Stream>=1.49:${PORTSDIR}/www/p5-HTML-Stream \ p5-IO-String>=1:${PORTSDIR}/devel/p5-IO-String \ + p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \ p5-Text-Template>=1:${PORTSDIR}/textproc/p5-Text-Template BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Compile>1.2.1:${PORTSDIR}/devel/p5-Test-Compile USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Pod-Tree/distinfo ============================================================================== --- head/textproc/p5-Pod-Tree/distinfo Thu May 21 13:36:36 2015 (r386933) +++ head/textproc/p5-Pod-Tree/distinfo Thu May 21 14:08:42 2015 (r386934) @@ -1,2 +1,2 @@ -SHA256 (Pod-Tree-1.20.tar.gz) = 48c26c282183ffe1ea2d9eacc74a5c52af0ff2ed3532ba00a6cd25e44c6041f4 -SIZE (Pod-Tree-1.20.tar.gz) = 63088 +SHA256 (Pod-Tree-1.23.tar.gz) = 67b5b237a62c85de4a7530630c97d91736abb1b72e23570b7fa3abd880d69fab +SIZE (Pod-Tree-1.23.tar.gz) = 63119 Modified: head/textproc/p5-Pod-Tree/pkg-plist ============================================================================== --- head/textproc/p5-Pod-Tree/pkg-plist Thu May 21 13:36:36 2015 (r386933) +++ head/textproc/p5-Pod-Tree/pkg-plist Thu May 21 14:08:42 2015 (r386934) @@ -14,6 +14,8 @@ bin/podtree2html %%PERL5_MAN3%%/Pod::Tree::PerlTop.3.gz %%PERL5_MAN3%%/Pod::Tree::Pod.3.gz %%SITE_PERL%%/Pod/Tree.pm +%%SITE_PERL%%/Pod/Tree/BitBucket.pm +%%SITE_PERL%%/Pod/Tree/HTML/PerlTop.pm %%SITE_PERL%%/Pod/Tree/HTML.pm %%SITE_PERL%%/Pod/Tree/Node.pm %%SITE_PERL%%/Pod/Tree/PerlBin.pm @@ -25,6 +27,8 @@ bin/podtree2html %%SITE_PERL%%/Pod/Tree/PerlTop.pm %%SITE_PERL%%/Pod/Tree/PerlUtil.pm %%SITE_PERL%%/Pod/Tree/Pod.pm +%%SITE_PERL%%/Pod/Tree/StrStream.pm +%%SITE_PERL%%/Pod/Tree/Stream.pm man/man1/mod2html.1.gz man/man1/perl2html.1.gz man/man1/pods2html.1.gz