- update to sane-backends-1.0.19
(it should be the last release of the SANE 1.0 series) - some port cleanups while here
This commit is contained in:
parent
04a526965e
commit
5982c6a6ed
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/10/25 20:43:14 winiger Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
|
||||
COMMENT= API for accessing scanners, backends
|
||||
|
||||
DISTNAME= sane-backends-1.0.18
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
SHARED_LIBS= sane 1.17
|
||||
DISTNAME= sane-backends-1.0.19
|
||||
SHARED_LIBS= sane 1.17 # .0.0
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://www.sane-project.org/
|
||||
@ -22,6 +21,7 @@ MASTER_SITES= ftp://ftp.sane-project.org/pub/sane/${DISTNAME}/ \
|
||||
http://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
|
||||
ftp://gd.tuwien.ac.at/hci/sane/${DISTNAME}/ \
|
||||
ftp://ftp.sane-project.org/pub/sane/old-versions/${DISTNAME}/
|
||||
|
||||
WANTLIB= c m pthread exif ltdl z
|
||||
|
||||
LIB_DEPENDS= usb.>=7::devel/libusb \
|
||||
@ -30,20 +30,23 @@ LIB_DEPENDS= usb.>=7::devel/libusb \
|
||||
gphoto2.>=2,gphoto2_port.>=5::graphics/libgphoto2
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
ac_cv_path_MAKEDEPEND="no"
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--sbindir=${LOCALBASE}/libexec \
|
||||
--with-docdir=${LOCALBASE}/share/doc/sane-backends \
|
||||
--sbindir=${PREFIX}/libexec \
|
||||
--with-docdir=${PREFIX}/share/doc/sane-backends \
|
||||
--localstatedir=/var/spool \
|
||||
--with-gphoto2 \
|
||||
--with-group=553
|
||||
|
||||
NO_REGRESS= Yes
|
||||
FAKE_FLAGS= configdir=${PREFIX}/share/examples/sane-backends/sane.d
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (sane-backends-1.0.18.tar.gz) = fKfikI4kchRx3pLPQMdeYA==
|
||||
RMD160 (sane-backends-1.0.18.tar.gz) = qoY63/QX18M8u4XBk4eKpUoFYQA=
|
||||
SHA1 (sane-backends-1.0.18.tar.gz) = 9MNguHztKH5AFaDa/XZq2IXFOeE=
|
||||
SHA256 (sane-backends-1.0.18.tar.gz) = 14dqeMVnawxLwpCRx6fhKHtcC+X/W7Ye8DP7/8c9ZvM=
|
||||
SIZE (sane-backends-1.0.18.tar.gz) = 3789493
|
||||
MD5 (sane-backends-1.0.19.tar.gz) = jAk2Jy3P1OmMUVEmmfHAbw==
|
||||
RMD160 (sane-backends-1.0.19.tar.gz) = Gq8wTL/rPWyV9ggdBCJUQah7ZkQ=
|
||||
SHA1 (sane-backends-1.0.19.tar.gz) = P/ju+o8y5y3NuqS/IP4SXfkBRNU=
|
||||
SHA256 (sane-backends-1.0.19.tar.gz) = EycafrTcSqYHIWKrvXiEjk+q0yxGi5tE5/lc3pak4X4=
|
||||
SIZE (sane-backends-1.0.19.tar.gz) = 4293184
|
||||
|
@ -1,16 +1,7 @@
|
||||
$OpenBSD: patch-backend_Makefile_in,v 1.2 2006/08/14 12:55:30 kurt Exp $
|
||||
--- backend/Makefile.in.orig Sun Jun 11 13:10:59 2006
|
||||
+++ backend/Makefile.in Tue Aug 8 22:52:13 2006
|
||||
@@ -26,7 +26,7 @@ infodir = @infodir@
|
||||
mandir = @mandir@
|
||||
includedir = @includedir@
|
||||
oldincludedir = /usr/include
|
||||
-configdir = ${sysconfdir}/sane.d
|
||||
+configdir = ${datadir}/examples/$(PACKAGE)/sane.d
|
||||
BEOS_ADDONDIR = @BEOS_ADDONDIR@
|
||||
|
||||
V_MAJOR = @V_MAJOR@
|
||||
@@ -180,7 +180,8 @@ DISTFILES = abaton.c abaton.conf.in abat
|
||||
$OpenBSD: patch-backend_Makefile_in,v 1.3 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
--- backend/Makefile.in.orig Mon Feb 11 00:02:31 2008
|
||||
+++ backend/Makefile.in Tue Feb 12 11:40:39 2008
|
||||
@@ -213,7 +213,8 @@ DISTFILES = Makefile.in saned.conf.in sane_strstatus.c
|
||||
libsane-%.la: %.lo %-s.lo $(EXTRA) $(LIBOBJS)
|
||||
@$(LIBTOOL) $(MLINK) $(CC) -export-dynamic -o $@ $($*_LIBS) \
|
||||
$(LDFLAGS) $(BACKENDLIBS) $^ @LIBTOOL_LINK_EXTRA@ -rpath $(libsanedir) \
|
||||
@ -20,7 +11,7 @@ $OpenBSD: patch-backend_Makefile_in,v 1.2 2006/08/14 12:55:30 kurt Exp $
|
||||
|
||||
%-s.lo: %-s.c
|
||||
@$(LIBTOOL) $(MCOMP) $(COMPILE) -DSTUBS -DBACKEND_NAME=$* $<
|
||||
@@ -208,7 +209,7 @@ install-be:
|
||||
@@ -241,7 +242,7 @@ install-be:
|
||||
$(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) $${be} \
|
||||
$(DESTDIR)$(libsanedir)/$${be} >/dev/null || exit 1; \
|
||||
done
|
||||
@ -29,7 +20,7 @@ $OpenBSD: patch-backend_Makefile_in,v 1.2 2006/08/14 12:55:30 kurt Exp $
|
||||
@# Remove libsane.* links in lib/sane/ as these links to libsane-v4l.so
|
||||
@# cause misdetection of scanners.
|
||||
rm -f $(DESTDIR)$(libsanedir)/libsane.*
|
||||
@@ -237,7 +238,7 @@ install-libsane:
|
||||
@@ -270,7 +271,7 @@ install-libsane:
|
||||
@echo installing libsane.la in $(DESTDIR)$(libdir)/libsane.la...
|
||||
@$(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) libsane.la \
|
||||
$(DESTDIR)$(libdir)/libsane.la >/dev/null
|
||||
@ -38,7 +29,7 @@ $OpenBSD: patch-backend_Makefile_in,v 1.2 2006/08/14 12:55:30 kurt Exp $
|
||||
|
||||
install-becfg:
|
||||
@list="$(CONFIGS)"; for cfg in $$list; do \
|
||||
@@ -255,7 +256,7 @@ install-becfg:
|
||||
@@ -288,7 +289,7 @@ install-becfg:
|
||||
done
|
||||
|
||||
install-lockpath:
|
||||
@ -47,7 +38,7 @@ $OpenBSD: patch-backend_Makefile_in,v 1.2 2006/08/14 12:55:30 kurt Exp $
|
||||
|
||||
uninstall:
|
||||
rm -rf $(libsanedir) $(configdir) $(locksanedir)
|
||||
@@ -287,7 +288,7 @@ dll-preload.c:
|
||||
@@ -320,7 +321,7 @@ dll-preload.c:
|
||||
libsane.la: dll.lo dll-s.lo $(EXTRA) $(addsuffix .lo,$(DLL_PRELOAD)) $(LIBOBJS)
|
||||
@$(LIBTOOL) $(MLINK) $(CC) -o $@ $(LDFLAGS) $(BACKENDLIBS) $^ \
|
||||
$(addsuffix .lo,$(DLL_PRELOAD_EXTRAS)) @LIBTOOL_LINK_EXTRA@ \
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-backend_dell1600n_net_c,v 1.1 2006/08/14 12:55:30 kurt Exp $
|
||||
--- backend/dell1600n_net.c.orig Tue Aug 8 22:51:16 2006
|
||||
+++ backend/dell1600n_net.c Tue Aug 8 22:51:38 2006
|
||||
@@ -1762,7 +1762,7 @@ int
|
||||
ProcessPageData (struct ScannerState *pState)
|
||||
{
|
||||
|
||||
- char tempFilename[TMP_MAX] = "scan.dat";
|
||||
+ char tempFilename[L_tmpnam] = "scan.dat";
|
||||
FILE *fTmp;
|
||||
int fdTmp;
|
||||
struct jpeg_source_mgr jpegSrcMgr;
|
@ -1,16 +1,16 @@
|
||||
$OpenBSD: patch-backend_dll_c,v 1.2 2006/08/14 12:55:30 kurt Exp $
|
||||
--- backend/dll.c.orig Sat Feb 4 17:36:05 2006
|
||||
+++ backend/dll.c Tue Aug 8 22:50:50 2006
|
||||
@@ -394,7 +394,7 @@ load (struct backend *be)
|
||||
# define PREFIX ""
|
||||
# define POSTFIX ".dll"
|
||||
$OpenBSD: patch-backend_dll_c,v 1.3 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
--- backend/dll.c.orig Sat Nov 10 12:35:34 2007
|
||||
+++ backend/dll.c Tue Feb 12 11:40:39 2008
|
||||
@@ -396,7 +396,7 @@ load (struct backend *be)
|
||||
# elif defined (__APPLE__) && defined (__MACH__)
|
||||
# define POSTFIX ".%u.so"
|
||||
# else
|
||||
-# define POSTFIX ".so.%u"
|
||||
+# define POSTFIX ".so"
|
||||
# endif
|
||||
mode = getenv ("LD_BIND_NOW") ? RTLD_NOW : RTLD_LAZY;
|
||||
#elif defined(HAVE_SHL_LOAD)
|
||||
@@ -456,7 +456,7 @@ load (struct backend *be)
|
||||
@@ -458,7 +458,7 @@ load (struct backend *be)
|
||||
(be->name)+2, V_MAJOR);
|
||||
#else
|
||||
snprintf (libname, sizeof (libname), "%s/" PREFIX "%s" POSTFIX,
|
||||
|
@ -1,16 +1,21 @@
|
||||
$OpenBSD: patch-backend_dll_conf_in,v 1.1 2006/07/21 10:31:09 alek Exp $
|
||||
--- backend/dll.conf.in.orig Mon Jul 3 10:09:52 2006
|
||||
+++ backend/dll.conf.in Mon Jul 3 10:10:14 2006
|
||||
@@ -24,7 +24,7 @@ fujitsu
|
||||
genesys
|
||||
$OpenBSD: patch-backend_dll_conf_in,v 1.2 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
--- backend/dll.conf.in.orig Tue Feb 12 11:38:02 2008
|
||||
+++ backend/dll.conf.in Tue Feb 12 11:38:35 2008
|
||||
@@ -28,7 +28,7 @@ genesys
|
||||
gt68xx
|
||||
hp
|
||||
hp3900
|
||||
-hpsj5s
|
||||
+#hpsj5s
|
||||
hp3500
|
||||
hp4200
|
||||
hp5400
|
||||
@@ -47,7 +47,7 @@ pixma
|
||||
@@ -50,11 +50,11 @@ nec
|
||||
niash
|
||||
pie
|
||||
pint
|
||||
-pixma
|
||||
+#pixma
|
||||
plustek
|
||||
#plustek_pp
|
||||
#pnm
|
||||
@ -19,7 +24,7 @@ $OpenBSD: patch-backend_dll_conf_in,v 1.1 2006/07/21 10:31:09 alek Exp $
|
||||
ricoh
|
||||
s9036
|
||||
sceptre
|
||||
@@ -67,7 +67,7 @@ u12
|
||||
@@ -74,7 +74,7 @@ u12
|
||||
umax
|
||||
#umax_pp
|
||||
umax1220u
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.5 2006/07/21 10:31:09 alek Exp $
|
||||
--- configure.orig Mon Jul 3 00:22:09 2006
|
||||
+++ configure Mon Jul 3 16:43:49 2006
|
||||
@@ -5779,7 +5779,7 @@ done
|
||||
$OpenBSD: patch-configure,v 1.6 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
--- configure.orig Mon Feb 11 00:02:31 2008
|
||||
+++ configure Tue Feb 12 11:47:39 2008
|
||||
@@ -6388,7 +6388,7 @@ done
|
||||
|
||||
#check if links for dynamic libs should be created
|
||||
case "${host_os}" in
|
||||
@ -10,10 +10,37 @@ $OpenBSD: patch-configure,v 1.5 2006/07/21 10:31:09 alek Exp $
|
||||
USE_LINKS=no
|
||||
;;
|
||||
*)
|
||||
@@ -7549,17 +7549,17 @@ if test "${with_group+set}" = set; then
|
||||
@@ -7657,13 +7657,13 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then
|
||||
_ACEOF
|
||||
|
||||
|
||||
-{ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
|
||||
-echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
|
||||
+{ echo "$as_me:$LINENO: checking for pthread_create in -pthread" >&5
|
||||
+echo $ECHO_N "checking for pthread_create in -pthread... $ECHO_C" >&6; }
|
||||
if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpthread $LIBS"
|
||||
+LIBS="-pthread $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -7723,7 +7723,7 @@ if test $ac_cv_lib_pthread_pthread_create = yes; then
|
||||
#define HAVE_LIBPTHREAD 1
|
||||
_ACEOF
|
||||
|
||||
- LIBS="-lpthread $LIBS"
|
||||
+ LIBS="-pthread $LIBS"
|
||||
|
||||
fi
|
||||
|
||||
# check if the group does exist
|
||||
@@ -7884,18 +7884,6 @@ if test "${with_group+set}" = set; then
|
||||
|
||||
fi
|
||||
|
||||
- # check if the group does exist
|
||||
- lasterror=""
|
||||
- touch sanetest.file
|
||||
- chgrp $LOCKPATH_GROUP sanetest.file 2>/dev/null || lasterror=$?
|
||||
@ -25,26 +52,15 @@ $OpenBSD: patch-configure,v 1.5 2006/07/21 10:31:09 alek Exp $
|
||||
-echo "$as_me: WARNING: Locking feature will be disabled." >&2;}
|
||||
- use_locking=no
|
||||
- fi
|
||||
+# lasterror=""
|
||||
+# touch sanetest.file
|
||||
+# chgrp $LOCKPATH_GROUP sanetest.file 2>/dev/null || lasterror=$?
|
||||
+# rm -f sanetest.file
|
||||
+# if test ! -z "$lasterror"; then
|
||||
+# { echo "$as_me:$LINENO: WARNING: Group $LOCKPATH_GROUP does not exist on this system." >&5
|
||||
+#echo "$as_me: WARNING: Group $LOCKPATH_GROUP does not exist on this system." >&2;}
|
||||
+# { echo "$as_me:$LINENO: WARNING: Locking feature will be disabled." >&5
|
||||
+#echo "$as_me: WARNING: Locking feature will be disabled." >&2;}
|
||||
+# use_locking=no
|
||||
+# fi
|
||||
fi
|
||||
if test $use_locking = yes ; then
|
||||
INSTALL_LOCKPATH=install-lockpath
|
||||
@@ -28966,7 +28966,7 @@ echo "$as_me: Manually selected backends
|
||||
BACKENDS="abaton agfafocus apple artec as6e avision bh canon \
|
||||
canon630u coolscan coolscan2 dc25 dmc \
|
||||
epson fujitsu genesys gt68xx hp leo lexmark matsushita microtek \
|
||||
- microtek2 mustek mustek_usb nec pie pixma plustek \
|
||||
+ microtek2 mustek mustek_usb nec pie plustek \
|
||||
plustek_pp ricoh s9036 sceptre sharp \
|
||||
sp15c st400 tamarack test teco1 teco2 teco3 umax umax_pp umax1220u \
|
||||
artec_eplus48u ma1509 ibm hp5400 u12 snapscan niash sm3840 hp4200 \
|
||||
@@ -27050,7 +27038,7 @@ echo "$as_me: Manually selected backends: ${BACKENDS}"
|
||||
hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm1005 hs2p \
|
||||
ibm leo lexmark \
|
||||
ma1509 matsushita microtek microtek2 mustek mustek_usb \
|
||||
- nec niash pie pixma plustek ricoh \
|
||||
+ nec niash pie plustek ricoh \
|
||||
s9036 sceptre sharp sm3600 sm3840 snapscan sp15c st400 stv680 \
|
||||
tamarack teco1 teco2 teco3 test u12 umax umax_pp umax1220u"
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.2 2006/08/14 12:55:30 kurt Exp $
|
||||
--- doc/Makefile.in.orig Tue Jun 6 18:32:02 2006
|
||||
+++ doc/Makefile.in Tue Aug 8 22:52:48 2006
|
||||
@@ -77,11 +77,7 @@ MAN2HTML= nroff -man |\
|
||||
HTML_PAGES = sane-backends.html sane-backends-external.html \
|
||||
sane-mfgs.html sane-mfgs-external.html
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.3 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
--- doc/Makefile.in.orig Sun Feb 3 07:59:35 2008
|
||||
+++ doc/Makefile.in Tue Feb 12 11:40:39 2008
|
||||
@@ -84,11 +84,7 @@ else
|
||||
HTML_PAGES =
|
||||
endif
|
||||
|
||||
-ifeq (@USE_LATEX@,no)
|
||||
STANDARD =
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-doc_saned_man,v 1.3 2006/04/23 10:29:53 alek Exp $
|
||||
--- doc/saned.man.orig Mon Dec 19 11:12:10 2005
|
||||
+++ doc/saned.man Mon Dec 19 11:15:51 2005
|
||||
@@ -92,7 +92,7 @@ support IPv6, check the documentation fo
|
||||
$OpenBSD: patch-doc_saned_man,v 1.4 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
--- doc/saned.man.orig Sat Nov 26 06:31:26 2005
|
||||
+++ doc/saned.man Tue Feb 12 11:40:39 2008
|
||||
@@ -92,7 +92,7 @@ support IPv6, check the documentation for your inetd d
|
||||
The configuration line normally looks like this:
|
||||
.PP
|
||||
.RS
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-japi_Makefile_in,v 1.1 2005/11/15 21:04:58 wilfried Exp $
|
||||
--- japi/Makefile.in.orig Sat Apr 24 17:42:19 2004
|
||||
+++ japi/Makefile.in Tue Nov 15 21:52:51 2005
|
||||
@@ -112,7 +112,6 @@ install:
|
||||
$OpenBSD: patch-japi_Makefile_in,v 1.2 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
--- japi/Makefile.in.orig Sun Feb 3 07:59:35 2008
|
||||
+++ japi/Makefile.in Tue Feb 12 11:40:39 2008
|
||||
@@ -113,7 +113,6 @@ install:
|
||||
$(MKDIR) $(libdir) $(configdir)
|
||||
$(LIBTOOL) $(MINST) $(INSTALL_PROGRAM) libsanej.la \
|
||||
$(libdir)/libsanej.la || exit 1;
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.5 2006/07/21 10:31:09 alek Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.6 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
@lib lib/libsane.so.${LIBsane_VERSION}
|
||||
lib/sane/libsane-abaton.so
|
||||
lib/sane/libsane-agfafocus.so
|
||||
@ -10,6 +10,7 @@ lib/sane/libsane-avision.so
|
||||
lib/sane/libsane-bh.so
|
||||
lib/sane/libsane-canon.so
|
||||
lib/sane/libsane-canon630u.so
|
||||
lib/sane/libsane-cardscan.so
|
||||
lib/sane/libsane-coolscan.so
|
||||
lib/sane/libsane-coolscan2.so
|
||||
lib/sane/libsane-dc210.so
|
||||
@ -18,15 +19,21 @@ lib/sane/libsane-dc25.so
|
||||
lib/sane/libsane-dell1600n_net.so
|
||||
lib/sane/libsane-dll.so
|
||||
lib/sane/libsane-dmc.so
|
||||
lib/sane/libsane-epjitsu.so
|
||||
lib/sane/libsane-epson.so
|
||||
lib/sane/libsane-epson2.so
|
||||
lib/sane/libsane-fujitsu.so
|
||||
lib/sane/libsane-genesys.so
|
||||
lib/sane/libsane-gphoto2.so
|
||||
lib/sane/libsane-gt68xx.so
|
||||
lib/sane/libsane-hp.so
|
||||
lib/sane/libsane-hp3500.so
|
||||
lib/sane/libsane-hp3900.so
|
||||
lib/sane/libsane-hp4200.so
|
||||
lib/sane/libsane-hp5400.so
|
||||
lib/sane/libsane-hp5590.so
|
||||
lib/sane/libsane-hpljm1005.so
|
||||
lib/sane/libsane-hs2p.so
|
||||
lib/sane/libsane-ibm.so
|
||||
lib/sane/libsane-leo.so
|
||||
lib/sane/libsane-lexmark.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2006/07/21 10:31:09 alek Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/02/13 13:23:58 ajacoutot Exp $
|
||||
@newgroup _saned:553
|
||||
@newuser _saned:553:_saned:daemon:Scanner Daemon:/var/empty:/sbin/nologin
|
||||
%%SHARED%%
|
||||
@ -32,6 +32,8 @@ lib/sane/libsane-canon.a
|
||||
lib/sane/libsane-canon.la
|
||||
lib/sane/libsane-canon630u.a
|
||||
lib/sane/libsane-canon630u.la
|
||||
lib/sane/libsane-cardscan.a
|
||||
lib/sane/libsane-cardscan.la
|
||||
lib/sane/libsane-coolscan.a
|
||||
lib/sane/libsane-coolscan.la
|
||||
lib/sane/libsane-coolscan2.a
|
||||
@ -48,8 +50,12 @@ lib/sane/libsane-dll.a
|
||||
lib/sane/libsane-dll.la
|
||||
lib/sane/libsane-dmc.a
|
||||
lib/sane/libsane-dmc.la
|
||||
lib/sane/libsane-epjitsu.a
|
||||
lib/sane/libsane-epjitsu.la
|
||||
lib/sane/libsane-epson.a
|
||||
lib/sane/libsane-epson.la
|
||||
lib/sane/libsane-epson2.a
|
||||
lib/sane/libsane-epson2.la
|
||||
lib/sane/libsane-fujitsu.a
|
||||
lib/sane/libsane-fujitsu.la
|
||||
lib/sane/libsane-genesys.a
|
||||
@ -62,10 +68,18 @@ lib/sane/libsane-hp.a
|
||||
lib/sane/libsane-hp.la
|
||||
lib/sane/libsane-hp3500.a
|
||||
lib/sane/libsane-hp3500.la
|
||||
lib/sane/libsane-hp3900.a
|
||||
lib/sane/libsane-hp3900.la
|
||||
lib/sane/libsane-hp4200.a
|
||||
lib/sane/libsane-hp4200.la
|
||||
lib/sane/libsane-hp5400.a
|
||||
lib/sane/libsane-hp5400.la
|
||||
lib/sane/libsane-hp5590.a
|
||||
lib/sane/libsane-hp5590.la
|
||||
lib/sane/libsane-hpljm1005.a
|
||||
lib/sane/libsane-hpljm1005.la
|
||||
lib/sane/libsane-hs2p.a
|
||||
lib/sane/libsane-hs2p.la
|
||||
lib/sane/libsane-ibm.a
|
||||
lib/sane/libsane-ibm.la
|
||||
lib/sane/libsane-leo.a
|
||||
@ -154,6 +168,7 @@ libexec/saned
|
||||
@man man/man5/sane-canon.5
|
||||
@man man/man5/sane-canon630u.5
|
||||
@comment @man man/man5/sane-canon_pp.5
|
||||
@man man/man5/sane-cardscan.5
|
||||
@man man/man5/sane-coolscan.5
|
||||
@man man/man5/sane-coolscan2.5
|
||||
@man man/man5/sane-dc210.5
|
||||
@ -161,6 +176,7 @@ libexec/saned
|
||||
@man man/man5/sane-dc25.5
|
||||
@man man/man5/sane-dll.5
|
||||
@man man/man5/sane-dmc.5
|
||||
@man man/man5/sane-epjitsu.5
|
||||
@man man/man5/sane-epson.5
|
||||
@man man/man5/sane-fujitsu.5
|
||||
@man man/man5/sane-genesys.5
|
||||
@ -168,9 +184,13 @@ libexec/saned
|
||||
@man man/man5/sane-gt68xx.5
|
||||
@man man/man5/sane-hp.5
|
||||
@man man/man5/sane-hp3500.5
|
||||
@man man/man5/sane-hp3900.5
|
||||
@man man/man5/sane-hp4200.5
|
||||
@man man/man5/sane-hp5400.5
|
||||
@man man/man5/sane-hp5590.5
|
||||
@man man/man5/sane-hpljm1005.5
|
||||
@comment @man man/man5/sane-hpsj5s.5
|
||||
@man man/man5/sane-hs2p.5
|
||||
@man man/man5/sane-ibm.5
|
||||
@man man/man5/sane-leo.5
|
||||
@man man/man5/sane-lexmark.5
|
||||
@ -334,6 +354,8 @@ share/examples/sane-backends/sane.d/canon.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/canon.conf
|
||||
share/examples/sane-backends/sane.d/canon630u.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/canon630u.conf
|
||||
share/examples/sane-backends/sane.d/cardscan.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/cardscan.conf
|
||||
share/examples/sane-backends/sane.d/coolscan.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/coolscan.conf
|
||||
share/examples/sane-backends/sane.d/coolscan2.conf
|
||||
@ -344,12 +366,18 @@ share/examples/sane-backends/sane.d/dc240.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/dc240.conf
|
||||
share/examples/sane-backends/sane.d/dc25.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/dc25.conf
|
||||
share/examples/sane-backends/sane.d/dell1600n_net.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/dell1600n_net.conf
|
||||
share/examples/sane-backends/sane.d/dll.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/dll.conf
|
||||
share/examples/sane-backends/sane.d/dmc.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/dmc.conf
|
||||
share/examples/sane-backends/sane.d/epjitsu.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/epjitsu.conf
|
||||
share/examples/sane-backends/sane.d/epson.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/epson.conf
|
||||
share/examples/sane-backends/sane.d/epson2.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/epson2.conf
|
||||
share/examples/sane-backends/sane.d/fujitsu.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/fujitsu.conf
|
||||
share/examples/sane-backends/sane.d/genesys.conf
|
||||
@ -360,10 +388,13 @@ share/examples/sane-backends/sane.d/gt68xx.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/gt68xx.conf
|
||||
share/examples/sane-backends/sane.d/hp.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/hp.conf
|
||||
share/examples/sane-backends/sane.d/hp3900.conf
|
||||
share/examples/sane-backends/sane.d/hp4200.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/hp4200.conf
|
||||
share/examples/sane-backends/sane.d/hp5400.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/hp5400.conf
|
||||
share/examples/sane-backends/sane.d/hs2p.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/hs2p.conf
|
||||
share/examples/sane-backends/sane.d/ibm.conf
|
||||
@sample ${SYSCONFDIR}/sane.d/ibm.conf
|
||||
share/examples/sane-backends/sane.d/leo.conf
|
||||
@ -434,18 +465,20 @@ share/locale/bg/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/cs/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/da/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/de/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/eo/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/es/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/fi/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/fr/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/it/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/nb/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/nl/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/no/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/pl/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/pt/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/ru/LC_MESSAGES/sane-backends.mo
|
||||
share/locale/sv/LC_MESSAGES/sane-backends.mo
|
||||
share/sane/
|
||||
share/sane/artec_eplus48u/
|
||||
share/sane/epjitsu/
|
||||
share/sane/gt68xx/
|
||||
share/sane/snapscan/
|
||||
@mode 775
|
||||
|
Loading…
Reference in New Issue
Block a user