Commit graph

2097 commits

Author SHA1 Message Date
jperkin
475f796ae1 Needs zlib. 2014-01-09 14:27:05 +00:00
jperkin
33451668f4 Needs bzip2. 2014-01-09 14:26:17 +00:00
dholland
1c8a35f348 Fix pkgsrc patch to only include dirent.h once. 2014-01-02 03:24:47 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
wiz
b788fa28b5 Update to 0.11.2:
0.11.2 [2013/12/19]

* Support querying/setting operating system and external attributes.
* For newly added files, set operating system to UNIX, permissions
  to 0666 (0777 for directories).
* Fix bug when writing zip archives containing files bigger than 4GB.
2013-12-31 11:07:14 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
adam
3cfee75f8f Changes 0.2.0:
* Decompression of archives using the -lhx- file format supported by
  unlha32.dll is now supported (thanks Multi for the patch).
* The -p (print to stdout) command line option is now supported.
* The test suite should now run correctly on Windows.
Bugs fixed:
* Bug where archives read from pipes (eg. stdin) were not extracted
  beyond the first file in the archive.
* Output when using the -w (extract directory) option now correctly
  matches the output of Unix lha.
2013-12-02 20:08:06 +00:00
obache
c28b1c803f Use find-headers instead of find-files to detect builtin header files. 2013-11-23 10:51:09 +00:00
fhajny
3fc8672e91 Substitute Bash properly. Bump PKGREVISION. 2013-11-14 18:39:38 +00:00
minskim
79bc15cb37 Let ruby-xz use a full filename in loading a library. 2013-11-13 18:10:20 +00:00
joerg
b734c0e9ac Needs pod2man. Fix missing ffsll on NetBSD. 2013-11-08 21:14:01 +00:00
markd
3a776300a5 Update to KDE SC 4.11.3
bugfixes, many new features, improved stability and performance.
2013-11-07 09:45:42 +00:00
joerg
f27f974d44 Make guard variable used by the integrity check non-static, so that it
won't get dropped as unused.
2013-11-04 16:41:43 +00:00
jperkin
147b4e37b2 Only create the rmt symlink if rmt is built. 2013-11-01 12:47:39 +00:00
obache
526da97268 Change to use uncompressed archive for distfile (put on our ftp server)
to avoid circular dependency of archive tool.
2013-10-29 13:32:07 +00:00
joerg
29a8f1ac33 Don't play with -fno-schedule-insns2 or -fno-strength-reduce. 2013-10-27 20:29:44 +00:00
adam
ffed70b9d0 Changes 0.6:
fix use of -L (lowercase) option with -d
2013-10-23 18:22:44 +00:00
fhajny
1a281ace32 Add lrzip 2013-10-21 11:30:10 +00:00
fhajny
e7411c2369 Import lrzip-0.616 as archivers/lrzip.
Compression program optimised for large files. The larger the file and the
more memory you have, the better the compression advantage this will provide,
especially once the files are larger than 100MB. The advantage can be chosen
to be either size (much smaller than bzip2) or speed (much faster than bzip2).
2013-10-21 11:29:05 +00:00
tron
14e229fd04 Use "if empty()" instead of comparing with an empty string. 2013-10-12 17:16:54 +00:00
ryoon
3fba1a52dd Recursive revbump from pango-1.36.0 2013-10-10 14:41:44 +00:00
adam
716431cd1e Pass custom CXX, CPPFLAGS, CXXFLAGS, LDFLAGS 2013-10-10 12:03:03 +00:00
wiz
0d584f1853 Update to 1.15:
Changes in version 1.15:

Lziprecover can now repair multi-member files with up to one byte error
per member, without having to split them first.

Lziprecover can now merge multi-member files without having to split
them first even if some copies have the header and the trailer damaged.

The chapters "Repairing files", "Merging files" and "Unzcrash" have been
added to the manual.
2013-10-09 20:35:10 +00:00
wiz
afe4efe198 Update to 1.15:
Changes in version 1.15:

Lzip now shows the progress of compression at verbosity level 2 (-vv).

Decompressing and testing no more show file version.

Option "-n, --threads" is now accepted and ignored for compatibility
with plzip.

The configure script now accepts options with a separate argument.

The chapter "Stream format" and the appendix "Reference source code"
have been added to the manual.
2013-10-09 20:34:09 +00:00
adam
140e55d9ea Use INSTALL_LIB with 7z.so; fixes 'symbols referenced by indirect symbol table entries that can't be stripped' on Darwin 2013-10-05 07:40:59 +00:00
wiz
b729c83779 Fix previous: add missing trailing slash.
From Nat Sloss in PR 48261.
Bump PKGREVISION.
2013-10-05 06:16:39 +00:00
wiz
bdf428257b Add support for WIM archives.
Based on PR 48261 by Nat Sloss.
Bump PKGREVISION.
2013-10-04 21:51:57 +00:00
wiz
38af0a0e30 Update to 2.17:
2.16 2013-06-18 rurban
   - pod typo fixed by GH dsteinbrunner.

2.17 2013-08-28 rurban
   - Fixed license in README (thanks to John Peacock)
