aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2001-02-09 01:30:09 +0800
committersf <sf@FreeBSD.org>2001-02-09 01:30:09 +0800
commit6258af5023265524c4becd555819db857df1a61b (patch)
tree449a66559052d936a452dffecb32a41367d68d9b /sysutils
parentad0806e6213c52a9d3bc3bba987c2c3989835b62 (diff)
downloadfreebsd-ports-gnome-6258af5023265524c4becd555819db857df1a61b.tar.gz
freebsd-ports-gnome-6258af5023265524c4becd555819db857df1a61b.tar.zst
freebsd-ports-gnome-6258af5023265524c4becd555819db857df1a61b.zip
gtar has been moved to archivers.
Requested by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gtar/Makefile31
-rw-r--r--sysutils/gtar/distinfo1
-rw-r--r--sysutils/gtar/files/patch-lib_dirname_c16
-rw-r--r--sysutils/gtar/files/patch-lib_prepargs_c15
-rw-r--r--sysutils/gtar/pkg-comment1
-rw-r--r--sysutils/gtar/pkg-descr12
-rw-r--r--sysutils/gtar/pkg-plist23
7 files changed, 0 insertions, 99 deletions
diff --git a/sysutils/gtar/Makefile b/sysutils/gtar/Makefile
deleted file mode 100644
index 1a10379923fb..000000000000
--- a/sysutils/gtar/Makefile
+++ /dev/null
@@ -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>
diff --git a/sysutils/gtar/distinfo b/sysutils/gtar/distinfo
deleted file mode 100644
index e3dc26e3b16f..000000000000
--- a/sysutils/gtar/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (tar-1.13.19.tar.gz) = ff10ade59f5b312869ffb2f229177e14
diff --git a/sysutils/gtar/files/patch-lib_dirname_c b/sysutils/gtar/files/patch-lib_dirname_c
deleted file mode 100644
index e3b34c334fdc..000000000000
--- a/sysutils/gtar/files/patch-lib_dirname_c
+++ /dev/null
@@ -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
diff --git a/sysutils/gtar/files/patch-lib_prepargs_c b/sysutils/gtar/files/patch-lib_prepargs_c
deleted file mode 100644
index 155ec9fb57a1..000000000000
--- a/sysutils/gtar/files/patch-lib_prepargs_c
+++ /dev/null
@@ -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>
diff --git a/sysutils/gtar/pkg-comment b/sysutils/gtar/pkg-comment
deleted file mode 100644
index 7b8fb4030a73..000000000000
--- a/sysutils/gtar/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNU version of the traditional tar archiver
diff --git a/sysutils/gtar/pkg-descr b/sysutils/gtar/pkg-descr
deleted file mode 100644
index b60fa9bbf969..000000000000
--- a/sysutils/gtar/pkg-descr
+++ /dev/null
@@ -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.
diff --git a/sysutils/gtar/pkg-plist b/sysutils/gtar/pkg-plist
deleted file mode 100644
index 420c2324eea6..000000000000
--- a/sysutils/gtar/pkg-plist
+++ /dev/null
@@ -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