Commit graph

1116 commits

Author SHA1 Message Date
recht
82c13e3027 initial import of rzip-2.0
package provided by Miles Nordin in PR 26774

rzip is a compression program, similar in functionality to gzip or
bzip2, but able to take advantage long distance redundencies in files,
which can sometimes allow rzip to produce much better compression
ratios than other programs.
2004-08-29 15:29:04 +00:00
jlam
683567c435 Fix the version number of the package in the configure script, and modify
the Makefiles so that they can be built by really basic make programs.
2004-08-21 06:33:39 +00:00
jlam
6985e27f27 Check for a few more system headers after the update to pax-20040804. 2004-08-21 05:06:41 +00:00
jlam
3f57bcbb36 Mirror change in archivers/mtree by <heinz> on 2004/04/16:
Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE
in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead
of HAVE_STRUCT_STAT_ST_FLAGS.
This avoids confusion on UnixWare which has 'st_flags' but does _not_ support
file flags.
2004-08-21 04:20:50 +00:00
jlam
ff44898db4 Update archivers/pax to 20040802 (latest version on src HEAD). Changes
from previous include:

  - include a pax2nbcompat script to ease importing from src HEAD
    into pkgsrc.

  * for copy mode, show more meaningful information on SIGINFO.
2004-08-21 03:28:49 +00:00
minskim
fed181f436 Make this package build on Linux.
- Include time.h to use struct tm.
  - Define LINUX_NAMLEN on Linux to avoid using d_namlen in struct dirent.
2004-08-18 18:40:36 +00:00
jlam
896e92919d If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a local
version of libnbcompat instead of requiring libnbcompat to be installed.
This simplifies testing of bootstrap packages without root privileges
on a system that has already been bootstrapped.
2004-08-14 02:33:32 +00:00
jlam
169328c7d5 Check for all system headers needed in the sources. 2004-08-13 14:52:11 +00:00
ben
51e64f6ef4 Add bzip2 dependency so this will build in Linux. 2004-08-11 16:31:49 +00:00
jlam
40648000d4 This packages doesn't use the compiler. 2004-08-02 21:33:47 +00:00
jlam
326cfdc611 Update archivers/p5-Archive-Tar to 1.10. Changes from version 1.02
include:

-  Make new() comply with the documentation and return undef on
   a read() failure.
-  Re-adds bin/ptar, which disappeared from this distribution after
   0.22 (sorry about that).
-  Fix a file renaming bug that forgot to carry over path info
-  Fix a bug where adding dirs on win32 gave 'permission denied'
-  Add extra tests explicilty for Archive::Tar::File
-  Move completely from FileHandle to IO::File
-  Quell some annoying warnings about binmode on unopened filehandles
-  Add tests for binary files included in a tarball
-  The chown() code somehow didn't make it into the 1.05 release
-  Patch _get_handle() to treat all IO::File handles as binary.
   This should make win32 users happy
-  A method called 'contains_file' that will tell you if a certain file
   is already in the archive.
-  Add a global variable $CHOWN that controls whether Archive::Tar
   should attempt to chown() files or not when it can.
-  NULL-byte padding was done also on files that had no real content,
   like symlinks, thus ending up with a number of bytes not dividable
   by 512.
-  Always do a readlink on the full path, never just the file
-  Make Archive::Tar write proper headers when dealing with symlinks
   For this $Archive::Tar::FOLLOW_SYMLINKS is introduced
2004-08-02 21:31:36 +00:00
jlam
8df26f89e0 Rewrite test to make it easier to maintain. 2004-08-01 20:00:29 +00:00
xtraeme
99f8e812b3 USE_GCC_SHLIB is deprecated. 2004-07-31 03:48:30 +00:00
minskim
de9ae82e3c Enable pkgviews installation. 2004-07-30 14:53:43 +00:00
wiz
2ebc04dd8b On NetBSD>=2.0, set TAR_INODE_INTERNAL to make this build again.
Suggested by der Mouse.
2004-07-29 21:47:09 +00:00
minskim
5a4e75ef0d Enable pkgviews installation. 2004-07-28 02:47:34 +00:00
minskim
b85cc0437e This package needs C++ compiler. 2004-07-28 02:45:06 +00:00
minskim
5ddd406e32 Enable pkgviews installation. 2004-07-28 01:02:08 +00:00
minskim
b1e44f9151 Enable pkgviews installation. 2004-07-28 00:08:20 +00:00
minskim
b5bfeadc88 Add a missing file to PLIST. Bump PKGREIVISION. 2004-07-28 00:03:15 +00:00
minskim
a851ed0092 Enable pkgviews installation. 2004-07-27 22:18:26 +00:00
minskim
4fa376188e Enable pkgviews installation. 2004-07-27 22:09:43 +00:00
minskim
ecc15f761b Use CONF_FILES to handle a configuration file.
Bump PKGREVISION.
2004-07-27 22:07:19 +00:00
wiz
f44073a32e Update to 3.10.21, and fix build on current (statvfs lossage).
Changes since 3.10.20:
        *  arj_arcv.c, arj_file.c, arj_proc.c, arj_user.c, arjtypes.c,
           environ.c, externs.c, externs.h, makefile:
           Merged with the remaining part of TCO fixes to make up for 3.10.21
        *  defines.h, encode.c, environ.c, environ.h, fmemcmp.asm, misc.c,
           rearj.c: Resync with TCO to close any outstanding bugs
        *  arj.c: Rudimentary Borland code caused the filenames in argv[] to
           be mishandled under Win32
        *  register.c: REGISTER might fail due to _fput_* changes
2004-07-27 13:03:39 +00:00
wiz
d7b0672e4b Use versioned distfile instead of unversioned one (hi tv!). 2004-07-19 12:50:58 +00:00
seb
7615552d56 Update to version 1.12.
Too many bug fixes and additions since last packaged version (0.11).
Please see the `Changes' file enclosed in the source distribution.
2004-07-16 12:45:23 +00:00
salo
38aab826dd Use GNU ld specific script only when GNU ld is used.
Fixes build on Solaris with native linker.
2004-07-10 17:39:50 +00:00
salo
3570e576e2 Fix the Solaris check. SunPro doesn't define neither sun, nor __svr4__.
Fixes compilation on Solaris with SunPro compiler.
2004-07-10 15:35:52 +00:00
xtraeme
e01692b1ea Added gzrecover-0.2. 2004-07-06 14:41:45 +00:00
xtraeme
0728638b9b Initial import of gzrecover-0.2 from pkgsrc-wip, packaged by pancake.
So you thought you had your files backed up onto that jaz cartridge -
until it came time to restore. Then you found out that you had bad
sectors and you've lost almost everything because gzip craps out 10%
of the way through your archive. The gzip Recovery Toolkit has a program
- gzrecover - that attempts to skip over bad data in a gzip archive and
to GNU tar that enables that program to skip over bad data and extract
whatever files might be there.
2004-07-06 14:39:15 +00:00
minskim
42e6228a97 Enable pkgviews installation. 2004-07-05 14:44:22 +00:00
minskim
509e1a5cf8 Include endian.h instead of sys/endian.h on Linux. 2004-07-05 14:41:31 +00:00
grant
846e17f5b4 this package only uses a c++ compiler. 2004-07-04 08:10:23 +00:00
grant
16b9021dbf this package doesn't have a configure target. 2004-07-03 13:30:29 +00:00
grant
e399158ba6 bump to 20040703. 2004-07-03 02:50:32 +00:00
grant
c8c0ca8a03 sync with src:
Salvage the `create parent directories and try again' path which is
removed by the previous commit.
2004-07-03 02:50:21 +00:00
minskim
1a9c0a3c25 Enable pkgviews installation. 2004-07-02 21:06:35 +00:00
minskim
3ddba4ca1a Define NO_BUILDLINK because this is a meta package. 2004-07-02 21:02:49 +00:00
xtraeme
29ea253f83 Update MASTER_SITES. 2004-06-28 21:45:42 +00:00
kristerw
897a488b8b Require gcc 3.0 or newer, since it contains c++ constructs that
gcc 2.95 does not understand.

DTRT with threading for platforms without native threads.
2004-06-27 20:28:53 +00:00
grant
5123eb9e1b bump to 20040626. 2004-06-26 13:31:47 +00:00
grant
e24d57c28d sync with src:
break out of the loop and avoid the infinite loop if attempts to
create, unlink and create all fail.
2004-06-26 13:30:59 +00:00
grant
663b3eaa47 sync with src:
don't attempt to remove the current directory.
2004-06-26 12:42:02 +00:00
wiz
b761a7e8c8 Add and enable p7zip. 2004-06-25 13:56:56 +00:00
wiz
0e4d11b4d3 Initial import of p7zip.
p7zip is a port of the Windows program 7za.exe.

