- Update to 1.1 (which works on 7.x systems only).
- Drop maintainership. PR: 122768, 126161 Submitted by: maintainer
This commit is contained in:
parent
c7ec68cb5f
commit
ece64df20f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224366
4 changed files with 17 additions and 21 deletions
|
@ -6,18 +6,18 @@
|
|||
#
|
||||
|
||||
PORTNAME= bsp_upektfmess
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.upek.com/support/download/ \
|
||||
http://shapeshifter.se/pub/bsp_upektfmess/
|
||||
DISTNAME= TFMESS_BSP_FreeBSD_1.0
|
||||
http://www.shapeshifter.se/pub/bsp_upektfmess/
|
||||
DISTNAME= TFMESS_BSP_FreeBSD_1.1
|
||||
|
||||
MAINTAINER= fli@shapeshifter.se
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= UPEK TouchChip TFM/ESS Fingerprint BSP
|
||||
|
||||
LIB_DEPENDS= bioapi100.0:${PORTSDIR}/security/bioapi \
|
||||
usb-0.1.8:${PORTSDIR}/devel/libusb
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xext.pc:${PORTSDIR}/x11/libXext
|
||||
|
||||
PLIST_FILES= lib/libtfmessbsp.so
|
||||
|
||||
|
@ -27,7 +27,7 @@ USE_GETTEXT= yes
|
|||
USE_ICONV= yes
|
||||
# Maintainer note
|
||||
# Both the gui and the non-gui object are linked to libX11
|
||||
USE_XORG= x11
|
||||
USE_XORG= x11 xext
|
||||
|
||||
RESTRICTED= license prohibits redistribution
|
||||
NO_BUILD= yes
|
||||
|
@ -37,14 +37,14 @@ ONLY_FOR_ARCHS= i386
|
|||
OPTIONS= GUI "Install GUI" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} < 600000
|
||||
IGNORE= needs at least FreeBSD 6.0-RELEASE
|
||||
.if ${OSVERSION} < 700000
|
||||
IGNORE= needs at least FreeBSD 7.0-RELEASE
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GUI)
|
||||
TFMESSPATH=${WRKSRC}
|
||||
TFMESSPATH=${WRKDIR}/${DISTNAME}
|
||||
.else
|
||||
TFMESSPATH=${WRKSRC}/console_only
|
||||
TFMESSPATH=${WRKDIR}/${DISTNAME}/console_only
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
|
@ -65,7 +65,7 @@ post-install:
|
|||
@${ECHO_CMD} ""
|
||||
.endif
|
||||
@${ECHO_CMD} "Configuration instructions are available at"
|
||||
@${ECHO_CMD} "http://shapeshifter.se/articles/upek_touchchip_freebsd/"
|
||||
@${ECHO_CMD} "http://www.shapeshifter.se/articles/upek_touchchip_freebsd/"
|
||||
@${ECHO_CMD} ""
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (TFMESS_BSP_FreeBSD_1.0.zip) = 6c7c4af3cf4dc2171f25db37a5d5ee91
|
||||
SHA256 (TFMESS_BSP_FreeBSD_1.0.zip) = 3d66837b45f2083ebbc8e1cbb4ea2c22bbf40a40d5366ce798da11a5c0056633
|
||||
SIZE (TFMESS_BSP_FreeBSD_1.0.zip) = 596447
|
||||
MD5 (TFMESS_BSP_FreeBSD_1.1.zip) = 68f9e220c384cf4729cb67acfb7c7939
|
||||
SHA256 (TFMESS_BSP_FreeBSD_1.1.zip) = b15b0b3e3233d2865a7d41d351dc9fdffdef8b8c3a2b38a6ae884f9d20f611c1
|
||||
SIZE (TFMESS_BSP_FreeBSD_1.1.zip) = 572353
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
#/bin/sh
|
||||
#
|
||||
# This will physically remove the file aswell.
|
||||
#
|
||||
|
||||
if [ "$2" != "DEINSTALL" ]; then
|
||||
exit 0
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
UPEK TouchChip TFM/ESS Fingerprint BSP is a (binary only) BioAPI BSP which
|
||||
provides support for UPEKs fingerprint sensors.
|
||||
provides support for UPEK fingerprint sensors based on the chipset TCD42/TCS3C.
|
||||
|
||||
UPEK manufactures both embedded and stand-alone USB-readers, and
|
||||
their sensors can be found for example in several notebooks such
|
||||
as IBM ThinkPads, ASUS notebooks, Samsung P10, P30, and T10 series,
|
||||
NEC Versa and several others.
|
||||
as IBM ThinkPads, ASUS notebooks, Samsung, NEC Versa and several others.
|
||||
|
||||
Installation and configuration instructions are available at
|
||||
http://shapeshifter.se/articles/upek_touchchip_freebsd/
|
||||
http://www.shapeshifter.se/articles/upek_touchchip_freebsd/
|
||||
|
||||
WWW: http://www.upek.com
|
||||
|
|
Loading…
Reference in a new issue