Commit graph

414 commits

Author SHA1 Message Date
jlam
4b88f7188e Add missing dependency on zlib and mark as USE_BUILDLINK_ONLY. 2001-07-15 11:23:25 +00:00
jlam
13efd165ea Honor CFLAGS passed in from environment during build. 2001-07-14 03:51:13 +00:00
jlam
cb76bd5efc Move inclusion of bsd.buildlink.mk to start of file. 2001-07-01 22:59:08 +00:00
taca
c12d68d03b Add and enable ruby-zlib. 2001-06-30 23:14:46 +00:00
taca
5a720338cd Importing ruby-zlib 0.4.0, zlib library for Ruby. 2001-06-30 23:13:25 +00:00
jlam
4c6dce5402 Add buildlink.mk file for use by other package Makefiles. 2001-06-23 19:46:22 +00:00
jlam
34d11d8a0f Generalize how the dependency pattern may be specified. Instead of just
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify
the dependency pattern as FOO_DEPENDS=foo>=1.0.  This allows things like
JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib.
Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-23 19:26:48 +00:00
jlam
6f206944ae Install the headers and libraries for bzip2, and add a buildlink.mk file
for use by other package Makefiles.
2001-06-21 22:36:54 +00:00
jlam
c2ae73c346 Mark as USE_BUILDLINK_ONLY. 2001-06-21 21:08:49 +00:00
wiz
b8234822cc Oops, forgot to remove this file on update. 2001-06-14 10:54:05 +00:00
wiz
fac1bbc016 Add checksum for zcrypt10.zip. Noted by recent bulk build by John Darrow. 2001-06-11 22:21:30 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
wiz
9edb8eb8d1 Update to 1.0.1. 2001-06-10 01:14:58 +00:00
pooka
61519046db add & enable stuffit 2001-06-09 08:18:40 +00:00
pooka
ae8b421513 StuffIt Expander and Creator
Command-line utilities to:
* create StuffIt (.sit) and Zip (.zip) archives
* encode files into uuencode, BinHex, and MacBinary formats
* expand StuffIt and Zip archives
* expand encrypted StuffIt archives
* decode or expand: Compact Pro, zip, arc, arj, lha (lzh),
  rar, gzip, UNIX compress, uuencode, BinHex, btoa, MIME,
  tar, MacBinary, segmented StuffIt, PrivateFile, bzip2,
  and AppleSingle.

From Ben Collver in pkg/13147
2001-06-09 08:17:44 +00:00
jtb
aa225c0de7 LICENSE=zoo-license. 2001-06-04 20:18:55 +00:00
jtb
6572e72dc6 Add necessary restrictions.
Excerpt from the README file in the source code distribution:

Permission is granted to any individual or institution to use, copy, or
redistribute this software so long as all of the original files are included
unmodified, that it is not sold for profit, and that this copyright notice
is retained.
2001-06-04 17:12:42 +00:00
jtb
30c378c9d7 The `xbinunix.c' file states:
* (c) 1984 Brown University
 * may be used but not sold without permission

Add the appropriate restrictions.
2001-06-04 17:08:20 +00:00
jtb
12fb59ae4e LICENSE= unrar-license.
Add appropriate restrictions:  Do not modify distribution package and
do not charge a fee for redistribution.
2001-06-04 17:00:18 +00:00
jtb
8809754a83 Add restrictions and set LICENSE=unarj-license. 2001-06-04 16:51:05 +00:00
jtb
132a05b2b5 Add the appropriate restrictions.
From the README file:

Oh yeah - this program may be distributed freely so long as you don't
modify it in any way. You may not charge for distributing it.
2001-06-04 16:37:57 +00:00
agc
3226576480 Add and enable szdd 2001-05-14 13:03:47 +00:00
agc
161911e5fb Initial import of szdd into the packages collection.
Provided in PR 12889 by Ben Collver (collver@linuxfreemail.com).

"SZDD is a weak LZSS compressor, which was used by Microsoft for many years
in their installation software - all those files with a letter taken from
the end of their extension, eg HELLO.EX_

This package includes szddexpand which will decompress szdd files.
Be careful, szddexpand overwrites the original compressed file.
Do like so: szddexpand HELLO.EX_ && mv HELLO.EX_ HELLO.EXE

SZDD was replaced with 'KWAJ' in the 1996 Microsoft Setup Toolkit.  This
package does not grok the undocumented 'KWAJ' format.

One day Johnathan Forbes decided to work for Microsoft, and sold them his
LZX compression technology.  So now Microsoft uses LZX compression in their
installation archives, under the guise of "CAB" files."
2001-05-14 13:02:55 +00:00
jtb
8171a8184f Make $(localdir) and $(gnulocaledir) equal so that the locale files
don't get installed to both ${PREFIX}/lib/locale and ${PREFIX}/share/locale.
This fixes the i386 bulk build leftovers.
2001-04-28 02:05:57 +00:00
wiz
8ff04dcfbe re-add patch checksum (have to be made after `make extract') 2001-04-22 15:52:28 +00:00
agc
871c5f4103 Move to sha1 digests, and add distfile sizes. 2001-04-18 11:21:02 +00:00
agc
5f692dd5e8 Move to sha1 digests, and add distfile sizes. 2001-04-18 09:32:43 +00:00
agc
4274f13ce5 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:10:18 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
tv
8999774d08 Set CC to "${CC}", not cc. Duh? 2001-03-11 03:35:48 +00:00
tv
a59402677e Add nulib2. 2001-03-11 03:01:54 +00:00
tv
b0507750d3 Import nulib2, an Apple II archive file handler.
***
NuLib is a disk and file archive program, similar in principle to PKZIP.
Instead of ZIP archives, it manipulates NuFX archives, which are usually
identified with ".SHK", ".SDK", or ".BXY".

The ".SHK" file extension is derived from ShrinkIt, the de facto
archiving standard for Apple II computers.
2001-03-11 03:01:02 +00:00
wiz
81f4b4766a replace metalab by MASTER_SITE_SUNSITE 2001-02-28 11:25:46 +00:00
martin
b379b4a4ca Change homepage from ftp: to http: URL.
Closes PR 12256.
2001-02-20 22:43:08 +00:00
tron
cebb231563 Add german mirror site. 2001-02-17 16:03:31 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
agc
a1f9e67a98 fix a typo from the COMMENT changes. 2001-02-16 14:19:26 +00:00
wiz
c53fae8ea1 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:15:24 +00:00
fredb
fe16944cf3 Back out part of last change. Adding COMMENT=<comment> to the Makefile was
premature -- it breaks "make package".
2001-02-15 18:10:48 +00:00
fredb
fa0e104971 From the release notes:
The 5.42 maintance release fixes more bugs and cleans up the redistribution
conditions:

   - removal of unreduce.c and amiga/timelib.c code to get rid of the last
     distribution restrictions beyond the BSD-like Info-ZIP LICENSE
   - new generic timelib replacement (currently used by AMIGA port)
   - more reasonable mapping rules of UNIX "leading-dot" filenames to the
     DOS 8.3 name convention
   - repaired screensize detection in MORE paging code
     (was broken for DOS/OS2/WIN32 in 5.41)
2001-02-15 17:51:46 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
1389b75d82 Update to 2.71. No changelog available.
Known changes: This package now works on bigendian-, and probably even on
64bit-platforms.
2001-01-31 16:10:13 +00:00
dent
7c57d09c47 Update HOMEPAGE. 2001-01-11 20:13:49 +00:00
tron
d9c239aad4 Use "${OPSYS}" in error message instead of hard coding "NetBSD". 2001-01-11 10:49:58 +00:00
tron
a7a887fa72 Update homepage URL. 2001-01-11 09:26:19 +00:00
tron
1f1633a328 Use "${OPSYS}" in error message instead of hard coding "NetBSD". 2001-01-10 11:57:50 +00:00
agc
9c2d582fc9 The way that shared objects were handled in the PLISTs and bsd.pkg.mk was
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.

+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt

With many thanks to Thomas Klausner for keeping me honest with this.
2001-01-04 15:10:17 +00:00
itojun
fba42166ba fix installation of LC_MESSAGES message catalog file. 2000-12-19 04:36:55 +00:00
wiz
a32b3a5655 Unify Makefiles -- mostly headers: remove FreeBSD Ids.
Consistent 4 character indentation of SUBDIR entries.
2000-12-12 01:30:36 +00:00
tron
0b8c00eac4 Use "MASTER_SITE_SOURCEFORGE". 2000-11-11 14:48:34 +00:00
itojun
545d166215 use gettext library from outside (USE_LIBINTL + BUILD_DEPENDS devel/gettext).
do not build it on its own.
2000-11-02 02:35:14 +00:00
hubertf
0ca6404257 Add custom do-patch target to prevent "install -s" on scripts.
(does NOT require patch(1) - I guess someone had a bootstrapping problem
before, too :-)
2000-10-24 19:18:27 +00:00
wiz
baf32ff317 reorder line for pkglint 2000-10-21 20:51:22 +00:00
wiz
4119241d6b Remove unnecessary lines. 2000-10-21 20:50:57 +00:00
wiz
2bf7b24e7d Build with encryption support by default (since crypto code is freely
exportable now), using latest crypto add-on sources.
Update main distribution site and homepage.
Remove CRYPTO line (not strong cryptography).
Bump to 2.3nb1.
2000-10-21 20:10:18 +00:00
hubertf
e7b4ef0d1f Do not use lchmod etc. on old systems that don't have that call.
Patch submitted in PR 9628 by Jan-Hinrich Fessel <oskar@detemobil.de>
2000-10-20 02:47:43 +00:00
wiz
33366437c7 mention PKGNAME in IGNORE message 2000-10-17 00:05:29 +00:00
pooka
7fd99b3097 change name of loop variable to shut up pkglint 2000-10-10 11:50:42 +00:00
pooka
a91d1730e4 Do extraction a bit different to make this DTRT with WRKOBJDIR set. 2000-10-10 11:49:59 +00:00
fredb
ab20de453f Set USE_RSAREF2=NO by default. Hopefully, this will discourage people from
actually using rsaref, while we ponder the case for removing it completely.
2000-09-26 19:59:53 +00:00
fredb
0c6b58570c Reorganize crypto handling, as discussed on tech-pkg. Remove all
RESTRICTED= variables that were predicated on former U.S. export
regulations. Add CRYPTO=, as necessary, so it's still possible to
exclude all crypto packages from a build by setting MKCRYPTO=no
(but "lintpkgsrc -R" will no longer catch them).

Specifically,

- - All packages which set USE_SSL just lose their RESTRICTED
    variable, since MKCRYPTO responds to USE_SSL directly.
- - realplayer7 and ns-flash keep their RESTRICTED, which is based
    on license terms, but also gain the CRYPTO variable.