7za.exe is a file archiver with the highest compression ratio.
2004-06-25 13:56:12 +00:00
ben
834e7c9b02 Add new package lcab. 2004-06-24 23:32:21 +00:00
ben
23c669969a Initial import of lcab-1.0b10, a Microsoft cabinet (.CAB) file creator. 2004-06-24 23:31:48 +00:00
grant
64c34cde46 bump to 20040620. 2004-06-20 10:11:56 +00:00
grant
fd78a9be8e sync pax with src/ from 20040620, includes many bug fixes including
properly handling broken archives.
2004-06-20 10:11:02 +00:00
minskim
b23abaaf3f Do not use "-DBSD" and "-lcompat" on Linux. 2004-06-18 17:41:10 +00:00
minskim
d247ea385b CFLAGS needs "-DSYSV" on Linux. Patch provided by Roland Illig on
tech-pkg@.
2004-06-18 02:42:09 +00:00
minskim
33de6dfc73 Bump PKGREVISION due to LDFLAGS changes. Noted by grant@. 2004-06-15 05:28:11 +00:00
minskim
dc53b55924 Make this package build on Linux.
- Include time.h to use struct tm.
  - Remove hardcoded /usr/include/varargs.h from makefile dependency.
2004-06-15 04:24:30 +00:00
minskim
8ff390a333 Honor CC and LDFLAGS to create correctly linked binaries when pkgsrc
bzip2 library is used instead of native one.
2004-06-15 04:11:15 +00:00
jmmv
0f33bafab8 Revert my previous change; minskim@ already fixed curl detection by
bypassing the check in configure (we can assume it's there).
Ew, working with non-up-to-date copies of directories...
2004-06-11 08:15:06 +00:00
jmmv
2f7ce5e2ee Fix detection of curl: the configure script was trying to locate a
deprecated (?) function.  Even though, the module seems to build
correctly with the current version of curl in pkgsrc, so change the
check to look for an existent function.

This fixes the build of the curl module, thus solving the problem
exposed in latest kristerw@'s bulk build in NetBSD 2.0_BETA/i386.
Not bumping PKGREVISION because this was not packaged in the first
place.
2004-06-10 21:39:00 +00:00
minskim
54f7e6d0d2 Bypass curl library checking. Otherwise it fails because the test in
configure uses curl_formparse(), which is not available in
curl-7.12.0.  Since curl_formparse() is never used in libcompress and
curl is always available through buidlink, it is safe to skip the
test.
2004-06-09 16:49:00 +00:00
minskim
5417b95249 Make this package build on Linux.
- Use lseek(2) instead of tell() on Linux.
  - Use "${RM} -f" instead of "rm" in @unexec.
2004-06-09 16:17:47 +00:00
minskim
e51efa0cbb Enable pkgviews installation. 2004-06-06 21:35:09 +00:00
minskim
3403ceeb80 Update gcpio to 2.5. Based on patches submitted by reed@ in PR pkg/20799
and sketch@ in PR pkg/22851.

Also apply a patch from Debian Linux to fix the ustar problem (Debian
bug #238177).  Reported by Christian Weisgerber on tech-pkg@.

Changes:
  * bug fixes from Debian, Red Hat, and SuSE GNU/Linux Distribution patches
  * --rsh-command option
2004-06-06 21:29:33 +00:00
recht
3e840f5255 Fix a compiler warning: main() should return int
patch provided by Richard Rauch in PR 25786

bump PKGREVISION to 2
2004-06-05 23:31:38 +00:00
heinz
69353161bb Add TEST_TARGET 2004-06-02 23:20:55 +00:00
reed
e95bc533e3 Add a real DESCRiption instead of pointing to file in source. 2004-06-02 17:11:21 +00:00
minskim
a5cf67a34e Update unzip to 5.51, based on patch provided by Bruce J.A. Nourish in
PR pkg/25768.

New features:
5.51a (09 Mar 02):
 - no new features

5.51b (11 Jan 03):
 - TANDEM: new -r option to suppress extension merging [Dave Smith]
 - WinCE, new port in addition to pUnZip (GUI): command line tool usable for
    "batch" processes (not quite finished, needs "makefile" cleanup, tests,
    and refinements) [Simon Roberts, SPC]
 - SET_DIR_ATTRIB feature code revised and reorganized to allow seamless
    adaption to different OS environments; added support for restoring
    directory timestamps to the WIN32 port [Kai-Uwe-Rommel, SPC]

5.51c (13 May 03):
 - WinCE command line tool integration is (almost) finished: project file is
    cleaned up and works with VC-embedded 3.0; port needs testing... [SPC]

5.51d (27 Feb 04):
 - Cygwin is recognized as a target in the Unix port
    [Charles Wilson, Cosmin Truta, SPC]
 - remove support for quoting characters from all ports; this feature was a
    security hole [SPC]

5.51e (01 Mar 04):
 - Win32 port (list.c, unzpriv.h, win32.c, w32cfg.h): the date in (non-ZipInfo)
    listings is displayed using the separator given by the system's locale,
    when available [Cosmin Truta]

See History.551 in distfile for complete bug fix history.
2004-06-01 04:31:40 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
minskim
deb599e379 Install a man page with INSTALL_MAN, not with INSTALL_DATA. 2004-05-30 07:06:26 +00:00
minskim
b2521fa513 - NO_CONFIGURE=yes
- Enable pkgviews installation.
2004-05-30 07:04:26 +00:00
minskim
dfd23df133 Enable pkgviews installation. 2004-05-30 03:16:09 +00:00
minskim
bed4958450 Enable pkgviews installation. 2004-05-29 18:16:15 +00:00
minskim
24ab63ca63 Remove superfluous SED/MV. 2004-05-29 18:07:38 +00:00
minskim
b39d739359 - NO_CONFIGURE=yes
- Enable pkgviews installation.
2004-05-29 12:00:28 +00:00
wiz
adc1bb3c9d Unused. 2004-05-22 10:04:21 +00:00
adam
3248aaf5a3 Don't force optimisation any more 2004-05-21 20:28:10 +00:00
recht
acf63b6eee Enable pkgviews installation. 2004-05-18 11:58:04 +00:00
minskim
fd6c6ff43e USE_LANGUAGES= c c++
USE_LIBTOOL=   yes
2004-05-16 16:37:02 +00:00
xtraeme
09d0793cc1 Added advancecomp-1.10. 2004-05-16 01:33:45 +00:00
xtraeme
24eafc7dc4 Initial import of advancecomp-1.10.
AdvanceCOMP is a collection of recompression utilities for your .ZIP archives,
.PNG snapshots, .MNG video clips and .GZ files.

It's mainly intended for recompressing your rom, snapshot and clip collection
of emulated games.

The main features are:

    * Recompress ZIP, GZ, PNG and MNG files using the Deflate 7-Zip
      implementation.
    * Recompress MNG files using Delta and Move optimization.
2004-05-16 01:32:10 +00:00
jmmv
839d0f1b5b Update to 2.6.1:
* Fixed reading of filenames with spaces in tar archives.
* Fixed bug #138154 (File-Roller Crash when dropping a file dragged
  from archive).
* Remove a file from the recent file list if the file could not be loaded.
* Added RPM and Suffit to the recent file list mime types.
* Fixed popup menu sensitivity.
2004-05-15 14:08:08 +00:00
taca
bb5daad379 Fix security problem of lha package applying patches by David Ahmad
< da at securityfocus dot com > on bugtraq mailing list.

Bump pacakge revision to nb2.
2004-05-13 11:42:43 +00:00
grant
0872fa7055 s/netbsd.org/NetBSD.org/i 2004-05-12 21:56:52 +00:00
minskim
549de26a2c Explicitly disable upx. 2004-05-12 05:31:28 +00:00
minskim
8228ef8c67 Enable pkgviews installation. 2004-05-10 18:05:49 +00:00
minskim
ae65ee4d9e Do not modify the magic file for file(1). Instead, show what should
be done using MESSAGE.
2004-05-10 18:04:02 +00:00
minskim
4d4e9b4a47 Enable pkgviews installation. 2004-05-10 17:04:41 +00:00
reed
44dde738f3 Install the gzip.info file to ${PREFIX}/${INFO_DIR} instead of
${PREFIX}/info.
2004-05-07 21:56:02 +00:00
reed
667cdb3bee This previously didn't patch to stop installing the gzip.info file
because it was just removed after.

But now use a patch to disable the install and disable the
creation of the ${PREFIX}/info directory.
(${PREFIX}/info is wrong; pkgsrc uses ${PREFIX}/${INFO_DIR}.)

(The patch also includes the BSD_INSTALL_SCRIPT change
which was previously done in the Makefile using sed.)
2004-05-07 21:41:43 +00:00
cjep
69597c4377 Add RCS tag 2004-05-07 11:19:21 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
itojun
a23f14686f add HOMEPAGE 2004-05-06 08:15:08 +00:00
cjep
a9466af654 Add in more compat options that are required. From "BSD For Ever" on
the pkgsrc-bugs list.
2004-05-05 13:11:09 +00:00
reed
31a505a7e4 Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info. 2004-05-03 21:32:28 +00:00
danw
302942d548 pass --disable-builddir to the configure script because the builddir
support is useless in pkgsrc anyway, and it breaks the build on several
platforms because of confusion over what the build dir is to be
called. (possibly because of CONFIG_SUB_OVERRIDE?)
2004-05-02 22:28:52 +00:00
danw
9df166da01 fix install user/group on darwin 2004-05-02 22:26:12 +00:00
danw
aa1ee845d9 patch in a fake malloc.h so this builds on darwin (and freebsd) 2004-05-02 22:25:18 +00:00
danw
b00508c540 remove some really awful non-portable stdio assumtions so this builds on
darwin
2004-05-02 22:24:48 +00:00
danw
1079cce9fa make this build on darwin 2004-05-02 22:23:58 +00:00
tv
eff762a8fa nb1: Make work on Interix; check for -ldl in configure.in automagically;
install without stripping binaries (so that "arj" works properly)
2004-04-27 17:16:28 +00:00
tv
eba08f9aa0 Don't build on Interix. 2004-04-25 23:16:22 +00:00
dillo
81af2e463a use my NetBSD.org email address. 2004-04-25 11:48:31 +00:00
xtraeme
b149dc31c2 Remove USE_BUILTIN.zlib, which was a local modification :) 2004-04-25 11:38:19 +00:00
tv
db2f738b89 Missed this in commit of patch-ac (thanks wiz). 2004-04-24 23:19:27 +00:00
wiz
70dec49d6d Unused. 2004-04-24 23:15:43 +00:00
xtraeme
5af4c4c395 bl3ify 2004-04-24 23:13:57 +00:00
tv
a2cec08ff7 Make work on Interix. It has a mkdev() but not a makedev(), so define
makedev() in terms of mkdev() in that case.
2004-04-24 23:07:53 +00:00
minskim
ad4503fd08 Enable pkgviews installation. 2004-04-22 23:22:26 +00:00
minskim
234516a9b1 - Use buildlink framework.
- Enable pkgviews installation.
2004-04-22 20:48:42 +00:00
dillo
d272fc3de1 update to 3.10.20 (improvements and bug fixes) 2004-04-22 20:16:58 +00:00
tv
507e99d00c Obey CPPFLAGS. 2004-04-22 04:02:24 +00:00
drochner
adcbc19ebd +szip 2004-04-20 18:06:56 +00:00
drochner
0bf2754c78 import szip-1.1, a (lossless) compression library for scientific sample
data
2004-04-20 18:03:29 +00:00
grant
5ce0ba183f USE_LANGUAGES=c++ 2004-04-18 09:21:55 +00:00
ben
6c1749c10b Make ppmd build and run in Linux. 2004-04-17 23:47:36 +00:00
grant
192cd01bf3 only make the gcc target if we're using gcc. 2004-04-17 19:24:37 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
ben
edb1ec09f3 Add USE_LANGUAGES=c c++ to note that this package uses C and C++. 2004-04-14 14:57:02 +00:00
ben
bf72ffa70d Add USE_LANGUAGES=c++ to note that this package uses c++. 2004-04-14 14:56:09 +00:00
ben
1fa44e6102 Add USE_LANGUAGES=c++ to note use of c++. Also change name of shell
variable from 'file' to 'f' to silence a pkglint warning.
2004-04-14 14:54:48 +00:00
heinz
376f91082d pax does not support tape drives on Unixware at the moment. 2004-04-12 12:34:16 +00:00
minskim
a75e443d46 - Update afio to 2.5.
- Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.

