mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
The purpose of this program is to compare two versions of an
Internet Draft and as output produce a diff in one of several formats: - side-by-side html diff - paged wdiff output in a text terminal - a text file with changebars in the left margin - a simple unified diff output In all cases, internet-draft headers and footers are stripped before generating the diff, to produce a cleaner diff. PR: ports/73836 Submitted by: Lars Eggert <lars.eggert@gmx.net>
This commit is contained in:
parent
79053c64a1
commit
02d98e764a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121468
4 changed files with 44 additions and 0 deletions
|
@ -520,6 +520,7 @@
|
||||||
SUBDIR += redland
|
SUBDIR += redland
|
||||||
SUBDIR += replaceit
|
SUBDIR += replaceit
|
||||||
SUBDIR += resume
|
SUBDIR += resume
|
||||||
|
SUBDIR += rfcdiff
|
||||||
SUBDIR += rl
|
SUBDIR += rl
|
||||||
SUBDIR += rman
|
SUBDIR += rman
|
||||||
SUBDIR += ro-aspell
|
SUBDIR += ro-aspell
|
||||||
|
|
28
textproc/rfcdiff/Makefile
Normal file
28
textproc/rfcdiff/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# New ports collection makefile for: rfcdiff
|
||||||
|
# Date Created: 11 November 2004
|
||||||
|
# Whom: lars.eggert@gmx.net
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= rfcdiff
|
||||||
|
PORTVERSION= 1.16
|
||||||
|
CATEGORIES= textproc
|
||||||
|
MASTER_SITES= http://ietf.levkowetz.com/tools/${PORTNAME}/
|
||||||
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||||
|
EXTRACT_SUFX=
|
||||||
|
|
||||||
|
MAINTAINER= lars.eggert@gmx.net
|
||||||
|
COMMENT= Compare two versions of an Internet Draft and produce a diff
|
||||||
|
|
||||||
|
EXTRACT_CMD= ${CP}
|
||||||
|
EXTRACT_BEFORE_ARGS=
|
||||||
|
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
||||||
|
NO_WRKSUBDIR= YES
|
||||||
|
NO_BUILD= YES
|
||||||
|
|
||||||
|
PLIST_FILES= bin/rfcdiff
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
textproc/rfcdiff/distinfo
Normal file
2
textproc/rfcdiff/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (rfcdiff-v1.16) = 23d51cf5bd8a4d130f47976883e7a139
|
||||||
|
SIZE (rfcdiff-v1.16) = 30925
|
13
textproc/rfcdiff/pkg-descr
Normal file
13
textproc/rfcdiff/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
The purpose of this program is to compare two versions of an
|
||||||
|
Internet Draft and as output produce a diff in one of several
|
||||||
|
formats:
|
||||||
|
|
||||||
|
- side-by-side html diff
|
||||||
|
- paged wdiff output in a text terminal
|
||||||
|
- a text file with changebars in the left margin
|
||||||
|
- a simple unified diff output
|
||||||
|
|
||||||
|
In all cases, internet-draft headers and footers are stripped before
|
||||||
|
generating the diff, to produce a cleaner diff.
|
||||||
|
|
||||||
|
WWW: http://www.levkowetz.com/ietf/tools/rfcdiff
|
Loading…
Add table
Reference in a new issue