Commit graph

290 commits

Author SHA1 Message Date
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
jlam
7a94956dd2 Mark as USE_BUILDLINK_ONLY. 2001-07-15 11:51:28 +00:00
jlam
401d111532 Explode one big patch into several unidiff patches, honor CFLAGS passed
in from enviroment during build, and mark as USE_BUILDLINK_ONLY.
2001-07-15 11:49:41 +00:00
jlam
3fe6a1d83d Install locale files under ${PKGLOCALEDIR}, and mark as USE_BUILDLINK_ONLY. 2001-07-15 11:44:50 +00:00
jlam
eedb54813d Pass -lgnumalloc through to build in LIBS, not LDFLAGS, and mark as
USE_BUILDLINK_ONLY.
2001-07-15 11:34:37 +00:00
jlam
0a314b239b Honor CFLAGS passed in from environment during build and mark as
USE_BUILDLINK_ONLY.
2001-07-15 11:26:02 +00:00
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