Changes in 2.5:

  - In afio.h ulo and ull macros, added L and LL letters in constants.
  - Documented `long long' issues in PORTING file.  Removed ifdeffed
    typedef ulonglong porting hacks from the afio.h file.
  - Changed mknod() call to mkfifo() call when creating named pipe from
    archive.  Freebsd cannot make named pipes with mknod.
  - Added some extra defines to suppress some warnings on sun platform.
    Also added some stuff around awk invocations in makefile and regtest
    to make things easier on sun -- the sun platform I tried it on had a
    default awk that was too ancient to understand things like gsub.
  - Added some discussion of sun and freebsd to PORTING file.
  - Fix to regression test: no longer complains if two compared directory
    inodes have a size difference.  Bases on bug report by vasudeva.
  - Changed sanity check on the stdin at the start of executing -o mode:
    now the check only happens if stdin is a tty.  This allows scripts to
    make empty archives, and is needed for compatibility with tob.  Based
    on problem report by Dirk Eddelbuettel.
  - Changed read() to readall() in outdata().
  - Updated SCRIPTS file.
2004-04-11 23:04:50 +00:00
snj
cb593c7126 No longer used. 2004-04-11 07:30:26 +00:00
minskim
edd2aa69c6 - Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.
2004-04-11 03:24:36 +00:00
snj
c9723460bc This defines NO_BUILD, so USE_BUILDLINK2 is not necessary. 2004-04-11 03:00:55 +00:00
snj
37fd93920a Sort. 2004-04-11 02:56:04 +00:00
minskim
539fd7b9ca Enable pkgviews installation. 2004-04-10 23:51:35 +00:00
minskim
ab56bdc82c Make this package build on Linux. Patch provided by Georg Schwarz in
PR pkg/25043.
2004-04-10 23:31:27 +00:00
ben
7240956d7f Make xmill build and run in Linux by adding zlib and bzip2 dependencies. 2004-04-10 19:05:36 +00:00
reinoud
79dcaeb984 Comment out a most likely allready redundant compilation time check that
made it bomb out during compilation. Propably Linux paranoia/ignorance?

The problem occured on NetBSD/shark 1.5ZG and with the patch compiles
without any warnings.
2004-04-09 21:40:14 +00:00
tron
afc588f9f6 Fix dependence on "gtar-base" package, bump package revision. 2004-04-07 18:59:00 +00:00
reed
5922427d0c If GNU_PROGRAM_PREFIX is not "g" or not set, then still install
with "g" prefix.  Allow this to be optionally forced by defining
GTAR_PROGRAM_PREFIX.  If GTAR_PROGRAM_PREFIX is set to nothing,
then conflict with pax, because both install a "tar".

So now the default is to install as "gtar" even if GNU_PROGRAM_PREFIX
is set to "".

Bump package revision for this.

This is for part of my PR #22693.
2004-04-05 18:38:43 +00:00
xtraeme
2ba1d718e4 This needs gmake to build under OpenBSD; pointed out by pancake. 2004-04-05 14:06:00 +00:00
jmmv
5882ec7dc8 Update to 2.6.0. Changes since previous stable branch (2.4.x):
version 2.6.0
-------------
	* Updated translations.

version 2.5.7
-------------
	* Fixed bug #137183 (Crash when opening tar-file when using 24 hour
	  time.
  	  format).
	* Updated manual.
	* Added localized manuals for de, es, fr, it, ja, ko, sv,
	  zh_TW, zh_HK, zh_CN.

version 2.5.6
-------------
	* Use a better logic to parse the tar output.
	* Updated to work with the new filechooser api.

version 2.5.5
-------------
	* Use gtar if present, otherwise use tar.
        * Fix the "Zip Objects" command.
	* Remove C++ style comments.
	* Fix bug #133998 (schemas file must not be removed during distclean).
        * Updated manual.
	* Fix the password protected detection code.
	* Handle the delete_event event for the progress dialog.
	* Add a filter for the "save archive" and "new archive" dialogs,
	  simplify the filter for the "open archive" dialog.

version 2.5.4
-------------
	* Fix bug #105739 (Can't open tar.gz files on Solaris).
	* Fix bug #133358 (Small HIG fix for column header).
	* Allow to extract more archives at once with the "Extract Here"
	  command.
	* Use GType instead of guint.  Fixes segfaults on 64-bit architectures.
	* Do not show the new window until we are sure that the archive
          has been opened with success.

version 2.5.3
-------------
	* Simplify the "Load Options" and "Save Options" commands in the
	  Add dialog.
	* Make the path column visible only if the list mode is set to flat.
	* Fix the "Save as" dialog.
	* Updated the recent-files stuff from libegg.
        * Changed Nautilus context menu item to "Zip Objects" and simplied
	  the dialog.
	* Always use a close button in the error dialogs.

version 2.5.2
-------------
	* Replace GtkFileSelection with GtkFileChooser everywhere.
	* Use gnome_url_show instead of calling nautilus explicitly.
	* Do not use mkdtemp which does not exist on Solaris9.
	* Do not destroy the file selector is the archive was not created
          successfully.
	* Do not add the password argument if the password is an empty string.
	* Use the stock system for the commands Add, Extract and View.
        * Updated the egg_recent stuff.
	* Changed name to "Zip Creator" and category to System Utility.
        * The preferences dialog has been removed.
        * The add dialog has been simplyfied.
        * The extract dialog is a GtkFileChooser in folder mode now.

version 2.5.1
-------------
	* Fix crash upon LZH file opening (#129794).

version 2.5.0
-------------
        * Added unstuff and RPM support.
	* Added ability to rename files and folders.
	* Added Cut/Copy/Paste operations.
 	* Add files and folders to the current directory.
	* Added ability to go back and forward in location history.
        * Open the archive in a new window if the current window already has
          an archive opened.
	* Exit closes only the current window instead of closing all the
          windows.
	* Zip archives: ask to enter a password if the archive is password
          protected.
	* Remember extraction dialog options.
        * Substitute "Extract To.." with "Extract Here" in the Nautilus
          context menu.
2004-04-01 18:56:04 +00:00
snj
3f1741b61c Fix compilation of the SHA1 code on sparc64 by giving each round its
own function.
2004-03-30 23:36:45 +00:00
jlam
ca32f73cc6 bl3ify 2004-03-30 21:41:32 +00:00
minskim
a79d55c39f Make this package use buildlink3 framework, and add dependencies on
bzip2 and zlib.  Bump PKGREVISION.
2004-03-30 18:56:50 +00:00
minskim
431a32821c Disable mcrypt library detection by configure explicitly, because it
is not used.  Otherwise this package doesn't build when non-pkgsrc
mcrypt library is detected.
2004-03-30 18:27:32 +00:00
uebayasi
dde52045b8 * PKGNAME_NOREV for WRKSRC.
* Remove useless use of subshell.
2004-03-30 06:44:53 +00:00
tv
7930f44e66 +par2 2004-03-29 19:36:29 +00:00
tv
1f9b98ce5e par2cmdline is a PAR 2.0 compatible file verification and repair tool.
See http://parchive.sourceforge.net for details of PAR 2.0 specification
and discussion of all things PAR.

WHAT EXACTLY IS PAR2CMDLINE?

par2cmdline is a program for creating and using PAR2 files to detect
damage in data files and repair them if necessary. It can be used with
any kind of file.
2004-03-29 19:36:07 +00:00
jlam
6d92080aa2 Match the template builtin.mk file in bsd.builtin.mk, and make the two
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links)
use the new format correctly.
2004-03-29 05:43:28 +00:00
ben
0ccc55bb27 Correction to PLIST, xmill is now named xcmill. 2004-03-29 05:14:27 +00:00
ben
dfee3135e4 Update xmill to v0.9.1 and remove unnecessary patches. Notable changes:
* portability fixes for makefiles and for newer C++ compilers
* configuration options to build xmill without included zlib/bzlib
* will work with libbz2 as well as libbz
2004-03-29 05:12:00 +00:00
tv
d18750f524 Oops, forgot to bump PKGREVISION. 2004-03-29 01:19:28 +00:00
tv
95b881c6a7 Obey CFLAGS/CPPFLAGS. Link the binaries with the .o's, not the .lo's
(libtool assumes that .lo means PIC, which is wrong for an end binary;
breaks on Interix where PIC in an end binary is broken)
2004-03-29 01:18:41 +00:00
wiz
4bdb31383e Update distfile name, MASTER_SITES and HOMEPAGE.
Distfile contents and checksum didn't change.
Closes PR 24946 by Steven M. Bellovin.
2004-03-28 13:29:31 +00:00
grant
3ad43a6467 indent block 2004-03-27 14:21:21 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
326169077a USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. 2004-03-23 04:40:59 +00:00
kristerw
1ec44d55ec Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions. 2004-03-22 03:58:00 +00:00
snj
b0a38731b6 Spelling fix. 2004-03-20 00:10:10 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
tv
d5fd979bf8 Add Interix to non-largefile opsystems. Obey CPPFLAGS. 2004-03-11 21:39:17 +00:00
tv
fbac3615a8 Wrap physical mt operations in SUPPORT_TAPE, and define that if either of
<sys/mtio.h> or <sys/tape.h> is available.
2004-03-11 20:10:29 +00:00
xtraeme
6c39a6eab6 bl3ify 2004-03-11 18:03:49 +00:00
jlam
0b536ea6d1 bl3ify 2004-03-11 06:45:55 +00:00
ben
8d0f540ac7 This patch is not needed by cabextract 1.0, remove it. 2004-03-10 23:08:46 +00:00
ben
14acc0a0d9 Update cabextract to version 1.0, and make note in CHANGES. 2004-03-10 23:05:43 +00:00
jlam
d0b4c54eb6 Split out the code that deals with checking whether the software is
built-in or not into a separate builtin.mk file.  The code to deal
checking for built-in software is much simpler to deal with in pkgsrc.

The buildlink3.mk file for a package will be of the usual format
regardless of the package, which makes it simpler for packagers to
update a package.

The builtin.mk file for a package must define a single yes/no variable
USE_BUILTIN.<pkg> that is used by bsd.buildlink3.mk to decide whether
to use the built-in software or to use the pkgsrc software.
2004-03-10 17:57:14 +00:00
ben
49d66e667c Note import of ppmd in doc/CHANGES and archivers/Makefile. 2004-03-08 23:45:12 +00:00
ben
a279467359 Initial import of ppmd-9.1, a PPM file compressor.
PPMd is a file compressor written mainly for embedding in user programs, and
it is not intended for direct use.  This program is an effort to make speed
and performance improvements on the abstract PPM model [1-6] without tuning
it to particular data types.
2004-03-08 23:44:00 +00:00
jmmv
ae5a97419f Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
2004-03-08 19:40:36 +00:00
wiz
6da7e6f057 Fix PLIST for libtool update, and add missing files.
Should fix bulk build.
2004-03-08 12:48:12 +00:00
jmmv
d44aa584ab Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentation
database.
2004-03-07 12:09:20 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
xtraeme
3b68059f17 Update MASTER_SITE. 2004-03-05 10:20:27 +00:00
snj
a092ed19fc Nuke LTCONFIG_OVERRIDE. 2004-02-28 21:32:37 +00:00
wiz
dc7873ffca Install the statically linked rar binary instead, since our emulation
packages don't provide libgcc_s* yet.
2004-02-27 15:45:12 +00:00
wiz
e4c1da2caf Update to 3.3.6:
Some fixes for the libunrar.so (not installed) and Win32 changes.
Two parts of the diff look like they might be minor bugfixes.
[No changelog available...]
2004-02-27 15:28:20 +00:00
wiz
6aed8d9f6e Add LICENSE; enable NO_BUILDLINK. 2004-02-27 15:18:26 +00:00
wiz
ab34e100eb Add and enable rar-linux. 2004-02-27 15:12:30 +00:00
wiz
c146b328b9 Initial import of rar-linux, the Linux binary of the rar archiver.
RAR is a powerful tool allowing you to manage and control archive
files.

RAR features include:

*  Highly sophisticated, original compression algorithm
*  Special compression algorithms optimized for text, audio,
   graphics data, 32 and 64-bit Intel executables
*  Better compression than similar tools, using 'solid' archiving
*  Authenticity verification (registered version only)
*  Self-extracting archives and volumes (SFX)
*  Ability to recover physically damaged archives
*  Locking, password, file order list, file security & more ...
2004-02-27 15:10:29 +00:00
minskim
2333b63720 Enable pkgviews installation. 2004-02-25 18:20:06 +00:00
wiz
934339cddf Convert to buildlink3. 2004-02-19 10:59:28 +00:00
jlam
bf6e059da4 Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in the
environment overrides all other settings.
2004-02-18 16:35:27 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
jmmv
1d428b18c6 Explicitly include glib2's bl3 file. 2004-02-16 22:58:29 +00:00
jmmv
9dcfa9877b Include gettext-lib's bl3, sort includes and use pkgsrc intltool. 2004-02-16 22:41:47 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jlam
b259a0a438 CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and will
automatically substitute for any config.{guess,sub} files found up to a
directory depth of 2.
2004-02-14 15:29:15 +00:00
jlam
d2b62c66fb Create a new variable PREFER_NATIVE that has the opposite semantics
as PREFER_PKGSRC.  Preferences are determined by the most specific
instance of the package in either PREFER_PKGSRC or PREFER_NATIVE.  If
a package is specified in neither or in both variables, then PREFER_PKGSRC
has precedence over PREFER_NATIVE.
2004-02-12 02:35:06 +00:00
jlam
1edfa505ed Reorganize code so that any dependencies are checked as part of deciding
whether the software is built-in or not.  This facilitates implementing
the forthcoming PKGSRC_NATIVE variable.
2004-02-12 01:59:37 +00:00
jlam
7c68eb548f Move the INCOMPAT_FOO checks to a more natural location within the
block that decides whether package FOO is built-in or not.  If the
platform is listed in IMCOMPAT_FOO, then treat FOO as being not
built-in.
2004-02-11 11:30:49 +00:00
xtraeme
224715f0c2 bl3ify 2004-02-11 04:58:15 +00:00
jmmv
4c6ecdf3b3 Force use of GNU tar, as the messages shown by "pax as tar" are not recognized
properly by the program.  Fixes multiple crashes and handling of tar archives.
Closes PR pkg/24206.

Also depend on zip and unzip and ensure paths to them are correct.

Bump PKGREVISION to 2.
2004-02-10 11:52:05 +00:00
grant
ff32b35a31 MAINTAINER should only contain an email address. 2004-02-10 05:22:47 +00:00
jlam
bbdd151ce7 BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the
existing value.  This is critical to set the correct list of dependencies
for a package.
2004-02-09 23:56:32 +00:00
jlam
52cda80f7d bl3ify 2004-02-09 20:25:09 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jlam
a1c40fc01e We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,
etc. because the bare variables will point to the correct executables.
2004-02-08 04:03:14 +00:00
jlam
75f431d969 PKGLIBTOOL and PKGSHLIBTOOL are no more. 2004-02-08 03:00:29 +00:00
xtraeme
915c9c0739 Add Linux-*-i386 to ONLY_FOR_PLATFORM. 2004-02-07 07:09:20 +00:00
xtraeme
03db32b40c Don't depend on suse_base if our system doesn't need linux emulation
(e.g using Linux :-), noted by Gendalia.
2004-02-07 06:39:23 +00:00
jlam
7699290f10 If we're passing through MAKEFLAGS variables whose values may contain
spaces, use the :Q modifier instead of double-quoting the value.  This
avoids breakage when executing the just-in-time su targets.
2004-02-06 19:04:24 +00:00
jmmv
542b402f2d Update to 2.4.4:
* Fixed bug #131560: zip files gets an empty password by default.
2004-02-06 17:37:30 +00:00
jlam
317cc72791 Make PREFER_PKGSRC just yes/no or a list of packages. This makes it
simpler to understand.
2004-02-05 07:17:14 +00:00
jlam
e7133cac25 Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use its
value outside of buildlink-related files.
2004-02-05 07:06:15 +00:00
jlam
07a9d8dfb2 Support a new global variable:
BUILDLINK_PREFER_PKGSRC
	This variable determines whether or not to prefer the pkgsrc
	versions of software that is also present in the base system.

	This variable is multi-state:
		defined, or "yes"	always prefer the pkgsrc versions
		not defined, or "no"	only use the pkgsrc versions if
					needed by dependency requirements

	This can also take a list of packages for which to prefer the
	pkgsrc-installed software.  The package names may be found by
	consulting the value added to BUILDLINK_PACKAGES in the
	buildlink[23].mk files for that package.
2004-02-05 06:58:02 +00:00
grant
a6dfb1b527 bl3ify, gives this a chance of building with SunPro. 2004-01-29 13:14:47 +00:00
grant
ff5887c700 removal missed in last commit. 2004-01-29 13:01:31 +00:00
grant
fefcc8eec0 remove a patch and just override CC and CFLAGS. fixes build with
non-gcc.
2004-01-29 13:00:57 +00:00
grant
a5483fc63f bl3ify, don't override CC. fixes build with non-gcc. 2004-01-29 12:55:35 +00:00
jlam
01a5abff01 Support BUILDLINK_DEPENDS.<pkg> being a list of values. 2004-01-24 03:12:31 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
jlam
d9dbe83d21 bl3ify 2004-01-22 14:00:01 +00:00
xtraeme
db4e126be7 Update file-roller to 2.4.3, provided by Min Sik Kim in PR pkg/24160.
Changes:

    * Fixed bug #127073 (Deleting all files from an archive does not work)
    * Fixed bug #129794 (file-roller 2.4.1.1 crashes upon LZH file opening)
    * Updated eggtreemultidnd from libegg.
    * Do not use the ephy-ellipsizing-label widget any more.
    * Emit the DONE signal if no command is present.
2004-01-22 12:31:41 +00:00
grant
6099db9ede move linker arguments around so that always ${LDFLAGS} comes
before -lz, ensuring we only link against pkgsrc libz.

fixes a problem on Solaris where the linker would find and use
/usr/lib/libz.so *and* ${LOCALBASE}/lib/libz.so which fails at
runtime because the versions differ.
2004-01-22 12:25:59 +00:00
grant
ed16993a08 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 07:14:59 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
wiz
2738faa1e1 Update to 3.3.4. Changes not found. 2004-01-19 20:18:02 +00:00
ben
c966b11bfb Make mscompress output valid archives on sparc64. 2004-01-15 22:26:08 +00:00
ben
d6b5996414 Make mscompress output valid archives on NetBSD/sparc64. 2004-01-15 22:25:34 +00:00
ben
ab9d43430d Fix UPX build error relative to new version of UCL. 2004-01-11 20:18:39 +00:00
ben
6995bc7f6b Note import of archivers/upx-1.24. 2004-01-07 15:14:23 +00:00
ben
b22712fdc6 Initial import of upx-1.24, based on wip/upx and the package provided by
fab@gnux.info in PR 23903.  This is the "Ultimate Packer for eXecutables".
This will build and run on NetBSD, but it only operates on the binary
formats of other systems.
2004-01-07 15:12:59 +00:00
jlam
5ee1ccf459 Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper. 2004-01-07 01:14:03 +00:00
jlam
01cfaf3bd5 whitespace 2004-01-06 08:17:55 +00:00
xtraeme
b1f2b1db1e Update to 2.4.2 provided by Min Sik Kim in PR pkg/23992.
Changes:

	o Do not compile with the DISABLE_DEPRECATED macro defined.
	o Handle filenames with ambiguous chars (like []*) in zip archives.
	o Handle correctly password with spaces in zip archives.
2004-01-05 21:59:46 +00:00
jlam
580a53de35 bl3ify 2004-01-05 11:42:20 +00:00
jlam
d279e6f535 Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
2004-01-05 11:05:44 +00:00
jlam
5bc310cfaa Sprinkle a few double quotes here and there. 2004-01-05 09:34:23 +00:00
jlam
c9ff27d270 Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables. 2004-01-05 09:31:31 +00:00
jlam
47bb2aae5f Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. 2004-01-04 23:34:04 +00:00
jlam
339cd13cb2 Initial sprinkling of work-in-progress buildlink3.mk files for using the
buildlink3 framework.
2004-01-03 23:06:43 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
seb
e47e17b61d Undo last unwanted commit. 2004-01-02 16:05:13 +00:00
seb
51b4487a57 Remove info files from PLIST files. 2004-01-02 16:03:11 +00:00
cjep
0a88f2ddc6 Whitespace fix 2003-12-30 22:55:04 +00:00
cjep
bea8e34291 Add trailing / to HOMEPAGE 2003-12-30 17:32:33 +00:00
cjep
0930a86d32 Add RCS tags 2003-12-30 16:46:03 +00:00
jmmv
a51d1c36df Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
jmmv
2b07fc26d8 s/@netbsd.org/@NetBSD.org/ in MAINTAINER. 2003-12-24 09:53:47 +00:00
grant
8b8e7d1cf0 bump version to 20031220. 2003-12-20 04:47:38 +00:00
grant
268cdc4a22 regen without insane line wrapping. 2003-12-20 04:47:19 +00:00
grant
798a3fb1b6 sync with -current:
Don't emit any warnings when tar is trying to figure out if the file is
really tar format.  valid CPIO files should not trigger a warning from tar.c
2003-12-20 04:46:27 +00:00
grant
7f81d2f7df sync with -current:
Move Keith Muller's code from a 4-clause to a 3-clause licence by removing
the advertising clause. confirmed to the board by Keith Muller.
2003-12-20 04:45:04 +00:00
agc
a457cd61c8 Add and enable dar. 2003-12-15 17:53:03 +00:00
agc
388ad8dda4 Initial import of dar-2.0.2 into the NetBSD Packages Collection.
Provided in PR 23738 by David Simas.

DAR is a Disk ARchiver, for backing-up file systems to disk.  It's rather
in the spirit of TAR, with some additions.  Notably:

	DAR can break up a archive into multiple files, to facillitate
	storage on portable media, like CDs or DVDs.

	Can perform incremental back-ups against a reference archive, or,
	more conveniently, a "catalog" of an archive, which is sort of a
	combination of a TAR table-of-contents and a file checksum list.

DAR also supports filtering, so files or directories can be excluded from
an archive, compression, filtered compression, and the inclusion of parity
in archives, to help recover from media errors.

See http://dar.sourceforge.net/
2003-12-15 17:51:43 +00:00
xtraeme
4511e09470 Updated to 2.4.1
Changes:

        * Fixed bug that prevented the user to view the content of a
          compressed file.
        * Updated recent files stuff from libegg.
        * Use unrar if rar is not available.
        * Updated manual.
        * Make dialogs more HIG compliant.
        * Removed "Extract Here" and "Extract in a Folder" from the
          Nautilus context menu.
        * Added ARJ archives support.
        * The delete operation move the archive to the trash instead of
          deleting it from the disk.
        * Added ability to convert archives.
        * Popup a progress dialog when a long operation is underway,
          instead of using a progress bar in the status bar.
        * Give more detailed information about the current operation (only
          for tar archives at the moment).
        * When creating new archives, if the user does not specify the
          extension, use 'tgz' as default instead of giving an 'archive
          type not supported' error.
        * Associate File Roller to the zoo archive format.
        * Use a text entry instead of the option menu for the location.
        * Do not allow dangerous operations, that is operations that if
          stopped can cause the lost of the archive, such as adding and
          removing files, to be stopped.
        * Allow to stop folders reading.
        * Added ability to test zoo archives.
        * New toolbar icons.
        * Added ZOO archives support.
        * Read folders asynchronously.
        * Display a better error message when the user forgets to specify
          the archive name in the "add to archive" dialog.
        * Handle tar archives with a ':' in the path.

And more... review Changelog to see a full list of changes.
2003-12-14 23:15:46 +00:00
wiz
ad418b8eb2 Make pkglint cleaner, as suggested by Soren Jacobsen.
Additionally, only set DISTNAME, since PKGNAME defaults to ${DISTNAME}.
2003-12-14 18:24:30 +00:00
jdolecek
f47c633388 added php4-zip 4.3.4 - PHP4 module for Zip archive handling 2003-12-14 14:00:36 +00:00
jdolecek
3d4b9295a0 add PHP4 Zip module - module for Zip archive handling, using zziplib 2003-12-14 13:55:47 +00:00
jdolecek
878a40d653 add zziplib 0.10.82 - leightweight library for Zip archive file handling 2003-12-14 13:53:56 +00:00
jdolecek
753aeceb34 added zziplib 0.10.82 - leightweight library for ZIP archive handling 2003-12-14 13:49:36 +00:00
ben
0d43bf684d Update MAINTAINER email address. 2003-12-13 20:14:26 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
erh
31cd733964 Change the makefile patch to be even more libtool friendly to allow
this to build on AIX.  Essentially: s/.o/.lo/g
2003-12-05 22:58:52 +00:00
kristerw
6e0e2dc9e3 Override config.sub and config.guess to let it recognize shark. 2003-12-05 18:08:33 +00:00
erh
5d4fd31572 Bump to 20031205. Add support for AIX. 2003-12-05 16:38:38 +00:00
erh
8e083a76f8 Update pax to work on AIX. Use tape.h with appropriate fixups since
there's no mtio.h
2003-12-05 16:35:54 +00:00
erh
4f33af102c Fix a call to ftree_add. s/NULL/0/ 2003-12-05 16:34:32 +00:00
sketch
7c69c8c5d6 Portability fixes to get the package to compile and install correctly
under Solaris, maybe others too.
2003-12-03 17:31:04 +00:00
erh
20f03a747a Use libtool when installing, and install libbz2 first. 2003-12-03 16:47:25 +00:00
abs
0ea1f43208 Update cxunzip to 0.98 - closed PR pkg/23404 from Tero Koskinen
Changes since version 0.96:
 * Tyler R. Retzlaff's gcc 3.x patches included.
 * Modified version of Jeremy C. Reed's "view file with spaces in
   the filename" patch included.
 * Fix for "segmentation fault at exit" bug.
 * Memory usage of uncompression routines is now constant and
   doesn't depend on the size of the file.
 * tempname and mktemp functions replaced with mkdtemp.
2003-11-26 10:40:01 +00:00
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +00:00
gavan
6a5ce63bdf Add ${LDFLAGS} to link command, and specify USE_GCC_SHLIB.
Fixes linking against pkgsrc gcc.
2003-10-29 14:09:37 +00:00
agc
f1378e5eb2 For some reason, the digest needs to be recalculated for patch-ag. 2003-10-20 13:39:59 +00:00
agc
3f2d0e0903 Bump PKGREVISION for fix from 22348 2003-10-20 09:37:24 +00:00
agc
e067c25c94 Apply fix from Kouichirou Hiratsuka in PR 22348:
+ don't create spurious ${PREFIX}/share/locale/<lang>. directories
+ don't populate said directories with .gmo files
+ only install .gmo files if necessary
2003-10-20 09:35:06 +00:00
cjep
cfe8be1263 Add RCS IDs 2003-10-18 13:20:31 +00:00
cjep
18bf8126d7 Add RCS tags 2003-10-18 11:59:30 +00:00
fredb
edd110d687 Update to unrar-3.2.3. The only change, is that it fixes the build under
gcc-3* a slightly different way than patch-ab did.
2003-10-09 00:07:27 +00:00
fredb
8520e945aa Conditionally override ${DEFINES}, which is normally set in the default
makefile, to unset -D_LARGEFILE_SOURCE in the least intrusive way for
supported platforms which don't have ftello() and fseeko() -- currently
only NetBSD-1.5*. Closes PR pkg/23085 by Markus Kurek.
2003-10-08 23:54:07 +00:00
rtr
98550fbc4d patch-a{d,e,f,g,h,i,j,k,l}: add class-key to friend declarations.
patch-a{m,n}: whitespace fix to avoid cpp warnings.
Finally, make it use gmake nbmake isn't compatible anymore.

Should resolve pr pkg/23075.
Patches approved by Johnny C. Lam.
2003-10-07 03:45:13 +00:00
rtr
37cec2c730 patch-ab: pass fp expects signature with gpointer not App *.
patch-ac: remove bad casts and make static

Should resolve pr pkg/23073.
Patches approved by Johnny C. Lam.
2003-10-06 12:33:03 +00:00
jlam
81c2f3eeed Enable freeze-1.0-compatibility decompression. From pkg/22924 by
Todd Vierling.  Bump PKGREVISION to 1.
2003-10-06 07:23:55 +00:00
grant
b15b1a80e4 test CC_VERSION rather than doing our own dance to figure out if we're
using gcc or not.
2003-09-25 20:38:45 +00:00
danw
4db7e27536 add Darwin-* to _INCOMPAT_BZ2: it has bzlib.h, but only a static libbz2 2003-09-25 02:30:11 +00:00
grant
20360d359c sync with NetBSD-current's pax-20030923. 2003-09-23 14:37:41 +00:00
jmmv
033773a8bd plus regen... 2003-09-19 13:29:37 +00:00
jmmv
a587a5aff3 Remove unused chunk; noted by wiz@. 2003-09-19 13:27:51 +00:00
jmmv
37dabf7e02 Override the install target so that we always use the right install command.
Fixes PR pkg/22852 by Jonathan Perkin.
2003-09-19 12:57:38 +00:00
dent
c42a747a7f update HOMEPAGE 2003-09-19 05:18:35 +00:00
wiz
d03ebc6a3a Use libtool with correct --mode argument. From Ron Roskens in PR 22824. 2003-09-18 18:46:28 +00:00
yyamano
e173d4b4db use CPPFLAGS for making it build on darwin. 2003-09-18 14:00:58 +00:00
grant
e564a5265b don't use VAR+=, it doesn't work with all make(1)s. 2003-09-15 05:33:41 +00:00
grant
8ac42db09b bump version to 20030915 after latest changes. 2003-09-15 04:39:14 +00:00
grant
4b107be2da define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.h
is included.
2003-09-14 14:24:12 +00:00
grant
ab50b3bf90 this pkg needs gcc shared libs. 2003-09-12 12:41:47 +00:00
grant
6a2c9d8555 libnbcompat tests for pwd.h, so no need to test for it here. 2003-09-06 05:53:03 +00:00
grant
a4dfb4c8f9 (my) linux defines DEFTAPE, not _PATH_DEFTAPE, so use that or
"/dev/tape" if DEFTAPE is undefined.
2003-09-06 05:10:17 +00:00
tron
20f7d53ff8 Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-09-05 19:00:57 +00:00
jlam
80e302b380 Update archivers/pax to 20030905. Changes from previous version include
syncing with -current, making this build using libnbcompat-20030829, and
cleaning up the configure script and Makefile.
2003-09-05 18:40:47 +00:00
grant
d09d5f0f4e allow this to build again after the recent lot of libnbcompat
changes (full sync with -current coming soon).
2003-09-05 05:48:56 +00:00
xtraeme
501a629bd0 Add and enable p5-Compress-Bzip2 2003-09-04 13:36:30 +00:00
xtraeme
73af4caaf6 Initial import of p5-Compress-Bzip2 1.01
Bzip2 bindings for Perl5. That means you can access the
Bzip2 library from your Perl scripts there by compressing ordinary
Perl strings.

Package imported from pkgsrc-wip.
2003-09-04 13:35:19 +00:00
jdolecek
90c1c1709f Update PHP to final 4.3.3
Some highlights of changes since 4.2.3:
* PCRE updated to 4.3, GD to 2.0.15
* improved Apache2 support
* much improved stream & URL wrapper support, output compression support
* added CLI (Command Line Interface) SAPI
* debug_backtrace() backported from ZendEngine2
* faster build system
* huge number of other bug fixes and improvements

Packaging changes:
* 'pcre', 'xml', and 'session' modules folded back into main package -
  'pcre' and 'xml' is required by PEAR, and 'session' is just too essential
  to be separate
* 'gd' module now uses bundled PHP GD library, which is better integrated
* PHP modules use shared distinfo when possible to ease future PHP updates
* ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php
  remains CGI version
2003-08-31 19:55:21 +00:00
taca
a2d9fba768 Remove archive/ruby-zlib since it moved to devel/ruby-zlib. 2003-08-30 07:19:30 +00:00
taca
a9bd0929e4 Remove ruby-zlib since it moved to devel category. 2003-08-30 07:18:39 +00:00
taca
d5c0b562ae Update ruby-zlib package to 0.6.0.
Changes from 0.5 to 0.6

 o New methods:
     - Zlib::GzipFile.wrap
     - Zlib::GzipFile#finish
 o New constants:
     - Zlib::ZLIB_VERSION
     - Zlib::OS_VMCMS
     - Zlib::OS_ZSYSTEM
     - Zlib::OS_CPM
     - Zlib::OS_QDOS
     - Zlib::OS_RISCOS
     - Zlib::OS_UNKNOWN
 o Changed methods:
     - Zlib::GzipFile.new now takes no block. Use Zlib::GzipFile.wrap instead.
     - Zlib::GzipFile#close now takes no argument. Use Zlib::GzipFile#finish
        instead.
 o Renamed methods:
     - Zlib.version is renamed to Zlib.zlib_version.
 o Changed constants:
     - Zlib::VERSION indicates the version of Ruby/zlib. The zlib.h version is
        now in Zlib::ZLIB_VERSION.
 o Backward compatibility:
     - For backward compatibility for 0.5, the obsoleted methods and arguments
        are still available.
     - Obsoleted classes, methods, and constants for backward compatibility
        for 0.4 or earlier are removed.
2003-08-30 07:10:11 +00:00
xtraeme
252d9f7253 Change my email address to the NetBSD one, ok'ed by wiz@ 2003-08-28 20:05:13 +00:00
tron
a52a0a982e Use Debian's revised patch for the directory traversal vulnerability
described in CAN-2003-0282. Bump package revision.
2003-08-26 13:02:15 +00:00
tron
8b1cc37110 Apply Debian's patch for the directory traversal vulnerability described in
CAN-2003-0282. Bump package revision.
2003-08-20 12:23:49 +00:00
seb
0d7159e7bd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:27:40 +00:00
grant
fd5abef87c also install man page source, bump to 20030731. 2003-07-31 09:34:13 +00:00
martti
470fac731a HOMEPAGEs without a trailing slash are incorrect and also bad style. 2003-07-22 05:14:42 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
wiz
04f62f706a Change address of maintainer per PR 22170. 2003-07-19 08:54:23 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
jmmv
cf2e12e813 Fix build when using gcc3. 2003-07-17 20:21:30 +00:00
agc
33d1d56a7d Update nulib2 from version 1.0.1 to version 2.0.0, mandated by the
version-less distfile changing.  Found during recent bulk build.

Changes since previous version:

2003/02/18  fadden
    - When extracting with "-ee", disk images now have ".PO" appended.
    - Resurrected HandleAddNotFound().
    - Switched to case-sensitive filename comparisons.

2003/02/08  fadden
    - Upped version to v2.0.0.
    - Many fixes to pathname handling:
        - Correctly handle '%' when preservation is OFF.
        - Accept 4-char extensions in '-ee' without risk of buffer overflow.
        - Fixed broken assert when converting long %xx names.
        - Store "AUX" as "%00AUX" when preserving Win32 names (vs. "_AUX").
        - Always store files with ':' as path separator.
        - Recognize that some Win32 variants (Win2K and later at the least)
          will accept both '/' and '\' as pathname separators.
        - Correctly convert ".//foo" to "foo" instead of "/foo".
    - Tracked changes to NufxLib DataSource API.

2003/01/10  fadden
    - Check NufxLib "compiled" version against "linked" version.

2002/12/06  fadden
    - Made minor changes to allow linking NufxLib in as a DLL.

2002/10/20  ***** v1.1.0 shipped *****

2002/10/10  fadden
    - added fancy help text (-h)

2002/10/09  fadden
    - added "-zz" flag to specify libbz2's "bzip2" compression

2002/10/08  fadden
    - added Binary II support

2002/09/30  fadden
    - added "-z" flag to specify zlib's "deflate" compression (the
      "secret" debug dump command is now -g)

2002/09/26  fadden
    - progress updater now shows "analyzing" for scan pass of SQ

2002/09/23  fadden
    - ran the code through valgrind; found and fixed some minor bugs

2002/09/20  fadden
    - pulled the sources out and started fiddling with them again
    - changed hard tabs to spaces
2003-07-15 09:36:45 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
de9333152e Bump date for -O change. 2003-07-09 14:42:43 +00:00
jschauma
95397dc7b6 Synch with latest changes by simonb@ in basesrc and as a result, bump
the version to todays date:
Add support for gnutar's -O "extract to stdout" option.
2003-07-08 18:40:28 +00:00
grant
78c00e091c install into into bin, not sbin 2003-06-30 14:58:31 +00:00
grant
633bd0944f install catman pages, like bootstrap-pkgsrc does.
bump to 20030630.
2003-06-30 11:47:27 +00:00
grant
db72255379 sync with -current:
----------------------------
revision 1.18
date: 2003/06/24 16:23:31;  author: christos;  state: Exp;  lines: +44 -9
Revert previous change, and fix the -T problem differently: When the options
of the second argument are exhausted, call the appropriate getopt() routine
to process the rest of the arguments instead of finishing option processing.
Fixes:
        tar cf - -T foo
2003-06-30 11:45:40 +00:00
agc
6bc7857a50 Add and enable afio. 2003-06-27 10:18:46 +00:00
agc
36cb71eac8 Initial import of afio-2.4.7 into the NetBSD Packages Collection.
The nudge came from a netbsd-help posting by Thomas Hafner and a URL
posted by Jeremy Reed.

Afio makes cpio-format archives.  It deals somewhat gracefully with
input data corruption.  Supports multi-volume archives during
interactive operation.  Afio can make compressed archives that are
much safer than compressed tar or cpio archives.  Afio is best used as
an `archive engine' in a backup script.
2003-06-27 10:17:58 +00:00
salo
eb5f849dc5 Add pax (hi grant!). 2003-06-26 03:54:58 +00:00
seb
3dffc06846 Convert to USE_NEW_TEXINFO.
Patch gzip.info so it has a directory entry.
2003-06-25 22:14:19 +00:00
seb
47da12dc01 Convert to USE_NEW_TEXINFO. 2003-06-25 22:01:11 +00:00
seb
653af7ff10 Convert to USE_NEW_TEXINFO. 2003-06-25 21:45:15 +00:00
seb
15089fb7e3 Convert to USE_NEW_TEXINFO. 2003-06-25 21:37:03 +00:00
jschauma
0e81cc9882 Make pax compile on Irix by including pwcache.h, which now includes
forward declarations of the uid_from_user functions.
2003-06-24 14:09:21 +00:00
grant
8d2952fff3 bump to 20030623 (PKGVERSION is already there) 2003-06-24 08:08:38 +00:00
grant
8cd78ad7f2 fix path in comment 2003-06-24 08:06:19 +00:00
grant
b80ea00458 sync with -current
file_subs.c 1.33
pax.h 1.19
2003-06-24 08:04:18 +00:00
grant
2499d462a2 sync with -current:
gen_subs.c 1.28
tar.c 1.41
2003-06-24 06:44:59 +00:00
salo
1d2b9308d1 Solaris 9's bzip2 is good enough. 2003-06-23 16:25:45 +00:00
grant
ffa82444d4 oops, missed from last update.
sync with -current:
ar_subs.c 1.25
pax.c 1.27
tar.c 1.40
2003-06-23 13:45:07 +00:00
grant
88316d9c12 bump to 20030623 2003-06-23 13:39:42 +00:00
grant
0732ea5855 sync with -current rev 1.17 2003-06-23 13:39:01 +00:00
grant
f004eee342 sync with -current rev 1.26 2003-06-23 13:37:10 +00:00
grant
32600ff5a4 Import of NetBSD-current's pax (replacing the older pkgtools/pax).
NetBSD pax is the POSIX standard archiver with many extensions.

