summaryrefslogtreecommitdiff
path: root/archivers/star
AgeCommit message (Collapse)AuthorFilesLines
2016-01-23update MASTER_SITES. berlios retired. project moved to sourceforge.zafer1-2/+2
2015-11-07Add build for openbsd amd64.dholland1-2/+3
2015-11-07Add workaround for install failure on case-insensitive fs; seen in thedholland1-1/+5
last MacOS PPC build.
2015-11-03Add SHA512 digests for distfiles for archivers categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/bicom101.zip distfiles/szip-2.1nb3/szip-2.1.tar.gz distfiles/xmill-0.9.1.tar.gz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-12-22Update HOMEPAGE, was 404 statusmef1-1/+2
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-09-24Ensure RUNPATH is empty to avoid bogus rpaths.jperkin1-1/+2
2014-06-26Create more symbolic links to fix build on FreeBSD 10.asau1-2/+4
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-06-28fix typodholland1-1/+1
2012-05-23Add another case symlinking configuration templates; should fix ppc build.dholland1-2/+2
2012-03-20If gcc is used, set CCOM=gcc in MAKE_ENV to let the schily makefileshans1-1/+8
know. Fixes build with gcc on SunOS and possibly other platforms.
2012-01-30Rename custom function "fexecve", which conflicts with glibc's fexecve(3),sbd5-5/+77
to schily_fexecve. Also <linux/fs.h> must be included before <linux/ext2_fs.h>.
2012-01-30Create a rules file for x86_64-linuxsbd1-1/+2
2011-03-27Allow to build on FreeBSD-x86_64 and DragonFly-x86_64.obache1-2/+3
2011-01-15Fix build under NetBSD-currenty removing unused custom function "getline"tron3-1/+37
which conflicts with getline(3).
2011-01-13Honor PKGMANDIR, per PR#44380.obache1-1/+2
2010-09-28fix local patch; void function cannot return vaule.tnn2-6/+6
reported by <BugeyeD> in #pkgsrc
2009-02-09DESTDIR support.joerg1-2/+3
2008-06-08Fix directory traversal vulnerability (CVE-2007-4134) in star.tonnerre3-3/+68
2007-12-30Star treats BSD and SysV differently for man page installation. Sincecjep3-3/+19
we "own" the filesystem underneath LOCALBASE (e.g. /usr/pkg), let's stick with BSD-style installation for this package. This addresses PR#29725.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-06-18Fixed pkglint warnings.rillig1-2/+3
2006-05-17Fixed pkglint warnings.rillig1-3/+3
2006-03-08Make this package going on NetBSD/sparc64hubertf1-9/+3
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-01Fixed some pkglint warnings of the form:rillig1-2/+2
- WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}".
2005-10-03Use FreeBSD rules on DragonFly as well.joerg1-1/+3
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-09-18Make previous commit do what was intended (by including bsd.prefs.mk,kristerw1-2/+4
and removing some extra " characters).
2004-09-18If we're lucky, x86_64 will build with i386's configuration. Let'suebayasi1-1/+7
see...
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-05-02fix install user/group on darwindanw2-1/+14
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-23Updated to version 1.4.3.salo2-6/+6
Changes: - Support for BSDi version 4.x - Suport for BSDi on sparc - Support for sparc64 FreeBSD - Support for i786-cygwin - Added +DAportable to the HP-UX cc compiler flags - New Platform 9000-831-hp-ux-cc - Added floatingpint printing support for OS/2 - Added support for macppc-netbsd-cc NetBSD on MAC - Workaround for an OpenBSD bug in ctype.h (illegaly #defines EOF) - Added IPv6 support to 'rmt' - Better casting for debug printf() in 'rmt' - Better autoconfiguration for librmt and its users yields in better compilation and portability results for OS that do not support the needed internet features for remote tape support. - Special support for an undocumented but unfortunately important "feature" for symlinks on HP-UX. Now star tries to retain the permissions of a symlink by stting umask() before creating the symlink. - Fixed a bug that caused star to be unable to correctly deal with ACLs where the user or group name contains spaces. - Workaround for reading rotten archives caused by above bug. - Fixed a bug that caused star to create broken archives if the POSIX.1-2001 extended format is used for sparse files > 8 GB. For this reason, a new extended header tag SCHILY.realsize has been added. - Fixed a bug that caused star to dump core on UNIX-98 TAR compat mode with e.g. 'star cbv' because star did not check for the missing arg to the -b option. - 'star -n -tpath ...' now only prints the pathnames to allow to use the ooutput directly in scripts. If you like the old behavior, use 'star -nv ...'
2002-12-26Update MASTER_SITE. Should fix problem in Huberts last bulk-build.jschauma1-2/+2
2002-12-16Updated star to 1.4.2.grant3-6/+24
Major changes since 1.4.1: - printf() now correctly handles %X vs. %x on 64 bit machines Removed a 20 year old local extension that became non-portable. - new 'librmt', which may be used by any external program like e.g. dump/restore to improve cross platform compatibility. - librmt now allows the use of ssh(1) for remote tape access. - smt benefits from librmt and now gives platform independent 'mt status' output in remote mode. - New option -wready for smt. - Better man page for 'rmt'. - Handle a seek error problem in create mode correctly when checking for reading past max possible file size on non-large file OS. - Correctly propagate write/read errors from FIFO to star. - Add support for SIGINFO (*BSD) as a courtesy to BSD users. - Do not open /dev/tty if a newvolume script is present. This allows the use of star from cron scripts. - Fixed a bug in the ACL handling code on Linux that caused star to recognize ACL comments as ACL entries and include them in the archive. - Work around to allow star to read ACL enhanced archives that include bogus entries that really were ACL comments created by the bug above. The full list of changes can be found at: ftp://ftp.fokus.gmd.de/pub/unix/star/AN-1.4.2
2002-11-09Make this compile on mipsel.cjep1-2/+2
2002-09-25Make this package build on arm. The same principle should apply tocjep3-2/+26
other CPU families, but I haven't tested those.
2002-07-02Add RCS Id.wiz1-1/+1
2002-06-26Initial import of Star 1.4.1. DESCR is written by the author, Joerg Schillinguebayasi4-0/+44
<schilling@fokus.gmd.de>. Star is a full-featured tar command that can access local and remote tar archives (files and tapes). It reads and writes POSIX compliant tar archives as well as non-POSIX GNU tar archives. Star is the first POSIX.1-2001 compliant tar implementation. It includes a FIFO for speed, a pattern matcher, multi-volume support, the ability to archive sparse files and ACLs and the ability to archive extended file flags. It supports utomatic archive format detection, automatic byte order recognition, automatic archivecompression/decompression. It includes the only known platform independent "rmt" server program that implements all Sun/GNU/Schily/BSD enhancements and allows any "rmt" client from any OS to contact any OS as server.