summaryrefslogtreecommitdiff
path: root/graphics/sane-frontends
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz1-2/+2
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2
2006-12-01Changes 1.0.14:adam2-8/+7
* Bugfixes
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv1-2/+2
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-06-22Needs pkg-config.joerg1-1/+2
2006-06-11optionize gimp.gdt1-2/+10
bl3 gtk2 always; it's a direct dependency.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz1-2/+2
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-2/+2
Bump BUILDLINK_RECOMMENDED.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz1-1/+2
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-02-24Add RMD160 digestsagc1-1/+2
2004-11-05Changes 1.0.13:adam2-6/+5
* Many bug fixes
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-05-03Changes 1.0.12:adam2-8/+8
* Updated support for gimp-2 * Bug-fixes
2004-03-29gimp-base -> gimp1-base.snj1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-06-29Update sane-frontents to 1.0.11. Changes are bugfixes only.rh3-8/+7
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-12-16Update "sane-frontends" package to version 1.0.9. Changes sincetron2-13/+6
version 1.0.8: - configure configure.in: New version: 1.0.9. - src/preview.c src/preview.h src/xscanimage.c: Disable "Scan" and "Acquire Preview" buttons while scanning, and "Acquire Preview" while acquiring a preview. Avoids error messages and/or lockups. Patch from Aurelien Jarno <ml@aurel32.net>. - TODO: Added some more xscanimage bugs. - src/preview.c: Added malloc that got lost in previous commit. - src/preview.c: Avoid unaligned 1 bit previews. Fixed 1 bit color mode (also three-pass). Changed 1 bit color modes to most significant bit is first pixel. - src/progress.c, src/xscanimage.c: Added a couple of GTK mainloop calls so that the UI is updated in a more timely fashion. Helps with backends which have potentially slow sane_start() and sane_read() commands (e.g. microtek). - config.guess config.sub: Updated to latest versions (from ftp://ftp.gnu.org/pub/gnu/config/). - configure.in/configure V_EXTRA=-cvs
2002-09-22Convert to buildlink2.wiz1-7/+5
2002-08-19Update to 1.0.8 to match sane-backends.mycroft2-5/+4
2002-03-14Improve DESCR, based on pkg/15760 by Jeremy Reed.wiz1-0/+3
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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-02-10Update sane-frontends to 1.0.7. Changes include bugfixes and a newrh3-16/+12
automatic document feeder (ADF) frontend. While at it, use sane-backends/buildlink.mk instead of manual dependency and pull in common definitions from sane-backends/Makefile.common
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-16Update master site list to reality.tron1-8/+5
2001-10-15Update sane-frontends to 1.0.5.veego2-6/+6
Change the Makefile to use the x11/gtk buildlink.mk. I found nothing in particular in the changelog. - synchronize with the sane-backends
2001-06-25Move -I${LOCALBASE}/include from CFLAGS to CPPFLAGS per pkg/13240wiz1-2/+4
(both work for me, but changing it seems to help Anthony Mallet).
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 distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-28Replace metalab URLs by MASTER_SITE_SUNSITE (even though the distfileswiz1-3/+3
are currently not there)
2001-02-24Add german mirror site.tron1-2/+2
2001-02-21Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/veego5-0/+54
has been split into two packages: backends and frontends. We do the same split in pkgsrc and create two new packages. This is the sane-frontends package (based on the old sane package). 2000-12-17 Henning Meier-Geinitz <hmg@gmx.de> * TODO: Added points about using g_free instead of free and the sane compile/link test problem. ************************** Code freeze for SANE 1.0.4 ** ********************* 2000-12-10 Henning Meier-Geinitz <hmg@gmx.de> * doc/xscanimage.man: Fixed some typos and made clear that SANE_DEFAULT_DEVICE doesn't work yet. 2000-12-08 Henning Meier-Geinitz <hmg@gmx.de> * TODO: Updated. Removed entry about --without-x. * src/xscanimage.c: Fixed bux: When closing "select device" dialog with the window manager xscanimage wasn't exited. ************************* snapshot-2000-12-04 ******************************* 2000-11-30 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * src/Makefile.in: removed unused variable XSCAN ************************* snapshot-2000-11-28 ******************************* ************************* Feature freeze for SANE 1.0.4 ********************* 2000-11-26 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * changed configure.in/configure: - removed test for X (AC_PATH_X), the X-Test is done in GTK - added configure optin "--disable-guis", this does not make sense in the moment because there are no non-GUI-progs, but it is planned to include other progs (e.g. scanadf). 2000-11-22 Henning Meier-Geinitz <hmg@gmx.de> * README: Added link to QuiteInsane. 2000-11-19 Henning Meier-Geinitz <hmg@gmx.de> * TODO: Removed entry about stiff.* * src/xscanimage.c: Removed support for SANE_DEFAULT_DEVICE. Using only this device without giving the user the ability to change to other devices isn't the intended behaviour. 2000-11-19 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * xscanimage.c: Suppressed Gimp warning at xscanimage startup 2000-11-19 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * Removed src/stiff.[ch] and removed SCAN_OBJ=stiff.o from src/Makefile.in 2000-11-18 Henning Meier-Geinitz <hmg@gmx.de> * src/xscanimage.c: Moved Defines for DBG_* outside the #ifdef HAVE_LIBGIMP_GIMP_H block. 2000-11-16 Henning Meier-Geinitz <hmg@gmx.de> * TODO: Entries about SANE_DEFAULT_DEVICE and DBG output. * src/xscanimage.c: Added suport for DBG messages. Added only a few messages including a more verbose output when xscanimage can't find any devices. Added support for SANE_DEFAULT_DEVICE. * doc/xscanimage.man: Documented support for SANE_DEFAULT_DEVICE and SANE_DEBUG_XSCANIMAGE. 2000-11-15 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * changed sanei/Makefile.in: SANE_CFLAGS is used now (for #include <sane.h>) * changed acloacl.m4: SANE_LDFLAGS is used for sane test 2000-11-14 Henning Meier-Geinitz <hmg@gmx.de> * TODO: Added entries about stiff.c and libgimp warning in xscanimage. 2000-11-14 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * changed src/Makefile.in: SANE_LDFLAGS is used now * changed aclocal.m4: removed bug (SANE_LDLAGS=>SANE_LDFLAGS) and updated configure script 2000-11-13 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * changed configure + configure.in, script aborts now if sane or gtk is not found 2000-11-12 Henning Meier-Geinitz <hmg@gmx.de> * README: Added information for developers and link to SANE website. * TODO: Updated. * INSTALL: Added link to GIMP website. * src/xcam.c: Application is exited when window is closed (by window manager) 2000-11-12, 2000-11-11 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * several changes in configure scripts and Makefiles * removed several unnecessary files 2000-11-11 Henning Meier-Geinitz <hmg@gmx.de> * .cvsignore doc/.cvsignore include/.cvsignore include/sane/.cvsignore lib/.cvsignore sanei/.cvsignore src/.cvsignore: Added .cvsignore files. * COPYING: Added GPL. * TODO: Added from sane-backends. * AUTHORS: Added from sane-backends. * README: New file. * NEWS: Renamed (old name: sane-frontend.NEWS). * INSTALL: Renamed (old name: sane.INSTALL) and some reformating. Added hint to PROBLEMS. Added some point about necessary packages. * PROBLEMS: Renamed (old name: sane.PROBLEMS). 2000-11-10 Oliver Rauch <Oliver.Rauch@Wolfsburg.DE> * created own Package for frontends xscanimage and xcam Old entries can be found in file ChangeLog of the package containing the backends of SANE.