Add cvsdiff2patch, a utility I wrote that'll fudge bad cvs(1) diff output

into something that patch(1) should swallow.
This commit is contained in:
Alfred Perlstein 2003-06-06 16:59:30 +00:00
parent 0a7a4737c1
commit ab4046953a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82377
5 changed files with 26 additions and 0 deletions

View file

@ -127,6 +127,7 @@
SUBDIR += cvsbook
SUBDIR += cvsd
SUBDIR += cvsdelta
SUBDIR += cvsdiff2patch
SUBDIR += cvsgraph
SUBDIR += cvslines
SUBDIR += cvsmapfs

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (cvsdiff2patch-1.0.0.tar.bz2) = dd8b2685a4de26803ecf0f7186f293ff

View file

@ -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>

View file

@ -0,0 +1 @@
bin/cvsdiff2patch