Commit graph

1744 commits

Author SHA1 Message Date
drochner
357ae7131d fix previous more correctly: just remove the offending file,
it will be rebuilt
2009-07-06 10:49:55 +00:00
apb
5166ee6e6a Add a patch to change
#include "/home/paolo/workspace/file-roller/src/typedefs.h"
to
#include "typedefs.h".
in src/fr-enum-types.c.  Not bumping PKGREVISION because the build
failed previously.  There are many other references to
/home/paolo/workspace, but all the others are inside comments.
2009-07-05 19:40:59 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
sno
36cacf4d26 pkgsrc changes:
- Updating package of p5 module Archive::Tar from 1.48 to 1.52
  - Setting LICENSE to ${PERL5_LICENSE} according to module documentation

Upstream changes:
* important changes in version 1.52 13/06/2009:
- Apply documentation patch to describe IBM APAR issue IZ50240; AIX tar
  does not always end a Tar archive with a 0x00 null block, which can
  cause warnings from Archive::Tar.
  This is a documentation patch only, and users of 1.50 need not upgrade.

* important changes in version 1.50 12/06/2009:
- Apply patch in #46450: Support for --no-same-permissions style behavior
  This facilitates leaving the +x bit, while still applying your umask on
  the extracted file.
2009-06-15 19:06:07 +00:00
joerg
d6ab8f9691 Don't create documentation diectory 2009-06-14 18:03:11 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
wiz
c1909e9699 lzma and xz-utils conflict as well. 2009-06-08 14:02:50 +00:00
wiz
483491b683 Conflict with new xz-utils package. 2009-06-08 14:01:58 +00:00
wiz
bc052cff7e + xz-utils. 2009-06-08 14:01:37 +00:00
wiz
cff8011a02 Initial import of xz-utils-4.999.8beta:
LZMA is a general purporse compression algorithm designed by Igor
Pavlov as part of 7-Zip. It provides high compression ratio while
keeping the decompression speed fast.

XZ Utils are an attempt to make LZMA compression easy to use on
free (as in freedom) operating systems. This is achieved by providing
tools and libraries which are similar to use than the equivalents
of the most popular existing compression algorithms.

XZ Utils consist of a few relatively separate parts:
  * liblzma is an encoder/decoder library with support for several
    filters (algorithm implementations). The primary filter is
    LZMA.
  * libzfile (or whatever the name will be) enables reading from
    and writing to gzip, bzip2 and LZMA compressed and uncompressed
    files with an API similar to the standard ANSI-C file I/O.
    [ NOTE: libzfile is not implemented yet. ]
  * xz command line tool has almost identical syntax than gzip
    and bzip2. It makes LZMA easy for average users, but also
    provides advanced options to finetune the compression settings.
  * A few shell scripts make diffing and grepping LZMA compressed
    files easy. The scripts were adapted from gzip and bzip2.
2009-06-08 14:01:18 +00:00
adam
fbbc6ac2f4 Changes 9.04:
* 7-Zip now can update solid .7z archives.
* 7-Zip now supports LZMA2 compression method.
* 7-Zip now supports XZ archives.
* 7-Zip now can unpack NTFS, FAT, VHD and MBR archives.
* 7-Zip now can unpack GZip, BZip2, LZMA, XZ and TAR archives from stdin.
* New -scrc switch to calculate total CRC-32 during extracting / testing.
* Some bugs were fixed.
2009-06-08 05:54:51 +00:00
jakllsch
6273e9f1c5 Update to 4.65
Various changes since 4.43, prehaps most noticable to this package
is the change of license.
2009-06-05 18:52:46 +00:00
zafer
6e50cae60b update master site 2009-05-22 18:25:20 +00:00
wiz
9574aa311d Update to 2.26.2, set LICENSE to gnu-gpl-v2.
version 2.26.2
--------------

	Bugs fixed:

	* #503240: File-roller kills the entire session when aborted

	New or updated application translations:

	* Estonian
	* Spanish
	* Greek

	New or updated manual translations:

	* British English
	* Greek
2009-05-19 13:55:25 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
hasso
c030503bff Rename strnlen -> _strnlen to avoid conflict in systems having strnlen. 2009-05-13 14:26:24 +00:00
zafer
f872a95474 agc's homepage is most of the time offline. disable master site. fetch from backup. 2009-05-02 13:22:35 +00:00
zafer
68c6f83546 No ftp service at rarlab. removed. 2009-05-02 12:37:10 +00:00
gdt
3418ebd6cc fix distinfo from previous commit 2009-04-25 23:50:58 +00:00
gdt
0997c88b87 Apply massive patch from PR pkgsrc/38449 by Olaf 'Rhialto' Seibert. 2009-04-25 23:46:47 +00:00
sno
907e02d9e6 PkgSrc changes:
- Updating package for p5 module Archive::Tar to 1.48

Upstream changes:
* important changes in version 1.48 20/04/2009:
- Address #44680 (Improve error reporting on short corrupted archives)
  Archives of less than 512 bytes would not have a clear error string set
- Requires at least IO::Compres::* 2.015, to address: #43609: Memory
  problem with A::T. Turns out 2.012 was leaking memory.
2009-04-23 07:08:19 +00:00
drochner
ba50b0afbe update to 2.26.1
changes:
-bugfixes
-translation updates
2009-04-17 17:35:43 +00:00
wiz
754430cba6 Update to 1.0, provided by Bartosz Kuzma in PR 41193.
Add LICENSE.

Changes:
version 1.0  Mon Aug  4 08:24:40 CEST 2008
	- fix a segfault when the zip cannot be opened, patch by
	  Peter Kortschack.
        - make use_unzip unstatic.
        - update to current autoconf/automake.
