summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2004-05-29- NO_CONFIGURE=yesminskim2-2/+12
- Enable pkgviews installation.
2004-05-22Unused.wiz1-83/+0
2004-05-21Don't force optimisation any moreadam2-1/+15
2004-05-18Enable pkgviews installation.recht3-3/+10
2004-05-16USE_LANGUAGES= c c++minskim1-1/+3
USE_LIBTOOL= yes
2004-05-16Added advancecomp-1.10.xtraeme1-1/+2
2004-05-16Initial import of advancecomp-1.10.xtraeme4-0/+40
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-15Update to 2.6.1:jmmv3-7/+8
* 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-13Fix security problem of lha package applying patches by David Ahmadtaca4-3/+84
< da at securityfocus dot com > on bugtraq mailing list. Bump pacakge revision to nb2.
2004-05-12s/netbsd.org/NetBSD.org/igrant1-2/+2
2004-05-12Explicitly disable upx.minskim1-1/+2
2004-05-10Enable pkgviews installation.minskim1-1/+5
2004-05-10Do not modify the magic file for file(1). Instead, show what shouldminskim3-5/+26
be done using MESSAGE.
2004-05-10Enable pkgviews installation.minskim1-1/+3
2004-05-07Install the gzip.info file to ${PREFIX}/${INFO_DIR} instead ofreed1-2/+2
${PREFIX}/info.
2004-05-07This previously didn't patch to stop installing the gzip.info filereed3-16/+34
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-07Add RCS tagcjep1-0/+1
2004-05-07Drop maintainership; I don't have the enough free time to maintainxtraeme1-2/+2
all these packages.
2004-05-06add HOMEPAGEitojun1-1/+2
2004-05-05Add in more compat options that are required. From "BSD For Ever" oncjep1-3/+3
the pkgsrc-bugs list.
2004-05-03Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.reed1-2/+2
2004-05-02pass --disable-builddir to the configure script because the builddirdanw1-1/+2
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-02fix install user/group on darwindanw2-1/+14
2004-05-02patch in a fake malloc.h so this builds on darwin (and freebsd)danw2-1/+8
2004-05-02remove some really awful non-portable stdio assumtions so this builds ondanw2-1/+26
darwin
2004-05-02make this build on darwindanw1-1/+7
2004-04-27nb1: Make work on Interix; check for -ldl in configure.in automagically;tv4-9/+48
install without stripping binaries (so that "arj" works properly)
2004-04-25Don't build on Interix.tv1-1/+3
2004-04-25use my NetBSD.org email address.dillo1-2/+2
2004-04-25Remove USE_BUILTIN.zlib, which was a local modification :)xtraeme1-2/+1
2004-04-24Missed this in commit of patch-ac (thanks wiz).tv1-1/+2
2004-04-24Unused.wiz1-29/+0
2004-04-24bl3ifyxtraeme3-10/+11
2004-04-24Make work on Interix. It has a mkdev() but not a makedev(), so definetv1-0/+14
makedev() in terms of mkdev() in that case.
2004-04-22Enable pkgviews installation.minskim3-3/+13
2004-04-22- Use buildlink framework.minskim1-1/+4
- Enable pkgviews installation.
2004-04-22update to 3.10.20 (improvements and bug fixes)dillo6-78/+46
2004-04-22Obey CPPFLAGS.tv1-3/+3
2004-04-20+szipdrochner1-1/+2
2004-04-20import szip-1.1, a (lossless) compression library for scientific sampledrochner5-0/+58
data
2004-04-18USE_LANGUAGES=c++grant1-1/+2
2004-04-17Make ppmd build and run in Linux.ben2-1/+15
2004-04-17only make the gcc target if we're using gcc.grant1-2/+5
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-14Add USE_LANGUAGES=c c++ to note that this package uses C and C++.ben1-1/+2
2004-04-14Add USE_LANGUAGES=c++ to note that this package uses c++.ben1-1/+2
2004-04-14Add USE_LANGUAGES=c++ to note use of c++. Also change name of shellben1-3/+4
variable from 'file' to 'f' to silence a pkglint warning.
2004-04-12pax does not support tape drives on Unixware at the moment.heinz1-2/+2
2004-04-11- Update afio to 2.5.minskim3-23/+32
- 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-11No longer used.snj1-35/+0