summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2001-06-23Add buildlink.mk file for use by other package Makefiles.jlam1-0/+33
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-5/+6
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-21Install the headers and libraries for bzip2, and add a buildlink.mk filejlam5-12/+114
for use by other package Makefiles.
2001-06-21Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-14Oops, forgot to remove this file on update.wiz1-50/+0
2001-06-11Add checksum for zcrypt10.zip. Noted by recent bulk build by John Darrow.wiz1-1/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-10Update to 1.0.1.wiz3-39/+19
2001-06-09add & enable stuffitpooka1-1/+2
2001-06-09StuffIt Expander and Creatorpooka4-0/+71
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-04LICENSE=zoo-license.jtb1-1/+3
2001-06-04Add necessary restrictions.jtb1-1/+5
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-04The `xbinunix.c' file states:jtb1-1/+5
* (c) 1984 Brown University * may be used but not sold without permission Add the appropriate restrictions.
2001-06-04LICENSE= unrar-license.jtb1-1/+6
Add appropriate restrictions: Do not modify distribution package and do not charge a fee for redistribution.
2001-06-04Add restrictions and set LICENSE=unarj-license.jtb1-1/+6
2001-06-04Add the appropriate restrictions.jtb1-1/+5
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-05-14Add and enable szddagc1-1/+2
2001-05-14Initial import of szdd into the packages collection.agc5-0/+65
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-04-28Make $(localdir) and $(gnulocaledir) equal so that the locale filesjtb4-7/+56
don't get installed to both ${PREFIX}/lib/locale and ${PREFIX}/share/locale. This fixes the i386 bulk build leftovers.
2001-04-22re-add patch checksum (have to be made after `make extract')wiz1-1/+9
2001-04-18Move to sha1 digests, and add distfile sizes.agc29-62/+92
2001-04-18Move to sha1 digests, and add distfile sizes.agc2-4/+6
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc69-163/+117
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-27Change BUILD_DEPENDS semantics:hubertf3-6/+6
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-11Set CC to "${CC}", not cc. Duh?tv1-2/+2
2001-03-11Add nulib2.tv1-1/+2
2001-03-11Import nulib2, an Apple II archive file handler.tv7-0/+68
*** 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-02-28replace metalab by MASTER_SITE_SUNSITEwiz1-2/+2
2001-02-20Change homepage from ftp: to http: URL.martin1-2/+2
Closes PR 12256.
2001-02-17Add german mirror site.tron1-2/+3
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-33/+35
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-16fix a typo from the COMMENT changes.agc2-4/+4
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz64-64/+64
2001-02-15Back out part of last change. Adding COMMENT=<comment> to the Makefile wasfredb1-2/+1
premature -- it breaks "make package".
2001-02-15From the release notes:fredb3-9/+12
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-06Unify format of MESSAGEs, and include RCS Ids.wiz1-0/+5
2001-01-31Update to 2.71. No changelog available.wiz4-40/+11
Known changes: This package now works on bigendian-, and probably even on 64bit-platforms.
2001-01-11Update HOMEPAGE.dent1-2/+2
2001-01-11Use "${OPSYS}" in error message instead of hard coding "NetBSD".tron1-2/+2
2001-01-11Update homepage URL.tron1-2/+2
2001-01-10Use "${OPSYS}" in error message instead of hard coding "NetBSD".tron3-9/+6
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
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.
2000-12-19fix installation of LC_MESSAGES message catalog file.itojun2-1/+16
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-11-11Use "MASTER_SITE_SOURCEFORGE".tron1-2/+2
2000-11-02use gettext library from outside (USE_LIBINTL + BUILD_DEPENDS devel/gettext).itojun4-3/+39
do not build it on its own.
2000-10-24Add custom do-patch target to prevent "install -s" on scripts.hubertf1-3/+8
(does NOT require patch(1) - I guess someone had a bootstrapping problem before, too :-)
2000-10-21reorder line for pkglintwiz1-2/+2
2000-10-21Remove unnecessary lines.wiz1-5/+1