GNU tar 1.12 port
This commit is contained in:
parent
4211cdc91e
commit
a563485331
32
archivers/gtar/Makefile
Normal file
32
archivers/gtar/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# OpenBSD makefile for: gtar
|
||||
# Version required: 1.12
|
||||
# Date created: 14 Jan 1998
|
||||
# Whom: niklas
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/01/14 09:23:59 niklas Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tar-1.12
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= niklas@openbsd.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/gtar
|
||||
strip ${PREFIX}/libexec/grmt
|
||||
if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
sed -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
||||
fi
|
||||
install-info ${PREFIX}/info/tar.info ${PREFIX}/info/dir
|
||||
@echo
|
||||
@echo "*** You might want to setup a link to /etc/rmt by issuing:"
|
||||
@echo "*** ln -sf ${PREFIX}/libexec/grmt /etc/rmt"
|
||||
@echo "*** If so, you should try to remember to reset that link"
|
||||
@echo "*** to its former value if you ever pkg_delete this package."
|
||||
@echo
|
||||
|
||||
.include <bsd.port.mk>
|
1
archivers/gtar/files/md5
Normal file
1
archivers/gtar/files/md5
Normal file
@ -0,0 +1 @@
|
||||
MD5 (tar-1.12.tar.gz) = 89f2164a014719adc597c333fba89580
|
1
archivers/gtar/pkg/COMMENT
Normal file
1
archivers/gtar/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
A GNU implementation of the traditional tar archiving utility
|
7
archivers/gtar/pkg/DESCR
Normal file
7
archivers/gtar/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
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.
|
26
archivers/gtar/pkg/PLIST
Normal file
26
archivers/gtar/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
bin/gtar
|
||||
libexec/grmt
|
||||
@exec echo "You might want to setup a link to /etc/rmt by issuing:"
|
||||
@exec echo "ln -sf %D/libexec/grmt /etc/rmt"
|
||||
@unexec if [ X`readlink /etc/rmt` = X%D/libexec/grmt ]; then rm -f /etc/rmt; echo "*** You should reset the /etc/rmt link to whatever it was earlier, perhaps:"; echo "*** ln -s /usr/sbin/rmt /etc"; fi
|
||||
@unexec install-info --delete %D/info/tar.info %D/info/dir
|
||||
info/tar.info
|
||||
info/tar.info-1
|
||||
info/tar.info-2
|
||||
info/tar.info-3
|
||||
info/tar.info-4
|
||||
info/tar.info-5
|
||||
info/tar.info-6
|
||||
info/tar.info-7
|
||||
info/tar.info-8
|
||||
@exec install-info %D/info/tar.info %D/info/dir
|
||||
share/locale/de/LC_MESSAGES/tar.mo
|
||||
share/locale/fr/LC_MESSAGES/tar.mo
|
||||
share/locale/it/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/sl/LC_MESSAGES/tar.mo
|
||||
share/locale/sv/LC_MESSAGES/tar.mo
|
Loading…
Reference in New Issue
Block a user