summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam2-10/+6
simpler to understand.
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam2-10/+8
value outside of buildlink-related files.
2004-02-05Support a new global variable:jlam2-2/+18
BUILDLINK_PREFER_PKGSRC This variable determines whether or not to prefer the pkgsrc versions of software that is also present in the base system. This variable is multi-state: defined, or "yes" always prefer the pkgsrc versions not defined, or "no" only use the pkgsrc versions if needed by dependency requirements This can also take a list of packages for which to prefer the pkgsrc-installed software. The package names may be found by consulting the value added to BUILDLINK_PACKAGES in the buildlink[23].mk files for that package.
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.