mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
REALLY remove sane, I miss some file on last commit.
This commit is contained in:
parent
9505b2e19b
commit
42b4feb8a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40202
@ -1,46 +0,0 @@
|
||||
# New ports collection makefile for: sane
|
||||
# Date created: Sat Jul 19 16:23:10 MET DST 1997
|
||||
# Whom: gary@hotlava.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sane
|
||||
PORTVERSION= 1.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
ftp://ftp.mostang.com/pub/sane/
|
||||
MASTER_SITE_SUBDIR= apps/graphics/capture
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GTK= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN1= saned.1 scanimage.1 xcam.1 xscanimage.1
|
||||
MAN5= sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-artec.5 \
|
||||
sane-avision.5 sane-canon.5 sane-coolscan.5 sane-dc210.5 \
|
||||
sane-dc25.5 sane-dll.5 sane-dmc.5 sane-epson.5 \
|
||||
sane-fujitsu.5 sane-hp.5 sane-microtek.5 sane-microtek2.5 \
|
||||
sane-mustek.5 sane-mustek_pp.5 sane-net.5 sane-pint.5 \
|
||||
sane-plustek.5 sane-pnm.5 sane-qcam.5 sane-ricoh.5 \
|
||||
sane-s9036.5 sane-scsi.5 sane-sharp.5 sane-snapscan.5 \
|
||||
sane-st400.5 sane-tamarack.5 sane-umax.5 sane-v4l.5
|
||||
|
||||
pre-configure:
|
||||
@${ECHO} "*** Note: SANE can be built with an X scanner interface"
|
||||
@${ECHO} "*** (xscanimage) as well as a GIMP plug-in. If you wish"
|
||||
@${ECHO} "*** to do this, hit Ctrl-C right now and build/install"
|
||||
@${ECHO} "*** the GIMP and GTK packages/ports."
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (sane-1.0.3.tar.gz) = c1c2e08358e0196109724ecdbe316c7b
|
@ -1 +0,0 @@
|
||||
API for access to scanners, digitals camera, frame grabbers etc
|
@ -1,9 +0,0 @@
|
||||
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.
|
||||
|
||||
WWW: http://www.mostang.com/sane/
|
@ -1,11 +0,0 @@
|
||||
Congratulations, SANE is now installed.
|
||||
|
||||
If you built it with GIMP and GTK packages/ports installed, you can
|
||||
use SANE as a GIMP plug-in. To do this, as root, type:
|
||||
|
||||
ln -sf /usr/local/bin/xscanimage /usr/X11R6/libexec/gimp/1.1/plug-ins/xscanimage
|
||||
|
||||
Then run the GIMP, and a new "Acquire" menu item should appear in the
|
||||
"Xtras" menu. Use this to access your scanner.
|
||||
|
||||
Have fun!
|
@ -1,139 +0,0 @@
|
||||
bin/sane-config
|
||||
bin/scanimage
|
||||
bin/xcam
|
||||
bin/xscanimage
|
||||
etc/sane.d/abaton.conf
|
||||
etc/sane.d/agfafocus.conf
|
||||
etc/sane.d/apple.conf
|
||||
etc/sane.d/artec.conf
|
||||
etc/sane.d/avision.conf
|
||||
etc/sane.d/coolscan.conf
|
||||
etc/sane.d/dc210.conf
|
||||
etc/sane.d/dc25.conf
|
||||
etc/sane.d/dll.conf
|
||||
etc/sane.d/dmc.conf
|
||||
etc/sane.d/epson.conf
|
||||
etc/sane.d/hp.conf
|
||||
etc/sane.d/m3096g.conf
|
||||
etc/sane.d/microtek.conf
|
||||
etc/sane.d/microtek2.conf
|
||||
etc/sane.d/mustek.conf
|
||||
etc/sane.d/mustek_pp.conf
|
||||
etc/sane.d/net.conf
|
||||
etc/sane.d/plustek.conf
|
||||
etc/sane.d/ricoh.conf
|
||||
etc/sane.d/s9036.conf
|
||||
etc/sane.d/saned.conf
|
||||
etc/sane.d/sharp.conf
|
||||
etc/sane.d/snapscan.conf
|
||||
etc/sane.d/sp15c.conf
|
||||
etc/sane.d/st400.conf
|
||||
etc/sane.d/tamarack.conf
|
||||
etc/sane.d/umax.conf
|
||||
include/sane/config.h
|
||||
include/sane/sane.h
|
||||
include/sane/sanei.h
|
||||
include/sane/sanei_backend.h
|
||||
include/sane/sanei_codec_ascii.h
|
||||
include/sane/sanei_codec_bin.h
|
||||
include/sane/sanei_debug.h
|
||||
include/sane/sanei_net.h
|
||||
include/sane/sanei_pa4s2.h
|
||||
include/sane/sanei_scsi.h
|
||||
include/sane/sanei_wire.h
|
||||
include/sane/saneopts.h
|
||||
lib/libsane.a
|
||||
lib/libsane.so
|
||||
lib/libsane.so.1
|
||||
lib/sane/libsane-abaton.a
|
||||
lib/sane/libsane-abaton.so
|
||||
lib/sane/libsane-abaton.so.1
|
||||
lib/sane/libsane-agfafocus.a
|
||||
lib/sane/libsane-agfafocus.so
|
||||
lib/sane/libsane-agfafocus.so.1
|
||||
lib/sane/libsane-apple.a
|
||||
lib/sane/libsane-apple.so
|
||||
lib/sane/libsane-apple.so.1
|
||||
lib/sane/libsane-artec.a
|
||||
lib/sane/libsane-artec.so
|
||||
lib/sane/libsane-artec.so.1
|
||||
lib/sane/libsane-avision.a
|
||||
lib/sane/libsane-avision.so
|
||||
lib/sane/libsane-avision.so.1
|
||||
lib/sane/libsane-canon.a
|
||||
lib/sane/libsane-canon.so
|
||||
lib/sane/libsane-canon.so.1
|
||||
lib/sane/libsane-coolscan.a
|
||||
lib/sane/libsane-coolscan.so
|
||||
lib/sane/libsane-coolscan.so.1
|
||||
lib/sane/libsane-dc210.a
|
||||
lib/sane/libsane-dc210.so
|
||||
lib/sane/libsane-dc210.so.1
|
||||
lib/sane/libsane-dc25.a
|
||||
lib/sane/libsane-dc25.so
|
||||
lib/sane/libsane-dc25.so.1
|
||||
lib/sane/libsane-dll.a
|
||||
lib/sane/libsane-dll.so
|
||||
lib/sane/libsane-dll.so.1
|
||||
lib/sane/libsane-dmc.a
|
||||
lib/sane/libsane-dmc.so
|
||||
lib/sane/libsane-dmc.so.1
|
||||
lib/sane/libsane-epson.a
|
||||
lib/sane/libsane-epson.so
|
||||
lib/sane/libsane-epson.so.1
|
||||
lib/sane/libsane-hp.a
|
||||
lib/sane/libsane-hp.so
|
||||
lib/sane/libsane-hp.so.1
|
||||
lib/sane/libsane-m3096g.a
|
||||
lib/sane/libsane-m3096g.so
|
||||
lib/sane/libsane-m3096g.so.1
|
||||
lib/sane/libsane-microtek.a
|
||||
lib/sane/libsane-microtek.so
|
||||
lib/sane/libsane-microtek.so.1
|
||||
lib/sane/libsane-microtek2.a
|
||||
lib/sane/libsane-microtek2.so
|
||||
lib/sane/libsane-microtek2.so.1
|
||||
lib/sane/libsane-mustek.a
|
||||
lib/sane/libsane-mustek.so
|
||||
lib/sane/libsane-mustek.so.1
|
||||
lib/sane/libsane-mustek_pp.a
|
||||
lib/sane/libsane-mustek_pp.so
|
||||
lib/sane/libsane-mustek_pp.so.1
|
||||
lib/sane/libsane-net.a
|
||||
lib/sane/libsane-net.so
|
||||
lib/sane/libsane-net.so.1
|
||||
lib/sane/libsane-plustek.a
|
||||
lib/sane/libsane-plustek.so
|
||||
lib/sane/libsane-plustek.so.1
|
||||
lib/sane/libsane-pnm.a
|
||||
lib/sane/libsane-pnm.so
|
||||
lib/sane/libsane-pnm.so.1
|
||||
lib/sane/libsane-ricoh.a
|
||||
lib/sane/libsane-ricoh.so
|
||||
lib/sane/libsane-ricoh.so.1
|
||||
lib/sane/libsane-s9036.a
|
||||
lib/sane/libsane-s9036.so
|
||||
lib/sane/libsane-s9036.so.1
|
||||
lib/sane/libsane-sharp.a
|
||||
lib/sane/libsane-sharp.so
|
||||
lib/sane/libsane-sharp.so.1
|
||||
lib/sane/libsane-snapscan.a
|
||||
lib/sane/libsane-snapscan.so
|
||||
lib/sane/libsane-snapscan.so.1
|
||||
lib/sane/libsane-sp15c.a
|
||||
lib/sane/libsane-sp15c.so
|
||||
lib/sane/libsane-sp15c.so.1
|
||||
lib/sane/libsane-st400.a
|
||||
lib/sane/libsane-st400.so
|
||||
lib/sane/libsane-st400.so.1
|
||||
lib/sane/libsane-tamarack.a
|
||||
lib/sane/libsane-tamarack.so
|
||||
lib/sane/libsane-tamarack.so.1
|
||||
lib/sane/libsane-umax.a
|
||||
lib/sane/libsane-umax.so
|
||||
lib/sane/libsane-umax.so.1
|
||||
sbin/saned
|
||||
share/sane-style.rc
|
||||
@dirrm lib/sane
|
||||
@dirrm include/sane
|
||||
@dirrm etc/sane.d
|
Loading…
Reference in New Issue
Block a user