- - srp-client is now marked broken, since the distfile is evidently
    no longer available. On this, we're no worse off than before.
    [We haven't been mirroring the distfile, or testing the build!]
- - isakmpd gets CRYPTO for RESTRICTED, but remains broken.
- - crack loses all restrictions, as it does not evidently empower
    a user to utilize strong encryption (working definition: ability
    to encode a message that requires a secret key plus big number
    arithmetic to decode).
2000-09-09 19:40:14 +00:00
kim
12c5f7414f Make this compile again. 2000-09-04 14:54:06 +00:00
dmcmahill
397872a048 - don't try and execute "sysctl -n machdep.booted_kernel" unless we're on
i386.  Fixes recently noted strange error messages when trying to build
  on arch's which don't support this sysctl.
2000-09-02 17:01:27 +00:00
dmcmahill
c8eb532a9c include missing header file. fixes recently noted compile problems on 1.4.2/sparc. 2000-08-22 11:53:06 +00:00
hubertf
e75965c6ba Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
2000-08-21 21:01:29 +00:00
christos
468ff758c1 update 4.2.1 2000-08-19 23:37:07 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
fredb
ec53f99c60 Get the name of the current kernel only once. 2000-07-31 20:30:15 +00:00
wiz
daa7fa6040 add and enable unace 2000-07-20 19:47:21 +00:00
wiz
2650c61443 Initial import of unace-1.2, a tool for listing, verifying and extracting
ACE archives.
2000-07-20 19:46:46 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
dmcmahill
6e8e892661 make the USE_RSAREF2 check for the distfile match the check for the rsaref
patch.  Prevents trying to apply the patch to the wrong sources.
2000-07-06 18:31:45 +00:00
jlam
683edb26a9 USE_LIBTOOL and LTCONFIG_OVERRIDE, instead of pkglibtool and patching
configure.
2000-06-09 06:54:51 +00:00
rh
a4fbd15bb8 add and enable xbin 2000-06-05 12:37:11 +00:00
rh
c121a0b9af Initial import of xbin-2.3, a utility to convert mailable BinHex format
into binary
2000-06-05 12:36:07 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
drochner
3d88dfdba4 extend this ugly hack to search for "sysctl" in /sbin and /usr/sbin 2000-05-12 18:20:17 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
wiz
d804ecdf80 Update to unzip-5.41. Includes decryption support by default. Other
changes include some bugfixes, a new BSD-like license, as well as
support for archives with more than 2^16-1 files.
Zlib support still broken, so we use the one coming with the distribution.
2000-04-20 03:13:55 +00:00
fredb
a470a6ac5c Add context to fuzzy patch. 2000-03-11 15:03:38 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
wiz
e630a3d73b replace true & false by ${TRUE} & ${FALSE} 2000-02-05 18:17:51 +00:00
rh
4888ca9654 Add and enable fastjar. 2000-02-01 16:41:48 +00:00
rh
91ceb65213 Initial import of fastjar-0.90, a C language version of the 'jar' archiver
used by Java engines and SDKs.
2000-02-01 16:41:05 +00:00
tron
fc211f7069 Update to current name of Aminet servers. 2000-01-15 01:36:59 +00:00
wiz
91320a7e12 check for COMPAT_NOMID, too 2000-01-11 00:20:54 +00:00
fredb
8b0f3c8859 Simplify invocation of "sysctl". 2000-01-10 08:00:31 +00:00
wiz
cae81499cb recognize if necessary compatibility options are in the kernel;
stop if not
2000-01-10 00:16:11 +00:00
wiz
56f06d023d Be more verbose about needing COMPAT_12 in kernel; inspired by
Martin Husemann <martin@rumolt.teuto.de> in pkg/9124.
2000-01-08 05:07:36 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
wiz
e160d249ca replaced some commands by their ${COMMAND} counterparts 1999-12-28 03:59:00 +00:00
wiz
76a6ca32ef HOMEPAGE added, more documentation installed 1999-12-24 00:07:15 +00:00
wiz
6e72cc59c7 HOMEPAGE added 1999-12-23 23:48:27 +00:00
wiz
603046bceb updated from 2.01 to 2.02, homepage added, lines reordered for pkglint
Authors' what's new: Minor bugfixing, changes in documentation.
1999-12-23 23:39:57 +00:00
rh
969cd30880 Update liblzo to 1.06.
Changes include:
  * Updated the configure system to use Autoconf 2.13, Automake 1.4 and
    Libtool 1.3.3.
  * enhanced example programs a little bit
  * no changes to the compression code - LZO has proven to be stable
1999-12-22 19:46:23 +00:00
rh
0e693c38be Make dependency on liblzo a wildcard dependency. 1999-12-22 19:44:49 +00:00
wiz
9888a05510 updated md5 to match file on distribution site 1999-12-20 17:58:43 +00:00
abs
1031a18ae4 Update depends to rsaref 2.0p3 1999-12-16 12:03:20 +00:00
rh
cab73e4755 Update zip to 2.3 using the package sent to me in private mail by Thomas
Klausner <wiz@danbala.ifoer.tuwien.ac.at> -- thanks!
1999-12-13 13:15:22 +00:00
sakamoto
0551c4c988 regen. 1999-12-01 01:10:12 +00:00
sakamoto
4809ea04ef Update lha to 114f.
Change MASTER_SITES.

Changes 114c to 114f:
	some bugfix.
	support -lh6-.
1999-11-30 01:54:05 +00:00
hubertf
4b8340fc0b more NO_CDROM fixup 1999-11-23 16:54:39 +00:00
hubertf
727f084d29 Fix patch fuzz insanity 1999-11-12 05:17:20 +00:00
kim
ac55cc7159 Make this shorter.. 1999-09-19 19:39:37 +00:00
kim
e67338b67c Fix extract here too. 1999-09-19 19:25:00 +00:00
kim
0898a239ab What do you mean "did I ever test this"... 1999-09-19 19:11:32 +00:00
kim
64502a7202 Oops, it is a share for a purpose (assumedly no gzip here yet). 1999-09-19 18:50:11 +00:00
kim
1fd860aa1a My proxy cache or ftp offered helpful ascii translation for me... 1999-09-18 16:16:06 +00:00
kim
65bae3e562 Enable gtar-base 1999-09-18 15:24:12 +00:00
kim
23e9051cea Turn this into a meta-package for GNU tar. 1999-09-18 15:23:42 +00:00
kim
1916c64b8a Add and enable gtar-info. Add gtar-base. 1999-09-18 15:11:32 +00:00
kim
31e940df0c Info pages for GNU tar. 1999-09-18 15:08:50 +00:00
kim
2b9b1a3663 Change package name to gtar-base 1999-09-18 15:07:29 +00:00
kim
7dac114076 Copied from PLIST,v 1999-09-18 14:53:32 +00:00
kim
f01bf6e83c Copied from DESCR,v 1999-09-18 14:53:26 +00:00
kim
3eddbd5848 Copied from COMMENT,v 1999-09-18 14:53:22 +00:00
kim
360826237c Copied from patch-ae,v 1999-09-18 14:52:32 +00:00
kim
c8fafc240a Copied from patch-ad,v 1999-09-18 14:52:26 +00:00
kim
9a130146a6 Copied from patch-ac,v 1999-09-18 14:52:24 +00:00
kim
2fdd9baf8b Copied from patch-ab,v 1999-09-18 14:52:22 +00:00
kim
1092af5109 Copied from patch-aa,v 1999-09-18 14:52:19 +00:00
kim
6eb3d78103 Copied from patch-sum,v 1999-09-18 14:51:06 +00:00
kim
878d8b4f14 Copied from md5,v 1999-09-18 14:50:44 +00:00
kim
8671530652 Copied from gtar.1,v 1999-09-18 14:50:14 +00:00
kim
0d60793bbd Copied from Makefile,v 1999-09-18 14:49:08 +00:00
kim
fc3abbf000 Add and enable gzip 1999-09-18 14:30:18 +00:00
kim
0312046464 gzip 1.2.4a meta-package 1999-09-18 14:27:54 +00:00
kim
de006aa99d gzip 1.2.4a info pages 1999-09-18 14:26:52 +00:00
kim
e6b0ace8b9 gzip 1.2.4a binaries and man pages 1999-09-18 14:25:49 +00:00
kim
17b4d21474 Changes to allow bootstrapping Zoularis:
- fetch the shar file so we don't need tar
- do not install info files (they will be a separate pkg), as we need
  tar to unpack the gtexinfo distribution
- on Solaris we get .mo files instead of .cat files (I'm guessing for
  Linux, please someone verify and adjust Makefile appropriately)
1999-09-18 03:36:23 +00:00
agc
d4c5cd9b07 Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).

