From owner-svn-ports-head@freebsd.org Wed Jan 20 21:15:24 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B52ADA8AF08; Wed, 20 Jan 2016 21:15:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 909411187; Wed, 20 Jan 2016 21:15:24 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0KLFNEu022490; Wed, 20 Jan 2016 21:15:23 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0KLFNRC022485; Wed, 20 Jan 2016 21:15:23 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201601202115.u0KLFNRC022485@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 20 Jan 2016 21:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406807 - in head/security: . pam-modules X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 21:15:24 -0000 Author: feld Date: Wed Jan 20 21:15:22 2016 New Revision: 406807 URL: https://svnweb.freebsd.org/changeset/ports/406807 Log: PAM-modules is a collection of useful PAM modules and command line utilities for checking PAM authentication and other management groups. WWW: http://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html Added: head/security/pam-modules/ head/security/pam-modules/Makefile (contents, props changed) head/security/pam-modules/distinfo (contents, props changed) head/security/pam-modules/pkg-descr (contents, props changed) head/security/pam-modules/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Wed Jan 20 20:50:25 2016 (r406806) +++ head/security/Makefile Wed Jan 20 21:15:22 2016 (r406807) @@ -670,6 +670,7 @@ SUBDIR += p5-openxpki SUBDIR += p5-openxpki-i18n SUBDIR += pad + SUBDIR += pam-modules SUBDIR += pam-mysql SUBDIR += pam-pgsql SUBDIR += pam_fprint Added: head/security/pam-modules/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/Makefile Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,46 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= pam-modules +PORTVERSION= 2.0 +CATEGORIES= security +MASTER_SITES= ftp://download.gnu.org.ua/pub/release/pam-modules/ + +MAINTAINER= feld@FreeBSD.org +COMMENT= Collection of modules for PAM + +LICENSE= GPLv3 + +GNU_CONFIGURE= yes +USES= libtool + +USE_LDCONFIG= yes + +CONFIGURE_ARGS= --disable-fshadow + +OPTIONS_DEFINE= GROUPMEMBER MYSQL REGEX PGSQL SYSLOG +OPTIONS_DEFAULT= GROUPMEMBER REGEX SYSLOG +OPTIONS_SUB= yes + +GROUPMEMBER_CONFIGURE_ENABLE= groupmember +GROUPMEMBER_DESC= Build pam_groupmember + +MYSQL_CONFIGURE_ENABLE= mysql +MYSQL_DESC= Build pam_mysql +MYSQL_USE= MYSQL + +PGSQL_CONFIGURE_ENABLE= pgsql +PGSQL_DESC= Build pam_pgsql +PGSQL_VARS= USES+=pgsql WANT_PGSQL=client + +SYSLOG_CONFIGURE_ENABLE= log +SYSLOG_DESC= Build pam_log + +REGEX_CONFIGURE_ENABLE= regex +REGEX_DESC= Build pam_regex + +INFO= pam-modules + +.include + +.include Added: head/security/pam-modules/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/distinfo Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,2 @@ +SHA256 (pam-modules-2.0.tar.gz) = 2f5465b0cc24c2c8dc010234b19a4693c5eadd0888d5edf22d5cbad26eaed8e2 +SIZE (pam-modules-2.0.tar.gz) = 630005 Added: head/security/pam-modules/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/pkg-descr Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,4 @@ +PAM-modules is a collection of useful PAM modules and command line +utilities for checking PAM authentication and other management groups. + +WWW: http://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html Added: head/security/pam-modules/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pam-modules/pkg-plist Wed Jan 20 21:15:22 2016 (r406807) @@ -0,0 +1,21 @@ +bin/pamck +lib/libgraypam.a +lib/libgraypam.so +lib/libgraypam.so.0 +lib/libgraypam.so.0.0.0 +%%GROUPMEMBER%%lib/security/pam_groupmember.a +%%GROUPMEMBER%%lib/security/pam_groupmember.so +%%SYSLOG%%lib/security/pam_log.a +%%SYSLOG%%lib/security/pam_log.so +%%MYSQL%%lib/security/pam_mysql.a +%%MYSQL%%lib/security/pam_mysql.so +%%PGSQL%%lib/security/pam_pgsql.a +%%PGSQL%%lib/security/pam_pgsql.so +%%REGEX%%lib/security/pam_regex.a +%%REGEX%%lib/security/pam_regex.so +man/man1/pamck.1.gz +%%GROUPMEMBER%%man/man8/pam_groupmember.8.gz +%%SYSLOG%%man/man8/pam_log.8.gz +%%MYSQL%%man/man8/pam_mysql.8.gz +%%PGSQL%%man/man8/pam_pgsql.8.gz +%%REGEX%%man/man8/pam_regex.8.gz