Commit Graph

388 Commits

Author SHA1 Message Date
naddy
9a9c6117ec Update to 1.4. Too many enhancements to list. 2002-05-30 23:27:48 +00:00
naddy
24074ebdd4 man3 -> man3p 2002-05-24 18:43:57 +00:00
naddy
2005ecd20d kill MASTER_SITE_SUBDIR 2002-05-22 23:33:42 +00:00
naddy
670b23359e MASTER_SITE_SUBDIR doesn't exist any longer 2002-05-22 23:24:54 +00:00
peter
f4c89b416c add p5-Archive-{Tar,Zip} 2002-05-22 11:03:01 +00:00
peter
f239a0a05c initial import of perl Archive::Zip 1.01
The Archive::Zip module allows a Perl program to create, manipulate,
read, and write Zip archive files.

Zip archives can be created, or you can read from existing zip
files. Once created, they can be written to files, streams, or
strings.

Members can be added, removed, extracted, replaced, rearranged, and
enumerated. They can also be renamed or have their dates, comments,
or other attributes queried or modified. Their data can be compressed
or uncompressed as needed. Members can be created from members in
existing Zip files, or from existing directories, files, or strings.

This module uses the Compress::Zlib library to read and write the
compressed streams inside the files.

See Archive::Zip::Tree for easy operations on directories full of
files, or on entire Zip files. This is included in the Archive::Zip
distribution.
2002-05-22 11:00:41 +00:00
peter
14b29e15d2 initial import of perl Archive::Tar module.
A perl module for handling tar archives. Allows user to read a tar
archive manipulate it in memory by adding or removing files and
write it out to disk.

Also supports gzip/zlib compressed archives.
2002-05-22 10:52:22 +00:00
brad
825a780ff1 bye MASTER_SITE_SUBDIR 2002-05-12 21:37:03 +00:00
brad
3475c1abb9 remove MASTER_SITE_SUNSITE 2002-05-12 21:30:07 +00:00
wcobb
e503078157 +ucl
ok naddy@.
2002-05-03 20:03:16 +00:00
wcobb
5629e97bcc ucl, from Vladimir Popov <pva@tele2.chel.ru>.
UCL is a portable lossless data compression library. It implements a
number of algorithms with the following features:
 - Decompression is simple and *very* fast.
 - Requires no memory for decompression.
 - The decompressors can be squeezed into less than 200 bytes of code.
 - Includes compression levels for generating pre-compressed
   data which achieve an excellent compression ratio.
 - Allows you to dial up extra compression at a speed cost in the
   compressor. The speed of the decompressor is not reduced.
 - Algorithm is thread safe.
 - Algorithm is lossless.
 - In-place decompression.
  
ok naddy@.
2002-05-03 20:01:17 +00:00
danh
7b5aa8970c update MASTER_SITES and HOMEPAGE 2002-04-24 17:15:38 +00:00
danh
8084751566 update to fastjar 0.93 2002-04-24 17:07:54 +00:00
espie
2b7c75e086 Move perl manpages where they belong, from section 3 to section 3p.
NOTE THAT /usr/local/man/man3p MUST EXIST FOR THIS TO WORK.
UPDATE /etc/mtree/BSD.local.dist AND RUN IT ACCORDINGLY !!!
2002-04-16 19:25:01 +00:00
espie
4eeb7add33 bump NEED_VERSION for distinfo 2002-03-21 20:35:40 +00:00
espie
e3edfb9aea md5->distinfo 2002-03-21 20:20:41 +00:00
brad
c9a3643ac6 master site URL has changed. 2002-02-23 06:16:36 +00:00
naddy
5a371c5f32 Belatedly insert Yozo TODA <yozo@v007.vaio.ne.jp> who has agreed
to maintain this port.
2002-02-14 17:16:09 +00:00
naddy
a79394b4d5 - Add build flags missing from previous update.
- Remove again extraneous documentation that is of no interest to
  users of the compiled package.
