From 5269f74627a056a92f473a55067e845d8e022350 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Tue, 22 Jul 2003 17:44:39 +0000 Subject: [PATCH] Import of gdiff-2.8 GNU versions of diff utilities, installed as "gcmp", "gdiff", "gdiff3", "gsdiff" WWW: http://www.gnu.org/software/diffutils/ --- textproc/gdiff/Makefile | 25 +++++++++++++++++++++++++ textproc/gdiff/distinfo | 3 +++ textproc/gdiff/pkg/DESCR | 12 ++++++++++++ textproc/gdiff/pkg/PLIST | 12 ++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 textproc/gdiff/Makefile create mode 100644 textproc/gdiff/distinfo create mode 100644 textproc/gdiff/pkg/DESCR create mode 100644 textproc/gdiff/pkg/PLIST diff --git a/textproc/gdiff/Makefile b/textproc/gdiff/Makefile new file mode 100644 index 00000000000..fd4c6988c0c --- /dev/null +++ b/textproc/gdiff/Makefile @@ -0,0 +1,25 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/07/22 17:44:39 pvalchev Exp $ + +COMMENT= "GNU versions of the diff utilities" + +VERSION= 2.8 +DISTNAME= diffutils-${VERSION} +PKGNAME= gdiff-${VERSION} +CATEGORIES= textproc +HOMEPAGE= http://www.gnu.org/software/diffutils/ + +# GNU +PERMIT_PACKAGE_FTP= Yes +PERMIT_PACKAGE_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes + +MASTER_SITES= ${MASTER_SITE_GNU:=diffutils/} + +USE_GMAKE= Yes +SEPARATE_BUILD= concurrent +CONFIGURE_STYLE=gnu +CONFIGURE_ARGS= --program-prefix=g +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" + +.include diff --git a/textproc/gdiff/distinfo b/textproc/gdiff/distinfo new file mode 100644 index 00000000000..0668d8b939b --- /dev/null +++ b/textproc/gdiff/distinfo @@ -0,0 +1,3 @@ +MD5 (diffutils-2.8.tar.gz) = ef9683979210999c344b8ee006e7d886 +RMD160 (diffutils-2.8.tar.gz) = 7587517808639bf007e91d04da64bb37b2b95318 +SHA1 (diffutils-2.8.tar.gz) = c9cb7e627096fe5c33dbbc90fbb2a56fd263e7e0 diff --git a/textproc/gdiff/pkg/DESCR b/textproc/gdiff/pkg/DESCR new file mode 100644 index 00000000000..efb48bfefbf --- /dev/null +++ b/textproc/gdiff/pkg/DESCR @@ -0,0 +1,12 @@ +GNU versions of 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. + +Note that this port will install these utilities with a 'g' prefix, +e.g. gdiff, but the documentation will refer to them without the +'g' prefix. diff --git a/textproc/gdiff/pkg/PLIST b/textproc/gdiff/pkg/PLIST new file mode 100644 index 00000000000..25b0f6e5b74 --- /dev/null +++ b/textproc/gdiff/pkg/PLIST @@ -0,0 +1,12 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/07/22 17:44:40 pvalchev Exp $ +@unexec install-info --delete --info-dir=%D/info %D/info/diff.info +bin/gcmp +bin/gdiff +bin/gdiff3 +bin/gsdiff +info/diff.info +man/man1/gcmp.1 +man/man1/gdiff.1 +man/man1/gdiff3.1 +man/man1/gsdiff.1 +@exec install-info --info-dir=%D/info %D/info/diff.info