Add ZIP_ENCRYPTION to BUILD_DEFS
1999-08-18 09:20:00 +00:00
rh
764070d5d9 regen 1999-08-16 15:41:01 +00:00
rh
c9bed1bf8c Add and enable lzop. 1999-08-16 15:40:07 +00:00
rh
60546359f2 Initial import of lzop-1.00, a fast file compressor similar to gzip, using
the LZO library.
1999-08-16 15:39:22 +00:00
rh
0fab4f131c Add and enable liblzo. 1999-08-16 15:30:16 +00:00
rh
c10e00bea9 Initial import of liblzo, a portable lossless data compression library
written in ANSI C.
1999-08-16 15:29:37 +00:00
christos
2184e26540 make this work under linux.
- don't use gnumalloc
- use lchmod only on NetBSD
1999-08-10 05:05:39 +00:00
tron
48361d072e Don't use "NO_WRKSUBDIR" because it is supposed to be remove sooner or
later.
1999-07-18 15:19:32 +00:00
tron
d6592cafc2 Don't use deprecated name for master site and add US mirror. 1999-07-18 15:17:09 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
agc
0d36b51906 Make this package work on Solaris. 1999-06-01 11:31:50 +00:00
tv
9b38e48aac Work around rsaref's internal md5, and update rsaref dependency to "2.0p2". 1999-05-26 17:04:31 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tv
cb536caa67 s/INSTALL_DATA/INSTALL_MAN/ 1999-05-24 17:26:03 +00:00
tv
eba5573c16 Enable hpack, previously "hpack.non-usa.only". 1999-05-23 22:42:04 +00:00
tv
6a4ee18179 Add hpack-0.79, inspired by the FreeBSD port "hpack.non-usa.only", but
rewritten.  Allows for USA/non-USA support via the familiar USE_RSAREF2
mechanism, and significantly cleaned up.  Does not attempt to fall back to
$HOME/.pgp for keys as in the FreeBSD port, as other programs already
require PGPPATH to be set.
1999-05-23 22:41:21 +00:00
tv
2fa46a7cef Add and enable bunzip. 1999-05-23 20:56:50 +00:00
tv
4503718dc8 Decompressor for old bzip (.bz) compressed files. Does not include the
patented compression code.
1999-05-23 20:55:29 +00:00
tv
e0bec16c22 Add homepage. 1999-05-23 20:36:07 +00:00
tv
c3d29f6b0b Enable gsharutils (was gshar+gunshar). 1999-05-23 20:34:34 +00:00
tv
8e04c7b56b Reengineer for NetBSD. 1999-05-23 20:33:46 +00:00
tv
e030bc21d8 Import FreeBSD "archivers/gshar+gunshar" as archivers/gsharutils. 1999-05-23 20:22:19 +00:00
tv
3eac244e7a Add and enable undms. 1999-05-23 19:18:16 +00:00
tv
36506b9581 undms converts Amiga DMS compressed disk images to "ADF" uncompressed
disk images suitable for Amiga emulators or writing to disk on NetBSD/amiga.
1999-05-23 19:17:43 +00:00
tv
26a5e198f1 ppunpack, a decompressor for Amiga PowerPacker files. 1999-05-23 02:01:25 +00:00
tv
0d1e09f5b5 Update to 2.43, clean up. 1999-05-22 22:07:03 +00:00
tv
f798896adb Make the extract quiet. 1999-05-22 21:47:01 +00:00
tv
b2e983d75c Update to 2.50, clean up a bit. 1999-05-22 21:41:44 +00:00
tv
3792151f6a Do not install a text file as a manpage; put it in share/doc/rar. 1999-05-22 21:35:59 +00:00
tv
a7213abb85 Clean up, and update MASTER_SITE. 1999-05-22 21:29:13 +00:00
tv
4581aa1723 Add and enable unlzx. 1999-05-22 21:11:28 +00:00
tv
0e66bcc9ea Add unlzx-1.0, extraction program for Amiga .lzx archives. 1999-05-22 21:11:07 +00:00
tv
cdf1a5c0a0 Add and enable squsq. (Yet again, misimport into top level corrected on the
CVS server directly.  sigh.)
1999-05-22 20:58:48 +00:00
tv
7b7f234db3 Add squsq-3.3, archiver for CP/M "Squeeze" style compressed files. 1999-05-22 20:57:43 +00:00
tv
80a5f5d6d1 Clean up a bit, and remove FreeBSD Id now that we're quite divergent. 1999-05-22 20:11:32 +00:00
tv
b173ebeb01 Some minor pkglint; split patch, fix typo, and use ${INSTALL_*} macros. 1999-05-22 19:54:08 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
tron
0b11fd4f89 Add patch from NetBSD-current:
Allow softlinks for "bzip2 -c -d" or "bzcat".
1999-04-08 18:40:39 +00:00
agc
171e025b4a Rewrite the extraction commands to be more intuitive.
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz,
and .tar.bz2).

