Please welcome the development version of calife:

- full PAMification
- code cleanup & silmplification
- fixes (some of them will/are in 2.8.6 too).

Thomas (thomas@) has agreed to maintain it too although as the author, I may
update things with his approval from times to times.

Repocopied by:  marcus
This commit is contained in:
Ollivier Robert 2005-06-14 10:28:35 +00:00
parent facebe7894
commit ad8fb0c4de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137424
4 changed files with 20 additions and 9 deletions

View file

@ -1,16 +1,15 @@
# New ports collection makefile for: calife
# Date created: 13 Jun 2000
# New ports collection makefile for: calife-devel
# Date created: 14 Jun 2005
# Whom: Thomas Quinot <thomas@cuivre.fr.eu.org>
#
# $FreeBSD$
#
PORTNAME= calife
PORTVERSION= 2.8.6.3
PORTVERSION= 3.0
CATEGORIES= security
MASTER_SITES= ftp://postfix.eu.org/pub/calife/ \
ftp://frmug.org/pub/calife/
DISTNAME= calife-2.8.6-p3
MASTER_SITES= http://www.keltia.net/download/
DISTNAME= calife-3.0pre4
MAINTAINER= thomas@FreeBSD.org
COMMENT= A lightweight alternative to sudo
@ -18,9 +17,15 @@ COMMENT= A lightweight alternative to sudo
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-etcdir=${PREFIX}/etc"
CONFIGURE_ARGS= --with-pam --with-etcdir=${PREFIX}/etc
CONFLICTS?= calife-2.*
MAN1= calife.1
MAN5= calife.auth.5
post-install:
@${INSTALL_DATA} ${WRKSRC}/calife.pam ${PREFIX}/etc/pam.d/calife.sample
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
MD5 (calife-2.8.6-p3.tar.bz2) = 215e0f043d27c79a839168d6e0c4af4f
SIZE (calife-2.8.6-p3.tar.bz2) = 80905
MD5 (calife-3.0pre4.tar.bz2) = e99a44938c28331350099a9cc3aca3f4
SIZE (calife-3.0pre4.tar.bz2) = 85592

View file

@ -0,0 +1,5 @@
This version supports (and encourages you to use) PAM. A sample
configuration file is in ${PREFIX}/etc/pam.d/calife.sample.
Rename it to "calife" to enable PAM authentication. It will fall
back to the previous methods if PAM is not available.

View file

@ -1,2 +1,3 @@
bin/calife
etc/calife.auth-dist
etc/pam.d/calife.sample