View | Details | Raw Unified | Return to bug 55520
Collapse All | Expand All

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

Return to bug 55520