From owner-svn-ports-head@FreeBSD.ORG Sat May 16 11:48:20 2015 Return-Path: Delivered-To: svn-ports-head@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 25A28A9C; Sat, 16 May 2015 11:48:20 +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 147051C6F; Sat, 16 May 2015 11:48:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GBmJ10019963; Sat, 16 May 2015 11:48:19 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GBmIvq019958; Sat, 16 May 2015 11:48:18 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201505161148.t4GBmIvq019958@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Sat, 16 May 2015 11:48:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386520 - in head/devel: . p5-Parse-PMFile 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.20 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: Sat, 16 May 2015 11:48:20 -0000 Author: kuriyama Date: Sat May 16 11:48:18 2015 New Revision: 386520 URL: https://svnweb.freebsd.org/changeset/ports/386520 Log: The most of the code of this module is taken from the PAUSE code as of April 2013 almost verbatim. Thus, the heart of this module should be quite stable. However, I made it not to use pipe ("-|") as well as I stripped database-related code. If you encounter any issue, that's most probably because of my modification. This module doesn't provide features to extract a distribution or parse meta files intentionally. WWW: http://search.cpan.org/dist/Parse-PMFile/ Added: head/devel/p5-Parse-PMFile/ head/devel/p5-Parse-PMFile/Makefile (contents, props changed) head/devel/p5-Parse-PMFile/distinfo (contents, props changed) head/devel/p5-Parse-PMFile/pkg-descr (contents, props changed) head/devel/p5-Parse-PMFile/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 16 11:36:49 2015 (r386519) +++ head/devel/Makefile Sat May 16 11:48:18 2015 (r386520) @@ -2686,6 +2686,7 @@ SUBDIR += p5-Parse-ErrorString-Perl SUBDIR += p5-Parse-ExuberantCTags SUBDIR += p5-Parse-Method-Signatures + SUBDIR += p5-Parse-PMFile SUBDIR += p5-Parse-PerlConfig SUBDIR += p5-Parse-Pidl SUBDIR += p5-Parse-PlainConfig Added: head/devel/p5-Parse-PMFile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/Makefile Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Parse-PMFile +PORTVERSION= 0.36 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to parses .pm file as PAUSE does + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-ExtUtils-MakeMaker-CPANfile>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-CPANfile + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include Added: head/devel/p5-Parse-PMFile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/distinfo Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,2 @@ +SHA256 (Parse-PMFile-0.36.tar.gz) = 3d9fab94625eacc8c757f69152f43e936560e842c08b41496fba9035c66ba473 +SIZE (Parse-PMFile-0.36.tar.gz) = 14798 Added: head/devel/p5-Parse-PMFile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/pkg-descr Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,10 @@ +The most of the code of this module is taken from the PAUSE code as of +April 2013 almost verbatim. Thus, the heart of this module should be +quite stable. However, I made it not to use pipe ("-|") as well as I +stripped database-related code. If you encounter any issue, that's +most probably because of my modification. + +This module doesn't provide features to extract a distribution or +parse meta files intentionally. + +WWW: http://search.cpan.org/dist/Parse-PMFile/ Added: head/devel/p5-Parse-PMFile/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Parse-PMFile/pkg-plist Sat May 16 11:48:18 2015 (r386520) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Parse/PMFile.pm +%%PERL5_MAN3%%/Parse::PMFile.3.gz