mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
API for access to scanners, digitals camera, frame grabbers etc.
PR: ports/4129 Submitted by: Gary Howland gary@hotlava.com + upgraded by me.
This commit is contained in:
parent
4de5b757e0
commit
848903489a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9970
27
graphics/sane-backends/Makefile
Normal file
27
graphics/sane-backends/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: sane
|
||||
# Version required: 0.61
|
||||
# Date created: Sat Jul 19 16:23:10 MET DST 1997
|
||||
# Whom: gary@hotlava.com
|
||||
# obrien@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= sane-0.65
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= apps/graphics/capture
|
||||
|
||||
MAINTAINER= gary@hotlava.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= scanimage.1 xscanimage.1 saned.1
|
||||
MAN5= sane-dll.5 sane-hp.5 sane-mustek.5 sane-net.5 sane-pnm.5 sane-pint.5 \
|
||||
sane-qcam.5 sane-umax.5 sane-scsi.5
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/sane-backends/distinfo
Normal file
1
graphics/sane-backends/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sane-0.65.tar.gz) = 8b6f612002e521651291b95eac76bd05
|
1
graphics/sane-backends/pkg-comment
Normal file
1
graphics/sane-backends/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
API for access to scanners, digitals camera, frame grabbers etc.
|
7
graphics/sane-backends/pkg-descr
Normal file
7
graphics/sane-backends/pkg-descr
Normal file
@ -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.
|
64
graphics/sane-backends/pkg-plist
Normal file
64
graphics/sane-backends/pkg-plist
Normal file
@ -0,0 +1,64 @@
|
||||
bin/scanimage
|
||||
sbin/saned
|
||||
man/man1/scanimage.1.gz
|
||||
man/man1/xscanimage.1.gz
|
||||
man/man1/saned.1.gz
|
||||
man/man5/sane-dll.5.gz
|
||||
man/man5/sane-hp.5.gz
|
||||
man/man5/sane-mustek.5.gz
|
||||
man/man5/sane-net.5.gz
|
||||
man/man5/sane-pnm.5.gz
|
||||
man/man5/sane-pint.5.gz
|
||||
man/man5/sane-qcam.5.gz
|
||||
man/man5/sane-umax.5.gz
|
||||
man/man5/sane-scsi.5.gz
|
||||
lib/libsane-hp.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-hp.so
|
||||
lib/libsane-hp.la
|
||||
lib/libsane-hp.a
|
||||
lib/libsane-mustek.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-mustek.so
|
||||
lib/libsane-mustek.la
|
||||
lib/libsane-mustek.a
|
||||
lib/libsane-net.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-net.so
|
||||
lib/libsane-net.la
|
||||
lib/libsane-net.a
|
||||
lib/libsane-pnm.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-pnm.so
|
||||
lib/libsane-pnm.la
|
||||
lib/libsane-pnm.a
|
||||
lib/libsane-umax.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-umax.so
|
||||
lib/libsane-umax.la
|
||||
lib/libsane-umax.a
|
||||
lib/libsane-dll.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-dll.so
|
||||
lib/libsane-dll.la
|
||||
lib/libsane-dll.a
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane.so
|
||||
lib/libsane.a
|
||||
share/sane-style.rc
|
||||
include/sane/sane.h
|
||||
include/sane/sanei.h
|
||||
include/sane/sanei_codec_bin.h
|
||||
include/sane/sanei_debug.h
|
||||
include/sane/sanei_net.h
|
||||
include/sane/sanei_scsi.h
|
||||
include/sane/sanei_wire.h
|
||||
include/sane/saneopts.h
|
||||
include/sane/config.h
|
||||
include/sane/sanei_backend.h
|
||||
include/sane/sanei_codec_ascii.h
|
||||
etc/sane.d/mustek.conf
|
||||
etc/sane.d/net.conf
|
||||
etc/sane.d/umax.conf
|
||||
etc/sane.d/dll.conf
|
||||
etc/sane.d/hp.conf
|
27
graphics/sane-frontends/Makefile
Normal file
27
graphics/sane-frontends/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: sane
|
||||
# Version required: 0.61
|
||||
# Date created: Sat Jul 19 16:23:10 MET DST 1997
|
||||
# Whom: gary@hotlava.com
|
||||
# obrien@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= sane-0.65
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= apps/graphics/capture
|
||||
|
||||
MAINTAINER= gary@hotlava.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= scanimage.1 xscanimage.1 saned.1
|
||||
MAN5= sane-dll.5 sane-hp.5 sane-mustek.5 sane-net.5 sane-pnm.5 sane-pint.5 \
|
||||
sane-qcam.5 sane-umax.5 sane-scsi.5
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/sane-frontends/distinfo
Normal file
1
graphics/sane-frontends/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sane-0.65.tar.gz) = 8b6f612002e521651291b95eac76bd05
|
1
graphics/sane-frontends/pkg-comment
Normal file
1
graphics/sane-frontends/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
API for access to scanners, digitals camera, frame grabbers etc.
|
7
graphics/sane-frontends/pkg-descr
Normal file
7
graphics/sane-frontends/pkg-descr
Normal file
@ -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.
|
64
graphics/sane-frontends/pkg-plist
Normal file
64
graphics/sane-frontends/pkg-plist
Normal file
@ -0,0 +1,64 @@
|
||||
bin/scanimage
|
||||
sbin/saned
|
||||
man/man1/scanimage.1.gz
|
||||
man/man1/xscanimage.1.gz
|
||||
man/man1/saned.1.gz
|
||||
man/man5/sane-dll.5.gz
|
||||
man/man5/sane-hp.5.gz
|
||||
man/man5/sane-mustek.5.gz
|
||||
man/man5/sane-net.5.gz
|
||||
man/man5/sane-pnm.5.gz
|
||||
man/man5/sane-pint.5.gz
|
||||
man/man5/sane-qcam.5.gz
|
||||
man/man5/sane-umax.5.gz
|
||||
man/man5/sane-scsi.5.gz
|
||||
lib/libsane-hp.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-hp.so
|
||||
lib/libsane-hp.la
|
||||
lib/libsane-hp.a
|
||||
lib/libsane-mustek.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-mustek.so
|
||||
lib/libsane-mustek.la
|
||||
lib/libsane-mustek.a
|
||||
lib/libsane-net.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-net.so
|
||||
lib/libsane-net.la
|
||||
lib/libsane-net.a
|
||||
lib/libsane-pnm.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-pnm.so
|
||||
lib/libsane-pnm.la
|
||||
lib/libsane-pnm.a
|
||||
lib/libsane-umax.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-umax.so
|
||||
lib/libsane-umax.la
|
||||
lib/libsane-umax.a
|
||||
lib/libsane-dll.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-dll.so
|
||||
lib/libsane-dll.la
|
||||
lib/libsane-dll.a
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane.so
|
||||
lib/libsane.a
|
||||
share/sane-style.rc
|
||||
include/sane/sane.h
|
||||
include/sane/sanei.h
|
||||
include/sane/sanei_codec_bin.h
|
||||
include/sane/sanei_debug.h
|
||||
include/sane/sanei_net.h
|
||||
include/sane/sanei_scsi.h
|
||||
include/sane/sanei_wire.h
|
||||
include/sane/saneopts.h
|
||||
include/sane/config.h
|
||||
include/sane/sanei_backend.h
|
||||
include/sane/sanei_codec_ascii.h
|
||||
etc/sane.d/mustek.conf
|
||||
etc/sane.d/net.conf
|
||||
etc/sane.d/umax.conf
|
||||
etc/sane.d/dll.conf
|
||||
etc/sane.d/hp.conf
|
27
graphics/sane/Makefile
Normal file
27
graphics/sane/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: sane
|
||||
# Version required: 0.61
|
||||
# Date created: Sat Jul 19 16:23:10 MET DST 1997
|
||||
# Whom: gary@hotlava.com
|
||||
# obrien@FreeBSD.org
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= sane-0.65
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= apps/graphics/capture
|
||||
|
||||
MAINTAINER= gary@hotlava.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= scanimage.1 xscanimage.1 saned.1
|
||||
MAN5= sane-dll.5 sane-hp.5 sane-mustek.5 sane-net.5 sane-pnm.5 sane-pint.5 \
|
||||
sane-qcam.5 sane-umax.5 sane-scsi.5
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/sane/distinfo
Normal file
1
graphics/sane/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sane-0.65.tar.gz) = 8b6f612002e521651291b95eac76bd05
|
1
graphics/sane/pkg-comment
Normal file
1
graphics/sane/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
API for access to scanners, digitals camera, frame grabbers etc.
|
7
graphics/sane/pkg-descr
Normal file
7
graphics/sane/pkg-descr
Normal file
@ -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.
|
64
graphics/sane/pkg-plist
Normal file
64
graphics/sane/pkg-plist
Normal file
@ -0,0 +1,64 @@
|
||||
bin/scanimage
|
||||
sbin/saned
|
||||
man/man1/scanimage.1.gz
|
||||
man/man1/xscanimage.1.gz
|
||||
man/man1/saned.1.gz
|
||||
man/man5/sane-dll.5.gz
|
||||
man/man5/sane-hp.5.gz
|
||||
man/man5/sane-mustek.5.gz
|
||||
man/man5/sane-net.5.gz
|
||||
man/man5/sane-pnm.5.gz
|
||||
man/man5/sane-pint.5.gz
|
||||
man/man5/sane-qcam.5.gz
|
||||
man/man5/sane-umax.5.gz
|
||||
man/man5/sane-scsi.5.gz
|
||||
lib/libsane-hp.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-hp.so
|
||||
lib/libsane-hp.la
|
||||
lib/libsane-hp.a
|
||||
lib/libsane-mustek.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-mustek.so
|
||||
lib/libsane-mustek.la
|
||||
lib/libsane-mustek.a
|
||||
lib/libsane-net.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-net.so
|
||||
lib/libsane-net.la
|
||||
lib/libsane-net.a
|
||||
lib/libsane-pnm.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-pnm.so
|
||||
lib/libsane-pnm.la
|
||||
lib/libsane-pnm.a
|
||||
lib/libsane-umax.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-umax.so
|
||||
lib/libsane-umax.la
|
||||
lib/libsane-umax.a
|
||||
lib/libsane-dll.so.0.65
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane-dll.so
|
||||
lib/libsane-dll.la
|
||||
lib/libsane-dll.a
|
||||
@exec /sbin/ldconfig -m %D/lib
|
||||
lib/libsane.so
|
||||
lib/libsane.a
|
||||
share/sane-style.rc
|
||||
include/sane/sane.h
|
||||
include/sane/sanei.h
|
||||
include/sane/sanei_codec_bin.h
|
||||
include/sane/sanei_debug.h
|
||||
include/sane/sanei_net.h
|
||||
include/sane/sanei_scsi.h
|
||||
include/sane/sanei_wire.h
|
||||
include/sane/saneopts.h
|
||||
include/sane/config.h
|
||||
include/sane/sanei_backend.h
|
||||
include/sane/sanei_codec_ascii.h
|
||||
etc/sane.d/mustek.conf
|
||||
etc/sane.d/net.conf
|
||||
etc/sane.d/umax.conf
|
||||
etc/sane.d/dll.conf
|
||||
etc/sane.d/hp.conf
|
Loading…
Reference in New Issue
Block a user