diff options
author | veego <veego> | 2001-02-21 20:12:29 +0000 |
---|---|---|
committer | veego <veego> | 2001-02-21 20:12:29 +0000 |
commit | 2b5c0b42665cc454f21064ff653af8b9da92718c (patch) | |
tree | b9ace45f16704dc100959325ee49abcaa51f750f /graphics/sane-frontends | |
parent | f03441e83f2f4534b4acc421d8378dc8929084aa (diff) | |
download | pkgsrc-2b5c0b42665cc454f21064ff653af8b9da92718c.tar.gz |
Begining with version 1.0.4 the sane package from http://www.mostang.com/sane/
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.
Diffstat (limited to 'graphics/sane-frontends')
-rw-r--r-- | graphics/sane-frontends/Makefile | 32 | ||||
-rw-r--r-- | graphics/sane-frontends/files/md5 | 3 | ||||
-rw-r--r-- | graphics/sane-frontends/files/patch-sum | 6 | ||||
-rw-r--r-- | graphics/sane-frontends/pkg/DESCR | 7 | ||||
-rw-r--r-- | graphics/sane-frontends/pkg/PLIST | 6 |
5 files changed, 54 insertions, 0 deletions
diff --git a/graphics/sane-frontends/Makefile b/graphics/sane-frontends/Makefile new file mode 100644 index 00000000000..25683caa585 --- /dev/null +++ b/graphics/sane-frontends/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/21 20:12:29 veego Exp $ +# + +DISTNAME= sane-frontends-1.0.4 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.mostang.com/pub/sane/ \ + ftp://gd.tuwien.ac.at/hci/sane/ \ + ftp://metalab.unc.edu/pub/Linux/apps/graphics/capture/ \ + ftp://metalab.unc.edu/pub/Linux/Incoming/ \ + ftp://ftp.u-aizu.ac.jp/pub/misc/device/scsi/scanner/sane/ \ + http://gd.tuwien.ac.at/hci/sane/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.mostang.com/sane/ +COMMENT= Frontends for access to scanners, digitals camera, frame grabbers etc + +DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= gimp>=1.0.4:../../graphics/gimp +DEPENDS+= sane-backends>=1.0.4:../../graphics/sane-backends + +CONFLICTS+= sane<=1.0.3 + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11BASE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig + +# -O to work around a bug with -O2 and egcs. +CFLAGS= -O -I${LOCALBASE}/include + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/sane-frontends/files/md5 b/graphics/sane-frontends/files/md5 new file mode 100644 index 00000000000..a7bcddd9746 --- /dev/null +++ b/graphics/sane-frontends/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/21 20:12:29 veego Exp $ + +MD5 (sane-frontends-1.0.4.tar.gz) = f8d1d0afba88f1d1604c67e14738b74d diff --git a/graphics/sane-frontends/files/patch-sum b/graphics/sane-frontends/files/patch-sum new file mode 100644 index 00000000000..c2de8256688 --- /dev/null +++ b/graphics/sane-frontends/files/patch-sum @@ -0,0 +1,6 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/02/21 20:12:29 veego Exp $ + +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/graphics/sane-frontends/pkg/DESCR b/graphics/sane-frontends/pkg/DESCR new file mode 100644 index 00000000000..79696e59f96 --- /dev/null +++ b/graphics/sane-frontends/pkg/DESCR @@ -0,0 +1,7 @@ +SANE is a universal scanner interface. The value of such a universal +interface is that it allows writing just one driver per image acquisition +device rather than one driver for each device and application. So, if you +have three applications and four devices, traditionally you'd have had to +write 12 different programs. With SANE, this number is reduced to seven: +the three applications plus the four drivers. Of course, the savings get +even bigger as more and more drivers and/or applications are added. diff --git a/graphics/sane-frontends/pkg/PLIST b/graphics/sane-frontends/pkg/PLIST new file mode 100644 index 00000000000..8bf0c893c02 --- /dev/null +++ b/graphics/sane-frontends/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/21 20:12:29 veego Exp $ +bin/xcam +bin/xscanimage +man/man1/xcam.1 +man/man1/xscanimage.1 +share/sane-style.rc |