Commit graph

7 commits

Author SHA1 Message Date
wiz
e1e2ff0628 Replace collver@linuxfreemail.com with collver1@attbi.com.
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523,
19524, 19525 and some more, perhaps.
2002-12-24 18:55:32 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
dillo
2ecc4db63e upgrade to 0.6
changes since 0.5:
  * pkgsrc fixes for 0.5 integrated
  * support for the Quantum compression method reverse-engineered by
     Matthew Russotto
  * cabextract now exhaustively searches your files for cabinets.
    If there's more than one cabinet in the same file, cabextract will
    find those too.
  * Spanning cabinets sets contain both a 'next' and 'previous' cabinet
    name. cabextract now searches backwards through the cabinet chain
    to find the start of a cabinet set, before searching in the forwards
    direction as usual.
2002-08-21 16:18:51 +00:00
itohy
fa48b341f0 Add patch-aa 2002-05-10 10:01:31 +00:00
itohy
933a1bc0c8 Fixes:
- Do not compute a pointer outside of an array.
    The original code did this and if the executable is mapped at the
    low address in virtual space, the "runsrc" value becomes ``negative''
    address and caused crash.
    Package maintainers should use a.out to detect this sort of botches. :D

  - Fix usage of mktime(3).

  - Fix usage of tolower(3).

Changes:
  - Honor umask for file mode.

  - Add a hack to handle self-extracting cabinet (*.exe).
2002-05-10 10:01:10 +00:00
zuntum
b427eb87ce Move pkg/ files into package's toplevel directory 2001-10-31 20:24:14 +00:00
agc
180d4b08a2 Initial import of cabextract-0.5 into the NetBSD Packages Collection.
cabextract is a program that un-archives files in the Microsoft
cabinet file format (.cab) or any binary file which contains an
embedded cabinet file (frequently found in .exe files).

cabextract will extract all files from all cabinet files specified on
the command line

To extract a multi-part cabinet consisting of several files, only give
the first file as an argument to cabextract as it will automatically
look for the remaining files.

Provided in PR 14259 by Ben Collver (collver@linuxfreemail.com), the
description fleshed out slightly by myself, taken from the man page.
2001-10-18 09:56:13 +00:00