Update to 1.13.19; improve DESCR.
Partly from Cyrille Lefevre <clefevre@citeweb.net> via FreeBSD.
This commit is contained in:
parent
ce71595312
commit
a5cdf07c97
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2000/12/21 19:38:11 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2001/01/22 00:13:32 naddy Exp $
|
||||
|
||||
DISTNAME= tar-1.13.18
|
||||
DISTNAME= tar-1.13.19
|
||||
PKGNAME= g${DISTNAME}
|
||||
CATEGORIES= archivers
|
||||
NEED_VERSION= 1.330
|
||||
@ -18,7 +18,7 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --program-prefix="g"
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
DEFAULT_ARCHIVE="/dev/rst0"
|
||||
|
||||
@ -31,7 +31,4 @@ CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -static"
|
||||
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
@rm -f ${WRKSRC}/doc/tar.info*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (tar-1.13.18.tar.gz) = fd76b10a8e57cb944f0b2c9cb8bf742b
|
||||
RMD160 (tar-1.13.18.tar.gz) = 730e5636d42ef38fc1ebd1677e3409b3d3d092be
|
||||
SHA1 (tar-1.13.18.tar.gz) = 1586c2a4caca105aca87a19aba4d3da899f93940
|
||||
MD5 (tar-1.13.19.tar.gz) = ff10ade59f5b312869ffb2f229177e14
|
||||
RMD160 (tar-1.13.19.tar.gz) = 22e7e9ec473afdcf6a10ab52e1df12295296785d
|
||||
SHA1 (tar-1.13.19.tar.gz) = 19dffe3c6840520ff155eb1f84e2627767f6ce32
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- doc/Makefile.in.orig Fri Jan 7 17:10:51 2000
|
||||
+++ doc/Makefile.in Wed Sep 27 15:13:16 2000
|
||||
@@ -80,7 +80,7 @@
|
||||
INTLLIBS = @INTLLIBS@
|
||||
INTLOBJS = @INTLOBJS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
-MAKEINFO = @MAKEINFO@
|
||||
+MAKEINFO = @MAKEINFO@ --no-split
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
PACKAGE = @PACKAGE@
|
@ -1,7 +1,12 @@
|
||||
GNU `tar' saves many files together into a single tape or disk
|
||||
archive, and can restore individual files from the archive. It includes
|
||||
multivolume support, the ability to archive sparse files, automatic archive
|
||||
compression/decompression, remote archives and special features that allow
|
||||
`tar' to be used for incremental and full backups. This distribution
|
||||
also includes `rmt', the remote tape server. The `mt' tape drive control
|
||||
program is in the GNU `cpio' distribution.
|
||||
The Free Software Foundation's tape archiver.
|
||||
|
||||
GNU tar saves many files together into a single tape or disk archive,
|
||||
and can restore individual files from the archive. It includes
|
||||
multivolume support, the ability to archive sparse files, automatic
|
||||
archive compression/decompression, remote archives and special
|
||||
features that allow tar to be used for incremental and full backups.
|
||||
This distribution also includes rmt, the remote tape server.
|
||||
|
||||
Note that this port will install these utilities with a 'g' prefix,
|
||||
e.g. gtar, but the texinfo documentation will refer to them without
|
||||
the 'g' prefix.
|
||||
|
Loading…
Reference in New Issue
Block a user