summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-03-08Fix PLIST for libtool update, and add missing files.wiz1-2/+6
Should fix bulk build.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam2-13/+12
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05Update MASTER_SITE.xtraeme1-2/+2
2004-02-28Nuke LTCONFIG_OVERRIDE.snj1-2/+1
2004-02-27Install the statically linked rar binary instead, since our emulationwiz2-5/+4
packages don't provide libgcc_s* yet.
2004-02-27Update to 3.3.6:wiz3-13/+13
Some fixes for the libunrar.so (not installed) and Win32 changes. Two parts of the diff look like they might be minor bugfixes. [No changelog available...]
2004-02-27Add LICENSE; enable NO_BUILDLINK.wiz1-6/+5
2004-02-27Add and enable rar-linux.wiz1-1/+2
2004-02-27Initial import of rar-linux, the Linux binary of the rar archiver.wiz5-0/+75
RAR is a powerful tool allowing you to manage and control archive files. RAR features include: * Highly sophisticated, original compression algorithm * Special compression algorithms optimized for text, audio, graphics data, 32 and 64-bit Intel executables * Better compression than similar tools, using 'solid' archiving * Authenticity verification (registered version only) * Self-extracting archives and volumes (SFX) * Ability to recover physically damaged archives * Locking, password, file order list, file security & more ...
2004-02-25Enable pkgviews installation.minskim1-1/+3
2004-02-19Convert to buildlink3.wiz3-32/+27
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam1-19/+21
environment overrides all other settings.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-2/+2
testing it.
2004-02-16Explicitly include glib2's bl3 file.jmmv1-1/+2
2004-02-16Include gettext-lib's bl3, sort includes and use pkgsrc intltool.jmmv1-2/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam3-7/+4
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_{GUESS,SUB}_OVERRIDE are now relative to ${WRKSRC} and willjlam1-3/+1
automatically substitute for any config.{guess,sub} files found up to a directory depth of 2.
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam2-7/+32
as PREFER_PKGSRC. Preferences are determined by the most specific instance of the package in either PREFER_PKGSRC or PREFER_NATIVE. If a package is specified in neither or in both variables, then PREFER_PKGSRC has precedence over PREFER_NATIVE.
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam2-33/+27
whether the software is built-in or not. This facilitates implementing the forthcoming PKGSRC_NATIVE variable.
2004-02-11Move the INCOMPAT_FOO checks to a more natural location within thejlam1-12/+11
block that decides whether package FOO is built-in or not. If the platform is listed in IMCOMPAT_FOO, then treat FOO as being not built-in.
2004-02-11bl3ifyxtraeme1-9/+9
2004-02-10Force use of GNU tar, as the messages shown by "pax as tar" are not recognizedjmmv4-3/+109
properly by the program. Fixes multiple crashes and handling of tar archives. Closes PR pkg/24206. Also depend on zip and unzip and ensure paths to them are correct. Bump PKGREVISION to 2.
2004-02-10MAINTAINER should only contain an email address.grant1-2/+2
2004-02-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-2/+2
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-09bl3ifyjlam2-2/+18
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam7-15/+15
etc. because the bare variables will point to the correct executables.
2004-02-08PKGLIBTOOL and PKGSHLIBTOOL are no more.jlam1-4/+4
2004-02-07Add Linux-*-i386 to ONLY_FOR_PLATFORM.xtraeme1-2/+2
2004-02-07Don't depend on suse_base if our system doesn't need linux emulationxtraeme1-1/+5
(e.g using Linux :-), noted by Gendalia.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-3/+3
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06Update to 2.4.4:jmmv2-6/+5
* Fixed bug #131560: zip files gets an empty password by default.