From 901babd7fdfc91d927ebe0aacf7ca151a6ca31e4 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 20 Oct 2011 12:22:03 +0000 Subject: Replacement for htpasswd. This port will install htpasswd.py that can be found in trac trac contrib directory. WWW: http://trac.edgewall.org/browser/trunk/contrib/htpasswd.py PR: ports/160213 Submitted by: Aldis Berjoza Approved by: bapt (mentor) --- security/Makefile | 1 + security/py-htpasswd/Makefile | 28 ++++++++++++++++++++++++++++ security/py-htpasswd/distinfo | 2 ++ security/py-htpasswd/pkg-descr | 6 ++++++ 4 files changed, 37 insertions(+) create mode 100644 security/py-htpasswd/Makefile create mode 100644 security/py-htpasswd/distinfo create mode 100644 security/py-htpasswd/pkg-descr (limited to 'security') diff --git a/security/Makefile b/security/Makefile index 0e1bc9d71503..9eb597f77f04 100644 --- a/security/Makefile +++ b/security/Makefile @@ -693,6 +693,7 @@ SUBDIR += py-fchksum SUBDIR += py-gnupg SUBDIR += py-gnutls + SUBDIR += py-htpasswd SUBDIR += py-kerberos SUBDIR += py-keyring SUBDIR += py-m2crypto diff --git a/security/py-htpasswd/Makefile b/security/py-htpasswd/Makefile new file mode 100644 index 000000000000..b40f89bafc38 --- /dev/null +++ b/security/py-htpasswd/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: py-htpasswd +# Date created: 2011-08-26 +# Whom: Aldis Berjoza +# +# $FreeBSD$ +# + +PORTNAME= htpasswd +PORTVERSION= 2008.03.05 +CATEGORIES= security python +MASTER_SITES= http://files.bsdroot.lv/my/FreeBSD/distfiles/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= aldis@bsdroot.lv +COMMENT= Replacement for htpasswd + +USE_PYTHON= YES +USE_XZ= YES + +PLIST_FILES= bin/${PORTNAME}.py + +NO_BUILD= YES +NO_WRKSUBDIR= YES + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/ + +.include diff --git a/security/py-htpasswd/distinfo b/security/py-htpasswd/distinfo new file mode 100644 index 000000000000..54aaded2d2cf --- /dev/null +++ b/security/py-htpasswd/distinfo @@ -0,0 +1,2 @@ +SHA256 (htpasswd-2008.03.05.tar.xz) = 179941e30f8e2b9ff8f4e88e4300ca6e9dcaa761066c4d5444383ecfe3963a13 +SIZE (htpasswd-2008.03.05.tar.xz) = 1640 diff --git a/security/py-htpasswd/pkg-descr b/security/py-htpasswd/pkg-descr new file mode 100644 index 000000000000..45616b259277 --- /dev/null +++ b/security/py-htpasswd/pkg-descr @@ -0,0 +1,6 @@ +Replacement for htpasswd. + +This port will install htpasswd.py that can be found in trac trac contrib +directory. + +WWW: http://trac.edgewall.org/browser/trunk/contrib/htpasswd.py -- cgit v1.2.3