Commit graph

816 commits

Author SHA1 Message Date
recht
82c13e3027 initial import of rzip-2.0
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-29 15:29:04 +00:00
jlam
683567c435 Fix the version number of the package in the configure script, and modify
the Makefiles so that they can be built by really basic make programs.
2004-08-21 06:33:39 +00:00
jlam
6985e27f27 Check for a few more system headers after the update to pax-20040804. 2004-08-21 05:06:41 +00:00
jlam
3f57bcbb36 Mirror change in archivers/mtree by <heinz> on 2004/04/16:
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-21 04:20:50 +00:00
jlam
ff44898db4 Update archivers/pax to 20040802 (latest version on src HEAD). Changes
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-21 03:28:49 +00:00
minskim
fed181f436 Make this package build on Linux.
- Include time.h to use struct tm.
  - Define LINUX_NAMLEN on Linux to avoid using d_namlen in struct dirent.
2004-08-18 18:40:36 +00:00
jlam
896e92919d If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a local
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-14 02:33:32 +00:00
jlam
169328c7d5 Check for all system headers needed in the sources. 2004-08-13 14:52:11 +00:00
ben
51e64f6ef4 Add bzip2 dependency so this will build in Linux. 2004-08-11 16:31:49 +00:00
jlam
40648000d4 This packages doesn't use the compiler. 2004-08-02 21:33:47 +00:00
jlam
326cfdc611 Update archivers/p5-Archive-Tar to 1.10. Changes from version 1.02
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-02 21:31:36 +00:00
jlam
8df26f89e0 Rewrite test to make it easier to maintain. 2004-08-01 20:00:29 +00:00
xtraeme
99f8e812b3 USE_GCC_SHLIB is deprecated. 2004-07-31 03:48:30 +00:00
minskim
de9ae82e3c Enable pkgviews installation. 2004-07-30 14:53:43 +00:00
wiz
2ebc04dd8b On NetBSD>=2.0, set TAR_INODE_INTERNAL to make this build again.
Suggested by der Mouse.
2004-07-29 21:47:09 +00:00
minskim
5a4e75ef0d Enable pkgviews installation. 2004-07-28 02:47:34 +00:00
minskim
b85cc0437e This package needs C++ compiler. 2004-07-28 02:45:06 +00:00
minskim
5ddd406e32 Enable pkgviews installation. 2004-07-28 01:02:08 +00:00
minskim
b1e44f9151 Enable pkgviews installation. 2004-07-28 00:08:20 +00:00
minskim
b5bfeadc88 Add a missing file to PLIST. Bump PKGREIVISION. 2004-07-28 00:03:15 +00:00
minskim
a851ed0092 Enable pkgviews installation. 2004-07-27 22:18:26 +00:00
minskim
4fa376188e Enable pkgviews installation. 2004-07-27 22:09:43 +00:00
minskim
ecc15f761b Use CONF_FILES to handle a configuration file.
Bump PKGREVISION.
2004-07-27 22:07:19 +00:00
wiz
f44073a32e Update to 3.10.21, and fix build on current (statvfs lossage).
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-27 13:03:39 +00:00
wiz
d7b0672e4b Use versioned distfile instead of unversioned one (hi tv!). 2004-07-19 12:50:58 +00:00
seb
7615552d56 Update to version 1.12.
Too many bug fixes and additions since last packaged version (0.11).
Please see the `Changes' file enclosed in the source distribution.
2004-07-16 12:45:23 +00:00
salo
38aab826dd Use GNU ld specific script only when GNU ld is used.
Fixes build on Solaris with native linker.
2004-07-10 17:39:50 +00:00
salo
3570e576e2 Fix the Solaris check. SunPro doesn't define neither sun, nor __svr4__.
Fixes compilation on Solaris with SunPro compiler.
2004-07-10 15:35:52 +00:00
xtraeme
e01692b1ea Added gzrecover-0.2. 2004-07-06 14:41:45 +00:00
xtraeme
0728638b9b Initial import of gzrecover-0.2 from pkgsrc-wip, packaged by pancake.
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-06 14:39:15 +00:00
minskim
42e6228a97 Enable pkgviews installation. 2004-07-05 14:44:22 +00:00
minskim
509e1a5cf8 Include endian.h instead of sys/endian.h on Linux. 2004-07-05 14:41:31 +00:00
grant
846e17f5b4 this package only uses a c++ compiler. 2004-07-04 08:10:23 +00:00
grant
16b9021dbf this package doesn't have a configure target. 2004-07-03 13:30:29 +00:00
grant
e399158ba6 bump to 20040703. 2004-07-03 02:50:32 +00:00
grant
c8c0ca8a03 sync with src:
Salvage the `create parent directories and try again' path which is
removed by the previous commit.
2004-07-03 02:50:21 +00:00
minskim
1a9c0a3c25 Enable pkgviews installation. 2004-07-02 21:06:35 +00:00
minskim
3ddba4ca1a Define NO_BUILDLINK because this is a meta package. 2004-07-02 21:02:49 +00:00
xtraeme
29ea253f83 Update MASTER_SITES. 2004-06-28 21:45:42 +00:00
kristerw
897a488b8b Require gcc 3.0 or newer, since it contains c++ constructs that
gcc 2.95 does not understand.

DTRT with threading for platforms without native threads.
2004-06-27 20:28:53 +00:00
grant
5123eb9e1b bump to 20040626. 2004-06-26 13:31:47 +00:00
grant
e24d57c28d sync with src:
break out of the loop and avoid the infinite loop if attempts to
create, unlink and create all fail.
2004-06-26 13:30:59 +00:00
grant
663b3eaa47 sync with src:
don't attempt to remove the current directory.
2004-06-26 12:42:02 +00:00
wiz
b761a7e8c8 Add and enable p7zip. 2004-06-25 13:56:56 +00:00
wiz
0e4d11b4d3 Initial import of p7zip.
p7zip is a port of the Windows program 7za.exe.

7za.exe is a file archiver with the highest compression ratio.
2004-06-25 13:56:12 +00:00
ben
834e7c9b02 Add new package lcab. 2004-06-24 23:32:21 +00:00
ben
23c669969a Initial import of lcab-1.0b10, a Microsoft cabinet (.CAB) file creator. 2004-06-24 23:31:48 +00:00
grant
64c34cde46 bump to 20040620. 2004-06-20 10:11:56 +00:00
grant
fd78a9be8e sync pax with src/ from 20040620, includes many bug fixes including
properly handling broken archives.
2004-06-20 10:11:02 +00:00
minskim
b23abaaf3f Do not use "-DBSD" and "-lcompat" on Linux. 2004-06-18 17:41:10 +00:00