summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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
2004-04-11- Use buildlink framework.minskim1-1/+8
- NO_CONFIGURE=yes - Enable pkgviews installation.
2004-04-11This defines NO_BUILD, so USE_BUILDLINK2 is not necessary.snj1-2/+1
2004-04-11Sort.snj1-2/+2
2004-04-10Enable pkgviews installation.minskim1-1/+5
2004-04-10Make this package build on Linux. Patch provided by Georg Schwarz inminskim2-8/+20
PR pkg/25043.
2004-04-10Make xmill build and run in Linux by adding zlib and bzip2 dependencies.ben1-1/+4
2004-04-09Comment out a most likely allready redundant compilation time check thatreinoud2-1/+16
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-07Fix dependence on "gtar-base" package, bump package revision.tron1-3/+3
2004-04-05If GNU_PROGRAM_PREFIX is not "g" or not set, then still installreed3-15/+26
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-05This needs gmake to build under OpenBSD; pointed out by pancake.xtraeme1-1/+2
2004-04-01Update to 2.6.0. Changes since previous stable branch (2.4.x):jmmv5-58/+108
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-03-30Fix compilation of the SHA1 code on sparc64 by giving each round itssnj2-1/+104
own function.
2004-03-30bl3ifyjlam1-1/+2
2004-03-30Make this package use buildlink3 framework, and add dependencies onminskim1-1/+6
bzip2 and zlib. Bump PKGREVISION.
2004-03-30Disable mcrypt library detection by configure explicitly, because itminskim1-1/+2
is not used. Otherwise this package doesn't build when non-pkgsrc mcrypt library is detected.
2004-03-30* PKGNAME_NOREV for WRKSRC.uebayasi1-4/+4
* Remove useless use of subshell.
2004-03-29+par2tv1-1/+2
2004-03-29par2cmdline is a PAR 2.0 compatible file verification and repair tool.tv4-0/+36
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-29Match the template builtin.mk file in bsd.builtin.mk, and make the twojlam1-8/+3
packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
2004-03-29Correction to PLIST, xmill is now named xcmill.ben2-4/+4
2004-03-29Update xmill to v0.9.1 and remove unnecessary patches. Notable changes:ben17-490/+25
* 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-29Oops, forgot to bump PKGREVISION.tv1-1/+2
2004-03-29Obey CFLAGS/CPPFLAGS. Link the binaries with the .o's, not the .lo'stv3-41/+30
(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-28Update distfile name, MASTER_SITES and HOMEPAGE.wiz2-8/+6
Distfile contents and checksum didn't change. Closes PR 24946 by Steven M. Bellovin.
2004-03-27indent blockgrant1-3/+3
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz3-4/+6
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam13-26/+26
2004-03-22Let ONLY_FOR_PLATFORM recognize NetBSD 2.0 and future versions.kristerw2-4/+6
2004-03-20Spelling fix.snj1-1/+1
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam2-6/+4
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-11Add Interix to non-largefile opsystems. Obey CPPFLAGS.tv3-10/+14
2004-03-11Wrap physical mt operations in SUPPORT_TAPE, and define that if either oftv2-6/+47
<sys/mtio.h> or <sys/tape.h> is available.
2004-03-11bl3ifyxtraeme40-88/+88
2004-03-11bl3ifyjlam2-4/+25
2004-03-10This patch is not needed by cabextract 1.0, remove it.ben1-12/+0
2004-03-10Update cabextract to version 1.0, and make note in CHANGES.ben2-6/+5
2004-03-10Split out the code that deals with checking whether the software isjlam2-67/+48
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-08Note import of ppmd in doc/CHANGES and archivers/Makefile.ben1-1/+2
2004-03-08Initial import of ppmd-9.1, a PPM file compressor.ben6-0/+91
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-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.