2009-04-13 08:37:00 +00:00
sno
1fd0201e57 PkgSrc changes:
- Fix dependency to p5-IO-Compress
2009-04-12 01:20:37 +00:00
sno
dfca1e1ce5 PkgSrc changes:
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib,
    p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are
    merged into p5-IO-Compress
  - Updated dependend packages to depend on p5-IO-Compress
    and bump PKGREVISION

Upstream changes:
  2.017 30 March 2009

      * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib &
        Compress-Zlib into IO-Compress.
      * The interface to Compress-Raw-Zlib now uses the new LimitOutput
        feature. This will make all of the zlib-related IO-Compress modules
        less greedy in their memory consumption.
      * Removed MAN3PODS from Makefile.PL
      * A few changes to get the test harness to work on VMS courtesy of
        Craig. A. Berry.
      * IO::Compress::Base & IO::Uncompress::Base
        Downgraded some croaks in the constructors to just set $! (by letting
        the code attempt to open a file and fail).
        This makes the behavior more consistent to a standard open.
        [RT #42657]
      * IO::Uncompress::Base
        Doing a seek with MultiStream could drop some of the uncompressed
        data. Fixed.
      * IO::Compress::Zip
        - Fixed problem with the uncompressed & uncompressed fields when
          zip64 is enabled. They were set to 0x0000FFFF instead of
          0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short.
          Problem spotted by Dino Chiesa.
      * IO::Uncompress::Unzip
        - use POSIX::mktime instead of Time::Local::timelocal to convert
          the zip DOS time field into Unix time.
      * Compress::Zlib
        - Documented Compress::Zlib::zlib_version()
2009-04-11 23:15:19 +00:00
joerg
368d71b62e Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. 2009-04-09 00:48:06 +00:00
joerg
cee67a4edb Use META_PACKAGE. 2009-04-08 22:47:07 +00:00
seb
d1e8992866 Fix minitar script: require_gem method is deprecated since RubyGems
0.9.0 and had been removed since RubyGems 1.0.0, use gem method
instead.
Bump PKGREVISION to 1.
2009-04-07 21:06:54 +00:00
wiz
b058c0d55e Add a buildlink3.mk file for wip/synce-kde and wip/synce-orange. 2009-03-28 15:47:12 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
be767f9dc8 Add the necessary preprocessor magic to build a 64bit version all the
time. Bump revision. Reminded by Eric Gillespie.
2009-03-20 13:47:59 +00:00
darcy
c5d02c3777 Use pkgsrc-users@NetBSD.org as MAINTAINER for unclaimed packages instead
of pkgsrc-users@pkgsrc.org as per the pkgsrc guide.
2009-03-18 18:20:36 +00:00
jmcneill
96c6e03922 Update file-roller to 2.26.0.
version 2.26.0
--------------

	New or updated application translations:

	* Assamese (Amitakhya Phukan)
	* Bengali INDIA (Runa Bhattacharjee)
	* Español (Jorge González)
	* Estonian (Ivar Smolin)
	* Galego (Suso Baleato)
	* Greek (Jennie Petoumenou)
	* Gujarati (Ankit Patel)
	* Hebrew (Gil Osher)
	* Hindi (Rajesh Ranjan)
	* Lithuanian (Vytautas Rekus)
	* Maithili (Sangeeta Kumari)
	* marathi (Sandeep Shedmake)
	* Oriya (Manoj Kumar Giri)
	* Russian (Anton Shestakov)
	* Swathanthra Malayalam Computing|സ്വതന്ത്ര
	  മലയാളം കമ്പ്യൂട്ടിങ് (Ani Peter)
	* Tamil (I. Felix)
	* Telugu (Krishna Babu K)

	New or updated manual translations:

	* British English (Philip Withnall)

version 2.25.92
---------------

	New or updated application translations:

	* English (British) (David Lodge)
	* Bulgarian (Alexander Shopov)
	* Czech (Adrian Guniš)
	* Hungarian (Gabor Kelemen)
	* Italian (Milo Casagrande)
	* Japanese (Takeshi AIHANA)
	* Swedish (Daniel Nylander)
	* Turkish (Baris Cicek)

	New or updated manual translations:

	* Swedish (Daniel Nylander)

version 2.25.91
---------------

	Bugs fixed:

	* #571273: crash in Archive Manager: Opening an archive (ISO)
	  Patch by Tom Parker.
	* #560429: GNOME Goal: Remove deprecated GLib symbols
	* #570505: file-roller crashed with signal 5 in IA__g_malloc()

	New or updated application translations:

	* Asturian (Astur)
	* Aviary.pl (Tomasz Dominikowski)
	* Basque (Iñaki Larrañaga Murgoitio)
	* Belarusian Latin (Ihar Hrachyshka)
	* Brazilian Portuguese (Fabrício Godoy)
	* Bulgarian (Alexander Shopov)
	* Chinese (Hong Kong) (Chao-Hsiung Liao)
	* Chinese/Traditional (Chao-Hsiung Liao)
	* Danish (Kenneth Nielsen)
	* Dutch (Wouter Bolsterlee)
	* Español (Jorge González)
	* French (Claude Paroz)
	* Kannada (Shankar Prasad)
	* Macedonian (Arangel Angov)
	* Portuguese (Duarte Loreto)
	* Romanian (Adi Roiban)
	* Serbian (sr) (Горан Ракић)
	* Serbian (sr) (Goran Rakić)
	* Thai (Theppitak Karoonboonyanan)
	* Ukrainian (Maxim Dziumanenko)
	* Vietnamese (Clytie Siddall)
	* zh_CN (甘露(Gan Lu))

version 2.25.90
---------------

	New features and user visible changes:

	* Use gtkbuilder instead of libglade.

	Bugs fixed:

	* #568881: don't rely on gtk implementation details
	* #569825: file-roller should use TMPDIR or XDG_CACHE_HOME for
	  temporary files.

	New or updated application translations:

	* Brazilian Portuguese (Fabrício Godoy)
	* Catalan (Jordi Mallach)
	* Deutsch (Christian Kirbach)
	* Finnish (Ilkka Tuohela)
	* Hungarian (Gabor Kelemen)
	* Korea (Changwoo Ryu)
	* Swedish (Daniel Nylander)

version 2.25.2
--------------

	Bugs fixed:

	* #567554: An error occurred while adding files to the archive after
	  encrypt the zip archive.
	* #566591: File roller cannot create splitted archives with pieces
	  smaller than 1 Mb
	* #560647: file-roller wakes up the CPU 2 times per second.
	* #563208: file-roller can't extract to an ftp mounted directory.
	  Patch by Gerard Lommerse.
	* #564029: Unziping an archive from nautilus fails with certain
	  characters.
	* #565879: isoinfo.sh has shebang but is installed -x Patch by Loïc
	  Minier.
	* #567901: renaming directory in tarball creates duplicate files
	* #568260: file-roller installs static libraries by default (for
	  nautilus extension)
	* #566683: remove redundant figures

	New or updated application translations:

	* Español (Jorge González)
	* Norwegian Bokmål (Kjartan Maraas)
	* zh_CN (甘露(Gan Lu))

