1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name oath-toolkit |
---|
7 | version 1.4.6 |
---|
8 | categories security devel |
---|
9 | maintainers alum.wpi.edu:arno+macports openmaintainer |
---|
10 | platforms darwin |
---|
11 | |
---|
12 | description The OATH Toolkit contains a shared library, command line \ |
---|
13 | tool, and PAM module for one-time password authentication. |
---|
14 | long_description The OATH Toolkit contains a shared library, command line \ |
---|
15 | tool, and PAM module that makes it possible to build \ |
---|
16 | one-time password authentication systems. Supported \ |
---|
17 | technologies include the event-based HOTP algorithm and \ |
---|
18 | the time-based TOTP algorithm. OATH is the Open \ |
---|
19 | AuTHentication organization which specify the algorithms. |
---|
20 | license GPLv3 |
---|
21 | homepage http://oath-toolkit.nongnu.org/ |
---|
22 | |
---|
23 | livecheck.regex {Version (.+?) released} |
---|
24 | livecheck.type regex |
---|
25 | livecheck.url ${homepage} |
---|
26 | |
---|
27 | distname oath-toolkit-${version} |
---|
28 | master_sites savannah |
---|
29 | |
---|
30 | checksums sha1 f906ae4b959bddeb391d4b37f031bcc2f6be4db5 \ |
---|
31 | md5 2eb155d8667a7cd24eced9c9b3b5282e \ |
---|
32 | rmd160 7447cfeb8efc5f8fc94c4374cf45444bd863fcc2 |
---|