summaryrefslogtreecommitdiff
path: root/devel/cvsdiff2patch/pkg-descr
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/pkg-descr
parentRemove since it is a duplicate entry of py-bittorrent (diff)
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/pkg-descr')
-rw-r--r--devel/cvsdiff2patch/pkg-descr5
1 files changed, 5 insertions, 0 deletions
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>