version 2.25.1
--------------

	Bugs fixed:

	* #564805: Drop libgnome/ui dependency. Patch by Saleem Abdulrasool.
	* #561535: Unable to create archive with OpenOffice document using
	  nautilus integration. Patch by Gerard Lommerse.
	* #559481: Can't open/view file directly from File Roller if there
	  is a bracket in the directory/file name. Patch by Gerard Lommerse.

	New or updated manual translations:

	* Catalan (Joan Duran)
2009-03-18 00:42:41 +00:00
sno
bf707392a8 pkgsrc changes:
- Updating to 1.46

Upstream changes:
* important changes in version 1.46 05/03/2009:
- Address: bug #43513: [PATCH] Accept wrong checksums from SunOS and HP-UX tar
  like GNU tar does. See here for details:
  http://www.gnu.org/software/tar/manual/tar.html#SEC139
- make COMPRESS_BZIP and COMPRESS_GZIP constants actually work and fix their
  documentation

Oked by rhaen@
2009-03-10 17:21:27 +00:00
sno
6cdb2c0795 Added archivers/sapcar version 7.00 2009-03-09 16:56:02 +00:00
sno
6c61ee24fd pkgsrc changes:
Import of new archivers/sapcar to extract *.SAR archives provided by
SAP AG for their packages.

SAPCAR (older version was called CAR) is a compress utility (similar to
winzip, tar, zip, gz, etc.) , that is used by SAP to compress and decompress
nearly all delivered files and executables.

On 09/15/08 05:46 UTC, OBATA Akio <obache@netbsd.org> wrote:
> Personally, I think that those packages may exist.

On 09/15/08 09:41 UTC, Jonathan Groll <lists@groll.co.za> wrote:
> I for one would be most grateful if you could get this to work.

Oked by joerg@
2009-03-09 16:52:05 +00:00
joerg
a25e2945fb Play the CHECK_PERMS=no game here as well to avoid cyclic dependencies. 2009-03-05 00:27:31 +00:00
adam
e4ab1de5b8 Changes 4.65:
* From Windows version of 7-zip 4.62 to 4.65
  * The bug in 7-Zip 4.63 was fixed: 7-Zip could not decrypt .ZIP archives
    encrypted with WinZip-AES method.
  * 7-Zip now can unpack ZIP archives encrypted with PKWARE-AES.
  * Some bugs were fixed.
* Fixed : the RAM size was reported incorrectly on MacOSX 64bits
* Fixed : makefile.linux_amd64_asm_icc
* DJGPP :
   makefile.djgpp becomes makefile.djgpp_old
   makefile.djgpp_watt added (thank to Rugxulo)
* you can now compile 7za with a cmake project (see README)
  the cmake project can build a codeblock project ;)
  Remark : the kdevelop3 or Eclipse/CDT4 project don't work :(
2009-02-18 07:19:06 +00:00
joerg
be089192f3 Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
rhaen
33745abbfe no changelog for 1.43
* important changes in version 1.44 19/01/2009:
- Address #41798: Nonempty $\ when writing a Tar file produces a
  corrupt Tar file
- Textual fix to Makefile.PL diagnostics
2009-02-10 14:16:28 +00:00
joerg
f147bc5cc4 DESTDIR support. 2009-02-10 00:25:00 +00:00
joerg
6bf251943f DESTDIR support. 2009-02-09 23:53:00 +00:00
joerg
c049324d4f DESTDIR support. 2009-02-09 23:30:07 +00:00
joerg
9138c2ff46 Simplify. 2009-02-09 23:29:54 +00:00
joerg
09c4e36ffb DESTDIR support. 2009-02-09 23:25:45 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
joerg
440525b2cc No inttypes.h on SFU. From Hiroyuki Bessho in PR 40451. 2009-02-03 18:26:50 +00:00
joerg
a20fe239df Supports DESTDIR. 2009-01-28 14:55:48 +00:00
tnn
6b7f45461e 64-bit time_t fallout:
gtar cowardly refuses to build if time_t doesn't fit in "long int",
as happens to be the case now on 32-bit NetBSD hosts.
Supress the error and turn it into a warning instead.
"make test" still OK
2009-01-20 00:33:56 +00:00
rhaen
471f5487b9 - updated to 1.42
Changelog:
-no changelog for 1.41-
* important changes in version 1.42 13/12/2008:
- Address #40426: Archive Tar to support direct Archive::Tar::File adds
  It is now possible to add Archive::Tar::File objects via $tar->add_files
