summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-1/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv5-10/+10
2003-12-20bump version to 20031220.grant1-2/+2
2003-12-20regen without insane line wrapping.grant3-106/+108
2003-12-20sync with -current:grant1-8/+9
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-20sync with -current:grant24-894/+62
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-15Add and enable dar.agc1-1/+2
2003-12-15Initial import of dar-2.0.2 into the NetBSD Packages Collection.agc5-0/+106
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-14Updated to 2.4.1xtraeme3-15/+28
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-14Make pkglint cleaner, as suggested by Soren Jacobsen.wiz1-4/+4
Additionally, only set DISTNAME, since PKGNAME defaults to ${DISTNAME}.
2003-12-14added php4-zip 4.3.4 - PHP4 module for Zip archive handlingjdolecek1-1/+2
2003-12-14add PHP4 Zip module - module for Zip archive handling, using zziplibjdolecek2-0/+17
2003-12-14add zziplib 0.10.82 - leightweight library for Zip archive file handlingjdolecek5-0/+92
2003-12-14added zziplib 0.10.82 - leightweight library for ZIP archive handlingjdolecek1-1/+2
2003-12-13Update MAINTAINER email address.ben5-10/+10
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-2/+2
2003-12-05Change the makefile patch to be even more libtool friendly to allowerh2-25/+71
this to build on AIX. Essentially: s/.o/.lo/g
2003-12-05Override config.sub and config.guess to let it recognize shark.kristerw1-1/+3
2003-12-05Bump to 20031205. Add support for AIX.erh1-2/+2
2003-12-05Update pax to work on AIX. Use tape.h with appropriate fixups sinceerh5-4/+55
there's no mtio.h
2003-12-05Fix a call to ftree_add. s/NULL/0/erh1-3/+3
2003-12-03Portability fixes to get the package to compile and install correctlysketch3-10/+23
under Solaris, maybe others too.
2003-12-03Use libtool when installing, and install libbz2 first.erh1-4/+4
2003-11-26Update cxunzip to 0.98 - closed PR pkg/23404 from Tero Koskinenabs5-77/+13
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-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-10-29Add ${LDFLAGS} to link command, and specify USE_GCC_SHLIB.gavan1-2/+4
Fixes linking against pkgsrc gcc.
2003-10-20For some reason, the digest needs to be recalculated for patch-ag.agc1-2/+2
2003-10-20Bump PKGREVISION for fix from 22348agc1-2/+2
2003-10-20Apply fix from Kouichirou Hiratsuka in PR 22348:agc2-1/+43
+ 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-18Add RCS IDscjep11-0/+11
2003-10-18Add RCS tagscjep2-0/+2
2003-10-09Update to unrar-3.2.3. The only change, is that it fixes the build underfredb3-26/+5
gcc-3* a slightly different way than patch-ab did.
2003-10-08Conditionally override ${DEFINES}, which is normally set in the defaultfredb1-1/+11
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-07patch-a{d,e,f,g,h,i,j,k,l}: add class-key to friend declarations.rtr13-2/+205
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-06patch-ab: pass fp expects signature with gpointer not App *.rtr3-1/+62
patch-ac: remove bad casts and make static Should resolve pr pkg/23073. Patches approved by Johnny C. Lam.
2003-10-06Enable freeze-1.0-compatibility decompression. From pkg/22924 byjlam3-2/+20
Todd Vierling. Bump PKGREVISION to 1.
2003-09-25test CC_VERSION rather than doing our own dance to figure out if we'regrant1-4/+2
using gcc or not.
2003-09-25add Darwin-* to _INCOMPAT_BZ2: it has bzlib.h, but only a static libbz2danw1-2/+3
2003-09-23sync with NetBSD-current's pax-20030923.grant5-57/+62
2003-09-19plus regen...jmmv1-2/+2
2003-09-19Remove unused chunk; noted by wiz@.jmmv1-12/+1
2003-09-19Override the install target so that we always use the right install command.jmmv1-1/+5
Fixes PR pkg/22852 by Jonathan Perkin.
2003-09-19update HOMEPAGEdent1-2/+2
2003-09-18Use libtool with correct --mode argument. From Ron Roskens in PR 22824.wiz3-9/+9
2003-09-18use CPPFLAGS for making it build on darwin.yyamano1-2/+2
2003-09-15don't use VAR+=, it doesn't work with all make(1)s.grant1-3/+3
2003-09-15bump version to 20030915 after latest changes.grant3-12/+12
2003-09-14define _PATH_DEFTAPE in nbcompat.h to avoid redefining it when paths.hgrant3-23/+0
is included.
2003-09-12this pkg needs gcc shared libs.grant1-1/+3
2003-09-06libnbcompat tests for pwd.h, so no need to test for it here.grant3-6/+2