diff -urN s10sh.orig/Makefile s10sh/Makefile --- s10sh.orig/Makefile Mon Aug 11 22:23:34 2003 +++ s10sh/Makefile Tue Aug 12 22:14:13 2003 @@ -6,26 +6,24 @@ # PORTNAME= s10sh -PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTVERSION= 0.2.1 CATEGORIES= graphics MASTER_SITES= http://www.reynoldsnet.org/s10sh/ \ - http://www.edwinh.org/s10sh/ \ - http://www.kyuzz.org/antirez/s10sh-src/ + http://www.edwinh.org/s10sh/ MAINTAINER= johnjen@reynoldsnet.org COMMENT= USB/serial userspace driver for the Canon PowerShot digital cameras -# Don't extract the libusb bundled with s10sh: -EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/libusb*' - -MAKEFILE= ${FILESDIR}/Makefile.bsd - .if defined(NOUSB) || defined(WITHOUT_USB) MAKE_ENV+= WITHOUT_USB=YES .else LIB_DEPENDS= usb-0.1.7:${PORTSDIR}/devel/libusb .endif + +# Don't extract the libusb bundled with s10sh: +EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/libusb*' + +MAKEFILE= ${FILESDIR}/Makefile.bsd .if !defined(NOPORTDOCS) post-install: diff -urN s10sh.orig/distinfo s10sh/distinfo --- s10sh.orig/distinfo Mon Aug 11 22:23:34 2003 +++ s10sh/distinfo Tue Aug 12 21:44:01 2003 @@ -1 +1 @@ -MD5 (s10sh-0.2.0.tar.gz) = 7792756ccb941baa87b3624d1a4bbe92 +MD5 (s10sh-0.2.1.tar.gz) = d16ae61c435890f64224745e5d023d32 diff -urN s10sh.orig/pkg-descr s10sh/pkg-descr --- s10sh.orig/pkg-descr Mon Aug 11 22:23:34 2003 +++ s10sh/pkg-descr Tue Aug 12 22:13:38 2003 @@ -13,7 +13,12 @@ A50 (serial only, supported with problems) Pro70 (serial only, supported with problems) +Other models are reported to work as well: Elph S400, Digital Ixus V3, S30, +A60, EOS-10D. + With the release of libusb 0.1.3b (http://sourceforge.net/projects/libusb/), S10sh gained USB support under FreeBSD. -WWW: http://www.kyuzz.org/antirez/s10sh.html +The original author's web page is http://www.kyuzz.org/antirez/s10sh.html + +WWW: http://www.reynoldsnet.org/s10sh/