[Midnightbsd-cvs] mports [20753] trunk/textproc: add perl text patch
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Nov 12 19:48:57 EST 2015
Revision: 20753
http://svnweb.midnightbsd.org/mports/?rev=20753
Author: laffer1
Date: 2015-11-12 19:48:56 -0500 (Thu, 12 Nov 2015)
Log Message:
-----------
add perl text patch
Modified Paths:
--------------
trunk/textproc/Makefile
Added Paths:
-----------
trunk/textproc/p5-Text-Patch/
trunk/textproc/p5-Text-Patch/Makefile
trunk/textproc/p5-Text-Patch/distinfo
trunk/textproc/p5-Text-Patch/pkg-descr
trunk/textproc/p5-Text-Patch/pkg-plist
Modified: trunk/textproc/Makefile
===================================================================
--- trunk/textproc/Makefile 2015-11-13 00:48:45 UTC (rev 20752)
+++ trunk/textproc/Makefile 2015-11-13 00:48:56 UTC (rev 20753)
@@ -94,6 +94,7 @@
SUBDIR += p5-Text-Balanced
SUBDIR += p5-Text-Diff
SUBDIR += p5-Text-Glob
+SUBDIR += p5-Text-Patch
SUBDIR += p5-Text-RecordParser
SUBDIR += p5-Text-Reform
SUBDIR += p5-Text-TabularDisplay
Added: trunk/textproc/p5-Text-Patch/Makefile
===================================================================
--- trunk/textproc/p5-Text-Patch/Makefile (rev 0)
+++ trunk/textproc/p5-Text-Patch/Makefile 2015-11-13 00:48:56 UTC (rev 20753)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+# $FreeBSD: head/textproc/p5-Text-Patch/Makefile 373448 2014-11-26 13:08:24Z mat $
+
+PORTNAME= Text-Patch
+PORTVERSION= 1.8
+PORTREVISION= 1
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl extension to patch text with given patch
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
+BUILD_DEPENDS:= ${RUN_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/textproc/p5-Text-Patch/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-Patch/distinfo
===================================================================
--- trunk/textproc/p5-Text-Patch/distinfo (rev 0)
+++ trunk/textproc/p5-Text-Patch/distinfo 2015-11-13 00:48:56 UTC (rev 20753)
@@ -0,0 +1,2 @@
+SHA256 (Text-Patch-1.8.tar.gz) = eaf18e61ba6a3e143846a7cc66f08ce58a0c4fbda92acb31aede25cb3b5c3dcc
+SIZE (Text-Patch-1.8.tar.gz) = 12652
Property changes on: trunk/textproc/p5-Text-Patch/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-Patch/pkg-descr
===================================================================
--- trunk/textproc/p5-Text-Patch/pkg-descr (rev 0)
+++ trunk/textproc/p5-Text-Patch/pkg-descr 2015-11-13 00:48:56 UTC (rev 20753)
@@ -0,0 +1,3 @@
+Patches text with given patch.
+
+WWW: http://search.cpan.org/dist/Text-Patch/
Property changes on: trunk/textproc/p5-Text-Patch/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-Patch/pkg-plist
===================================================================
--- trunk/textproc/p5-Text-Patch/pkg-plist (rev 0)
+++ trunk/textproc/p5-Text-Patch/pkg-plist 2015-11-13 00:48:56 UTC (rev 20753)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Text::Patch.3.gz
+%%SITE_PERL%%/Text/Patch.pm
Property changes on: trunk/textproc/p5-Text-Patch/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