Commit graph

586 commits

Author SHA1 Message Date
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