2004-05-18 13:58:04 +02:00
|
|
|
# $NetBSD: Makefile,v 1.16 2004/05/18 11:58:04 recht Exp $
|
1999-09-18 17:08:50 +02:00
|
|
|
#
|
|
|
|
|
Update gtar packages to 1.13.25, with security fixes from redhat.
Summary of changes (see NEWS and Changelog from the distribution for details):
- don't allow absolute paths, and path containing ../
* New option --overwrite-dir
* New option --recursion (the default) that is the inverse of --no-recursion.
* New options --anchored, --ignore-case, --wildcards,
--wildcards-match-slash, and their negations (e.g., --no-anchored).
Along with --recursion and --no-recursion, these options control how
exclude patterns are interpreted.
* The default interpretation of exclude patterns is now --no-anchored
--no-ignore-case --recursion --wildcards --wildcards-match-slash.
* The --no-recursion option now affects extraction too.
* New options --no-same-owner, --no-same-permissions.
* New option -y or --bzip2 for bzip2 compression, by popular request.
2002-11-20 17:57:54 +01:00
|
|
|
DISTNAME= tar-1.13.25
|
|
|
|
PKGNAME= gtar-info-1.13.25
|
2001-10-18 17:20:01 +02:00
|
|
|
SVR4_PKGNAME= gtari
|
1999-09-18 17:08:50 +02:00
|
|
|
CATEGORIES= archivers
|
Update gtar packages to 1.13.25, with security fixes from redhat.
Summary of changes (see NEWS and Changelog from the distribution for details):
- don't allow absolute paths, and path containing ../
* New option --overwrite-dir
* New option --recursion (the default) that is the inverse of --no-recursion.
* New options --anchored, --ignore-case, --wildcards,
--wildcards-match-slash, and their negations (e.g., --no-anchored).
Along with --recursion and --no-recursion, these options control how
exclude patterns are interpreted.
* The default interpretation of exclude patterns is now --no-anchored
--no-ignore-case --recursion --wildcards --wildcards-match-slash.
* The --no-recursion option now affects extraction too.
* New options --no-same-owner, --no-same-permissions.
* New option -y or --bzip2 for bzip2 compression, by popular request.
2002-11-20 17:57:54 +01:00
|
|
|
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/
|
1999-09-18 17:08:50 +02:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
1999-09-18 17:08:50 +02:00
|
|
|
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
|
2001-02-16 14:15:24 +01:00
|
|
|
COMMENT= Info format documentation for the GNU tape archiver
|
1999-09-18 17:08:50 +02:00
|
|
|
|
|
|
|
INFO_FILES= tar.info
|
|
|
|
|
2004-05-18 13:58:04 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2004-03-11 19:03:49 +01:00
|
|
|
USE_BUILDLINK3= yes
|
1999-09-18 17:08:50 +02:00
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2004-05-18 13:58:04 +02:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/${INFO_DIR}
|
1999-09-19 21:11:32 +02:00
|
|
|
for i in ${WRKSRC}/doc/tar.info* ; \
|
1999-09-18 17:08:50 +02:00
|
|
|
do \
|
2004-05-03 23:32:28 +02:00
|
|
|
${INSTALL_DATA} $${i} ${PREFIX}/${INFO_DIR} ; \
|
1999-09-18 17:08:50 +02:00
|
|
|
done
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|