Commit graph

640 commits

Author SHA1 Message Date
cjep
bea8e34291 Add trailing / to HOMEPAGE 2003-12-30 17:32:33 +00:00
cjep
0930a86d32 Add RCS tags 2003-12-30 16:46:03 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
grant
8b8e7d1cf0 bump version to 20031220. 2003-12-20 04:47:38 +00:00
grant
268cdc4a22 regen without insane line wrapping. 2003-12-20 04:47:19 +00:00
grant
798a3fb1b6 sync with -current:
Don't emit any warnings when tar is trying to figure out if the file is
really tar format.  valid CPIO files should not trigger a warning from tar.c
2003-12-20 04:46:27 +00:00
grant
7f81d2f7df sync with -current:
Move Keith Muller's code from a 4-clause to a 3-clause licence by removing
the advertising clause. confirmed to the board by Keith Muller.
2003-12-20 04:45:04 +00:00
agc
a457cd61c8 Add and enable dar. 2003-12-15 17:53:03 +00:00
agc
388ad8dda4 Initial import of dar-2.0.2 into the NetBSD Packages Collection.
Provided in PR 23738 by David Simas.

DAR is a Disk ARchiver, for backing-up file systems to disk.  It's rather
in the spirit of TAR, with some additions.  Notably:

	DAR can break up a archive into multiple files, to facillitate
	storage on portable media, like CDs or DVDs.

	Can perform incremental back-ups against a reference archive, or,
	more conveniently, a "catalog" of an archive, which is sort of a
	combination of a TAR table-of-contents and a file checksum list.

DAR also supports filtering, so files or directories can be excluded from
an archive, compression, filtered compression, and the inclusion of parity
in archives, to help recover from media errors.

See http://dar.sourceforge.net/
2003-12-15 17:51:43 +00:00
xtraeme
4511e09470 Updated to 2.4.1
Changes:

        * Fixed bug that prevented the user to view the content of a
          compressed file.
        * Updated recent files stuff from libegg.
        * Use unrar if rar is not available.
        * Updated manual.
        * Make dialogs more HIG compliant.
        * Removed "Extract Here" and "Extract in a Folder" from the
          Nautilus context menu.
        * Added ARJ archives support.
        * The delete operation move the archive to the trash instead of
          deleting it from the disk.
        * Added ability to convert archives.
        * Popup a progress dialog when a long operation is underway,
          instead of using a progress bar in the status bar.
        * Give more detailed information about the current operation (only
          for tar archives at the moment).
        * When creating new archives, if the user does not specify the
          extension, use 'tgz' as default instead of giving an 'archive
          type not supported' error.
        * Associate File Roller to the zoo archive format.
        * Use a text entry instead of the option menu for the location.
        * Do not allow dangerous operations, that is operations that if
          stopped can cause the lost of the archive, such as adding and
          removing files, to be stopped.
        * Allow to stop folders reading.
        * Added ability to test zoo archives.
        * New toolbar icons.
        * Added ZOO archives support.
        * Read folders asynchronously.
        * Display a better error message when the user forgets to specify
          the archive name in the "add to archive" dialog.
        * Handle tar archives with a ':' in the path.

