diff options
author | tobez <tobez@FreeBSD.org> | 2001-10-30 22:21:37 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-10-30 22:21:37 +0000 |
commit | d833534592cd9d5c6b6e78ac884912dc6760d23b (patch) | |
tree | 10e73960154833aadfe44f3d891f8076b74e4f70 /textproc | |
parent | 842ea05cfcc529f92e9138da9998dad56ed677d3 (diff) | |
download | FreeBSD-ports-d833534592cd9d5c6b6e78ac884912dc6760d23b.zip FreeBSD-ports-d833534592cd9d5c6b6e78ac884912dc6760d23b.tar.gz |
Add makepatch 2.00a, two perl scripts to assist in the generation and
application of patches.
PR: 31440
Submitted by: John Merryweather Cooper
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/makepatch/Makefile | 20 | ||||
-rw-r--r-- | textproc/makepatch/distinfo | 1 | ||||
-rw-r--r-- | textproc/makepatch/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/makepatch/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/makepatch/pkg-plist | 4 |
6 files changed, 35 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2c61f36..8008e73 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -85,6 +85,7 @@ SUBDIR += linuxdoc SUBDIR += lotusxsl SUBDIR += ltxml + SUBDIR += makepatch SUBDIR += man2html SUBDIR += mgdiff SUBDIR += mguesser diff --git a/textproc/makepatch/Makefile b/textproc/makepatch/Makefile new file mode 100644 index 0000000..be220ec --- /dev/null +++ b/textproc/makepatch/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: makepatch +# Date created: 22 October 2001 +# Whom: John Merryweather Cooper +# +# $FreeBSD$ +# + +PORTNAME= makepatch +PORTVERSION= 2.00a +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/JV + +MAINTAINER= jmcoopr@webmail.bmi.net + +PERL_CONFIGURE= yes + +MAN1= makepatch.1 applypatch.1 + +.include <bsd.port.mk> diff --git a/textproc/makepatch/distinfo b/textproc/makepatch/distinfo new file mode 100644 index 0000000..ce7df18 --- /dev/null +++ b/textproc/makepatch/distinfo @@ -0,0 +1 @@ +MD5 (makepatch-2.00a.tar.gz) = 7750d7b64d42d243cfe832d5d1d1e8e8 diff --git a/textproc/makepatch/pkg-comment b/textproc/makepatch/pkg-comment new file mode 100644 index 0000000..a89f189 --- /dev/null +++ b/textproc/makepatch/pkg-comment @@ -0,0 +1 @@ +Perl scripts to assist in the generation and application of patches diff --git a/textproc/makepatch/pkg-descr b/textproc/makepatch/pkg-descr new file mode 100644 index 0000000..2279f2d --- /dev/null +++ b/textproc/makepatch/pkg-descr @@ -0,0 +1,8 @@ +'makepatch', containing a pair of programs, makepatch and applypatch, to +assist in the generation and application of patch kits to synchronise +source trees. + +-- jmc +jmcoopr@webmail.bmi.net + +WWW: www.squirrel.nl/people/jvromans/tpj0403-0016.html diff --git a/textproc/makepatch/pkg-plist b/textproc/makepatch/pkg-plist new file mode 100644 index 0000000..6253252 --- /dev/null +++ b/textproc/makepatch/pkg-plist @@ -0,0 +1,4 @@ +bin/applypatch +bin/makepatch +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/makepatch/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/makepatch |