Import of gdiff-2.8
GNU versions of diff utilities, installed as "gcmp", "gdiff", "gdiff3", "gsdiff" WWW: http://www.gnu.org/software/diffutils/
This commit is contained in:
parent
57ce3731fa
commit
5269f74627
25
textproc/gdiff/Makefile
Normal file
25
textproc/gdiff/Makefile
Normal file
@ -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 <bsd.port.mk>
|
3
textproc/gdiff/distinfo
Normal file
3
textproc/gdiff/distinfo
Normal file
@ -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
|
12
textproc/gdiff/pkg/DESCR
Normal file
12
textproc/gdiff/pkg/DESCR
Normal file
@ -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.
|
12
textproc/gdiff/pkg/PLIST
Normal file
12
textproc/gdiff/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user