aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2000-06-15 22:05:50 +0800
committerroberto <roberto@FreeBSD.org>2000-06-15 22:05:50 +0800
commit95d401d916f685c21414b6e1d21ae5134f4d6c9f (patch)
tree75d3f46d8081fc71fc11f3ea33d012571f77dc56 /security
parente454e1ff229e554a5c26c2226fd7c16b659a20ef (diff)
downloadfreebsd-ports-gnome-95d401d916f685c21414b6e1d21ae5134f4d6c9f.tar.gz
freebsd-ports-gnome-95d401d916f685c21414b6e1d21ae5134f4d6c9f.tar.zst
freebsd-ports-gnome-95d401d916f685c21414b6e1d21ae5134f4d6c9f.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>
Diffstat (limited to 'security')
-rw-r--r--security/calife-devel/Makefile21
-rw-r--r--security/calife-devel/distinfo1
-rw-r--r--security/calife-devel/pkg-comment1
-rw-r--r--security/calife-devel/pkg-descr9
-rw-r--r--security/calife-devel/pkg-plist2
-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
10 files changed, 68 insertions, 0 deletions
diff --git a/security/calife-devel/Makefile b/security/calife-devel/Makefile
new file mode 100644
index 000000000000..89d15452ee41
--- /dev/null
+++ b/security/calife-devel/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-devel/distinfo b/security/calife-devel/distinfo
new file mode 100644
index 000000000000..f1bed72e69a4
--- /dev/null
+++ b/security/calife-devel/distinfo
@@ -0,0 +1 @@
+MD5 (calife-2.8.4.tar.gz) = aaee7625f0056f364ef322bc9dbadad9
diff --git a/security/calife-devel/pkg-comment b/security/calife-devel/pkg-comment
new file mode 100644
index 000000000000..e77274450e6f
--- /dev/null
+++ b/security/calife-devel/pkg-comment
@@ -0,0 +1 @@
+A lightweight alternative to sudo
diff --git a/security/calife-devel/pkg-descr b/security/calife-devel/pkg-descr
new file mode 100644
index 000000000000..923a2f444531
--- /dev/null
+++ b/security/calife-devel/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-devel/pkg-plist b/security/calife-devel/pkg-plist
new file mode 100644
index 000000000000..a81fa6a224ab
--- /dev/null
+++ b/security/calife-devel/pkg-plist
@@ -0,0 +1,2 @@
+bin/calife
+etc/calife.auth-dist
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