View | Details | Raw Unified | Return to bug 281386 | Differences between
and this patch

Collapse All | Expand All

(-)b/MOVED (+1 lines)
Lines 3440-3442 sysutils/beadm-devel|sysutils/beadm|2024-08-17|Has expired: Outdated development Link Here
3440
net-im/telepathy-salut||2024-08-22|Has expired: Fails to build with libxml2 2.13.2 (PR 279963)
3440
net-im/telepathy-salut||2024-08-22|Has expired: Fails to build with libxml2 2.13.2 (PR 279963)
3441
audio/icecast-kh||2024-08-22|Has expired: Fails to build with libxml2 2.13.2 (PR 280159)
3441
audio/icecast-kh||2024-08-22|Has expired: Fails to build with libxml2 2.13.2 (PR 280159)
3442
net-im/pidgin-icyque||2024-08-27|Has expired: ICQ servers shut down
3442
net-im/pidgin-icyque||2024-08-27|Has expired: ICQ servers shut down
3443
security/fprint_demo|security/libfprint|2024-09-10|Now a part of libfprint
(-)b/security/Makefile (-1 lines)
Lines 160-166 Link Here
160
    SUBDIR += fizz
160
    SUBDIR += fizz
161
    SUBDIR += flawfinder
161
    SUBDIR += flawfinder
162
    SUBDIR += flawz
162
    SUBDIR += flawz
163
    SUBDIR += fprint_demo
164
    SUBDIR += fprintd
163
    SUBDIR += fprintd
165
    SUBDIR += fragroute
164
    SUBDIR += fragroute
166
    SUBDIR += fragrouter
165
    SUBDIR += fragrouter
(-)a/security/fprint_demo/Makefile (-25 lines)
Removed Link Here
1
PORTNAME=	fprint_demo
2
PORTVERSION=	20080303
3
PORTREVISION=	3
4
CATEGORIES=	security
5
MASTER_SITES=	DEBIAN/pool/main/f/${PORTNAME:C/_/-/}
6
DISTNAME=	${PORTNAME:C/_/-/}_${PORTVERSION}git.orig
7
8
MAINTAINER=	danfe@FreeBSD.org
9
COMMENT=	Demo and test application for libfprint
10
WWW=		http://www.reactivated.net/fprint/wiki/Fprint_demo
11
12
LIB_DEPENDS=	libfprint.so:security/libfprint
13
14
USES=		autoreconf desktop-file-utils gnome pkgconfig
15
USE_GNOME=	atk glib20 gtk20 pango
16
17
NO_WRKSUBDIR=	yes
18
19
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	CRYPTO_CFLAGS=-I${OPENSSLINC} \
21
		CRYPTO_LIBS=-lcrypto
22
23
CFLAGS+=	-DHAVE_MEMMEM
24
25
.include <bsd.port.mk>
(-)a/security/fprint_demo/distinfo (-3 lines)
Removed Link Here
1
TIMESTAMP = 1275601092
2
SHA256 (fprint-demo_20080303git.orig.tar.gz) = fcff7f6e8d61b253b88dd87ecf5cdb5418ecf11178ce7cb6ae0e350485045232
3
SIZE (fprint-demo_20080303git.orig.tar.gz) = 77714
(-)a/security/fprint_demo/pkg-descr (-3 lines)
Removed Link Here
1
fprint_demo is a simple GTK+ application to demonstrate and
2
test libfprint's capabilities. It can be used to enroll new finger prints
3
as well as verify and delete existing data sets.
(-)a/security/fprint_demo/pkg-message (-24 lines)
Removed Link Here
1
[
2
{ type: install
3
  message: <<EOM
4
In order to enroll new finger prints, you must have r/w access to the
5
usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*).
6
7
It is recommended to use devfs.rules(5) and a dedicated group to manage
8
access to your finger print reader.
9
10
You can use `usbconfig' to see if your sensor is accessible.
11
12
Example configuration:
13
- /etc/rc.conf:
14
devfs_system_ruleset="localrules"
15
16
- /etc/devfs.rules:
17
[localrules=10]
18
add path 'usb' mode 0770 group operator
19
add path 'usb/*' mode 0660 group operator
20
21
# /etc/rc.d/devfs restart
22
EOM
23
}
24
]
(-)a/security/fprint_demo/pkg-plist (-7 lines)
Removed Link Here
1
bin/fprint_demo
2
share/applications/fprint_demo.desktop
3
share/icons/hicolor/128x128/apps/fprint_demo.png
4
share/icons/hicolor/16x16/apps/fprint_demo.png
5
share/icons/hicolor/22x22/apps/fprint_demo.png
6
share/icons/hicolor/48x48/apps/fprint_demo.png
7
share/icons/hicolor/scalable/apps/fprint_demo.svg

Return to bug 281386