summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2004-10-02Add dependency on gettext-lib to fix the build on Darwin.recht1-1/+2
2004-10-02remove a really really crufty darwin patch noticed by wiz. (thedanw3-23/+1
package doesn't currently build on darwin with or without the patch, but darwin has gtar in the base OS anyway.)
2004-10-01there will not be a NetBSD-1.[7-9] but will be a NetBSD-[2-9].*grant2-5/+5
adjust patterns used in ONLY_FOR_PLATFORM/NOT_FOR_PLATFORM to reflect this.
2004-09-28"poxbox.com". How typo-rific. Switch to tv@duh.org, anyway.tv1-2/+2
2004-09-27Update gtar packages to 1.14:wiz13-162/+95
XXX: man page not updated (didn't find new version of suse gtar man page which we're using in the package) version 1.14 - Sergey Poznyakoff, 2004-05-11 * Added support for POSIX.1-2001 and ustar archive formats. * New option --format allows to select the output archive format * The default output format can be selected at configuration time by presetting the environment variable DEFAULT_ARCHIVE_FORMAT. Allowed values are GNU, V7, OLDGNU and POSIX. * New option --strip-path allows to cut off a given number of path elements from the name of the file being extracted. * New options --index-file, --no-overwrite-dir. The --overwrite-dir option is now the default; use --no-overwrite-dir if you prefer the previous default behavior. * The semantics of -o option is changed. When extracting, it does the same as --no-same-owner GNU tar option. This is compatible with UNIX98 tar. Otherwise, its effect is the same as that of --old-archive option. This latter is deprecated and will be removed in future. * New option --check-links prints a message if not all links are dumped for a file being archived. This corresponds to the UNIX98 -l option. The current semantics of the -l option is retained for compatibility with previous releases, however such usage is strongly deprecated as the option will change to its UNIX98 semantics in the future releases. * New option --occurrence[=N] can be used in conjunction with one of the subcommands --delete, --diff, --extract or --list when a list of files is given either on the command line or via -T option. This option instructs tar to process only the Nth occurrence of each named file. N defaults to 1, so `tar -x -f archive --occurrence filename' extracts the first occurrence of `filename' from `archive' and terminates without scanning to the end of the archive. * New option --pax-option allows to control the handling of POSIX keywords in `pax' extended headers. It is equivalent to `pax' -o option. * --incremental and --listed-incremental options work correctly on individual files, as well as on directories. * New scripts: backup (replaces old level-0 and level-1) and restore. The scripts are compiled and installed if --enable-backup-scripts option is given to configure. * By default tar searches "rmt" utility in "$prefix/libexec/rmt", which is consistent with the location where the version of "rmt" included in the package is installed. Previous versions of tar used "/etc/rmt". To install "rmt" to its traditional location, run configure with option --libexecdir=/etc. Otherwise, if you already have rmt installed and wish to use it, instead of the shipped in version, set the variable DEFAULT_RMT_COMMAND to the full path name of the utility, e.g. ./configure DEFAULT_RMT_COMMAND=/etc/rmt. Notice also that the full path name of the "rmt" utility to use can be set at runtime, by giving option --rmt-command to tar. * Removed obsolete command line options: ** --absolute-paths superseded by --absolute-names ** --block-compress is not needed any longer ** --block-size superseded by --blocking-factor ** --modification-time superseded by --touch ** --read-full-blocks superseded by --read-full-records ** --record-number superseded by --block-number ** --version-control superseded by --backup * New message translations fi (Finnish), gl (Galician), hr (Croatian), hu (Hungarian), ms (Malaysian), nb (Norwegian), ro (Romanian), sk (Slovak), zh_CN (Chinese simplified), zh_TW (Chinese traditional). The code 'no' for Norwegian (Bokmål) has been withdrawn; use 'nb' instead.
2004-09-27Remove commented-out USE_LIBTOOL define.tv1-2/+1
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam7-63/+7
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 2.8.0. This version corresponds to GNOME 2.8.0.jmmv4-20/+28
version 2.8.0 ------------- * Updated translations. version 2.7.5 ------------- * Fixed bug #151427: Compilation error. * Fixed bug #150672: Back button is broken * Fixed bug #150329: File roller creates predictable /tmp directories * Fixed bug #150327: Adding a directory to archive hangs file roller * Fixed BUG #150328: avoid crashing while DND of 'Home' icon into file-roller. * Updated the recent-files sources from libegg. version 2.7.4 ------------- * Updated the recent-files sources from libegg. * Added more mime types to the desktop file. version 2.7.3 ------------- * Added the supported mime types to file-roller.desktop version 2.7.2 ------------- * Fixed bug #144041: [Solaris] gtar will not be in path * Do not display the "operation stopped" dialog (bug #144171). * Fixed a leak and the display of the error message (bug #145440). version 2.7.1 ------------- * Fixed bug #144455: Make file-roller session aware even when no archive is opened. * Fixed bug #144079 (iso is not listed as a archive in open dialog) * Hide the main window when in batch mode. * Allow to extract all the files, not only the selected files, from an ISO image. version 2.7.0 ------------- * Added read/extract support for ISO files. (bug #142316) * Split the add dialog into two dialogs, one used to add files and the other one used to add folders. * Ask the distination folder after pasting a selection, this allows the user to create new folders in the archive. * Added content size and compression ratio in the properties dialog. * Extract selection without creating the whole path. (bug #140971)
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-08-29Add and enable rzip.recht1-1/+2
2004-08-29initial import of rzip-2.0recht5-0/+62
package provided by Miles Nordin in PR 26774 rzip is a compression program, similar in functionality to gzip or bzip2, but able to take advantage long distance redundencies in files, which can sometimes allow rzip to produce much better compression ratios than other programs.
2004-08-21Fix the version number of the package in the configure script, and modifyjlam3-19/+16
the Makefiles so that they can be built by really basic make programs.
2004-08-21Check for a few more system headers after the update to pax-20040804.jlam3-10/+17
2004-08-21Mirror change in archivers/mtree by <heinz> on 2004/04/16:jlam7-15/+179
Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead of HAVE_STRUCT_STAT_ST_FLAGS. This avoids confusion on UnixWare which has 'st_flags' but does _not_ support file flags.
2004-08-21Update archivers/pax to 20040802 (latest version on src HEAD). Changesjlam30-170/+759
from previous include: - include a pax2nbcompat script to ease importing from src HEAD into pkgsrc. * for copy mode, show more meaningful information on SIGINFO.
2004-08-18Make this package build on Linux.minskim3-7/+21
- Include time.h to use struct tm. - Define LINUX_NAMLEN on Linux to avoid using d_namlen in struct dirent.
2004-08-14If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a localjlam1-2/+9
version of libnbcompat instead of requiring libnbcompat to be installed. This simplifies testing of bootstrap packages without root privileges on a system that has already been bootstrapped.
2004-08-13Check for all system headers needed in the sources.jlam3-278/+559
2004-08-11Add bzip2 dependency so this will build in Linux.ben1-1/+2
2004-08-02This packages doesn't use the compiler.jlam1-1/+2
2004-08-02Update archivers/p5-Archive-Tar to 1.10. Changes from version 1.02jlam2-6/+7
include: - Make new() comply with the documentation and return undef on a read() failure. - Re-adds bin/ptar, which disappeared from this distribution after 0.22 (sorry about that). - Fix a file renaming bug that forgot to carry over path info - Fix a bug where adding dirs on win32 gave 'permission denied' - Add extra tests explicilty for Archive::Tar::File - Move completely from FileHandle to IO::File - Quell some annoying warnings about binmode on unopened filehandles - Add tests for binary files included in a tarball - The chown() code somehow didn't make it into the 1.05 release - Patch _get_handle() to treat all IO::File handles as binary. This should make win32 users happy - A method called 'contains_file' that will tell you if a certain file is already in the archive. - Add a global variable $CHOWN that controls whether Archive::Tar should attempt to chown() files or not when it can. - NULL-byte padding was done also on files that had no real content, like symlinks, thus ending up with a number of bytes not dividable by 512. - Always do a readlink on the full path, never just the file - Make Archive::Tar write proper headers when dealing with symlinks For this $Archive::Tar::FOLLOW_SYMLINKS is introduced
2004-08-01Rewrite test to make it easier to maintain.jlam1-4/+5
2004-07-31USE_GCC_SHLIB is deprecated.xtraeme2-4/+2
2004-07-30Enable pkgviews installation.minskim1-1/+5
2004-07-29On NetBSD>=2.0, set TAR_INODE_INTERNAL to make this build again.wiz1-1/+7
Suggested by der Mouse.
2004-07-28Enable pkgviews installation.minskim24-24/+104
2004-07-28This package needs C++ compiler.minskim1-1/+2
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-07-28Enable pkgviews installation.minskim2-2/+8
2004-07-28Add a missing file to PLIST. Bump PKGREIVISION.minskim2-2/+4
2004-07-27Enable pkgviews installation.minskim1-1/+3
2004-07-27Enable pkgviews installation.minskim1-1/+5
2004-07-27Use CONF_FILES to handle a configuration file.minskim2-7/+7
Bump PKGREVISION.
2004-07-27Update to 3.10.21, and fix build on current (statvfs lossage).wiz3-10/+9
Changes since 3.10.20: * arj_arcv.c, arj_file.c, arj_proc.c, arj_user.c, arjtypes.c, environ.c, externs.c, externs.h, makefile: Merged with the remaining part of TCO fixes to make up for 3.10.21 * defines.h, encode.c, environ.c, environ.h, fmemcmp.asm, misc.c, rearj.c: Resync with TCO to close any outstanding bugs * arj.c: Rudimentary Borland code caused the filenames in argv[] to be mishandled under Win32 * register.c: REGISTER might fail due to _fput_* changes
2004-07-19Use versioned distfile instead of unversioned one (hi tv!).wiz2-7/+5
2004-07-16Update to version 1.12.seb2-5/+5
Too many bug fixes and additions since last packaged version (0.11). Please see the `Changes' file enclosed in the source distribution.
2004-07-10Use GNU ld specific script only when GNU ld is used.salo3-9/+37
Fixes build on Solaris with native linker.
2004-07-10Fix the Solaris check. SunPro doesn't define neither sun, nor __svr4__.salo2-1/+15
Fixes compilation on Solaris with SunPro compiler.
2004-07-06Added gzrecover-0.2.xtraeme1-1/+2
2004-07-06Initial import of gzrecover-0.2 from pkgsrc-wip, packaged by pancake.xtraeme4-0/+37
So you thought you had your files backed up onto that jaz cartridge - until it came time to restore. Then you found out that you had bad sectors and you've lost almost everything because gzip craps out 10% of the way through your archive. The gzip Recovery Toolkit has a program - gzrecover - that attempts to skip over bad data in a gzip archive and to GNU tar that enables that program to skip over bad data and extract whatever files might be there.
2004-07-05Enable pkgviews installation.minskim1-1/+5
2004-07-05Include endian.h instead of sys/endian.h on Linux.minskim2-6/+10
2004-07-04this package only uses a c++ compiler.grant1-1/+2
2004-07-03this package doesn't have a configure target.grant1-1/+2
2004-07-03bump to 20040703.grant1-2/+2
2004-07-03sync with src:grant1-13/+19
Salvage the `create parent directories and try again' path which is removed by the previous commit.
2004-07-02Enable pkgviews installation.minskim4-4/+14
2004-07-02Define NO_BUILDLINK because this is a meta package.minskim1-3/+2
2004-06-28Update MASTER_SITES.xtraeme1-3/+5