summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2004-01-29bl3ify, gives this a chance of building with SunPro.grant1-4/+7
2004-01-29removal missed in last commit.grant1-14/+0
2004-01-29remove a patch and just override CC and CFLAGS. fixes build withgrant2-3/+4
non-gcc.
2004-01-29bl3ify, don't override CC. fixes build with non-gcc.grant3-11/+16
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-22bl3ifyjlam1-3/+3
2004-01-22Update file-roller to 2.4.3, provided by Min Sik Kim in PR pkg/24160.xtraeme2-5/+5
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-22move linker arguments around so that always ${LDFLAGS} comesgrant3-9/+18
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-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant10-20/+20
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc24-49/+55
2004-01-19Update to 3.3.4. Changes not found.wiz2-5/+5
2004-01-15Make mscompress output valid archives on sparc64.ben1-0/+18
2004-01-15Make mscompress output valid archives on NetBSD/sparc64.ben1-1/+2
2004-01-11Fix UPX build error relative to new version of UCL.ben2-1/+15
2004-01-07Note import of archivers/upx-1.24.ben1-1/+2
2004-01-07Initial import of upx-1.24, based on wip/upx and the package provided byben5-0/+84
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-07Use PKGLIBTOOL instead of LIBTOOL to call the libtool wrapper.jlam1-4/+4
2004-01-06whitespacejlam1-2/+2
2004-01-05Update to 2.4.2 provided by Min Sik Kim in PR pkg/23992.xtraeme3-9/+8
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-05bl3ifyjlam3-9/+18
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
recommended by seb :)
2004-01-05Sprinkle a few double quotes here and there.jlam1-4/+4
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-19/+12
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-4/+4
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+70
buildlink3 framework.
2004-01-03Bump package revisions for tiff update.reed2-3/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-02Undo last unwanted commit.seb1-2/+1
2004-01-02Remove info files from PLIST files.seb5-10/+6
2003-12-30Whitespace fixcjep1-2/+1
2003-12-30Add trailing / to HOMEPAGEcjep1-2/+2
2003-12-30Add RCS tagscjep1-0/+1
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