pax will read, write, and list the members of an archive file, and will
copy directory hierarchies.

pax operation is independent of the specific archive format, and supports
a wide variety of different archive formats.

This package uses pkgtools/libnbcompat, and is known to build on
Solaris 9, Slackware 8.1 and Darwin 6.6. Please send-pr(1) if this
package is broken on your platform.
2003-06-23 11:45:21 +00:00
agc
1cf87833d6 When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent
PKGREVISION changes. With thanks to jmc for the nudge.
2003-06-18 09:22:14 +00:00
wiz
1872095674 Update to 1.02, from Quentin Garnier in PR 21919.
Changes:

* important changes in version 1.02 12/6/2003:

This release holds some bugfixes over the 1.01 release, mainly these:
-   Silly thinko fix in File.pm
-   Quell some warnings if files are empty
-   The cache of previously added files was not being emtpied

Also, some new features are added:

-   Archive::Tar::File objects now have a C<has_content> method.

* important changes in version 1.01 5/6/2003:

This release holds some bugfixes over the 1.00 release, mainly these:

-   Silence some warnings when writing directories to disk.
-   A { } inside a map was interpreted as a block rather than a hashref
    constructor -- now fixed.
-   Fix write() to work again as advertised when passed no arguments.
-   This also means glob support to write is now definately not
    available.
