summaryrefslogtreecommitdiff
path: root/graphics/gqview
AgeCommit message (Collapse)AuthorFilesLines
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-01-07Update to 1.0.1. New cs locale, uk locale updated, and somewiz4-10/+11
documentation updates.
2001-12-29Add a missing @dirrm.wiz1-1/+2
2001-12-29Update gqview to version 1.0zuntum5-17/+25
Requested by Masao Uebayashi <uebayashi@soum.co.jp> in pkg/15007, patch resent in private mail. Changes: 1.0 - 12/15/2001 Updated translations hu and nl. 0.99.3 (RC1) - 12/10/2001 Added translation for no. Updated translations es, et, fr, it, nl, ru. Clarified release license in about dialog. 0.99.2 - 12/5/2001 Updated translations de, fi, fr, pt_BR, sk, zh_TW. Minor man page and README updates. 0.99.1 - 11/25/2001 Added translation da (Danish). Updated translations fr (French) and pt_BR (Brazilian Portuguese). Fixed incorrect file listing when attempting to enter a directory with no read access. 0.99.0 - 11/19/2001 Added a help window, it merely displays the README. Fixed bug causing window to never resize larger when changing images and the zoom is set to fit window. Several small bug fixes.
2001-11-15Update to 0.13.0. Changes:wiz5-20/+21
Added ability to reorder images within a collection using drag and drop. Added Ukrainian translation. Updated Dutch translation. Closing a modified collection window now prompts to save first. Changed list colors in find duplicates and collection windows. Selecting remove old thumbnails and clear thumbnails now shows a dialog displaying the progress of the selected action. Several minor bugs fixed.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-22Update to 0.12.0.wiz4-12/+15
Changes: > Added date and size display columns to the file list. > Added file managementi (copy, move, etc.) to the collection pop-up menus. > Added to file dialogs a right-click menu for renaming and deleting files. Also added a button to create new directories. > Added translations et, fi, nl. - Updated translations de, fr, it, ja, pl, sl. - New option to sort files ascending or descending. - New option to sort files by numerical order (8,9,10...). - .thumbnails directories are now created group writeable. - Files dropped on the duplicates window are now filtered. - Made removing multiple files from the duplicates window faster. * Fix file rename missing cursor bug. * Fixed memory leak in the find duplicates window. * Minor bug fixes.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-1/+2
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
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.