aboutsummaryrefslogtreecommitdiff
path: root/security/calife
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2000-06-15 14:05:50 +0000
committerOllivier Robert <roberto@FreeBSD.org>2000-06-15 14:05:50 +0000
commit224745562ad0070ed00f867a7e2dd131d302d4fc (patch)
tree9d17937171dbcecd8249ee23ad8cf2c073f02d66 /security/calife
parent76af96ffdfa5ad7208d87f97321acc9ce015333a (diff)
downloadports-224745562ad0070ed00f867a7e2dd131d302d4fc.tar.gz
ports-224745562ad0070ed00f867a7e2dd131d302d4fc.zip
It is only fitting that I commit a port of one of my programs :-)
Calife is a lightweight version of sudo with a unique feature: you can limit which user one can become (not just root). PR: ports/19269 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Notes
Notes: svn path=/head/; revision=29610
Diffstat (limited to 'security/calife')
-rw-r--r--security/calife/Makefile21
-rw-r--r--security/calife/distinfo1
-rw-r--r--security/calife/pkg-comment1
-rw-r--r--security/calife/pkg-descr9
-rw-r--r--security/calife/pkg-plist2
5 files changed, 34 insertions, 0 deletions
diff --git a/security/calife/Makefile b/security/calife/Makefile
new file mode 100644
index 000000000000..89d15452ee41
--- /dev/null
+++ b/security/calife/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: calife
+# Date created: 13 Jun 2000
+# Whom: Thomas Quinot <thomas@cuivre.fr.eu.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= calife
+PORTVERSION= 2.8.4
+CATEGORIES= security
+MASTER_SITES= ftp://postfix.eu.org/pub/calife/
+
+MAINTAINER= thomas@cuivre.fr.eu.org
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= "--with-etcdir=$(PREFIX)/etc"
+
+MAN1= calife.1
+MAN5= calife.auth.5
+
+.include <bsd.port.mk>
diff --git a/security/calife/distinfo b/security/calife/distinfo
new file mode 100644
index 000000000000..f1bed72e69a4
--- /dev/null
+++ b/security/calife/distinfo
@@ -0,0 +1 @@
+MD5 (calife-2.8.4.tar.gz) = aaee7625f0056f364ef322bc9dbadad9
diff --git a/security/calife/pkg-comment b/security/calife/pkg-comment
new file mode 100644
index 000000000000..e77274450e6f
--- /dev/null
+++ b/security/calife/pkg-comment
@@ -0,0 +1 @@
+A lightweight alternative to sudo
diff --git a/security/calife/pkg-descr b/security/calife/pkg-descr
new file mode 100644
index 000000000000..923a2f444531
--- /dev/null
+++ b/security/calife/pkg-descr
@@ -0,0 +1,9 @@
+Calife is a lightweight replacement to Sudo: it allows
+users listed in a particular file, $(PREFIX)/etc/calife.auth,
+to endorse the identity of any other user after entering their
+own password.
+
+WWW: http://mutt.frmug.org/calife/
+
+--
+Thomas Quinot -- <thomas@cuivre.fr.eu.org>
diff --git a/security/calife/pkg-plist b/security/calife/pkg-plist
new file mode 100644
index 000000000000..a81fa6a224ab
--- /dev/null
+++ b/security/calife/pkg-plist
@@ -0,0 +1,2 @@
+bin/calife
+etc/calife.auth-dist