Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-06-29 | USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, | jlam | 1 | -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-23 | Generalize how the dependency pattern may be specified. Instead of just | jlam | 1 | -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-18 | Convert to use buildlink.mk files. | jlam | 3 | -9/+23 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -3/+1 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-03 | Have the program look for locale files in the same place they're installed. | jlam | 2 | -4/+4 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-02 | Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty | wiz | 1 | -2/+2 | |
lines. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -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-15 | Remove "index.html" from the HOMEPAGE URL | zuntum | 1 | -2/+2 | |
2001-03-04 | Use ${PKGLOCALEDIR} for location of installed locale files. | jlam | 5 | -34/+46 | |
2001-03-01 | Update to 0.10.1: Thumbnail and 'find duplicates' improvements. | wiz | 3 | -5/+6 | |
2001-02-21 | Update to 0.10.0. Bugfix release. | wiz | 2 | -5/+4 | |
2001-02-17 | These are obsolete now. | wiz | 2 | -66/+0 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-16 | Update to 0.9.5, prompted by Tom Spindler. | wiz | 4 | -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-29 | Update to 0.9.1. Major change is the use of gdk-pixbuf instead of imlib, | wiz | 7 | -24/+94 | |
also some new features and bugfixes. | |||||
2000-11-11 | Use "${MASTER_SITE_SOURCEFORGE}". | tron | 1 | -2/+2 | |
2000-08-03 | Update gqview to latest stable release 0.8.2. Changes from 0.8.1: | jlam | 6 | -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-31 | The gettext package gained a shared library. For all packages which | jlam | 1 | -2/+2 | |
link against libintl.so, update the dependency on gettext to >=0.10.35nb1. | |||||
2000-05-25 | Update gqview to 0.8.1. | wiz | 6 | -34/+68 | |
Changes: Internationalization, bug fixes (including some memory leaks), autoconfiscated. | |||||
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
1999-12-20 | updated to v0.7.0 (bugfixes and enhancements) | wiz | 5 | -17/+19 | |
1999-10-24 | - Remove redundant dependence on "gtk+" package. | tron | 1 | -3/+2 | |
- Use wildcard dependences for "imlib" package. | |||||
1999-08-28 | Update dependency on gtk+-1.2.4 | rh | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+3 | |
1999-06-07 | Initial import of gqview-0.6.0, another gtk-base graphic file viewer. | frueauf | 6 | -0/+54 | |
Provided in pr 7543 by Rui-Xiang Guo. |