From owner-cvs-ports@FreeBSD.ORG Wed Nov 23 14:37:16 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5938D106564A; Wed, 23 Nov 2011 14:37:16 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 30B528FC13; Wed, 23 Nov 2011 14:37:16 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id pANEbGMx065779; Wed, 23 Nov 2011 14:37:16 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id pANEbGTI065778; Wed, 23 Nov 2011 14:37:16 GMT (envelope-from ale) Message-Id: <201111231437.pANEbGTI065778@repoman.freebsd.org> From: Alex Dupre Date: Wed, 23 Nov 2011 14:37:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/oath-toolkit Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2011 14:37:16 -0000 ale 2011-11-23 14:37:16 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/oath-toolkit Makefile distinfo pkg-descr pkg-plist Log: 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. The components included in the package is: - liboath: A shared and static C library for OATH handling. - oathtool: A command line tool for generating and validating OTPs. - pam_oath: A PAM module for pluggable login authentication for OATH. Feature safe: yes Revision Changes Path 1.1231 +1 -0 ports/security/Makefile 1.1 +47 -0 ports/security/oath-toolkit/Makefile (new) 1.1 +2 -0 ports/security/oath-toolkit/distinfo (new) 1.1 +14 -0 ports/security/oath-toolkit/pkg-descr (new) 1.1 +10 -0 ports/security/oath-toolkit/pkg-plist (new)