- Address #40016 (Archive::Tar assumes $> won't change): CAN_CHOWN is now a
  dynamic check upon extraction. This allows scripts to drop privileges when
  desired
- Address take 2 of #39933: [PATCH] handle ../ directory name on VMS
  John M. sent in a better way to do directory name translation.
2009-01-17 00:57:39 +00:00
obache
12092cbd70 It seems that DISTFILE was replaced with same name, no information.
Bump PKGREVISION for safe.
2009-01-16 09:18:30 +00:00
wiz
d588cf5948 Update to 2.24.3:
version 2.24.3
--------------

	Bugs fixed:

	* #561535: Unable to create archive with OpenOffice document using
	  nautilus integration. Patch by Gerard Lommerse.
	* #559481: Can't open/view file directly from File Roller if there
	  is a bracket in the directory/file name. Patch by Gerard Lommerse.
	* #560468: Remove single GTK+ includes. Patch by Maxim Ermilov.

	New or updated manual translations:

	* Catalan (Joan Duran)
2009-01-13 20:11:24 +00:00
wiz
1096e9493e Update to 1.0.5:
Changes in 1.0.5 (Jan 08, 2009)
- Now properly complains about trying to read or write compressed
  data to terminal, and exits
- Further fixed CPU detection crash
- Updated Makefile to force deletion when cleaning
2009-01-12 15:25:12 +00:00
wiz
76b4fb5a94 Update to 1.0.4:
Changes in 1.0.4 (Dec 21, 2008)
- Added support to use pbzip2 with tar (--use-compress-prog=pbzip2).
- Added support for all remaining bzip2 command line options so
  pbzip2 can be used as a drop-in replacement for bzip2.
- Fixed bug that would cause pbzip2 to crash if detection of the
  number of processors failed.
- Now prevents uclibc from being exposed to its lack of a
  getloadavg function.

Changes in 1.0.3 (Oct 31, 2008)
- Added support for compression using stdin and pipes!  Thanks
  to Ivan Voras for supplying the patch to enable this feature.
- Added support for decompression using stdin and pipes but
  currently limited to only a single thread
- Added support for testing bzip2 files using stdin and pipes
- Added support to directly decompress files without using
  threads when files are small or the system only has 1 CPU.
  This mode is also used if the .bz2 file contains only 1
  bzip2 stream.
- Added support to compress 0 byte files like bzip2
- Added support for pbzcat symlink to automatically specify
  decompression mode to stdout, just like bzcat
- Increased max supported path and filename from 255 to 2048
  characters
- Updated RPM spec to support SUSE Linux
- Updated help display to show how many CPUs autodetect has found
- Code cleanup
2009-01-03 18:33:55 +00:00
joerg
95d38851cf Improve linux compat. From christos@. 2008-12-17 16:50:24 +00:00
wiz
48a5e50cb2 Update to 2.24.2:
version 2.24.2
--------------

	New or updated application translations:

	* Estonian (Ivar Smolin)
2008-12-02 13:30:08 +00:00
adam
cefbf45907 Changes 4.61:
- From Windows version of 7-zip 4.61 :
  - 7-Zip now supports LZMA compression for .ZIP archives.
  - Some bugs were fixed.
- Fix: Ask for password twice when creating encrypted archive
- 7zG added (read GUI/readme.txt)

Changes 4.60:
- From Windows version of 7-zip 4.60 :
  - Some bugs were fixed
- p7zip didn't use the BCJ /BCJ2 filters for executables (:
- makefile.linux_amd64_asm_icc added

Changes 4.59:
- From Windows version of 7-zip 4.59 :
  - 7-Zip now can unpack UDF, XAR and DMG/HFS archives.
  - It's allowed to use -t switch for "list" and "extract" commands.
  - Some bugs were fixed.
2008-12-01 07:01:35 +00:00
rillig
e93b6cbb30 Removed unnecessary :Q operators. 2008-11-18 21:07:30 +00:00
wiz
2485b53ebe Update to 1.40.
XXX: Automatic handling and plain entries don't work for symlinks
for ptar and ptardiff, no idea why.  Added PLIST entries like the following
for this reason:
@unexec ${RM} -f %D/bin/ptar 2>/dev/null || ${TRUE}

* important changes in version 1.40 13/10/2008:
- Add $class->has_zlib_support and $class->has_bzip2_support to
  discern which A::T can support
- Address: #39933: [PATCH] handle ../ directory name on VMS (core patch)

* important changes in version 1.39_04 08/09/2008:
- Address: #38932: pax_global_header extracted as file
  Don't extract these special files, which are added by, among
  others, git-generated tarballs. It holds a comment and is not
  meant for extraction. This follows gnu tar 1.14 and later behaviour
- Address: #19577: extract_file() drops volume part of extraction path
  Windows users can now extract files to a different volume

* important changes in verison 1.39_03 26/08/2008:
- Because all the IO::Compress modules are interlinked, they must be
  the same version when installed, or breakage will occur like shown
  at this tester report:

    http://www.nntp.perl.org/group/perl.cpan.testers/2008/08/msg2083310.html

  Mailed the author to find a less fragile solution, but for now we require
  all the individual modules, and all at the same version.

* important changes in version 1.39_02 25/08/2008:
- Address #31806: Please add support for bzipped tar files.
  Archive::Tar now supports reading/writing tar.bz2 files.
- Since IO::Zlib is now core, it is now a default dependency.
- Added Package::Constants as a dependency to ease the use of A::T::Constants
- Dependency on IO::Compress::Bzip2 and IO::Uncompress::Bunzip2 is on
  by default, but can be negated with the -n switch when building:
  'perl Makefile.PL -n'
- Improve documentation on the new ->iter function

