diff options
-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 |