From fbf71f1f4fabfeec7d19e5ff24f1e302a42952c1 Mon Sep 17 00:00:00 2001 From: pettai Date: Mon, 5 Dec 2011 09:51:20 +0000 Subject: The OATH Toolkit contains a shared library, command line tool and a PAM module that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms. --- security/oath-toolkit/DESCR | 5 +++++ security/oath-toolkit/Makefile | 21 +++++++++++++++++++++ security/oath-toolkit/PLIST | 24 ++++++++++++++++++++++++ security/oath-toolkit/distinfo | 5 +++++ 4 files changed, 55 insertions(+) create mode 100644 security/oath-toolkit/DESCR create mode 100644 security/oath-toolkit/Makefile create mode 100644 security/oath-toolkit/PLIST create mode 100644 security/oath-toolkit/distinfo diff --git a/security/oath-toolkit/DESCR b/security/oath-toolkit/DESCR new file mode 100644 index 00000000000..b5ac6362e03 --- /dev/null +++ b/security/oath-toolkit/DESCR @@ -0,0 +1,5 @@ +The OATH Toolkit contains a shared library, command line tool and a PAM module +that makes it possible to build one-time password authentication systems. +Supported technologies include the event-based HOTP algorithm and the +time-based TOTP algorithm. +OATH is the Open AuTHentication organization which specify the algorithms. diff --git a/security/oath-toolkit/Makefile b/security/oath-toolkit/Makefile new file mode 100644 index 00000000000..47a24a67dd1 --- /dev/null +++ b/security/oath-toolkit/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/12/05 09:51:20 pettai Exp $ +# + +DISTNAME= oath-toolkit-1.10.2 +CATEGORIES= security +MASTER_SITES= http://download.savannah.gnu.org/releases/oath-toolkit/ + +MAINTAINER= pettai@NetBSD.org +HOMEPAGE= http://www.nongnu.org/oath-toolkit/ +COMMENT= OATH (Open AuTHentication) Toolkit +LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config +USE_LIBTOOL= yes + +PKGCONFIG_OVERRIDE+= liboath/liboath.pc.in + +.include "../../mk/bsd.pkg.mk" diff --git a/security/oath-toolkit/PLIST b/security/oath-toolkit/PLIST new file mode 100644 index 00000000000..d31d69dc638 --- /dev/null +++ b/security/oath-toolkit/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/05 09:51:20 pettai Exp $ +bin/oathtool +include/liboath/oath.h +lib/liboath.la +lib/pkgconfig/liboath.pc +lib/security/pam_oath.a +lib/security/pam_oath.so +man/man1/oathtool.1 +share/gtk-doc/html/liboath/api-index-1-10-0.html +share/gtk-doc/html/liboath/api-index-1-4-0.html +share/gtk-doc/html/liboath/api-index-1-6-0.html +share/gtk-doc/html/liboath/api-index-1-8-0.html +share/gtk-doc/html/liboath/api-index-full.html +share/gtk-doc/html/liboath/ch01.html +share/gtk-doc/html/liboath/home.png +share/gtk-doc/html/liboath/index.html +share/gtk-doc/html/liboath/index.sgml +share/gtk-doc/html/liboath/left.png +share/gtk-doc/html/liboath/liboath-oath.html +share/gtk-doc/html/liboath/liboath.devhelp +share/gtk-doc/html/liboath/liboath.devhelp2 +share/gtk-doc/html/liboath/right.png +share/gtk-doc/html/liboath/style.css +share/gtk-doc/html/liboath/up.png diff --git a/security/oath-toolkit/distinfo b/security/oath-toolkit/distinfo new file mode 100644 index 00000000000..3519755d75a --- /dev/null +++ b/security/oath-toolkit/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/12/05 09:51:20 pettai Exp $ + +SHA1 (oath-toolkit-1.10.2.tar.gz) = 899b6435011c9bd92be471ce2b5d252199c50289 +RMD160 (oath-toolkit-1.10.2.tar.gz) = d91ae24d4f1146dd129890397b30d81f119e3e6f +Size (oath-toolkit-1.10.2.tar.gz) = 1815804 bytes -- cgit v1.2.3