- Prune inappropriate verbiage from description.
- Disallow CDROM distribution according to old description.
- Rename patches.
- General clean-up.
2002-02-04 22:16:17 +00:00
angelos
d8a88f01df LHA 1.14i, from yozo@v007.vaio.ne.jp 2002-02-04 19:53:52 +00:00
brad
01e6245554 upgrade to bzip2 1.0.2 2002-02-03 06:16:09 +00:00
pvalchev
3eff50408a sparc64 gcc optimization bug temporary workaround with -O0; ok brad 2002-01-27 20:00:16 +00:00
avsm
14ae166e4b oops, add distinfo 2001-12-24 12:20:34 +00:00
avsm
75812a97eb - update to p5-Compress-Zlib-1.16
- bump NEED_VERSION
- use distinfo
2001-12-24 12:20:10 +00:00
reinhard
6b2501ee68 +WWW: ${HOMEPAGE} 2001-12-02 11:15:52 +00:00
reinhard
bc3ba4075c +makeself 2001-11-27 15:16:16 +00:00
reinhard
d37b1322fa makeself is a small shell script that generates a self-extractible
tar.gz archive from a directory. The resulting file appears as a
shell script, and can be launched as is. The archive will then
uncompress itself to a temporary directory and an arbitrary command
will be executed (for example, an installation script).
2001-11-27 15:06:49 +00:00
brad
b6a7857c51 - change dist site to MASTER_SITE_SUNSITE now that the original dist site
has disappeared and with this brings a change of distname though the
content of the file more or less has not changed.
- rename checksums file
--
Pointed out by: Nikolay Sturm <Nikolay.Sturm@desy.de>
2001-11-23 02:02:45 +00:00
naddy
e677b23011 Update to 1.13.25:
* New option --overwrite-dir.
* Fixes for buffer overrun, porting, and copyright notice problems.
2001-11-05 00:58:29 +00:00
brad
98c19ba74d simplify regression test support. 2001-10-31 16:49:46 +00:00
espie
100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00
brad
be813c9b84 - workaround the specific files that cause ICE's on sparc64 instead of compiling the whole thing without optimization.
- add bits for regress framework
2001-10-24 20:45:43 +00:00
pvalchev
59347a0dde workaround a bug that prevented bzip2 from working on m68k; ok brad, naddy, espie 2001-10-15 14:16:34 +00:00
brad
1efbf66ae8 reorganize. 2001-10-11 23:13:31 +00:00
naddy
498c858c2d fix (de)install of info docs 2001-10-11 22:31:41 +00:00
wilfried
3e3abc0eb7 workaround internal compiler error on sparc64, ok naddy@ 2001-10-11 07:41:22 +00:00
brad
7383c2ce52 workaround for sparc64 with regard to the CFLAGS passed on.
--
Based on patch from: wilfried@
2001-10-09 02:05:29 +00:00
naddy
7b0f0e5444 +star,static 2001-10-08 12:17:48 +00:00
naddy
c57275d6ad +gtar,static 2001-10-06 02:14:28 +00:00
brad
ab29eb4e66 use ports in-tree libtool patches 2001-10-05 00:44:10 +00:00
espie
d3f7b5ea3f move the regression test where it belongs. 2001-10-04 22:34:21 +00:00
espie
e18d889949 Note existing regression tests for archivers. No need to update
NEED_VERSION, this won't break anything otherwise.
2001-10-04 22:26:48 +00:00
pvalchev
be54d47d8c CONFIGURE_STYLE=gnu w/ proper MODGNU_CONFIG_GUESS_DIRS
needed for the powerpc -> macppc name change
2001-09-28 06:02:12 +00:00
pvalchev
a4b9464109 fill in MODGNU_CONFIG_GUESS_DIRS accordingly, for powerpc 2001-09-27 00:32:36 +00:00
heko
a79a0f47dd o Fix a few oddities in the bzip2 texinfo source
o Install texinfo and HTML manuals (which include programmer
  resources) for bzip2
ok maintainer: brad@
2001-09-26 18:38:43 +00:00
naddy
56bbc2f8b5 match master sites with reality
problem pointed out by Jacob Meuser <jakemsr@clipper.net>
2001-09-26 12:03:13 +00:00
brad
e6b71a3503 use iconv or gettext module 2001-09-23 05:32:18 +00:00
naddy
881b3007a0 - update to 1.13.23; input from todd@
- fix install of info docs
2001-09-19 17:30:44 +00:00
naddy
997a37376c Update to 1.13.22. Note:
- The semantics for excludes have changed, and new options have
  been added in this area.
- bzip2 filtering has stabilized at -j.
2001-09-15 14:50:08 +00:00
avsm
66c9b7e94c update to p5-Compress-Zlib-1.14 2001-09-09 10:42:22 +00:00