summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorplunky <plunky>2014-12-30 08:26:08 +0000
committerplunky <plunky>2014-12-30 08:26:08 +0000
commit9e944a3ca1da8fc025f2381100322c3ae35148ec (patch)
tree356cece9bdbb9dda0ee2e67800da6560bb239ab1 /security
parent39710ac510d8ee76348f555d016769b2b5cf24c2 (diff)
downloadpkgsrc-9e944a3ca1da8fc025f2381100322c3ae35148ec.tar.gz
remove myself as MAINTAINER (email was obsolete)
add LICENSE
Diffstat (limited to 'security')
-rw-r--r--security/fprint-demo/Makefile4
-rw-r--r--security/libfprint/Makefile4
-rw-r--r--security/pam-fprint/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/security/fprint-demo/Makefile b/security/fprint-demo/Makefile
index 16a20ddc5d2..7e15ade2d6b 100644
--- a/security/fprint-demo/Makefile
+++ b/security/fprint-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2014/05/05 00:48:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2014/12/30 08:26:08 plunky Exp $
DISTNAME= fprint_demo-0.4
PKGNAME= ${DISTNAME:S/_/-/}
@@ -7,9 +7,9 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fprint/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://reactivated.net/fprint/wiki/Fprint_demo
COMMENT= Simple GTK+ application to demonstrate libfprint's capabilities
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile
index 3505d9f3f0a..d4e6a77c697 100644
--- a/security/libfprint/Makefile
+++ b/security/libfprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2014/10/07 16:47:34 adam Exp $
+# $NetBSD: Makefile,v 1.32 2014/12/30 08:26:08 plunky Exp $
DISTNAME= libfprint-0.0.6
PKGREVISION= 28
@@ -6,9 +6,9 @@ CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fprint/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://reactivated.net/fprint/wiki/Libfprint
COMMENT= Fingerprint reader access library
+LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/security/pam-fprint/Makefile b/security/pam-fprint/Makefile
index 8b7089cbe32..db9809ae332 100644
--- a/security/pam-fprint/Makefile
+++ b/security/pam-fprint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2012/10/23 18:16:48 asau Exp $
+# $NetBSD: Makefile,v 1.5 2014/12/30 08:26:08 plunky Exp $
DISTNAME= pam_fprint-0.2
PKGNAME= ${DISTNAME:S/_/-/}
@@ -7,9 +7,9 @@ CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fprint/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= plunky@rya-online.net
HOMEPAGE= http://reactivated.net/fprint/wiki/Pam_fprint
COMMENT= PAM module to provide authentication using fingerprint readers
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++