mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -127,6 +127,7 @@
|
|||
SUBDIR += cvsbook
|
||||
SUBDIR += cvsd
|
||||
SUBDIR += cvsdelta
|
||||
SUBDIR += cvsdiff2patch
|
||||
SUBDIR += cvsgraph
|
||||
SUBDIR += cvslines
|
||||
SUBDIR += cvsmapfs
|
||||
|
|
18
devel/cvsdiff2patch/Makefile
Normal file
18
devel/cvsdiff2patch/Makefile
Normal 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>
|
1
devel/cvsdiff2patch/distinfo
Normal file
1
devel/cvsdiff2patch/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cvsdiff2patch-1.0.0.tar.bz2) = dd8b2685a4de26803ecf0f7186f293ff
|
5
devel/cvsdiff2patch/pkg-descr
Normal file
5
devel/cvsdiff2patch/pkg-descr
Normal 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>
|
1
devel/cvsdiff2patch/pkg-plist
Normal file
1
devel/cvsdiff2patch/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cvsdiff2patch
|
Loading…
Add table
Reference in a new issue