mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add makepatch 2.00a, two perl scripts to assist in the generation and
application of patches. PR: 31440 Submitted by: John Merryweather Cooper
This commit is contained in:
parent
00abf90bb3
commit
2dda46c5dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49401
6 changed files with 35 additions and 0 deletions
|
@ -85,6 +85,7 @@
|
||||||
SUBDIR += linuxdoc
|
SUBDIR += linuxdoc
|
||||||
SUBDIR += lotusxsl
|
SUBDIR += lotusxsl
|
||||||
SUBDIR += ltxml
|
SUBDIR += ltxml
|
||||||
|
SUBDIR += makepatch
|
||||||
SUBDIR += man2html
|
SUBDIR += man2html
|
||||||
SUBDIR += mgdiff
|
SUBDIR += mgdiff
|
||||||
SUBDIR += mguesser
|
SUBDIR += mguesser
|
||||||
|
|
20
textproc/makepatch/Makefile
Normal file
20
textproc/makepatch/Makefile
Normal file
|
@ -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>
|
1
textproc/makepatch/distinfo
Normal file
1
textproc/makepatch/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (makepatch-2.00a.tar.gz) = 7750d7b64d42d243cfe832d5d1d1e8e8
|
1
textproc/makepatch/pkg-comment
Normal file
1
textproc/makepatch/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Perl scripts to assist in the generation and application of patches
|
8
textproc/makepatch/pkg-descr
Normal file
8
textproc/makepatch/pkg-descr
Normal file
|
@ -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
|
4
textproc/makepatch/pkg-plist
Normal file
4
textproc/makepatch/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue