Add trac-accountmanager 0.9, account Manager Plugin for trac.

This commit is contained in:
Jun Kuriyama 2006-02-18 06:52:03 +00:00
parent dad00b8ec6
commit aa528ac5b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156256
5 changed files with 51 additions and 0 deletions

View file

@ -892,6 +892,7 @@
SUBDIR += tidy-lib
SUBDIR += tinyproxy
SUBDIR += trac
SUBDIR += trac-accountmanager
SUBDIR += transproxy
SUBDIR += twhttpd
SUBDIR += twig

View file

@ -0,0 +1,41 @@
# New ports collection makefile for: trac-accountmanager
# Date created: 17 Feb 2006
# Whom: kuriyama@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= accountmanagerplugin
PORTVERSION= 0.9
CATEGORIES= www devel python
#MASTER_SITES= http://trac-hacks.org/download/accountmanagerplugin.zip
MASTER_SITES= http://dist.bsdlab.org/
PKGNAMEPREFIX= trac-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Account Manager Plugin for trac
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTVERSION}
PLIST_SUB= VERSION=0.1.2 PYVER=${PYTHON_VERSION:S/python//} SED=${SED}
do-build:
@${DO_NADA}
# --- trac.ini
# [components]
# acct_mgr.* = enabled
#
# [account-manager]
# password_format = htpasswd
# password_file = /var/trac/trac.htpasswd
#
# --- httpd.conf
# SetEnv PYTHON_EGG_CACHE "/tmp/cache"
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (accountmanagerplugin-0.9.zip) = 932e7a5a23bc2098303437c04c9baf1c
SHA256 (accountmanagerplugin-0.9.zip) = c2d6413f7fc09f93b9899973e8ceca295b8320f2e354b6845c6684046b9cacd5
SIZE (accountmanagerplugin-0.9.zip) = 24547

View file

@ -0,0 +1,4 @@
Trac plugin to enable users to register new accounts or manage their
existing account.
WWW: http://trac-hacks.org/wiki/AccountManagerPlugin

View file

@ -0,0 +1,2 @@
%%PYTHON_SITELIBDIR%%/TracAccountManager-%%VERSION%%-py%%PYVER%%.egg
@unexec %%SED%% -i -e '/TracAccountManager-%%VERSION%%-py%%PYVER%%.egg/d' %D/%%PYTHON_SITELIBDIR%%/easy-install.pth