summaryrefslogtreecommitdiff
path: root/graphics/gqview
AgeCommit message (Collapse)AuthorFilesLines
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-3/+1
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-2/+2
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-18Convert to use buildlink.mk files.jlam3-9/+23
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-3/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-03Have the program look for locale files in the same place they're installed.jlam2-4/+4
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+2
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-15Remove "index.html" from the HOMEPAGE URLzuntum1-2/+2
2001-03-04Use ${PKGLOCALEDIR} for location of installed locale files.jlam5-34/+46
2001-03-01Update to 0.10.1: Thumbnail and 'find duplicates' improvements.wiz3-5/+6
2001-02-21Update to 0.10.0. Bugfix release.wiz2-5/+4
2001-02-17These are obsolete now.wiz2-66/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-16Update to 0.9.5, prompted by Tom Spindler.wiz4-8/+11
Changes: Lots of bugfixes and improvements, 'P' for pausing slideshows, 'B' for backspace; man page and two new translations (hu, sl).
2000-11-29Update to 0.9.1. Major change is the use of gdk-pixbuf instead of imlib,wiz7-24/+94
also some new features and bugfixes.
2000-11-11Use "${MASTER_SITE_SOURCEFORGE}".tron1-2/+2
2000-08-03Update gqview to latest stable release 0.8.2. Changes from 0.8.1:jlam6-45/+17
New translations for it, and updated es, pt_BR. Now 'zoom to fit' also expands images (can be disabled in options). Added (optional) in place renaming. Changed window title (GQview now after filename), added window icons. Directory list now make previous dir visible. Minor compile -Wall cleanups, bug fixes.
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-05-25Update gqview to 0.8.1.wiz6-34/+68
Changes: Internationalization, bug fixes (including some memory leaks), autoconfiscated.
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-20updated to v0.7.0 (bugfixes and enhancements)wiz5-17/+19
1999-10-24- Remove redundant dependence on "gtk+" package.tron1-3/+2
- Use wildcard dependences for "imlib" package.
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+3
1999-06-07Initial import of gqview-0.6.0, another gtk-base graphic file viewer.frueauf6-0/+54
Provided in pr 7543 by Rui-Xiang Guo.