mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
create bsd12 branch
This commit is contained in:
37
arch/gtar/Makefile
Normal file
37
arch/gtar/Makefile
Normal file
@@ -0,0 +1,37 @@
|
||||
#
|
||||
# $Id: Makefile 2176 2009-08-17 10:16:24Z ziggi $
|
||||
#
|
||||
PORTNAME= tar
|
||||
PORTVERSION= 1.29
|
||||
CATEGORIES= archivers sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DIST_SUBDIR= gnu
|
||||
PKGNAMEPREFIX= g
|
||||
|
||||
MAINTAINER= onborodin@gmail.com
|
||||
COMMENT= GNU version of the traditional tar archiver
|
||||
|
||||
LIB_DEPENDS+= libintl.so:devel/gettext
|
||||
#LIB_DEPENDS+= libiconv.so:text/libiconv
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES+= gmake
|
||||
CONFIGURE_ARGS+= --program-prefix=g
|
||||
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
|
||||
|
||||
CONFIGURE_ENV+= DEFAULT_ARCHIVE=/dev/null
|
||||
CONFIGURE_ENV+= DEFAULT_RMT_COMMAND=/usr/sbin/rmt
|
||||
CONFIGURE_ENV+= FORCE_UNSAFE_CONFIGURE=1
|
||||
|
||||
CONFIGURE_ARGS+= --libexecdir=${PREFIX}/libexec/${PKGNAMEPREFIX}${PORTNAME}
|
||||
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
|
||||
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
|
||||
|
||||
|
||||
PLIST_SUB+= PREFIX=${PKGNAMEPREFIX}
|
||||
|
||||
INFO+= tar
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
2
arch/gtar/distinfo
Normal file
2
arch/gtar/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (gnu/tar-1.29.tar.gz) = cae466e6e58c7292355e7080248f244db3a4cf755f33f4fa25ca7f9a7ed09af0
|
||||
SIZE (gnu/tar-1.29.tar.gz) = 3962257
|
||||
14
arch/gtar/pkg-descr
Normal file
14
arch/gtar/pkg-descr
Normal file
@@ -0,0 +1,14 @@
|
||||
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.
|
||||
|
||||
WWW: http://www.gnu.org/software/tar/
|
||||
120
arch/gtar/pkg-plist
Normal file
120
arch/gtar/pkg-plist
Normal file
@@ -0,0 +1,120 @@
|
||||
bin/gtar
|
||||
libexec/gtar/grmt
|
||||
share/locale/bg/LC_MESSAGES/tar.mo
|
||||
share/locale/ca/LC_MESSAGES/tar.mo
|
||||
share/locale/cs/LC_MESSAGES/tar.mo
|
||||
share/locale/da/LC_MESSAGES/tar.mo
|
||||
share/locale/de/LC_MESSAGES/tar.mo
|
||||
share/locale/el/LC_MESSAGES/tar.mo
|
||||
share/locale/eo/LC_MESSAGES/tar.mo
|
||||
share/locale/es/LC_MESSAGES/tar.mo
|
||||
share/locale/et/LC_MESSAGES/tar.mo
|
||||
share/locale/eu/LC_MESSAGES/tar.mo
|
||||
share/locale/fi/LC_MESSAGES/tar.mo
|
||||
share/locale/fr/LC_MESSAGES/tar.mo
|
||||
share/locale/ga/LC_MESSAGES/tar.mo
|
||||
share/locale/gl/LC_MESSAGES/tar.mo
|
||||
share/locale/hr/LC_MESSAGES/tar.mo
|
||||
share/locale/hu/LC_MESSAGES/tar.mo
|
||||
share/locale/id/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/ky/LC_MESSAGES/tar.mo
|
||||
share/locale/ms/LC_MESSAGES/tar.mo
|
||||
share/locale/nb/LC_MESSAGES/tar.mo
|
||||
share/locale/nl/LC_MESSAGES/tar.mo
|
||||
share/locale/pl/LC_MESSAGES/tar.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/tar.mo
|
||||
share/locale/pt/LC_MESSAGES/tar.mo
|
||||
share/locale/ro/LC_MESSAGES/tar.mo
|
||||
share/locale/ru/LC_MESSAGES/tar.mo
|
||||
share/locale/sk/LC_MESSAGES/tar.mo
|
||||
share/locale/sl/LC_MESSAGES/tar.mo
|
||||
share/locale/sr/LC_MESSAGES/tar.mo
|
||||
share/locale/sv/LC_MESSAGES/tar.mo
|
||||
share/locale/tr/LC_MESSAGES/tar.mo
|
||||
share/locale/uk/LC_MESSAGES/tar.mo
|
||||
share/locale/vi/LC_MESSAGES/tar.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/tar.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/tar.mo
|
||||
man/man1/gtar.1.gz
|
||||
man/man8/grmt.8.gz
|
||||
@dir libexec/gtar
|
||||
@dir share/locale/bg/LC_MESSAGES
|
||||
@dir share/locale/bg
|
||||
@dir share/locale/ca/LC_MESSAGES
|
||||
@dir share/locale/ca
|
||||
@dir share/locale/cs/LC_MESSAGES
|
||||
@dir share/locale/cs
|
||||
@dir share/locale/da/LC_MESSAGES
|
||||
@dir share/locale/da
|
||||
@dir share/locale/de/LC_MESSAGES
|
||||
@dir share/locale/de
|
||||
@dir share/locale/el/LC_MESSAGES
|
||||
@dir share/locale/el
|
||||
@dir share/locale/eo/LC_MESSAGES
|
||||
@dir share/locale/eo
|
||||
@dir share/locale/es/LC_MESSAGES
|
||||
@dir share/locale/es
|
||||
@dir share/locale/et/LC_MESSAGES
|
||||
@dir share/locale/et
|
||||
@dir share/locale/eu/LC_MESSAGES
|
||||
@dir share/locale/eu
|
||||
@dir share/locale/fi/LC_MESSAGES
|
||||
@dir share/locale/fi
|
||||
@dir share/locale/fr/LC_MESSAGES
|
||||
@dir share/locale/fr
|
||||
@dir share/locale/ga/LC_MESSAGES
|
||||
@dir share/locale/ga
|
||||
@dir share/locale/gl/LC_MESSAGES
|
||||
@dir share/locale/gl
|
||||
@dir share/locale/hr/LC_MESSAGES
|
||||
@dir share/locale/hr
|
||||
@dir share/locale/hu/LC_MESSAGES
|
||||
@dir share/locale/hu
|
||||
@dir share/locale/id/LC_MESSAGES
|
||||
@dir share/locale/id
|
||||
@dir share/locale/it/LC_MESSAGES
|
||||
@dir share/locale/it
|
||||
@dir share/locale/ja/LC_MESSAGES
|
||||
@dir share/locale/ja
|
||||
@dir share/locale/ko/LC_MESSAGES
|
||||
@dir share/locale/ko
|
||||
@dir share/locale/ky/LC_MESSAGES
|
||||
@dir share/locale/ky
|
||||
@dir share/locale/ms/LC_MESSAGES
|
||||
@dir share/locale/ms
|
||||
@dir share/locale/nb/LC_MESSAGES
|
||||
@dir share/locale/nb
|
||||
@dir share/locale/nl/LC_MESSAGES
|
||||
@dir share/locale/nl
|
||||
@dir share/locale/pl/LC_MESSAGES
|
||||
@dir share/locale/pl
|
||||
@dir share/locale/pt/LC_MESSAGES
|
||||
@dir share/locale/pt
|
||||
@dir share/locale/pt_BR/LC_MESSAGES
|
||||
@dir share/locale/pt_BR
|
||||
@dir share/locale/ro/LC_MESSAGES
|
||||
@dir share/locale/ro
|
||||
@dir share/locale/ru/LC_MESSAGES
|
||||
@dir share/locale/ru
|
||||
@dir share/locale/sk/LC_MESSAGES
|
||||
@dir share/locale/sk
|
||||
@dir share/locale/sl/LC_MESSAGES
|
||||
@dir share/locale/sl
|
||||
@dir share/locale/sr/LC_MESSAGES
|
||||
@dir share/locale/sr
|
||||
@dir share/locale/sv/LC_MESSAGES
|
||||
@dir share/locale/sv
|
||||
@dir share/locale/tr/LC_MESSAGES
|
||||
@dir share/locale/tr
|
||||
@dir share/locale/uk/LC_MESSAGES
|
||||
@dir share/locale/uk
|
||||
@dir share/locale/vi/LC_MESSAGES
|
||||
@dir share/locale/vi
|
||||
@dir share/locale/zh_CN/LC_MESSAGES
|
||||
@dir share/locale/zh_CN
|
||||
@dir share/locale/zh_TW/LC_MESSAGES
|
||||
@dir share/locale/zh_TW
|
||||
@dir share/locale
|
||||
Reference in New Issue
Block a user