EXTRACT_USING_PAX can be set as before.

For custom extractions, instead of using EXTRACT_BEFORE_ARGS,
EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the
command needed to decompress and extract the lements from the archive.
${DOWNLOADED_DISTFILE} can be used to reference the distfile(s).
e.g. for compressed shars, where previously there was:

EXTRACT_CMD=           ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=    |sh

now use:

EXTRACT_CMD=           ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01 14:07:52 +00:00
hubertf
9726f817be Don't try to strip non-native-format binary.
(The latest binutils-based strip can do this if you tell it which
obj-format the binary is, but 1.3.x doesn't support this. Plus, that
BSDi(?)-binary is stripped anyways.)
1999-03-28 15:34:24 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
agc
30980fe1d8 s/ln/${LN}/g
Adapt this package to Solaris.
1999-03-10 15:35:21 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
frueauf
875a55ae95 pkglint: add missing rcs ids. 1999-02-10 14:53:34 +00:00
tron
7849469470 Add missing conflict entry. 1999-01-09 01:26:09 +00:00
tv
64dd60cbeb Note why USE_ZLIB is not used. 1999-01-04 13:33:07 +00:00
tv
4b21cf58fc OK, bring it back to 5.40, but this time don't use libz -- use the
compression routines shipped with unzip.
1998-12-30 04:06:35 +00:00
tv
664c3f2678 Back out previous. Unzip 5.40 has severe bugs, noted by tron and myself. 1998-12-30 03:20:50 +00:00
hubertf
f1456a9fb3 update to 5.40 1998-12-27 17:29:25 +00:00
garbled
1da2cee391 Break patch into multiple patches.
Fix install target to work.
Minor LP64 cleanup. (fix lack of needed headers)
1998-12-26 15:46:10 +00:00
tv
b9894209a6 Eliminate malloc() cast warnings on LP64. 1998-12-01 04:19:00 +00:00
agc
cbc3b1344b Set EXTRACT_SUFX and WRKSRC to keep pkglint happy. 1998-11-12 15:22:56 +00:00
agc
43c6fa2d10 Set WRKSRC, EXTRACT_SUFX and co. to keep pkglint happy. 1998-11-12 15:19:59 +00:00
christos
3f9f3f7595 s/-fs/-f -s/ 1998-11-03 15:29:39 +00:00
frueauf
b90131caa7 -DUNIX -> -Dunix, closes pr 6338 by Geoff C. Wing. 1998-10-21 09:21:04 +00:00
tron
99304a7bcf Update for bzip2 package to version 0.9.0b created by Geoff C. Wing. 1998-10-14 21:51:14 +00:00
tron
6f7cb037c5 Remove double dot. 1998-09-16 17:47:04 +00:00
tron
8116ab7f6a Skip packages on systems which already have "bzip2" as part of the NetBSD
distribution.
1998-09-16 17:45:43 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00
tv
2327b8e24c Change to use catgets. hier(7)-lint: install locale stuff in
share/locale instead of lib/locale.
1998-08-15 00:12:10 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
tv
9b5fb6761c Add "Building stage 1 of 2", "Building stage 2 of 2" messages when
ZIP_ENCRYPTION is set, so that the user is not confused by unzip building
twice.
1998-08-02 02:08:51 +00:00
tv
5051440385 Nuke FETCH_DEPENDS - use BUILD_DEPENDS, which actually executes before
extract.
1998-06-26 20:07:13 +00:00
hubertf
fd5970ab4a temporarily disable FETCH_DEPENDS 1998-06-22 22:55:47 +00:00
tv
1127c915b0 Fix spello: "compatabile"->"compatible". 1998-06-21 14:39:07 +00:00
tv
c4714dc497 Add and enable zip1 (PKZIP 1.x compatible zip), with encryption support.
Not conflicting with `zip' program.
1998-06-20 23:27:48 +00:00