2013-10-02 10:53:24 +00:00
joerg
2bf95f955b Require library to have no undefined symbols. Fixes DLL build on Cygwin.
Bump revision.
2013-09-20 04:05:13 +00:00
asau
6b6c865608 Fix segmentation fault due to time_t being longer than long.
While here, allow building it with standard make.
2013-09-18 20:58:35 +00:00
ryoon
edc96e06d5 Rename filename of PLIST for Cygwin, PLIST.cygwin to PLIST.Cygwin.
Thank you, joerg@ and obache@.
2013-09-16 03:45:30 +00:00
jperkin
8466b0b129 Use CATMAN_SECTION_SUFFIX in packages which perform their own catman
page installation.
2013-09-12 11:18:40 +00:00
adam
d2cb6dec32 Revbump after cairo update 2013-09-02 19:50:38 +00:00
wiz
2bd5a4bf67 + libunrar. 2013-09-01 08:28:44 +00:00
wiz
645494d180 Import libunrar-5.0.7 as archivers/libunrar.
This package contains the unrar library.

unRAR is a utility to extract, test and view the contents of archives
created with the RAR archiver, version 1.50 and above.  The unRAR
utility is a minor part of the RAR archiver and contains RAR
uncompression algorithm. UnRAR requires very small volume of memory to
operate.

The license for this software states that "the code may not be used to
develop a RAR (WinRAR) compatible archiver."
2013-09-01 08:28:29 +00:00
wiz
d7aced3e10 Stop installing library again.
Split parts of Makefile into Makefile.common for upcoming libunrar.
Remove unnecessary patch (as discussed with upstream).
2013-09-01 08:28:08 +00:00
wiz
776acfc281 Install unrar library and header file.
Bump PKGREVISION.
2013-08-30 10:16:57 +00:00
wen
3d982e7a7b Add p5-Archive-Any-Lite 2013-08-25 06:19:02 +00:00
wen
65637c27ba Import Archive::Any::Lite-0.07 as archivers/p5-Archive-Any-Lite.
Archive::Any::Lite is a fork of Archive::Any. The main difference is this works
properly even when you fork(), and may require less memory to extract a tarball.
On the other hand, this isn't pluggable (this only supports file formats used in
the CPAN toolchains), and this doesn't check mime types (at least as of this
writing).
2013-08-25 06:17:35 +00:00
ryoon
519521c391 Fix packaging on Cygwin.
* On Microsoft Windows platform, liblzma.def is created to import librares
  for non-GNU toochains.
2013-07-30 13:43:47 +00:00
ryoon
ac7fc350cc Fix build on Cygwin.
__dev32_t is removed since 1.7.19 of cygwin.
Like http://mail-index.netbsd.org/source-changes/2013/06/14/msg044776.html .
2013-07-26 12:37:41 +00:00
ryoon
0614aef2ed Fix build under GNU/kFreeBSD. 2013-07-26 10:35:44 +00:00
shattered
380a1bd61d Don't install lib/charset.alias 2013-07-21 10:31:26 +00:00
shattered
3bd7624c84 Update to 4.13.4. Changes:
* POSIX-ism: they have determined that uudecode is not expected
  to exit failure when the output file mode cannot be changed.
  Either POSIXLY_CORRECT or --ignore-chmod will cause uudecode
  to behave this way.
* output file names may be encoded in the uuencoded file.
  By specifying '--encode' on the command line, the output
  file name will be base64 encoded in the uuencode file.
2013-07-21 09:03:19 +00:00
wen
1abae16850 Update to 0.92
Upstream changes:
* important changes in version 1.92 18/09/2013 (David Steinbrunner)
- typo fixes
2013-07-15 01:13:59 +00:00
ryoon
2193923ba6 Recursive revbump from graphics/giflib update to 5.0.4. 2013-07-05 13:29:28 +00:00
adam
1a99239b9a Changes 5.0.5:
* lzmadec and liblzma's lzma_alone_decoder(): Support decompressing
  .lzma files that have less common settings in the headers
  (dictionary size other than 2^n or 2^n + 2^(n-1), or uncompressed
  size greater than 256 GiB). The limitations existed to avoid false
  positives when detecting .lzma files. The lc + lp <= 4 limitation
  still remains since liblzma's LZMA decoder has that limitation.

  NOTE: xz's .lzma support or liblzma's lzma_auto_decoder() are NOT
  affected by this change. They still consider uncommon .lzma headers
  as not being in the .lzma format. Changing this would give way too
  many false positives.

* xz:
    - Interaction of preset and custom filter chain options was
      made less illogical. This affects only certain less typical
      uses cases so few people are expected to notice this change.

      Now when a custom filter chain option (e.g. --lzma2) is
      specified, all preset options (-0 ... -9, -e) earlier are on
      the command line are completely forgotten. Similarly, when
      a preset option is specified, all custom filter chain options
      earlier on the command line are completely forgotten.

      Example 1: "xz -9 --lzma2=preset=5 -e" is equivalent to "xz -e"
      which is equivalent to "xz -6e". Earlier -e didn't put xz back
      into preset mode and thus the example command was equivalent
      to "xz --lzma2=preset=5".

      Example 2: "xz -9e --lzma2=preset=5 -7" is equivalent to
      "xz -7". Earlier a custom filter chain option didn't make
      xz forget the -e option so the example was equivalent to
      "xz -7e".

    - Fixes and improvements to error handling.

    - Various fixes to the man page.

* xzless: Fixed to work with "less" versions 448 and later.

* xzgrep: Made -h an alias for --no-filename.

* Include the previously missing debug/translation.bash which can
  be useful for translators.

* Include a build script for Mac OS X. This has been in the Git
  repository since 2010 but due to a mistake in Makefile.am the
  script hasn't been included in a release tarball before.
2013-07-04 23:30:47 +00:00
wiz
41ad60c803 Fix previous. 2013-07-03 18:19:24 +00:00
adam
e44d5c77d4 Removed patch-makefile in favour if MAKEFLAGS 2013-07-02 19:47:48 +00:00