aboutsummaryrefslogtreecommitdiff
path: root/security/fprint_demo
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2022-12-31 01:33:50 +0000
committerRene Ladan <rene@FreeBSD.org>2022-12-31 01:33:50 +0000
commit995d4adbb514883a613d1bdd4e337f2d217cbe0f (patch)
treedafda96b9ecf3c175672dfd72791012a8dacdae2 /security/fprint_demo
parent29de0a8fb03daff2de8d9b47fa5acafa4bb46681 (diff)
downloadports-995d4adbb514883a613d1bdd4e337f2d217cbe0f.tar.gz
ports-995d4adbb514883a613d1bdd4e337f2d217cbe0f.zip
cleanup: Remove expired ports:
2022-12-31 security/libfprint: Very outdated, unsupported upstream which now have systemd as a non optional requirement 2022-12-31 security/fprint_demo: Depends on deprecated library libfprint 2022-12-31 security/fprintd: Very outdated, unsupported upstream which now have systemd as a non optional requirement
Diffstat (limited to 'security/fprint_demo')
-rw-r--r--security/fprint_demo/Makefile28
-rw-r--r--security/fprint_demo/distinfo2
-rw-r--r--security/fprint_demo/pkg-descr3
-rw-r--r--security/fprint_demo/pkg-message24
-rw-r--r--security/fprint_demo/pkg-plist7
5 files changed, 0 insertions, 64 deletions
diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile
deleted file mode 100644
index d8df95356abb..000000000000
--- a/security/fprint_demo/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-PORTNAME= fprint_demo
-PORTVERSION= 20080303
-PORTREVISION= 2
-CATEGORIES= security
-MASTER_SITES= DEBIAN/pool/main/f/${PORTNAME:C/_/-/}
-DISTNAME= ${PORTNAME:C/_/-/}_${PORTVERSION}git.orig
-
-MAINTAINER= lichray@gmail.com
-COMMENT= Demo and test application for libfprint
-WWW= http://www.reactivated.net/fprint/wiki/Fprint_demo
-
-DEPRECATED= Depends on deprecated library libfprint
-EXPIRATION_DATE=2022-12-31
-
-LIB_DEPENDS= libfprint.so:security/libfprint
-
-USES= autoreconf desktop-file-utils gnome pkgconfig
-USE_GNOME= atk glib20 gtk20 pango
-
-NO_WRKSUBDIR= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CRYPTO_CFLAGS=-I${OPENSSLINC} \
- CRYPTO_LIBS=-lcrypto
-
-CFLAGS+= -DHAVE_MEMMEM
-
-.include <bsd.port.mk>
diff --git a/security/fprint_demo/distinfo b/security/fprint_demo/distinfo
deleted file mode 100644
index 00622a75fa1f..000000000000
--- a/security/fprint_demo/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fprint-demo_20080303git.orig.tar.gz) = fcff7f6e8d61b253b88dd87ecf5cdb5418ecf11178ce7cb6ae0e350485045232
-SIZE (fprint-demo_20080303git.orig.tar.gz) = 77714
diff --git a/security/fprint_demo/pkg-descr b/security/fprint_demo/pkg-descr
deleted file mode 100644
index c49158c55fbe..000000000000
--- a/security/fprint_demo/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-fprint_demo is a simple GTK+ application to demonstrate and
-test libfprint's capabilities. It can be used to enroll new finger prints
-as well as verify and delete existing data sets.
diff --git a/security/fprint_demo/pkg-message b/security/fprint_demo/pkg-message
deleted file mode 100644
index 53f3a53d3935..000000000000
--- a/security/fprint_demo/pkg-message
+++ /dev/null
@@ -1,24 +0,0 @@
-[
-{ type: install
- message: <<EOM
-In order to enroll new finger prints, you must have r/w access to the
-usb device node(s) of your finger print reader (i.e., /dev/{ugen, usb}*).
-
-It is recommended to use devfs.rules(5) and a dedicated group to manage
-access to your finger print reader.
-
-You can use `usbconfig' to see if your sensor is accessible.
-
-Example configuration:
-- /etc/rc.conf:
-devfs_system_ruleset="localrules"
-
-- /etc/devfs.rules:
-[localrules=10]
-add path 'usb' mode 0770 group operator
-add path 'usb/*' mode 0660 group operator
-
-# /etc/rc.d/devfs restart
-EOM
-}
-]
diff --git a/security/fprint_demo/pkg-plist b/security/fprint_demo/pkg-plist
deleted file mode 100644
index 5f1b67f2cda2..000000000000
--- a/security/fprint_demo/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/fprint_demo
-share/applications/fprint_demo.desktop
-share/icons/hicolor/128x128/apps/fprint_demo.png
-share/icons/hicolor/16x16/apps/fprint_demo.png
-share/icons/hicolor/22x22/apps/fprint_demo.png
-share/icons/hicolor/48x48/apps/fprint_demo.png
-share/icons/hicolor/scalable/apps/fprint_demo.svg