And more... review Changelog to see a full list of changes.
2003-12-14 23:15:46 +00:00
wiz
ad418b8eb2 Make pkglint cleaner, as suggested by Soren Jacobsen.
Additionally, only set DISTNAME, since PKGNAME defaults to ${DISTNAME}.
2003-12-14 18:24:30 +00:00
jdolecek
f47c633388 added php4-zip 4.3.4 - PHP4 module for Zip archive handling 2003-12-14 14:00:36 +00:00
jdolecek
3d4b9295a0 add PHP4 Zip module - module for Zip archive handling, using zziplib 2003-12-14 13:55:47 +00:00
jdolecek
878a40d653 add zziplib 0.10.82 - leightweight library for Zip archive file handling 2003-12-14 13:53:56 +00:00
jdolecek
753aeceb34 added zziplib 0.10.82 - leightweight library for ZIP archive handling 2003-12-14 13:49:36 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
erh
31cd733964 Change the makefile patch to be even more libtool friendly to allow
this to build on AIX.  Essentially: s/.o/.lo/g
2003-12-05 22:58:52 +00:00
kristerw
6e0e2dc9e3 Override config.sub and config.guess to let it recognize shark. 2003-12-05 18:08:33 +00:00
erh
5d4fd31572 Bump to 20031205. Add support for AIX. 2003-12-05 16:38:38 +00:00
erh
8e083a76f8 Update pax to work on AIX. Use tape.h with appropriate fixups since
there's no mtio.h
2003-12-05 16:35:54 +00:00
erh
4f33af102c Fix a call to ftree_add. s/NULL/0/ 2003-12-05 16:34:32 +00:00
sketch
7c69c8c5d6 Portability fixes to get the package to compile and install correctly
under Solaris, maybe others too.
2003-12-03 17:31:04 +00:00
erh
20f03a747a Use libtool when installing, and install libbz2 first. 2003-12-03 16:47:25 +00:00
abs
0ea1f43208 Update cxunzip to 0.98 - closed PR pkg/23404 from Tero Koskinen
Changes since version 0.96:
 * Tyler R. Retzlaff's gcc 3.x patches included.
 * Modified version of Jeremy C. Reed's "view file with spaces in
   the filename" patch included.
 * Fix for "segmentation fault at exit" bug.
 * Memory usage of uncompression routines is now constant and
   doesn't depend on the size of the file.
 * tempname and mktemp functions replaced with mkdtemp.
2003-11-26 10:40:01 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
gavan
6a5ce63bdf Add ${LDFLAGS} to link command, and specify USE_GCC_SHLIB.
Fixes linking against pkgsrc gcc.
2003-10-29 14:09:37 +00:00
agc
f1378e5eb2 For some reason, the digest needs to be recalculated for patch-ag. 2003-10-20 13:39:59 +00:00
agc
3f2d0e0903 Bump PKGREVISION for fix from 22348 2003-10-20 09:37:24 +00:00
agc
e067c25c94 Apply fix from Kouichirou Hiratsuka in PR 22348:
+ don't create spurious ${PREFIX}/share/locale/<lang>. directories
+ don't populate said directories with .gmo files
+ only install .gmo files if necessary
2003-10-20 09:35:06 +00:00
cjep
cfe8be1263 Add RCS IDs 2003-10-18 13:20:31 +00:00
cjep
18bf8126d7 Add RCS tags 2003-10-18 11:59:30 +00:00
fredb
edd110d687 Update to unrar-3.2.3. The only change, is that it fixes the build under
gcc-3* a slightly different way than patch-ab did.
2003-10-09 00:07:27 +00:00
fredb
8520e945aa Conditionally override ${DEFINES}, which is normally set in the default
makefile, to unset -D_LARGEFILE_SOURCE in the least intrusive way for
supported platforms which don't have ftello() and fseeko() -- currently
only NetBSD-1.5*. Closes PR pkg/23085 by Markus Kurek.
2003-10-08 23:54:07 +00:00
rtr
98550fbc4d patch-a{d,e,f,g,h,i,j,k,l}: add class-key to friend declarations.
patch-a{m,n}: whitespace fix to avoid cpp warnings.
Finally, make it use gmake nbmake isn't compatible anymore.

Should resolve pr pkg/23075.
Patches approved by Johnny C. Lam.
2003-10-07 03:45:13 +00:00
rtr
37cec2c730 patch-ab: pass fp expects signature with gpointer not App *.
patch-ac: remove bad casts and make static

