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

(-)Makefile (-9 / +8 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	bsp_upektfmess
8
PORTNAME=	bsp_upektfmess
9
PORTVERSION=	1.0
9
PORTVERSION=	1.1
10
PORTREVISION=	2
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://www.upek.com/support/download/ \
11
MASTER_SITES=	http://www.upek.com/support/download/ \
13
		http://shapeshifter.se/pub/bsp_upektfmess/
12
		http://www.shapeshifter.se/pub/bsp_upektfmess/
14
DISTNAME=	TFMESS_BSP_FreeBSD_1.0
13
DISTNAME=	TFMESS_BSP_FreeBSD_1.1
15
14
16
MAINTAINER=	fli@shapeshifter.se
15
MAINTAINER=	fli@shapeshifter.se
17
COMMENT=	UPEK TouchChip TFM/ESS Fingerprint BSP
16
COMMENT=	UPEK TouchChip TFM/ESS Fingerprint BSP
Lines 37-50 Link Here
37
OPTIONS=	GUI "Install GUI" off
36
OPTIONS=	GUI "Install GUI" off
38
37
39
.include <bsd.port.pre.mk>
38
.include <bsd.port.pre.mk>
40
.if ${OSVERSION} < 600000
39
.if ${OSVERSION} < 700000
41
IGNORE=		needs at least FreeBSD 6.0-RELEASE
40
IGNORE=		needs at least FreeBSD 7.0-RELEASE
42
.endif
41
.endif
43
42
44
.if defined(WITH_GUI)
43
.if defined(WITH_GUI)
45
TFMESSPATH=${WRKSRC}
44
TFMESSPATH=${WRKDIR}/${DISTNAME}
46
.else
45
.else
47
TFMESSPATH=${WRKSRC}/console_only
46
TFMESSPATH=${WRKDIR}/${DISTNAME}/console_only
48
.endif
47
.endif
49
48
50
do-install:
49
do-install:
Lines 65-71 Link Here
65
	@${ECHO_CMD} ""
64
	@${ECHO_CMD} ""
66
.endif
65
.endif
67
	@${ECHO_CMD} "Configuration instructions are available at"
66
	@${ECHO_CMD} "Configuration instructions are available at"
68
	@${ECHO_CMD} "http://shapeshifter.se/articles/upek_touchchip_freebsd/"
67
	@${ECHO_CMD} "http://www.shapeshifter.se/articles/upek_touchchip_freebsd/"
69
	@${ECHO_CMD} ""
68
	@${ECHO_CMD} ""
70
.endif
69
.endif
71
70
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (TFMESS_BSP_FreeBSD_1.0.zip) = 6c7c4af3cf4dc2171f25db37a5d5ee91
1
MD5 (TFMESS_BSP_FreeBSD_1.1.zip) = 68f9e220c384cf4729cb67acfb7c7939
2
SHA256 (TFMESS_BSP_FreeBSD_1.0.zip) = 3d66837b45f2083ebbc8e1cbb4ea2c22bbf40a40d5366ce798da11a5c0056633
2
SHA256 (TFMESS_BSP_FreeBSD_1.1.zip) = b15b0b3e3233d2865a7d41d351dc9fdffdef8b8c3a2b38a6ae884f9d20f611c1
3
SIZE (TFMESS_BSP_FreeBSD_1.0.zip) = 596447
3
SIZE (TFMESS_BSP_FreeBSD_1.1.zip) = 572353
(-)pkg-deinstall (-3 lines)
Lines 1-7 Link Here
1
#/bin/sh
1
#/bin/sh
2
#
3
# This will physically remove the file aswell.
4
#
5
2
6
if [ "$2" != "DEINSTALL" ]; then
3
if [ "$2" != "DEINSTALL" ]; then
7
	exit 0
4
	exit 0
(-)pkg-descr (-4 / +3 lines)
Lines 1-12 Link Here
1
UPEK TouchChip TFM/ESS Fingerprint BSP is a (binary only) BioAPI BSP which
1
UPEK TouchChip TFM/ESS Fingerprint BSP is a (binary only) BioAPI BSP which
2
provides support for UPEKs fingerprint sensors.
2
provides support for UPEK fingerprint sensors based on the chipset TCD42/TCS3C.
3
3
4
UPEK manufactures both embedded and stand-alone USB-readers, and
4
UPEK manufactures both embedded and stand-alone USB-readers, and
5
their sensors can be found for example in several notebooks such
5
their sensors can be found for example in several notebooks such
6
as IBM ThinkPads, ASUS notebooks, Samsung P10, P30, and T10 series,
6
as IBM ThinkPads, ASUS notebooks, Samsung, NEC Versa and several others.
7
NEC Versa and several others.
8
7
9
Installation and configuration instructions are available at
8
Installation and configuration instructions are available at
10
http://shapeshifter.se/articles/upek_touchchip_freebsd/
9
http://www.shapeshifter.se/articles/upek_touchchip_freebsd/
11
10
12
WWW: http://www.upek.com
11
WWW: http://www.upek.com

Return to bug 122768