Commit graph

319 commits

Author SHA1 Message Date
jlam
957d841a58 Update lha to 114.9 (114i). Package update provided by Masao Uebayashi
<uebayasi@soum.co.jp> in pkg/14824.  Relevant changes from version 114f
include:

	* dewey-ized package version number
	* fixed header Level 2 handling bug
	* fixed level 2 file append bug.
	* fixed symbolic link file append bug.
	* lh7 archive support.
	* fixed lh7 archive bug.
2001-12-06 05:09:46 +00:00
wiz
9519df8bd3 Make PKGNAME dewey-conformant. 2001-12-03 22:04:39 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
jlam
8cc6055063 Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number.  G/C some the unused variables
in php4/Makefile.common related to the old way of handling version numbers.
2001-12-03 08:30:58 +00:00
hubertf
5542206cba Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.

Example #1:
        DISTNAME=       foo-X.Y
        PKGREVISION=    Z
     => PKGNAME=        foo-X.YnbZ

Example #2:
        DISTNAME=       barthing-X.Y
        PKGNAME=        bar-X.Y
        PKGREVISION=    Z
     => PKGNAME=        bar=X.YnbZ (!)

On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
2001-11-29 01:12:24 +00:00
explorer
4cd9403037 Fix a typo -- USE_BUILDLINK_ONLY=YES, not +YES 2001-11-27 03:19:21 +00:00
jlam
cc4128d97e Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-11-26 06:49:36 +00:00
jlam
cbf7d8cfd3 Remove post-build target designed to make the build fail for reasons
unknown.
2001-11-06 22:10:21 +00:00
zuntum
b427eb87ce Move pkg/ files into package's toplevel directory 2001-10-31 20:24:14 +00:00
tv
d8ae2c03b1 Clean out my pkgsrc diffs:
Update unace to 1.2b, and make this compile and (mostly) run on LP64.
2001-10-31 14:44:42 +00:00
wiz
197b4c463a Update to 5.2.0.611, since the older distfile doesn't exist anymore.
Changes unknown. Addresses pkg/14354.
2001-10-25 19:57:34 +00:00
veego
c40be5e1b2 Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}
This fix a fetch error.
2001-10-23 19:27:31 +00:00
martti
c7ebe6c3ea Added the newly imported packages p5-Archive-Tar, p5-Archive-Zip,
p5-Convert-TNEF, p5-Convert-UUlib and p5-Unix-Syslog
2001-10-22 06:14:31 +00:00
martti
5a37c29358 The Archive::Zip module allows a Perl program to create, manipulate,
read, and write Zip archive files.
2001-10-22 05:46:50 +00:00
martti
11af42eeec Perl module for creation and manipulation of tar files.
This module uses no C-coded parts in itself, but it will try to use
the Compress::Zlib module to read and write gzipped tarfiles.
Archive::Tar will still work without Zlib, it will just complain a
little bit (and, of course, not be able to use compression). The
complaining will be removed when the module leaves the alpha stage,
and can be trivially removed by commenting out the offending print
near the top of Tar.pm.
2001-10-22 05:45:58 +00:00
mjl
cb218c2c62 Update to 1.0.7, no major changes, but the old version is no longer
available.
2001-10-22 01:13:11 +00:00
veego
dd0ee38fe9 Touch some files in ${WRKSRC}, which is needed because the timestamps
are out of order and so autoconf would regnerate these files.
This change is only needed in the ${OPSYS} != "NetBSD" case.
2001-10-19 09:02:38 +00:00
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
agc
4e124d11e7 Add and enable cabextract 2001-10-18 09:56:57 +00:00
agc
180d4b08a2 Initial import of cabextract-0.5 into the NetBSD Packages Collection.
cabextract is a program that un-archives files in the Microsoft
cabinet file format (.cab) or any binary file which contains an
embedded cabinet file (frequently found in .exe files).

cabextract will extract all files from all cabinet files specified on
the command line

To extract a multi-part cabinet consisting of several files, only give
the first file as an argument to cabextract as it will automatically
look for the remaining files.

Provided in PR 14259 by Ben Collver (collver@linuxfreemail.com), the
description fleshed out slightly by myself, taken from the man page.
2001-10-18 09:56:13 +00:00
jlam
d8365834b5 Note additions of php4-{bz2,zlib}. 2001-10-16 07:03:44 +00:00
jlam
32b357f787 archivers/php4-zlib: PHP4 extension for zlib compression
This version is from the php-4.0.6 distribution.
2001-10-16 07:03:01 +00:00
jlam
49d9872aed archivers/php4-bz2: PHP4 extension for bzip2 compression
This version is from the php-4.0.6 distribution.
2001-10-16 07:02:12 +00:00
agc
4a7020e76c Remove duplicate p5-Compress-Zlib package, standardise on the one in
the devel category.
2001-10-01 10:38:02 +00:00
agc
703b6eb343 This package was a duplicate of devel/p5-Compress-Zlib, albeit a later
version. I've updated devel/p5-Compress-Zlib to 1.14, which was the
level of this version, and removed this package accordingly.

