diff options
-rw-r--r-- | security/calife-devel/Makefile | 21 | ||||
-rw-r--r-- | security/calife-devel/distinfo | 1 | ||||
-rw-r--r-- | security/calife-devel/pkg-comment | 1 | ||||
-rw-r--r-- | security/calife-devel/pkg-descr | 9 | ||||
-rw-r--r-- | security/calife-devel/pkg-plist | 2 | ||||
-rw-r--r-- | security/calife/Makefile | 21 | ||||
-rw-r--r-- | security/calife/distinfo | 1 | ||||
-rw-r--r-- | security/calife/pkg-comment | 1 | ||||
-rw-r--r-- | security/calife/pkg-descr | 9 | ||||
-rw-r--r-- | security/calife/pkg-plist | 2 |
10 files changed, 68 insertions, 0 deletions
diff --git a/security/calife-devel/Makefile b/security/calife-devel/Makefile new file mode 100644 index 0000000..89d1545 --- /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 0000000..f1bed72 --- /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 0000000..e772744 --- /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 0000000..923a2f4 --- /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 0000000..a81fa6a --- /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 0000000..89d1545 --- /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 0000000..f1bed72 --- /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 0000000..e772744 --- /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 0000000..923a2f4 --- /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 0000000..a81fa6a --- /dev/null +++ b/security/calife/pkg-plist @@ -0,0 +1,2 @@ +bin/calife +etc/calife.auth-dist |