diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-20 20:22:03 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-20 20:22:03 +0800 |
commit | d06aa805f717bf581b8eea92e9b2874f7b1aa752 (patch) | |
tree | 7de5aedc5f4276ac79236dcceb57c9f9c9657dad /security/py-htpasswd | |
parent | f1283c470180342663039d9b9acac1b7866f4304 (diff) | |
download | freebsd-ports-gnome-d06aa805f717bf581b8eea92e9b2874f7b1aa752.tar.gz freebsd-ports-gnome-d06aa805f717bf581b8eea92e9b2874f7b1aa752.tar.zst freebsd-ports-gnome-d06aa805f717bf581b8eea92e9b2874f7b1aa752.zip |
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 <aldis@bsdroot.lv>
Approved by: bapt (mentor)
Diffstat (limited to 'security/py-htpasswd')
-rw-r--r-- | security/py-htpasswd/Makefile | 28 | ||||
-rw-r--r-- | security/py-htpasswd/distinfo | 2 | ||||
-rw-r--r-- | security/py-htpasswd/pkg-descr | 6 |
3 files changed, 36 insertions, 0 deletions
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 <aldis@bsdroot.lv> +# +# $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 <bsd.port.mk> 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 |