aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsdiff2patch
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2003-06-07 00:59:30 +0800
committeralfred <alfred@FreeBSD.org>2003-06-07 00:59:30 +0800
commit9c9f1c8eee34302d31fbb336d51297e400a022db (patch)
treef8c2cf42d0eebe2322174eb39e94304f1c251722 /devel/cvsdiff2patch
parent054ef7ba406eeb1666526f3b2a5b76c2c2685886 (diff)
downloadfreebsd-ports-gnome-9c9f1c8eee34302d31fbb336d51297e400a022db.tar.gz
freebsd-ports-gnome-9c9f1c8eee34302d31fbb336d51297e400a022db.tar.zst
freebsd-ports-gnome-9c9f1c8eee34302d31fbb336d51297e400a022db.zip
Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output
into something that patch(1) should swallow.
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