Age | Commit message (Collapse) | Author | Files | Lines |
|
changes: bugfixes
|
|
- Updating package for p5 module Archive::Zip from 1.26 to 1.30
- Setting license according to META.yml to ${PERL5_LICENSE}
Upstream changes:
1.30 Tue 30 Jun 2009 - Adam Kennedy
- Fixed a bad use of Cwd::getcwd
1.29 Mon 29 Jun 2009 - Adam Kennedy
- Changed _asLocalName back to rel2abs, but this time using
Cwd::getcwd as the base path instead of Cwd::cwd.
This hopefully resolved #47223 (ADAMK)
1.28 Tue 16 Jun 2009 - Adam Kennedy
- Changing to production version for release
- Reverted to revision 4736 and converted `External File Attribute'
values for symbolic links to hexadecimal (HAGGAI)
- Fixed: #15026: AddTree does not include files with german
umlauts in the filename (HAGGAI)
- Switched from Compress::Zlib to Compress::Raw::Zlib (AGRUNDMA)
- Moved crc32 from bin to script (ADAMK)
1.27_01 Tue 16 Dec 2008 - Adam Kennedy
- Makefile.PL will create a better META.yml
- This is a test release for various improvements provided by
Alan Haggai. The entire release is credited to his grant work.
- Fixed #25726: extractMembers failing across fork on Windows.
- Fixed #12493: Can't add new files to archives which contain
files named 0,1,2,3,4,5,6,7,8,9 with no extension.
(Files named "0" are not archived)
- Fixed #22933: Properly extract symbolic links.
- Fixed #20246: Ability to assign a compression level to addTree
calls.
- Corrected regular expression for stripping trailing /
- Corrected addFileOrDirectory() behaviour and cleaned up some code
- Added symbolic link support to addFileOrDirectory
- Fixed #34657: No option, undefined behavior zipping symbolic
links (symlinks)
- Added storeSymbolicLink()
- Fixed bitFlag() to set General Pupose Bit Flags
|
|
|
|
matches PKGNAME. This replaces archivers/xz-utils.
OK'ed by wiz@.
|
|
it will be rebuilt
|
|
#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.
|
|
MAKE_JOBS=2 and worked without.
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
* 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.
|
|
Various changes since 4.43, prehaps most noticable to this package
is the change of license.
|
|
|
|
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
|
|
block). Uncomment some commented out LICENSE lines while here.
|
|
|
|
backup.
|
|
|
|
|
|
|
|
- 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.
|
|
changes:
-bugfixes
-translation updates
|
|
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.
|
|
- Fix dependency to p5-IO-Compress
|
|
- 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()
|
|
|
|
|
|
0.9.0 and had been removed since RubyGems 1.0.0, use gem method
instead.
Bump PKGREVISION to 1.
|
|
|
|
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.
|
|
time. Bump revision. Reminded by Eric Gillespie.
|
|
of pkgsrc-users@pkgsrc.org as per the pkgsrc guide.
|
|
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)
|
|
- 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@
|
|
|
|
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@
|
|
|
|
* 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 :(
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
changed runtime dependencies now.
|