-   Silly thinko of where splitpath() instead of splitdir() was used.

Some new features/changes:

-   Add a new method 'has_content' to Archive::Tar::File.
-   Cygwin's tests will now also use the 'short' files, since cygwin
    is built on top of an Win32 filesystem.

* important changes in version 1.00 31/5/2003:

This release marks the new development track as 'stable'. Version got
upped to '1.00'. Not many changes, merely lots of succesfull test
reports constitute this version. However, a tiny fix regarding the
reserved string 'VERSION' has been applied, as well as a few more FAQ
entries have been added.

* important changes in version 0.99_06 5/5/2003:

This release only entails a bug fix on 0.99_05 -- C<extract_archive>
was dealing wrongly with special files such as hardlinks etc. This
is now fixed.

* important changes in version 0.99_05 30/4/2003:

Apparently windows has some issues with long path names.
This version introduces an adapted test suite for Win32 machines.

* important changes in version 0.99_04 28/4/2003:

Make Archive::Tar work happily on perl 5.005_03

* important changes in version 0.99_03 28/4/2003:

This release only has bug fixes on 0.99_02.

Fixed handling of long file names when extracting with
C<extract_archive>

Fixed handling of prefixes in tar headers that contain regex meta-
characters.

Fixed a few spurious warnings about comparing non-numbers.

