[Midnightbsd-cvs] mports [21661] trunk/textproc: -m

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 14 23:32:15 EDT 2016


Revision: 21661
          http://svnweb.midnightbsd.org/mports/?rev=21661
Author:   laffer1
Date:     2016-08-14 23:32:14 -0400 (Sun, 14 Aug 2016)
Log Message:
-----------
-m

Modified Paths:
--------------
    trunk/textproc/Makefile

Added Paths:
-----------
    trunk/textproc/p5-Text-ParseWords/
    trunk/textproc/p5-Text-ParseWords/Makefile
    trunk/textproc/p5-Text-ParseWords/distinfo
    trunk/textproc/p5-Text-ParseWords/pkg-descr
    trunk/textproc/p5-Text-ParseWords/pkg-plist

Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile	2016-08-15 03:30:50 UTC (rev 21660)
+++ trunk/textproc/Makefile	2016-08-15 03:32:14 UTC (rev 21661)
@@ -98,6 +98,7 @@
 SUBDIR += p5-Text-Balanced
 SUBDIR += p5-Text-Diff
 SUBDIR += p5-Text-Glob
+SUBDIR += p5-Text-ParseWords
 SUBDIR += p5-Text-Patch
 SUBDIR += p5-Text-RecordParser
 SUBDIR += p5-Text-Reform

Added: trunk/textproc/p5-Text-ParseWords/Makefile
===================================================================
--- trunk/textproc/p5-Text-ParseWords/Makefile	                        (rev 0)
+++ trunk/textproc/p5-Text-ParseWords/Makefile	2016-08-15 03:32:14 UTC (rev 21661)
@@ -0,0 +1,20 @@
+# $FreeBSD: head/textproc/p5-Text-ParseWords/Makefile 381105 2015-03-12 15:23:52Z sunpoet $
+# $MidnightBSD$
+
+PORTNAME=	Text-ParseWords
+PORTVERSION=	3.30
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Parse text into an array of tokens or array of arrays
+
+LICENSE=	artistic gpl
+LICENSE_COMB=	dual
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/textproc/p5-Text-ParseWords/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-Text-ParseWords/distinfo
===================================================================
--- trunk/textproc/p5-Text-ParseWords/distinfo	                        (rev 0)
+++ trunk/textproc/p5-Text-ParseWords/distinfo	2016-08-15 03:32:14 UTC (rev 21661)
@@ -0,0 +1,2 @@
+SHA256 (Text-ParseWords-3.30.tar.gz) = 85e0238179dd43997e58c66bd51611182bc7d533505029a2db0d3232edaff5e8
+SIZE (Text-ParseWords-3.30.tar.gz) = 6943


Property changes on: trunk/textproc/p5-Text-ParseWords/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-Text-ParseWords/pkg-descr
===================================================================
--- trunk/textproc/p5-Text-ParseWords/pkg-descr	                        (rev 0)
+++ trunk/textproc/p5-Text-ParseWords/pkg-descr	2016-08-15 03:32:14 UTC (rev 21661)
@@ -0,0 +1,13 @@
+This is a CORE module. If you installed perl 5.003 or above, a
+version of this module is already available to you. This CPAN
+package is only here to update core distributions prior 5.005.
+
+The version provided is the same that comes with perl 5.00502.
+If you run a newer version of perl, the version of Text::ParseWords
+included there may be newer. This package is not fully synchronized
+with the perl distributions.
+
+Please run "perldoc Text::ParseWords" to see what this module
+is for.
+
+WWW: http://search.cpan.org/dist/Text-ParseWords/


Property changes on: trunk/textproc/p5-Text-ParseWords/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/textproc/p5-Text-ParseWords/pkg-plist
===================================================================
--- trunk/textproc/p5-Text-ParseWords/pkg-plist	                        (rev 0)
+++ trunk/textproc/p5-Text-ParseWords/pkg-plist	2016-08-15 03:32:14 UTC (rev 21661)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Text/ParseWords.pm
+%%PERL5_MAN3%%/Text::ParseWords.3.gz


Property changes on: trunk/textproc/p5-Text-ParseWords/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list