* important changes in version 1.39_01 22/08/2008:
- Address the second part mentioned in this report:
  #30380: directory traversal vulnerability in Archive-Tar
  Archives are no longer allowed to extract into symlinked directories,
  unless Insecure Extract Mode is enabled (which is off by default).
- Add regression tests for this behaviour
- Address #33669 (Could not update timestamp warning on symlinks)
  Don't update timestamps on symlinks, they'll modify the original
- Apply core patch: [patch@33971] Archive::Tar was building corrupt
  archives on VMS as supplied by John Malmberg
- Address #37375: ptar should allow '-' as an archive_file name
  Patch provided by glenn jackman
- Add convenience method ->extract() to A::T::File
- improve docs of A::T::File by adding rv & object in the header
- Address #38580: [PATCH] Archive::Tar-&gt;iter
  This adds an iterator to Archive::Tar, thanks to Gisle Aas
2008-11-05 15:48:44 +00:00
he
63718dca48 Added p5-Archive-Any. 2008-10-30 22:39:59 +00:00
he
eceae4b507 Import p5-Archive-Any version 0.0932.
This module is a single interface for manipulating different archive
formats. Tarballs, zip files, etc.
2008-10-30 22:39:06 +00:00
joerg
eac752d014 Don't depend on presence of u_int32_t, just use uint32_t. 2008-10-26 12:48:48 +00:00
wiz
fb3803d634 Update to 2.24.1:
version 2.24.1
--------------

	Bugs fixed:

	* #556623: correct spacings in glade dialogues. Patch by Christian
	  Persch.
	* #556619: format not a string literal and no format arguments.
	  Patch by Christian Persch.
	* #556571: non secret password typing.
	* #555282: opening archive on remote directory fails with "Operation
	  not supported".

	New or updated application translations:

	* Arabic (Anas Afif Emad)
	* Brazilian Portuguese (Fábio Nogueira)
	* Czech (Adrian Guniš)

	New or updated manual translations:

	* Finnish (Valto Wirkola)
2008-10-25 00:28:32 +00:00
he
b52928dd55 Update from version 1.24nb1 to 1.26.
Upstream changes:

1.26 Mon 13 Oct 2008 - Adam Kennedy
  - Fixed the dreaded but #24036: WinXP Explorer Exposes Problems.
    This caused directories to appear as files in Windows Explorer
    and was caused by Windows always reading the msdos directory bit
    even when the file attributes are types as unix.
    Resolved by emulating the behaviour of Info-Zip and setting
    the 5th bit in the externalFileAttributes field.

1.25 Sat 11 Oct 2008 - Adam Kennedy
  - Removing "use warnings" instances that somehow slipped in
  - Skip test if Digest::MD5 is not available
2008-10-20 21:50:50 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
drochner
ca60450cf9 update to 2.24.0
This switches to the gnome-2.24 release branch.
2008-10-16 17:42:52 +00:00
wiz
19f37065db Update to 3.8.3, changes unknown.
patch-aa was included upstream.
2008-10-09 13:27:35 +00:00
wiz
b1ec4ff358 Add CONFLICT with lzma-utils (bin/lzma). 2008-10-08 18:08:32 +00:00
wiz
1ef056794e + lzma-utils. 2008-10-08 18:07:33 +00:00
wiz
03aec845a4 Initial import of lzma-utils-4.32.7, packaged for pkgsrc-wip by Jukka Salmi:
LZMA Utils is a set of utilities for LZMA compression and decompression.
They aim to have an interface very similar to the well known gzip and
bzip2 utilities.
2008-10-08 18:06:39 +00:00
obache
fa2cce64fc Common/String.h confounds with case insensitive filesystem.
Remove "Common" from include path.
2008-09-29 07:55:47 +00:00
dsainty
95db845e8d On Linux systems, don't use ext2_fs.h features if we don't have the header.
Fixes build of pkgsrc/archivers/bsdtar on some systems, no functional change
intended on systems that already successfully built.

Ok'd during freeze by joerg@ and agc@
2008-09-24 13:53:13 +00:00
joerg
a86584ed84 Explicitly disable building the shared libarchive. This fails to link
on HP-UX against the static libz.a used if the system doesn't have
a native version. It also reduces build time in other cases.
2008-09-22 20:19:18 +00:00
wiz
cd44c019d9 Remove workaround patch for old compiler problem, snj (who added it)
thinks it's not necessary any longer.

Bump PKGREVISION.
2008-09-21 10:45:34 +00:00
obache
e7f830f5a9 Fix MASTER_SITE. 2008-09-18 15:42:11 +00:00
gdt
cb06fe749c Drop NO_BIN_ON_FTP per private correspondence with upstream author,
and include permission grant.  Simplify DESCR and add note about the
prohibition on using unrar to develop an rar-compatible archiver.
PKGREVISION++ due to DESCR change.
2008-09-16 11:59:02 +00:00
he
2776978b20 Update from version 1.23 to 1.24.
Upstream changes:

1.24 Sun 23 Aug 2008 - Adam Kennedy
  - Blatantly pander to CPANTS by adding use strict to a deprecated module
  - Add an explicit load of FileHandle since in some circumstances,
    calling GLOB->print() failed.
  - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=25925 :
    - Archive-Zip wrote faulty .zip files when $\ was set (such as when running
    using perl -l).
    - Incorporated a heavily modified version of ECARROLL's test file.
    - Thanks for ECARROLL for reporting it, and helping with the investigation.
    - The fix was to convert all $fh->print(@data) to $self->_print($fh, @data)
    where the _print() method localizes $\ to undef.
  - Fixed http://rt.cpan.org/Ticket/Display.html?id=14132 :
    - Incorrect file permissions after extraction.
    - Archive-Zip did not set the file permissions correctly in
      extractToFileNamed().
    - Added t/10_chmod.t and t/data/chmod.zip. Changed
      lib/Archive/Zip/Member.pm.
    - Reported by ak2 and jlv (Thanks!)
    - SHLOMIF wrote the test script.
    - (SHLOMIF)
  - Removed a double "required module" from the Archive::Zip POD.
  - Fixed http://rt.cpan.org/Ticket/Display.html?id=24557 ("documentation
    improvement"):
    - mentioned Archive::Zip::MemberRead in a few places.
    - TODO:
      - 1. Add a method to Archive::Zip to get a ::MemberRead from an
        archive member using -> notation. (?)
      - 2. In the POD of ::MemberRead - replace the indirect object
        call.
  - Changed the POD of ::MemberRead:
    - replaced the indirect object construction with $PKG->new().
  - Fixed http://rt.cpan.org/Public/Bug/Display.html?id=34103 :
    - changed the example to read unless ( .. == AZ_OK) instead of
    unless ( != AZ_OK), which was incorrect.
2008-09-11 12:31:18 +00:00
gdt
43cbc7900c Set NO_BIN_ON_FTP; not clear if our patches qualify as 'modified'. 2008-09-10 00:25:14 +00:00
adam
1911475672 Changes 2.1:
Bug fixes:
- On some platforms configure didn't add -lm flag; fixed.

New features:
-- Configure was updated to use GNU autotools version 1.5.14.
2008-09-08 08:59:22 +00:00
dholland
e31e018a87 Fix zgrep -h. PR 37528 from Rob Quinn.
PKGREVISION++
2008-09-07 08:02:27 +00:00
obache
f748850ca1 Add andn enable lzmalib and p5-Compress-LZMA-Simple. 2008-09-04 12:27:53 +00:00
obache
4d4683c045 Import p5-Compress-LZMA-Simple-0.2 as archivers/p5-Compress-LZMA-Simple.
This module is a Perl interface of "lzmalib", which is a tiny wrapper
of the LZMA SDK.
2008-09-04 12:08:42 +00:00
obache
e4188ec6e6 Import lzmalib-0.0.1 as archivers/lzmalib.
This package includes a thin wrapper library of LZMA SDK written
by Igor Pavlov.
2008-09-04 12:07:15 +00:00
obache
a24e139321 Add and enable ocaml-zip. 2008-09-02 11:46:39 +00:00
obache
ed31e415b1 Import ocaml-zip-1.03 as archivers/ocaml-zip.
Packaged by Jaap Boender and provided by PR 39113.

This Objective Caml library provides easy access to compressed files in ZIP
and GZIP format, as well as to Java JAR files.  It provides functions
for reading from and writing to compressed files in these formats.
2008-09-02 11:45:32 +00:00
wiz
5b8e89158f Mark unzip and fcrackzip as mutually conflicting: both install bin/zipinfo. 2008-08-24 10:21:33 +00:00
taca
2204f512c3 Add RubyForge's project page as HOMEPAGE. 2008-08-15 16:03:51 +00:00
dillo
953a77c21a -stuffit 2008-08-05 08:55:27 +00:00
dillo
6f06b5ee29 Remove stuffit: They now charge for the Linux version, and since
we can't redistribute the old free version, this package cannot be
fixed.
2008-08-05 08:04:04 +00:00
dholland
bee0460e0e Fix broken configure step on NetBSD by patching an unmatched quote
character that bash improperly accepts.
2008-08-02 17:26:23 +00:00
dholland
3b25dda7da Fix broken build on amd64. 2008-08-02 17:10:13 +00:00
plunky
a9a33162d7 add bin to INSTALLATION_DIRS 2008-07-28 20:08:39 +00:00
plunky
94532bd225 update to lcab 1.0b12 (timestamp fixes)
also lcab home page has moved
2008-07-28 19:42:33 +00:00
plunky
e22878c6e1 add PKG_DESTDIR_SUPPORT 2008-07-28 19:31:31 +00:00
plunky
42be402f80 add DESTDIR to -install target 2008-07-28 18:47:12 +00:00
dillo
befb90d484 Update to 0.9:
* remove erroneous references to GPL
* add support for torrentzip
* new functions: zip_get_archive_flag, zip_set_archive_flag
* zip_source_zip: add flag to force recompression
* zip_sorce_file: only keep file open while reading from it
2008-07-25 11:42:10 +00:00
dbj
9fb68869e1 fix bug in previous, make sure NBPAX_PROGRAM_PREFIX is always defined in PLIST 2008-07-20 23:49:35 +00:00
dbj
43c8f0b2ee re-add support for --program-prefix and NBPAX_PROGRAM_PREFIX pkgsrc var
PR pkg/37989
2008-07-20 23:31:50 +00:00
drochner
fec34bd08b update to 2.22.4
change: translation update
2008-07-15 11:23:10 +00:00
joerg
489db20e86 Update libarchive and bsdtar to 2.5.5.
This further polishes bsdcpio and brings in a number of portability
fixes.

Revert temporary hack to not use vfork on IRIX.
2008-07-14 14:56:50 +00:00
joerg
7527c57d09 Merge changes from libarchive-2.5.5. 2008-07-14 14:54:31 +00:00
joerg
3ef5ccde2c Import libarchive-2.5.5. 2008-07-14 14:52:33 +00:00
joerg
f605fec2db Mark as destdir ready. 2008-07-14 12:55:56 +00:00
joerg
5664f05a84 Add a temporary workaround for missing vfork on IRIX.
Fixes PR 38674, tested by tnn@.
2008-07-13 14:25:04 +00:00
adam
1a4f731357 Changes 4.58:
- Some speed optimizations.
- 7-Zip now can unpack .lzma archives.
- Unicode (UTF-8) support for filenames in .ZIP archives.
- Now it's possible to store file creation time in 7z and ZIP archives.
- 7-Zip now can unpack multivolume RAR archives created with
  "old style volume names" scheme and names *.001, *.002, ...
