[Midnightbsd-cvs] mports: mports/textproc: add makepatch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed May 21 01:19:57 EDT 2008


Log Message:
-----------
add makepatch

Modified Files:
--------------
    mports/textproc:
        Makefile (r1.94 -> r1.95)

Added Files:
-----------
    mports/textproc/makepatch:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.94
retrieving revision 1.95
diff -L textproc/Makefile -L textproc/Makefile -u -r1.94 -r1.95
--- textproc/Makefile
+++ textproc/Makefile
@@ -53,6 +53,7 @@
     SUBDIR += linux-aspell
     SUBDIR += linux-expat
     SUBDIR += linuxdoc
+    SUBDIR += makepatch
     SUBDIR += openjade
     SUBDIR += opensp
     SUBDIR += p5-libxml
--- /dev/null
+++ textproc/makepatch/pkg-descr
@@ -0,0 +1,5 @@
+'makepatch', containing a pair of programs, makepatch and applypatch, to
+assist in the generation and application of patch kits to synchronise
+source trees.
+
+WWW: http://www.squirrel.nl/people/jvromans/tpj0403-0016.html
--- /dev/null
+++ textproc/makepatch/pkg-plist
@@ -0,0 +1,3 @@
+bin/applypatch
+bin/makepatch
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/makepatch
--- /dev/null
+++ textproc/makepatch/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for:	makepatch
+# Date created:				May 20 2008
+# Whom:					Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/textproc/makepatch/Makefile,v 1.1 2008/05/21 05:19:55 laffer1 Exp $
+#
+
+PORTNAME=	makepatch
+PORTVERSION=	2.03
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	../../authors/id/JV
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Perl scripts to assist in the generation and application of patches
+LICENSE=	perl
+
+PERL_CONFIGURE=	yes
+
+MAN1=		makepatch.1 applypatch.1
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/makepatch/distinfo
@@ -0,0 +1,3 @@
+MD5 (makepatch-2.03.tar.gz) = 172e8b5225ae0c92b07f349a862bdc66
+SHA256 (makepatch-2.03.tar.gz) = 34cad26a220d57dc242e4f0548d65f5f62465baea2a1f52cb335b23c429fb549
+SIZE (makepatch-2.03.tar.gz) = 28340


More information about the Midnightbsd-cvs mailing list