naddy
f94ba4c9dd
star has grown a homepage.
2003-02-12 15:48:27 +00:00
naddy
66711e7c52
Master site moved.
2003-02-12 15:40:39 +00:00
naddy
ab629d3623
Replace 8-bit characters.
2003-01-20 19:10:00 +00:00
fgsch
94e3dd2101
sayonara NEED_VERSION.
2002-12-29 15:15:18 +00:00
pvalchev
7f0cabbae4
Fix a pasto
2002-12-23 07:31:46 +00:00
pvalchev
9f40c20fd3
bring closer to the XXI century
2002-12-23 07:29:30 +00:00
pvalchev
3101b76380
Remove Angelos from maintainer per his request
2002-12-23 00:37:49 +00:00
naddy
3a562256ef
Include proper prototypes to remove 64-bit warnings.
2002-12-18 21:13:52 +00:00
jcs
945d693619
fix format of MAINTAINER
2002-12-08 20:34:41 +00:00
pvalchev
a131f46580
cabextract
2002-12-07 07:30:42 +00:00
marcm
19680eb83c
Cabextract is a program to extract Microsoft cabinet (.CAB) files.
...
ok pvalchev@
2002-12-07 06:12:58 +00:00
naddy
46755b10d0
- Update to 1.4.2.
...
- Add smt command.
2002-11-29 20:59:47 +00:00
brad
3ac4c14c21
remove .packlist
2002-11-25 02:19:06 +00:00
naddy
41ff5070a2
Update to 1.05; from Peter Galbavy <peter.galbavy@knowtion.net>.
2002-11-21 16:51:22 +00:00
naddy
6a24990d13
Update to 1.19; from Peter Galbavy <peter.galbavy@knowtion.net>.
2002-11-21 00:57:37 +00:00
naddy
3c9f5a4290
+macutil
2002-10-25 21:46:21 +00:00
naddy
7c80d4dd4a
Import macutil 2.0b3.
...
Submitted by Sebastian Stark <seb@todesplanet.de>.
With these tools you can handle Macintosh files.
2002-10-25 21:45:02 +00:00
brad
e211c3e109
upgrade to lzo 1.08
2002-10-09 14:14:40 +00:00
brad
317d1a5f0a
Fix a directory traversal vulnerability in GNU tar 1.13.25 which allows
...
attackers to overwrite arbitrary files durring extraction via a ".."
in an extracted filename.
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2002-0399
2002-10-01 02:03:52 +00:00
danh
38ecf4accb
brad@ said CPPFLAGS does not need to be preserved, so undo my last
...
changes.
2002-09-23 14:44:41 +00:00
brad
4a4ee17bc9
correct wrong symlinks for man pages.
...
--
Spotted by: form@
Patch from: mpech@
2002-09-20 13:13:49 +00:00
espie
549bf8f935
Dummy DISTNAME if !sparc or i386.
...
fixes mirror-maker.
Noted by pval@
2002-09-15 23:04:46 +00:00
danh
4e48194933
respect CPPFLAGS
2002-09-12 17:06:25 +00:00
danh
44809833d7
these are not likely to change anytime soon, so drop NEED_VERSION now
2002-09-12 16:41:26 +00:00
danh
45e602764e
update to perl-lzo-1.08; drop NEED_VERSION
2002-09-12 14:41:37 +00:00
naddy
8d9e27208b
Fix quoting.
2002-08-23 10:53:04 +00:00
nino
15ead60a69
Add missing quotation marks. Ok naddy@.
2002-08-10 23:48:38 +00:00
jakob
3a54389b56
add p5-IO-Zlib
2002-08-02 20:46:28 +00:00
jakob
53e73a6be7
IO:: style interface to Compress::Zlib
2002-08-02 20:44:50 +00:00
naddy
d85734fcdd
Allow this to build with compilers other than cc/gcc.
2002-07-21 00:03:52 +00:00
lebel
5bb7bd7b9f
acknowledge ${CC} and ${CFLAGS}
2002-07-17 20:15:30 +00:00
avsm
b0ad14257b
Drop MAINTAINER for stuff I dont have time to maintain any more.
2002-07-10 20:48:12 +00:00
brad
049b65128b
upgrade to unzip 5.50
...
--
From: Aaron Yourk <ayourk@srt.com>
2002-07-05 01:07:26 +00:00
naddy
2e561819b2
Update to 1.4.1. Adds tartest command to check archive for POSIX compliance.
2002-06-26 15:22:54 +00:00
jsyn
6ea0ff6bc5
kill dangling #
2002-06-14 10:16:31 +00:00
wilfried
ada8c6169b
clean up REGRESS_DEPENDS/REGRESS_TARGET/NO_REGRESS
2002-06-09 05:24:27 +00:00
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
heko
3d75eb7220
o Add MASTER_SITE_SOURCEWARE to network.conf.template (mirrors
...
of sourceware.cygnus.com (also known as sources.redhat.com))
o Modify bzip2 and gsl ports to use this new master_site (gnats
remains to be fixed: no reply from maintainer)
o Bump NEED_VERSION on those ports
maintainers of the ports ok: brad@, rohee@
2001-08-26 21:23:42 +00:00
pvalchev
2456fe05e2
Fixup HOMEPAGE and MASTER_SITES here too; from FreeBSD
2001-08-14 18:57:29 +00:00
pvalchev
a2ae47a672
- Remove 2 dead master sites and put one working one
...
- Replace HOMEPAGE with a working one
From FreeBSD
2001-08-14 18:35:59 +00:00
naddy
3159dca6d0
ignore if no Solaris shared libs
2001-08-10 14:25:57 +00:00
naddy
d941b46eca
document available flavors
2001-08-01 00:39:05 +00:00
naddy
49afc89ea6
MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
...
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
avsm
64e0d04293
update to p5-Compress-Zlib-1.13
2001-06-12 17:11:28 +00:00
naddy
7670a4e329
Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures.
...
Bump NEED_VERSION accordingly.
2001-05-10 19:20:40 +00:00
danh
ba562425b7
bump NEED_VERSION and change ARCH to MACHINE_ARCH
2001-05-09 19:26:10 +00:00
naddy
64084423d5
Update to 1.3.
2001-05-06 21:52:45 +00:00
avsm
48b55ee6ab
update to p5-Compress-Zlib-1.12
2001-05-06 19:35:57 +00:00
espie
18c74da733
Kill COMMENTS from archivers, audio, benchmarks.
2001-05-05 21:59:24 +00:00
brad
1953a9ae7f
bump NEED_VERSION
2001-04-20 17:35:31 +00:00
espie
a96934ec48
Fix bzip2
2001-04-20 15:09:11 +00:00