- Some bugs were fixed.
2008-06-23 16:50:24 +00:00
dsainty
5ef709e6e4 Update Dar to 2.3.8:
from 2.3.6 to 2.3.7
- fixed bug in dar_manager about the localization of the archive in which to fin
d the latest EA
- fixed bug in configure script to properly report full blowfish encryption supp
ort
- fixed a bug in the statistics calculus of dar_manager for most recent files pe
r archive
- removed inappropriate internal error check
- added --disable-libdl-linking option
- fixed mistake in API tutorial
- updated Swedish translation by Peter Landgren
- fixed bug in the file filtering based on listing file ( -[ option )
- fixed typo and spelling errors in documentation
- updated code for clean compilation with gcc-4.2.3
- updated code for clean compilation with gcc-4.3 20080208 (experimental gcc)

from 2.3.7 to 2.3.8
- fixed bug in libdar met when user supply an empty file as a list of file to
  include or exclude ( -[ and -] options )
- fixed bug concerning elastic buffers used beside strong encryption. No
  security issue here, just in some almost rare situations the generated archive
  was not readable (testing your archive prevents you loosing data in this
  situation)
- added some speed optimizations
- avoided warning to appear without -v option set, when an error is met while
  fetching value of nodump flag (flag not supported on filesystem for example).
2008-06-22 22:33:37 +00:00
joerg
bb8d095b7c Make the build more robust by using a temporary arj binary.
This fixes random build errors that disappeared after running
make again.
2008-06-21 20:24:08 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
joerg
da712f263e Add a marker for bootstrap packages to allow special cases them during
bulk builds.
2008-06-19 18:36:51 +00:00
obache
e033e8ab56 NEW HOMEPAGE and MASTER_SITES.
Noticed by Zafer Aydogan via private mail.
2008-06-15 16:13:09 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
tonnerre
cafd294a67 Fix directory traversal vulnerability (CVE-2007-4134) in star. 2008-06-08 02:40:38 +00:00
obache
8f7885a071 Update nomarch to 1.4.
Based on patch provided by Zafer Aydogan via private mail.

ChangeLog:
2006-06-18  Russell Marks  <russell.marks@ntlworld.com>

	* Version 1.4.

	* README: some minor updates to reflect changes in the last 4
	years. :-)

	* readlzw.c (code_resync): fixed a possible hang with corrupt
	files.
2008-06-01 14:28:37 +00:00
obache
30b55e55a4 Update p5-Archive-Zip to 1.23.
Based on patch provided by Zafer Aydogan via private mail.

1.23 Thu  8 Nov 2007 - Adam Kennedy
  - Temporarily skilling some failing tests on Win32 in the
    interests of toolchain sanity. (until we work out the
    real problem here)

1.22 Fri  2 Nov 2007 - Adam Kennedy
  - Fixing platform compatibility bugs in the new regression tests
    from 1.21.

1.21 Thu  1 Nov 2007 - Adam Kennedy
  - Tidying up copyright formatting a bit.
  - Disable the GPBF_HAS_DATA_DESCRIPTOR_MASK bit when auto-switching
    directory storage to STORED because of a WinZip workaround because
    the read code in Java JAR which was... ok, I really don't understand,
    but Roland from Verisign says this one extra line unbreaks JAR files,
    so I just applied it :)
  - fixed http://rt.cpan.org/Public/Bug/Display.html?id=27463 with a
    regression test - cannot add files whose entire filenames are "0".
    (SHLOMIF).
  - fixed http://rt.cpan.org/Public/Bug/Display.html?id=26384 with a
    regression test - Archive::Zip::MemberRead::getline ignores
    $INPUT_RECORD_SEPARATOR . The modified file in the bug had it to be
    reworked a bit and tests were added in the file
    08_readmember_record_sep.t.
      - Thanks to kovesp [...] sympatico.ca
      - (SHLOMIF)