Expanded the test cases accordingly.


* important changes in version 0.99_02 26/3/2003:

Added options to be passed to read, namely:
	- extract (to extract while reading)
	- limit (to limit the amount of files read from the archive)

Implemented the '././@LongLink' support, which is GNU's way of
dealing with filenames that are longer than 255 chars.

Added a global variable $WARN which controls whether warnings get
printed or just stored.

Fixed a few small bugs that considered files named '0' or '' to not
really be files and refuse to package them.

* important changes in version 0.99_01 16/3/2003:

Total rewrite from the ground up. Removed as many as the nasty
bits (no pun intended) as possible and tucked them away.
No code from the old distribution remains.

Cleaned up the API, introduced clean error handling and just
generally removed a lot of cruft.

Note that Archive::Tar now requires perl version 5.005_03 or higher
to run.

Introduced 2 new submodules:
Archive::Tar::Constant
    Simply holds all constants, like block length, tar headers etc

Archive::Tar::File
    Object class for all files in a tar archive, to make for easier
    manipulataion of the archive in-memory.
    See perldoc Archive::Tar::File after installation.

Added a few features:
write() now takes an optional 3rd paramater (prefix) which will allow
you to tuck away all files in that sub directory.

rename() is introduced, allowing for easy renaming of files in the
archive.

