summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2003-04-22Use ${LN} -sf to create symlinks.wiz1-2/+2
Closes PR 21263 by Jeremy C. Reed.
2003-04-19Use mktime(3) instead of timelocal which doesn't exist on Solaris andheinz1-2/+3
is deprecated on NetBSD. Other platforms support mktime as well. Bump package revision.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv21-45/+42
2003-03-28Comment should not end with a dot.wiz1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz5-10/+5
2003-03-28Remove superfluous whitespace.wiz1-2/+2
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma2-2/+4
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package.
2003-03-18Make this compile on Irix with the MIPSPro compiler by removing gcc-onlyjschauma3-5/+15
CFLAGS from a patch iff CC is not gcc.
2003-03-16Honour GNU_PROGRAM_PREFIX. From Jeremy C. Reed.wiz5-135/+30
Bump PKGREVISION.
2003-02-23Updated to version 1.4.3.salo2-6/+6
Changes: - Support for BSDi version 4.x - Suport for BSDi on sparc - Support for sparc64 FreeBSD - Support for i786-cygwin - Added +DAportable to the HP-UX cc compiler flags - New Platform 9000-831-hp-ux-cc - Added floatingpint printing support for OS/2 - Added support for macppc-netbsd-cc NetBSD on MAC - Workaround for an OpenBSD bug in ctype.h (illegaly #defines EOF) - Added IPv6 support to 'rmt' - Better casting for debug printf() in 'rmt' - Better autoconfiguration for librmt and its users yields in better compilation and portability results for OS that do not support the needed internet features for remote tape support. - Special support for an undocumented but unfortunately important "feature" for symlinks on HP-UX. Now star tries to retain the permissions of a symlink by stting umask() before creating the symlink. - Fixed a bug that caused star to be unable to correctly deal with ACLs where the user or group name contains spaces. - Workaround for reading rotten archives caused by above bug. - Fixed a bug that caused star to create broken archives if the POSIX.1-2001 extended format is used for sparse files > 8 GB. For this reason, a new extended header tag SCHILY.realsize has been added. - Fixed a bug that caused star to dump core on UNIX-98 TAR compat mode with e.g. 'star cbv' because star did not check for the missing arg to the -b option. - 'star -n -tpath ...' now only prints the pathnames to allow to use the ooutput directly in scripts. If you like the old behavior, use 'star -nv ...'
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-3/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-17add xmillgrant1-1/+2
2003-02-17use the full path to unzip.grant1-2/+2
2003-02-17Initial import of xmill-0.7 into The NetBSD packages collection.grant7-0/+307
XMill is a special-purpose compressor for XML data that typically achieves twice the compression rate over existing compressors, such as gzip. Provided by collver1@attbi.com in PR pkg/20353, with minor changes by me.
2003-02-14Update to 2.2.1. Changes since 2.0.4:jmmv3-34/+40
version 2.2.1 * Change icon themes on the fly and allow svg icons. * Added pt, sk and mn translations. version 2.2.0 * Updated the manual. version 2.1.5 * Handle LHA archives created on Windows. * Bugfixes. version 2.1.4 * Bugfixes. version 2.1.3 * Multi Drag & Drop support. * Session management support. * HIG compliant dialogs. * Added archive operations in the nautilus context menu. * Scripts removed. * Bugfixes. version 2.1.2 * Archive loading is 3 times faster. * Recognize zip archives regardless of the file extension. version 2.1.1 * Use egg-recent for handling recent files. * Use gnome-icon-lookup to get icons. version 2.1.0 * Do not read the archive in non-interative mode, this speeds up extraction with Nautilus scripts. * Fixed russian manual. Changes in the package: - Use schemas.mk to register GConf2 schemas in the global database. - Depend on gnome2-dirs.
2003-02-13- remove unnecessary if(OPSYS == Darwin), as this is handledgrant1-7/+2
automatically. - use ${TOUCH} to create empty file, not ${ECHO} '' > filename...
2003-02-06fix build on darwin.yyamano2-6/+16
2003-02-04Reorder the two targets for aesthetic reasons.jlam1-3/+3
2003-02-04Create a fake libtool archive since libbz2.la isnt in the base system butjlam1-1/+14
the package creates one.
2003-01-27Remove dependancy on gnome1-dirs as discussed with wiz. This will be ↵jmmv1-2/+1
handled by gnome-libs.
2003-01-27Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION to 1.jmmv2-2/+5
2003-01-21Fix typo in last commit.tron1-3/+2
2003-01-21Depend on latest gtar, PKGREVISION++.wiz1-2/+3
2003-01-21Bump PKGREVISION for last change.wiz1-1/+2
2003-01-20As suggested by wiz:jschauma2-2/+12
Make sure a ${PREFIX}/bin/gtar exists independent of ${GNU_PROGRAM_PREFIX}, since it's needed for pkgsrc, and make pkgsrc use ${PREFIX}/bin/gtar.
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.salo3-8/+6
2003-01-13Update to 3.1.3, bugfix release.wiz3-7/+20
2003-01-10USE_PKGLOCALEDIRcjep1-2/+3
2003-01-09Prototype buildlink2.mk's created automagically by createbuildlink(8).uebayasi1-0/+29
2003-01-04Add and enable file-rollerjmmv1-1/+2
2003-01-04Initial import of file-roller, version 2.0.4.jmmv4-0/+115
File Roller is an archive manager for the GNOME2 environment. This means that you can: - Create and modify archives. - View the content of an archive. - View a file contained in the archive. - Extract files from the archive. Supported file types include: .tar, .tar.gz, .tar.gz, .tar.bz2, .tar.Z, .tar.lzo, .zip, .jar, .ear, .war, .lzh and .rar. Provided in PR pkg/19592 by Juan RP with some changes by me. Reviewed by wiz.
2003-01-02Update to version 20021217 of mousetar.agc2-5/+5
Major change is a minimalist bignum implementation as a portable means of supporting integers larger than 32 bits.
2002-12-26Update MASTER_SITE. Should fix problem in Huberts last bulk-build.jschauma1-2/+2
2002-12-25also pass '-DBSD' on Darwin.grant1-4/+4
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz3-6/+6
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-12-24Oops, typo in last.wiz1-2/+2
2002-12-24Update MAINTAINER address, per PR 19515.wiz1-2/+2
2002-12-23Make this package install its example file inside the examples tree. Do notjmmv4-7/+14
copy it to PKG_SYSCONFDIR as it is just an example, not needed for regular operation. Bump PKGREVISION to 1.
2002-12-23Add and enable unzoocjep1-1/+2
2002-12-23Initial import of unzoo 4.4 into the NetBSD packages collection ascjep4-0/+32
archivers/unzoo. unzoo is a public domain zoo archive extractor.
2002-12-22'files/gtar.1' does not change name depending on GNU_PROGRAM_PREFIX;wiz1-2/+2
noted by Jeremy C. Reed.
2002-12-22Allow this to be built on Linux. From Jeremy Reed, PR 19481agc1-1/+5
2002-12-22Do not change (variable) name of executable in info documentation.wiz2-38/+3
2002-12-22Use GNU_PROGRAM_PREFIX, based on a patch by Jeremy C. Reed.wiz2-12/+19
2002-12-22Use GNU_PROGRAM_PREFIX. Based on patch by Jeremy C. Reed.wiz3-11/+16
2002-12-16Updated star to 1.4.2.grant3-6/+24
Major changes since 1.4.1: - printf() now correctly handles %X vs. %x on 64 bit machines Removed a 20 year old local extension that became non-portable. - new 'librmt', which may be used by any external program like e.g. dump/restore to improve cross platform compatibility. - librmt now allows the use of ssh(1) for remote tape access. - smt benefits from librmt and now gives platform independent 'mt status' output in remote mode. - New option -wready for smt. - Better man page for 'rmt'. - Handle a seek error problem in create mode correctly when checking for reading past max possible file size on non-large file OS. - Correctly propagate write/read errors from FIFO to star. - Add support for SIGINFO (*BSD) as a courtesy to BSD users. - Do not open /dev/tty if a newvolume script is present. This allows the use of star from cron scripts. - Fixed a bug in the ACL handling code on Linux that caused star to recognize ACL comments as ACL entries and include them in the archive. - Work around to allow star to read ACL enhanced archives that include bogus entries that really were ACL comments created by the bug above. The full list of changes can be found at: ftp://ftp.fokus.gmd.de/pub/unix/star/AN-1.4.2
2002-12-14This time *really* remove it...cjep1-9/+0
2002-12-14Remove parchive as it duplicates misc/parchive.cjep5-60/+1
2002-12-14Add a man-page that I had sitting around (originally also sent to thejschauma5-25/+157
author). While we're at it, upgrade to version 0.93, and add a manpage for grepjar, which is now part of this package. Changes since 0.90: Improved support for other Unix platforms. Now works on Solaris, AIX, True 64, and HP-UX. Hopefully resolved all big endian problems. Fixed bug in update which caused it to skip openning update file Changs since 0.92: Integrated GNU gcc patches to mainline fastjar codebase. Should compile on more platforms. Ignore nutty errors.
2002-12-13Add and enable nomarch.cjep1-1/+2