aboutsummaryrefslogtreecommitdiff
path: root/devel/cvsdiff2patch
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-06-06 16:59:30 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-06-06 16:59:30 +0000
commitab4046953a3d8c22aa35bc156d795007579f46dd (patch)
tree0de2a4d4233bc771f0ea68793b02a2d7475e4a18 /devel/cvsdiff2patch
parent0a7a4737c121cba08d7007d213e1bdb98a6a2097 (diff)
downloadports-ab4046953a3d8c22aa35bc156d795007579f46dd.tar.gz
ports-ab4046953a3d8c22aa35bc156d795007579f46dd.zip
Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output
into something that patch(1) should swallow.
Notes
Notes: svn path=/head/; revision=82377
Diffstat (limited to 'devel/cvsdiff2patch')
-rw-r--r--devel/cvsdiff2patch/Makefile18
-rw-r--r--devel/cvsdiff2patch/distinfo1
-rw-r--r--devel/cvsdiff2patch/pkg-descr5
-rw-r--r--devel/cvsdiff2patch/pkg-plist1
4 files changed, 25 insertions, 0 deletions
diff --git a/devel/cvsdiff2patch/Makefile b/devel/cvsdiff2patch/Makefile
new file mode 100644
index 000000000000..a1150480c3dd
--- /dev/null
+++ b/devel/cvsdiff2patch/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: cvsdiff2patch
+# Date created: 06 Jun 2003
+# Whom: alfred@freebsd.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= cvsdiff2patch
+PORTVERSION= 1.0.0
+CATEGORIES= devel
+MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
+DISTNAME= cvsdiff2patch-${PORTVERSION}
+USE_BZIP2= yes
+
+MAINTAINER= alfred@FreeBSD.org
+COMMENT= Turn cvs diff output into patch input.
+
+.include <bsd.port.mk>
diff --git a/devel/cvsdiff2patch/distinfo b/devel/cvsdiff2patch/distinfo
new file mode 100644
index 000000000000..8105c84fcacd
--- /dev/null
+++ b/devel/cvsdiff2patch/distinfo
@@ -0,0 +1 @@
+MD5 (cvsdiff2patch-1.0.0.tar.bz2) = dd8b2685a4de26803ecf0f7186f293ff
diff --git a/devel/cvsdiff2patch/pkg-descr b/devel/cvsdiff2patch/pkg-descr
new file mode 100644
index 000000000000..95ab06a134a1
--- /dev/null
+++ b/devel/cvsdiff2patch/pkg-descr
@@ -0,0 +1,5 @@
+This is a text filter for turning "cvs diff" output into something that
+patch(1) understands. This is needed when your version of cvs(1) makes
+diffs that confuse patch(1).
+
+-Alfred Perlstein <alfred@freebsd.org>
diff --git a/devel/cvsdiff2patch/pkg-plist b/devel/cvsdiff2patch/pkg-plist
new file mode 100644
index 000000000000..203a392089d8
--- /dev/null
+++ b/devel/cvsdiff2patch/pkg-plist
@@ -0,0 +1 @@
+bin/cvsdiff2patch