Should resolve pr pkg/23073.
Patches approved by Johnny C. Lam.
2003-10-06 12:33:03 +00:00
jlam
81c2f3eeed Enable freeze-1.0-compatibility decompression. From pkg/22924 by
Todd Vierling.  Bump PKGREVISION to 1.
2003-10-06 07:23:55 +00:00
grant
b15b1a80e4 test CC_VERSION rather than doing our own dance to figure out if we're
using gcc or not.
2003-09-25 20:38:45 +00:00
danw
4db7e27536 add Darwin-* to _INCOMPAT_BZ2: it has bzlib.h, but only a static libbz2 2003-09-25 02:30:11 +00:00
grant
20360d359c sync with NetBSD-current's pax-20030923. 2003-09-23 14:37:41 +00:00
jmmv
033773a8bd plus regen... 2003-09-19 13:29:37 +00:00
jmmv
a587a5aff3 Remove unused chunk; noted by wiz@. 2003-09-19 13:27:51 +00:00
jmmv
37dabf7e02 Override the install target so that we always use the right install command.
Fixes PR pkg/22852 by Jonathan Perkin.
2003-09-19 12:57:38 +00:00
dent
c42a747a7f update HOMEPAGE 2003-09-19 05:18:35 +00:00
wiz
d03ebc6a3a Use libtool with correct --mode argument. From Ron Roskens in PR 22824. 2003-09-18 18:46:28 +00:00
yyamano
e173d4b4db use CPPFLAGS for making it build on darwin. 2003-09-18 14:00:58 +00:00
grant
e564a5265b don't use VAR+=, it doesn't work with all make(1)s. 2003-09-15 05:33:41 +00:00
grant
8ac42db09b bump version to 20030915 after latest changes. 2003-09-15 04:39:14 +00:00
grant
4b107be2da define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h
is included.
2003-09-14 14:24:12 +00:00
grant
ab50b3bf90 this pkg needs gcc shared libs. 2003-09-12 12:41:47 +00:00
grant
6a2c9d8555 libnbcompat tests for pwd.h, so no need to test for it here. 2003-09-06 05:53:03 +00:00
grant
a4dfb4c8f9 (my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that or
"/dev/tape" if DEFTAPE is undefined.
2003-09-06 05:10:17 +00:00
tron
20f7d53ff8 Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-09-05 19:00:57 +00:00
jlam
80e302b380 Update archivers/pax to 20030905. Changes from previous version include
syncing with -current, making this build using libnbcompat-20030829, and
cleaning up the configure script and Makefile.
2003-09-05 18:40:47 +00:00
grant
d09d5f0f4e allow this to build again after the recent lot of libnbcompat
changes (full sync with -current coming soon).
2003-09-05 05:48:56 +00:00
xtraeme
501a629bd0 Add and enable p5-Compress-Bzip2 2003-09-04 13:36:30 +00:00
xtraeme
73af4caaf6 Initial import of p5-Compress-Bzip2 1.01
Bzip2 bindings for Perl5. That means you can access the
Bzip2 library from your Perl scripts there by compressing ordinary
Perl strings.

Package imported from pkgsrc-wip.
2003-09-04 13:35:19 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
taca
a2d9fba768 Remove archive/ruby-zlib since it moved to devel/ruby-zlib. 2003-08-30 07:19:30 +00:00
taca
a9bd0929e4 Remove ruby-zlib since it moved to devel category. 2003-08-30 07:18:39 +00:00
taca
d5c0b562ae Update ruby-zlib package to 0.6.0.
Changes from 0.5 to 0.6

 o New methods:
     - Zlib::GzipFile.wrap
     - Zlib::GzipFile#finish
 o New constants:
     - Zlib::ZLIB_VERSION
     - Zlib::OS_VMCMS
     - Zlib::OS_ZSYSTEM
     - Zlib::OS_CPM
     - Zlib::OS_QDOS
     - Zlib::OS_RISCOS
     - Zlib::OS_UNKNOWN
 o Changed methods:
     - Zlib::GzipFile.new now takes no block. Use Zlib::GzipFile.wrap instead.
     - Zlib::GzipFile#close now takes no argument. Use Zlib::GzipFile#finish
        instead.
 o Renamed methods:
     - Zlib.version is renamed to Zlib.zlib_version.
 o Changed constants:
     - Zlib::VERSION indicates the version of Ruby/zlib. The zlib.h version is
        now in Zlib::ZLIB_VERSION.
 o Backward compatibility:
     - For backward compatibility for 0.5, the obsoleted methods and arguments
        are still available.
     - Obsoleted classes, methods, and constants for backward compatibility
        for 0.4 or earlier are removed.
2003-08-30 07:10:11 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
tron
a52a0a982e Use Debian's revised patch for the directory traversal vulnerability
described in CAN-2003-0282. Bump package revision.
2003-08-26 13:02:15 +00:00
tron
8b1cc37110 Apply Debian's patch for the directory traversal vulnerability described in
CAN-2003-0282. Bump package revision.
2003-08-20 12:23:49 +00:00
seb
0d7159e7bd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:27:40 +00:00
grant
fd5abef87c also install man page source, bump to 20030731. 2003-07-31 09:34:13 +00:00
martti
470fac731a HOMEPAGEs without a trailing slash are incorrect and also bad style. 2003-07-22 05:14:42 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
wiz
04f62f706a Change address of maintainer per PR 22170. 2003-07-19 08:54:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
cf2e12e813 Fix build when using gcc3. 2003-07-17 20:21:30 +00:00
agc
33d1d56a7d Update nulib2 from version 1.0.1 to version 2.0.0, mandated by the
version-less distfile changing.  Found during recent bulk build.

Changes since previous version:

2003/02/18  fadden
    - When extracting with "-ee", disk images now have ".PO" appended.
    - Resurrected HandleAddNotFound().
    - Switched to case-sensitive filename comparisons.

2003/02/08  fadden
    - Upped version to v2.0.0.
    - Many fixes to pathname handling:
        - Correctly handle '%' when preservation is OFF.
        - Accept 4-char extensions in '-ee' without risk of buffer overflow.
        - Fixed broken assert when converting long %xx names.
        - Store "AUX" as "%00AUX" when preserving Win32 names (vs. "_AUX").
        - Always store files with ':' as path separator.
        - Recognize that some Win32 variants (Win2K and later at the least)
          will accept both '/' and '\' as pathname separators.
        - Correctly convert ".//foo" to "foo" instead of "/foo".
    - Tracked changes to NufxLib DataSource API.

2003/01/10  fadden
    - Check NufxLib "compiled" version against "linked" version.

2002/12/06  fadden
    - Made minor changes to allow linking NufxLib in as a DLL.

2002/10/20  ***** v1.1.0 shipped *****

2002/10/10  fadden
    - added fancy help text (-h)

2002/10/09  fadden
    - added "-zz" flag to specify libbz2's "bzip2" compression

2002/10/08  fadden
    - added Binary II support

2002/09/30  fadden
    - added "-z" flag to specify zlib's "deflate" compression (the
      "secret" debug dump command is now -g)