get_files() returns a file of all Archive::Tar::File objects in the
current read-in archive.

* important changes in version 0.23, 21/1/2003:

Bundled 0.072 and 0.22 to be able to work on Win32 and non-Win32
platforms. Since the previous version is almost 3 years old, bundling
seemed like the quickest way to get a working solution again.

Archive::Tar now transparently Does The Right Thing depending what
platform you are on -- Win32 users, read the Archive::Tar::Win32
documentation!

I also suppose this makes me the new maintainer...
2003-06-17 13:33:26 +00:00
wiz
9cca402c42 Update to 2.2.4, from Juan RP in PR 21626.
version 2.2.4
-------------
        * Added is and sr translations.

version 2.2.3
-------------
        * Handle tar archives with a ':' in the path.
        * Display the uncompressed size of gzipped files.
        * Added ga, ml translations.

version 2.2.2
-------------
        * Added he, tr, kn, zh_TW, fa, az translations.
2003-06-12 13:28:58 +00:00
jmmv
8fb6b72a5b s|/usr/pkg|@PREFIX@|g, so that the pre-configure target replaces the prefix
properly.
2003-06-06 10:11:15 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
grant
6c510a0eb9 turn off optimization to avoid an internal compiler error on powerpc. 2003-06-01 01:57:16 +00:00
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
salo
6241c4e07b PKGREVISION++
- install scripts with executable bit set.
- style nits (DESCR has 80 columns, make PKGNAME version agnostic, move
  comment about info file where it belongs, ..).
