1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

new port of diffsplit, a little script which does just what you

would guess
This commit is contained in:
Trevor Johnson 2002-10-10 18:49:22 +00:00
parent 62f1d6e1de
commit 883e999514
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67763
5 changed files with 31 additions and 0 deletions

View File

@ -34,6 +34,7 @@
SUBDIR += dictfmt
SUBDIR += dictionary
SUBDIR += diff-mode.el
SUBDIR += diffsplit
SUBDIR += diffstat
SUBDIR += diffutils
SUBDIR += docbook

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: diffsplit
# Date created: 2002-10-10
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= diffsplit
PORTVERSION= 1.0
CATEGORIES= textproc devel
MASTER_SITES= http://www.pathname.com/~quinlan/software/diffsplit/
DISTNAME= diffsplit
EXTRACT_SUFX=
MAINTAINER= trevor@FreeBSD.org
NO_WRKSRC= YES
PLIST= ${WRKDIR}/pkg-plist
USE_PERL5= YES
pre-install:
${ECHO_CMD} bin/diffsplit > ${PLIST}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (diffsplit) = 294e209b5fb052bc1faa37df4fe07f31

View File

@ -0,0 +1 @@
Splits up a unified diff into pieces, each of which patches one file

View File

@ -0,0 +1,4 @@
This script splits up a unified diff into separate patch files,
each of which patches one source file.
WWW: http://www.pathname.com/~quinlan/software/diffsplit/