2002/09/26  fadden
    - progress updater now shows "analyzing" for scan pass of SQ

2002/09/23  fadden
    - ran the code through valgrind; found and fixed some minor bugs

2002/09/20  fadden
    - pulled the sources out and started fiddling with them again
    - changed hard tabs to spaces
2003-07-15 09:36:45 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
de9333152e Bump date for -O change. 2003-07-09 14:42:43 +00:00
jschauma
95397dc7b6 Synch with latest changes by simonb@ in basesrc and as a result, bump
the version to todays date:
Add support for gnutar's -O "extract to stdout" option.
2003-07-08 18:40:28 +00:00
grant
78c00e091c install into into bin, not sbin 2003-06-30 14:58:31 +00:00
grant
633bd0944f install catman pages, like bootstrap-pkgsrc does.
bump to 20030630.
2003-06-30 11:47:27 +00:00
grant
db72255379 sync with -current:
----------------------------
revision 1.18
date: 2003/06/24 16:23:31;  author: christos;  state: Exp;  lines: +44 -9
Revert previous change, and fix the -T problem differently: When the options
of the second argument are exhausted, call the appropriate getopt() routine
to process the rest of the arguments instead of finishing option processing.
Fixes:
        tar cf - -T foo
2003-06-30 11:45:40 +00:00
agc
6bc7857a50 Add and enable afio. 2003-06-27 10:18:46 +00:00
agc
36cb71eac8 Initial import of afio-2.4.7 into the NetBSD Packages Collection.
The nudge came from a netbsd-help posting by Thomas Hafner and a URL
posted by Jeremy Reed.