1.20 Tue  5 Jun 2007 - Adam Kennedy
  - Removing dependency on File::Which due to public outburst of flaming
    on cpanra(n)tings by H.Merijn Brand. Try a simple email next time. :(
  - Embedding an entire copy of File::Which inside the tests instead as
    an alternative to compensating for the lack of build_requires.
  - Removing the docs directory.
    It only had out of date files and non-free copyrighted materials.
    The tarball was probably illegal to distribute as a result.
    (reported by Debian devs)

1.19 Internal use, public release skipped
2008-06-01 14:22:15 +00:00
joerg
ba5277fc06 Apply change 142573 from Perforce master:
Don't use case '1' ... '9', not ISO C.
2008-05-30 09:39:09 +00:00
joerg
de882dbdf9 Apply change 142518 from Perforce master to fix PR 38787:
Minor portability enhancement; define REG_BASIC if it's not
	 already defined.
2008-05-29 17:26:07 +00:00
drochner
92eef89491 update to 2.22.3
changes:
-bugfixes
-Provide and install a 24x24 application icon
2008-05-29 16:43:23 +00:00
dsainty
307aa8e51d Update SaraB to 0.2.4.
Update prompted: by http://secunia.com/advisories/30394/

... but the previous version in Pkgsrc (0.2.2) wasn't vulnerable, the advisory
only relates to new functionality added in SaraB 0.2.3.

Pkgsrc changes:

- Remove patch-aa, which has been applied upstream via bug 1184476:
    http://sourceforge.net/tracker/index.php?func=detail&aid=1184476&group_id=91804&atid=598441

- Minor pkglinting

=====================================================
05/18/2008 - SaraB version 0.2.4
=====================================================

* Security fix: Encryption ciphers are no longer passed on the dar command line

=====================================================
04/21/2008 - SaraB version 0.2.3
=====================================================

* Fixes for bugs long mentioned
2008-05-28 05:13:32 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
joerg
bbbef11745 Update build glue for libarchive 2.5.4b. 2008-05-25 19:50:05 +00:00
joerg
8132a43ade Resolve conflicts. 2008-05-25 19:45:02 +00:00
joerg
02817a895b Import libarchive-2.5.4b. Major changes:
- much improved mtree support
- fix a number of non-exploitable integer and buffer overflows
- bsdtar get -s and SIGINFO/SIGUSR1 support
- fix hardlink extraction bug where latter hardlinks would overwrite the
  permissions of earlier entries even when they don't carry data
- fix bsdtar crashes on entries with empty filenames
2008-05-25 19:41:18 +00:00
dillo
07e7ef92c7 Assert OWNERship of some packages, relinquish others entierly. 2008-05-25 13:16:10 +00:00
tnn
4c9df771ae Fix unsafe LP64 pointer arithmetics spotted in bulk build. 2008-05-24 23:00:18 +00:00
wiz
be5ea74a6b Update to 2.03:
Changes in 2.03 (30 Apr 2008)
  * Updated the ELF assembler sources to mark the stack as non-executable.
  * Fixed a HP-UX 11 build issue with Itanium in ILP32 mode.
  * Updated the configure system.
2008-05-20 15:11:55 +00:00
tnn
09e93a8355 Catch up with gtar-base-1.20. 2008-05-18 01:48:58 +00:00
tnn
d1ae4f5e27 Update to GNU tar 1.20.
All self-tests pass under NetBSD-current.

Changes: 3.5 years worth of development; too much to list here.
2008-05-18 01:48:09 +00:00
jmcneill
720afa5d4e Update to unshield 0.5.1. 2008-05-14 11:56:26 +00:00
dillo
996569f9cc Add and enable torrentzip (noted by wiz) 2008-05-06 09:54:33 +00:00
dillo
e92f361f49 Initiail import of torrentzip 0.2, a program that brings zip archives
into ``normal form'': If the contained files are identical, the
produced zip archive will always be the same, byte-wise.
2008-05-06 08:35:15 +00:00
martin
d86d72404e Drop clauses 3 and 4 from TNF licenses 2008-04-29 05:46:08 +00:00
joerg
62d3ff5b12 Update to libarchive-2.5.1b. Fix a counter bug and make UTF8 conversion
for PAX format more robust.
2008-04-25 15:29:34 +00:00
joerg
dd46ea801f Update to libarchive-2.5.1b:
- Simplify character-translation logic.

pkgsrc:
Fix a bug in the linkresolver for tar format. When linkresolver is done,
the entry belongs to the caller, so don't keep a reference to it and use
the local copy for inode comparision.
2008-04-25 15:27:30 +00:00
joerg
65a789b8e7 Import libarchive-2.5.1b. 2008-04-25 15:07:17 +00:00
kefren
72048cf359 +fcrackzip 2008-04-25 07:50:13 +00:00
kefren
fa13b2b0f9 initial import of fcrackzip, a brute-force zip archive password cracker 2008-04-25 07:47:47 +00:00
wiz
f95e6e33a2 Update to 0.5:
New for release 0.5 (2006-08-29)
  Including public domain contributions from Paul Wise
  o Modify Makefile to append CFLAGS and LDFLAGS
  o Modify error handling to suppress gcc warnings
  o Include man page
  o Minor typo/documentation changes

New for release 0.4 (2005-11-12)
  o Discontinue tar patch (replaced by out of the box GNU cpio)
  o Update instructions

New for release 0.3 (2005-03-13)
  o Convert from mmap to traditional buffered file reads in gzrecover
  o Convert gzrecover to GPL licensing
2008-04-24 21:19:31 +00:00
jnemeth
ad43885514 sort 2008-04-20 02:48:38 +00:00
drochner
9ad0212dc7 update to 2.22.2
This switches to the gnome-2.22 release branch.
2008-04-15 18:49:00 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
joerg
7de33aaac0 Fix builtin.mk for libarchive-2.5.0 and newer. 2008-04-11 20:37:06 +00:00
joerg
3ee6b9ba51 Fix PLIST. 2008-04-07 17:48:14 +00:00
joerg
36f1cbdb64 Fix DESTDIR installation. 2008-04-05 00:34:07 +00:00
jlam
6973294f00 Add and enable new ruby-* packages. 2008-04-04 15:33:05 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
jlam
f0d0c3798d Initial import of ruby18-archive-tar-minitar-0.5.2 as
archivers/ruby-archive-tar-minitar.

Archive::Tar::Minitar is a pure-Ruby library and command-line utility
that provides the ability to deal with POSIX tar(1) archive files.
2008-04-04 15:13:23 +00:00
tonnerre
07fcbb6cee Fix extraneous semicolon in gtar-base which slipped into the patch
before commit. This will unbrick archive/gtar-base.
Approved-by: tnn
2008-04-02 22:03:07 +00:00
tonnerre
69be62cd4f Add patch for gtar-base to fix a directory traversal vulnerability
(CVE-2007-4131, pkgsrc-sec ticket #15481)
Approved-by: joerg
2008-03-31 00:39:38 +00:00
joerg
63350be898 Update libarchive and bsdtar to 1.5.0b.
- Improve hardlink handling of hardlinks in bsdcpio
- Extend linkify to handle all sane hardlink strategies
- Improve mtree support
- Make bsdtar and bsdcpio more like the NetBSD counterparts
- Drop uudecode dependency.
2008-03-29 14:41:01 +00:00
joerg
b79b94d318 Import libarchive-2.5.0b. 2008-03-29 14:34:00 +00:00