Done this way because there are two other packages which depend upon
p5-Compress-Zlib being in the devel category.
2001-10-01 10:37:13 +00:00
jlam
e938eb4eea Note addition of archivers/p5-Compress-Zlib. 2001-10-01 02:51:43 +00:00
jlam
a4267b98aa archivers/p5-Compress-Zlib:
The Compress::Zlib module provides a Perl interface to the zlib compression
library. Most of the functionality provided by zlib is available in
Compress::Zlib.
2001-10-01 02:50:09 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
agc
03d6a68e34 Remove szdd package, in favour of mscompress, per PR 13983 from Ben Collver. 2001-09-25 14:33:47 +00:00
zuntum
06bad20b73 Add & enable mscompress 2001-09-16 19:02:50 +00:00
zuntum
77df465674 Initial import of mscompress-0.3
mscompress, Microsoft "compress.exe/expand.exe" compatible (de)compressor
Copyright (c) 2000 Martin Hinner <mhi@penguin.cz>
Algorithm & data structures by M. Winterhoff <100326.2776@compuserve.com>
ftp://ftp.penguin.cz/pub/users/mhi/mscompress/

This package contains two programs:

msexpand, which decompress files compressed by Microsoft compress.exe utility
	(e.g. Win 3.x installation files)
mscompress, which compress files using LZ77 compression algorithm. Output
	files can be decompressed using Microsoft expand.exe or msexpand(1).

Package provided by collver@linuxfreemail.com in pkg/13767, imported
without *any* modifications (an example of excellent pkgsrc work)
2001-09-16 19:00:49 +00:00
wiz
29aa131f71 Correct #ifdef usage, as reported in pkg/13958 by Don Yuniskis, slightly
differently than in the patch there.
2001-09-15 21:44:45 +00:00
jlam
3c869f1bd4 Fix the config file location references in the man pages, noted in
pkg/13900 by Don Yuniskis <auryn@gci-net.com>.  The changes were based on
the suggested fix in the PR, but modified to correctly deal with
LOCALBASE =/= "/usr/pkg" case.
2001-09-14 18:47:16 +00:00
wiz
93fb6caab3 Replace gets(3) by fgets(3). Patches by Don Yuniskis in pkg/13896. 2001-09-14 15:03:10 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
rh
800b0eba7b Add and enable dact 2001-09-09 15:06:36 +00:00
rh
99e3cf7bc6 Initial import of dact-0.8.3, the dynamic adaptive compression tool. 2001-09-09 15:06:11 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
wiz
6b6657b598 add and enable bicom 2001-08-13 21:38:11 +00:00
nra
36eb856098 Add bicom-1.01. PR 13688 by Ben Collver.
Bicom is a data compressor in the PPM family. It is freely available and
open source.  Compression with bicom is completely bijective -- any file
is a possible bicom output that can be decompressed, and then recompressed
back to its original form.  Of course, any file is also a possible bicom
input that can be compressed, and then decompressed back to its original
form.
2001-08-13 20:34:08 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
jlam
205d0f6d40 Mark as USE_BUILDLINK_ONLY. 2001-07-16 10:29:50 +00:00
jlam
e73319ac89 Don't explicitly set CC=gcc, and mark as USE_BUILDLINK_ONLY. 2001-07-16 10:21:15 +00:00
jlam
5a40506f56 Invoke make as ${MAKE_PROGRAM}, honor CFLAGS passed in from environment,
and mark as USE_BUILDLINK_ONLY.
2001-07-16 10:17:00 +00:00
jlam
be50ef83d9 Remove references to ${LOCALBASE} directories and mark as
USE_BUILDLINK_ONLY.
2001-07-16 10:09:45 +00:00
jlam
71ac3c1d07 Honor CFLAGS passed in from environment during build and mark as
USE_BUILDLINK_ONLY.
2001-07-16 10:01:27 +00:00
jlam
a5756c486d Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-16 09:58:10 +00:00
jlam
1cdb2ad55a This buildlink.mk file was committed before its time. Correct the
file list so this actually works.
2001-07-16 09:56:04 +00:00
jlam
7c3cc51bd2 Avoid spurious detection of zlib as it's not needed by the liblzo library
and mark as USE_BUILDLINK_ONLY.
2001-07-16 09:49:16 +00:00