From 089eeabbe75dd897caf00fed42916ea7a5561ca1 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 12 Mar 1999 15:38:07 +0000 Subject: Initial import of GNU diffutils, version 2.7. This package is only for Solaris, as the GNU diffutils are in the base NetBSD distribution. The diff utilities are: cmp, diff, diff3 and sdiff, and are used to compare files. --- devel/diffutils/Makefile | 17 +++++++++++++++++ devel/diffutils/files/md5 | 3 +++ devel/diffutils/pkg/COMMENT | 1 + devel/diffutils/pkg/DESCR | 21 +++++++++++++++++++++ devel/diffutils/pkg/PLIST | 12 ++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 devel/diffutils/Makefile create mode 100644 devel/diffutils/files/md5 create mode 100644 devel/diffutils/pkg/COMMENT create mode 100644 devel/diffutils/pkg/DESCR create mode 100644 devel/diffutils/pkg/PLIST (limited to 'devel/diffutils') diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile new file mode 100644 index 00000000000..9f852f6a2d1 --- /dev/null +++ b/devel/diffutils/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/12 15:38:07 agc Exp $ +# + +DISTNAME= diffutils-2.7 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU:=/diffutils/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html + +GNU_CONFIGURE= yes + +INFO_FILES= diff.info + +NOT_FOR_OPSYS= NetBSD # in base system + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/diffutils/files/md5 b/devel/diffutils/files/md5 new file mode 100644 index 00000000000..2195dc40483 --- /dev/null +++ b/devel/diffutils/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/03/12 15:38:07 agc Exp $ + +MD5 (diffutils-2.7.tar.gz) = 300d86a0566afee1c3756828f6c9538a diff --git a/devel/diffutils/pkg/COMMENT b/devel/diffutils/pkg/COMMENT new file mode 100644 index 00000000000..1b0729fdc25 --- /dev/null +++ b/devel/diffutils/pkg/COMMENT @@ -0,0 +1 @@ +GNU diff utilities - find the differences between files diff --git a/devel/diffutils/pkg/DESCR b/devel/diffutils/pkg/DESCR new file mode 100644 index 00000000000..d435b7352ae --- /dev/null +++ b/devel/diffutils/pkg/DESCR @@ -0,0 +1,21 @@ +GNU diff utilities: + + You can use the `diff' command to show differences between two +files, or each corresponding file in two directories. `diff' outputs +differences between files line by line in any of several formats, +selectable by command line options. This set of differences is often +called a "diff" or "patch". For files that are identical, `diff' +normally produces no output; for binary (non-text) files, `diff' +normally reports only that they are different. + + You can use the `cmp' command to show the offsets and line numbers +where two files differ. `cmp' can also show all the characters that +differ between the two files, side by side. + + You can use the `diff3' command to show differences among three +files. When two people have made independent changes to a common +original, `diff3' can report the differences between the original and +the two changed versions, and can produce a merged file that contains +both persons' changes together with warnings about conflicts. + + You can use the `sdiff' command to merge two files interactively. diff --git a/devel/diffutils/pkg/PLIST b/devel/diffutils/pkg/PLIST new file mode 100644 index 00000000000..4f37407699c --- /dev/null +++ b/devel/diffutils/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/12 15:38:07 agc Exp $ +bin/cmp +bin/diff +bin/diff3 +bin/sdiff +@unexec install-info --delete %D/info/diff.info %D/info/dir +info/diff.info +info/diff.info-1 +info/diff.info-2 +info/diff.info-3 +info/diff.info-4 +@exec install-info %D/info/diff.info %D/info/dir -- cgit v1.2.3