mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
gtar has been moved to archivers.
Requested by: maintainer
This commit is contained in:
parent
b0794065f8
commit
c7cfbf1ad3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38117
@ -1,31 +0,0 @@
|
||||
# New ports collection makefile for: gtar
|
||||
# Date created: Sa 6 Jun 1998 10:24:51 CEST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tar
|
||||
PORTVERSION= 1.13.19
|
||||
PKGNAMEPREFIX= g
|
||||
CATEGORIES= sysutils archivers
|
||||
MASTER_SITES= ftp://alpha.gnu.org/gnu/tar/ \
|
||||
ftp://ftp.sunsite.org.uk/Mirrors/alpha.gnu.org/gnu/tar/ \
|
||||
ftp://ftp.funet.fi/pub/mirrors/alpha.gnu.org/gnu/tar/
|
||||
|
||||
MAINTAINER= naddy@mips.inka.de
|
||||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include' \
|
||||
DEFAULT_ARCHIVE='/dev/sa0'
|
||||
|
||||
.if defined(WANT_STATIC)
|
||||
CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib -static'
|
||||
.else
|
||||
CONFIGURE_ENV+= LDFLAGS='-L${LOCALBASE}/lib'
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (tar-1.13.19.tar.gz) = ff10ade59f5b312869ffb2f229177e14
|
@ -1,16 +0,0 @@
|
||||
$FreeBSD$
|
||||
--- lib/dirname.c.orig Wed Jan 31 02:08:57 2001
|
||||
+++ lib/dirname.c Wed Jan 31 02:10:31 2001
|
||||
@@ -19,6 +19,12 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
+#if HAVE_STRING_H
|
||||
+# include <string.h>
|
||||
+#else
|
||||
+# include <strings.h>
|
||||
+#endif
|
||||
+
|
||||
#if HAVE_STDLIB_H
|
||||
# include <stdlib.h>
|
||||
#endif
|
@ -1,15 +0,0 @@
|
||||
$FreeBSD$
|
||||
--- lib/prepargs.c.orig Thu Nov 16 01:32:16 2000
|
||||
+++ lib/prepargs.c Thu Nov 16 01:32:58 2000
|
||||
@@ -23,6 +23,11 @@
|
||||
#endif
|
||||
#include "prepargs.h"
|
||||
#include <sys/types.h>
|
||||
+#if HAVE_STRING_H
|
||||
+# include <string.h>
|
||||
+#else
|
||||
+# include <strings.h>
|
||||
+#endif
|
||||
#include <xalloc.h>
|
||||
|
||||
#include <ctype.h>
|
@ -1 +0,0 @@
|
||||
GNU version of the traditional tar archiver
|
@ -1,12 +0,0 @@
|
||||
The Free Software Foundation's "tar" 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.
|
@ -1,23 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/gtar
|
||||
@unexec install-info --delete %D/info/tar.info %D/info/dir
|
||||
info/tar.info
|
||||
@exec install-info %D/info/tar.info %D/info/dir
|
||||
libexec/grmt
|
||||
share/locale/cs/LC_MESSAGES/tar.mo
|
||||
share/locale/da/LC_MESSAGES/tar.mo
|
||||
share/locale/de/LC_MESSAGES/tar.mo
|
||||
share/locale/es/LC_MESSAGES/tar.mo
|
||||
share/locale/et/LC_MESSAGES/tar.mo
|
||||
share/locale/fr/LC_MESSAGES/tar.mo
|
||||
share/locale/it/LC_MESSAGES/tar.mo
|
||||
share/locale/ja/LC_MESSAGES/tar.mo
|
||||
share/locale/ko/LC_MESSAGES/tar.mo
|
||||
share/locale/nl/LC_MESSAGES/tar.mo
|
||||
share/locale/no/LC_MESSAGES/tar.mo
|
||||
share/locale/pl/LC_MESSAGES/tar.mo
|
||||
share/locale/pt/LC_MESSAGES/tar.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/tar.mo
|
||||
share/locale/ru/LC_MESSAGES/tar.mo
|
||||
share/locale/sl/LC_MESSAGES/tar.mo
|
||||
share/locale/sv/LC_MESSAGES/tar.mo
|
Loading…
Reference in New Issue
Block a user