summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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
2004-06-27Require gcc 3.0 or newer, since it contains c++ constructs thatkristerw3-2/+21
gcc 2.95 does not understand. DTRT with threading for platforms without native threads.
2004-06-26bump to 20040626.grant1-2/+2
2004-06-26sync with src:grant1-2/+8
break out of the loop and avoid the infinite loop if attempts to create, unlink and create all fail.
2004-06-26sync with src:grant1-4/+9
don't attempt to remove the current directory.
2004-06-25Add and enable p7zip.wiz1-1/+2
2004-06-25Initial import of p7zip.wiz7-0/+77
p7zip is a port of the Windows program 7za.exe. 7za.exe is a file archiver with the highest compression ratio.
2004-06-24Add new package lcab.ben1-1/+2
2004-06-24Initial import of lcab-1.0b10, a Microsoft cabinet (.CAB) file creator.ben4-0/+26
2004-06-20bump to 20040620.grant1-2/+2
2004-06-20sync pax with src/ from 20040620, includes many bug fixes includinggrant18-179/+291
properly handling broken archives.