Afio makes cpio-format archives.  It deals somewhat gracefully with
input data corruption.  Supports multi-volume archives during
interactive operation.  Afio can make compressed archives that are
much safer than compressed tar or cpio archives.  Afio is best used as
an `archive engine' in a backup script.
2003-06-27 10:17:58 +00:00
salo
eb5f849dc5 Add pax (hi grant!). 2003-06-26 03:54:58 +00:00
seb
3dffc06846 Convert to USE_NEW_TEXINFO.
Patch gzip.info so it has a directory entry.
2003-06-25 22:14:19 +00:00
seb
47da12dc01 Convert to USE_NEW_TEXINFO. 2003-06-25 22:01:11 +00:00
seb
653af7ff10 Convert to USE_NEW_TEXINFO. 2003-06-25 21:45:15 +00:00
seb
15089fb7e3 Convert to USE_NEW_TEXINFO. 2003-06-25 21:37:03 +00:00
jschauma
0e81cc9882 Make pax compile on Irix by including pwcache.h, which now includes
forward declarations of the uid_from_user functions.
2003-06-24 14:09:21 +00:00
grant
8d2952fff3 bump to 20030623 (PKGVERSION is already there) 2003-06-24 08:08:38 +00:00
grant
8cd78ad7f2 fix path in comment 2003-06-24 08:06:19 +00:00
grant
b80ea00458 sync with -current
file_subs.c 1.33
pax.h 1.19
2003-06-24 08:04:18 +00:00
grant
2499d462a2 sync with -current:
gen_subs.c 1.28
tar.c 1.41
2003-06-24 06:44:59 +00:00
salo
1d2b9308d1 Solaris 9's bzip2 is good enough. 2003-06-23 16:25:45 +00:00
grant
ffa82444d4 oops, missed from last update.
sync with -current:
ar_subs.c 1.25
pax.c 1.27
tar.c 1.40
2003-06-23 13:45:07 +00:00
grant
88316d9c12 bump to 20030623 2003-06-23 13:39:42 +00:00
grant
0732ea5855 sync with -current rev 1.17 2003-06-23 13:39:01 +00:00
grant
f004eee342 sync with -current rev 1.26 2003-06-23 13:37:10 +00:00
grant
32600ff5a4 Import of NetBSD-current's pax (replacing the older pkgtools/pax).
NetBSD pax is the POSIX standard archiver with many extensions.

pax will read, write, and list the members of an archive file, and will
copy directory hierarchies.

pax operation is independent of the specific archive format, and supports
a wide variety of different archive formats.

This package uses pkgtools/libnbcompat, and is known to build on
Solaris 9, Slackware 8.1 and Darwin 6.6. Please send-pr(1) if this
package is broken on your platform.
2003-06-23 11:45:21 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
wiz
1872095674 Update to 1.02, from Quentin Garnier in PR 21919.
Changes:

* important changes in version 1.02 12/6/2003:

This release holds some bugfixes over the 1.01 release, mainly these:
-   Silly thinko fix in File.pm
-   Quell some warnings if files are empty
-   The cache of previously added files was not being emtpied

Also, some new features are added:

-   Archive::Tar::File objects now have a C<has_content> method.

* important changes in version 1.01 5/6/2003:

This release holds some bugfixes over the 1.00 release, mainly these:

-   Silence some warnings when writing directories to disk.
-   A { } inside a map was interpreted as a block rather than a hashref
    constructor -- now fixed.
-   Fix write() to work again as advertised when passed no arguments.
-   This also means glob support to write is now definately not
    available.
-   Silly thinko of where splitpath() instead of splitdir() was used.

Some new features/changes:

-   Add a new method 'has_content' to Archive::Tar::File.
-   Cygwin's tests will now also use the 'short' files, since cygwin
    is built on top of an Win32 filesystem.

* important changes in version 1.00 31/5/2003:

This release marks the new development track as 'stable'. Version got
upped to '1.00'. Not many changes, merely lots of succesfull test
reports constitute this version. However, a tiny fix regarding the
reserved string 'VERSION' has been applied, as well as a few more FAQ
entries have been added.

* important changes in version 0.99_06 5/5/2003:

This release only entails a bug fix on 0.99_05 -- C<extract_archive>
was dealing wrongly with special files such as hardlinks etc. This
is now fixed.

* important changes in version 0.99_05 30/4/2003:

Apparently windows has some issues with long path names.
This version introduces an adapted test suite for Win32 machines.

* important changes in version 0.99_04 28/4/2003:

Make Archive::Tar work happily on perl 5.005_03

* important changes in version 0.99_03 28/4/2003:

This release only has bug fixes on 0.99_02.

Fixed handling of long file names when extracting with
C<extract_archive>

Fixed handling of prefixes in tar headers that contain regex meta-
characters.

Fixed a few spurious warnings about comparing non-numbers.

Expanded the test cases accordingly.


* important changes in version 0.99_02 26/3/2003:

Added options to be passed to read, namely:
	- extract (to extract while reading)
	- limit (to limit the amount of files read from the archive)

Implemented the '././@LongLink' support, which is GNU's way of
dealing with filenames that are longer than 255 chars.

Added a global variable $WARN which controls whether warnings get
printed or just stored.

Fixed a few small bugs that considered files named '0' or '' to not
really be files and refuse to package them.

* important changes in version 0.99_01 16/3/2003:

Total rewrite from the ground up. Removed as many as the nasty
bits (no pun intended) as possible and tucked them away.
No code from the old distribution remains.

Cleaned up the API, introduced clean error handling and just
generally removed a lot of cruft.

Note that Archive::Tar now requires perl version 5.005_03 or higher
to run.

Introduced 2 new submodules:
Archive::Tar::Constant
    Simply holds all constants, like block length, tar headers etc

Archive::Tar::File
    Object class for all files in a tar archive, to make for easier
    manipulataion of the archive in-memory.
    See perldoc Archive::Tar::File after installation.

Added a few features:
write() now takes an optional 3rd paramater (prefix) which will allow
you to tuck away all files in that sub directory.

rename() is introduced, allowing for easy renaming of files in the
archive.

get_files() returns a file of all Archive::Tar::File objects in the
current read-in archive.

* important changes in version 0.23, 21/1/2003:

Bundled 0.072 and 0.22 to be able to work on Win32 and non-Win32
platforms. Since the previous version is almost 3 years old, bundling
seemed like the quickest way to get a working solution again.

Archive::Tar now transparently Does The Right Thing depending what
platform you are on -- Win32 users, read the Archive::Tar::Win32
documentation!

I also suppose this makes me the new maintainer...
2003-06-17 13:33:26 +00:00
wiz
9cca402c42 Update to 2.2.4, from Juan RP in PR 21626.
version 2.2.4
-------------
        * Added is and sr translations.

version 2.2.3
-------------
        * Handle tar archives with a ':' in the path.
        * Display the uncompressed size of gzipped files.
        * Added ga, ml translations.

version 2.2.2
-------------
        * Added he, tr, kn, zh_TW, fa, az translations.
2003-06-12 13:28:58 +00:00