Addresses PR pkg/21702 by Rob Quinn.
2003-05-28 20:37:08 +00:00
wiz
ff9c5da518 Add BUILD_USES_MSGFMT, noted missing by Jeremy C. Reed in PR 20916. 2003-05-23 22:24:16 +00:00
wiz
83a75a1b15 Comment out CXXFLAGS so that the value of the environment variable is used.
Requested by Adam Ciarcinski.
2003-05-23 09:19:01 +00:00
wiz
9b235397a2 Update to 3.2.2, from Juan RP in PR 21629.
Changes: minor bugfixes (complete diff to last version is <40 lines).
2003-05-20 15:26:47 +00:00
wiz
71ed229463 Remove sentence about license (in licenses/ dir), and |fmt. 2003-05-19 07:37:24 +00:00
martin
5c09a23e76 The LICENSE.TXT file actually is called license.txt. 2003-05-19 07:26:58 +00:00
grant
639c9651c8 whitespace 2003-05-17 06:23:44 +00:00
salo
1569063147 - sync buildlink2.mk with reality
- DESCR has 80 culumns, no need for saying about license here
- style nits
2003-05-14 02:11:25 +00:00
salo
039f65ff53 PKGREVISION++
- remove dependency on GNU make
- this package doesn't really use buildlink2
- pass CFLAGS
2003-05-11 12:37:33 +00:00
wiz
d46b8ef063 Update to 3.2.1. Main news is better precision for time stamps; new option:
ts<m,c,a>[N]  Save or restore file time (modification, creation, access)
2003-05-08 09:55:31 +00:00
wiz
b7ccafd081 Update to 1.01:
* Five years have passed since the last release: completely updated
    the Autoconf build system, enable Autoconf large file support.
  * Warn about a compressed file's trailing zero bytes only if in
    verbose mode (for compatibility with recent versions of GNU tar).
  * Don't be too strict in favoring stdin - using `--no-stdin' should not
    be necessary any longer.
  * Added option `-P' to save/restore the path name of a compressed file.
  * Added option `--crc32' to use a crc32 instead of a adler32 checksum.
  * Fixed an assertion that could happen in very rare cases.
2003-05-08 09:45:47 +00:00
wiz
135cdaf992 Sunsite does not really carry the distfile. 2003-05-08 09:41:29 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
grant
1dffa14430 don't call install with multiple directory args. 2003-05-05 17:10:02 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
cjep
de994a8bf8 Lint: Make this description concise. 2003-04-27 15:15:31 +00:00
cjep
3962434998 Lint: Make this file less than 24 lines 2003-04-27 15:13:28 +00:00
jmmv
267286d55f Align multiple MASTER_SITES lines properly. 2003-04-25 18:29:22 +00:00
wiz
b723d54099 Use ${LN} -sf to create symlinks.
Closes PR 21263 by Jeremy C. Reed.
2003-04-22 20:25:08 +00:00
heinz
f432d7cfe2 Use mktime(3) instead of timelocal which doesn't exist on Solaris and
is deprecated on NetBSD. Other platforms support mktime as well.
Bump package revision.
2003-04-19 17:48:08 +00:00