Add trac-accountmanager 0.9, account Manager Plugin for trac.
This commit is contained in:
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
|
@ -892,6 +892,7 @@
|
|||
SUBDIR += tidy-lib
|
||||
SUBDIR += tinyproxy
|
||||
SUBDIR += trac
|
||||
SUBDIR += trac-accountmanager
|
||||
SUBDIR += transproxy
|
||||
SUBDIR += twhttpd
|
||||
SUBDIR += twig
|
||||
|
|
41
www/trac-accountmanager/Makefile
Normal file
41
www/trac-accountmanager/Makefile
Normal 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>
|
3
www/trac-accountmanager/distinfo
Normal file
3
www/trac-accountmanager/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (accountmanagerplugin-0.9.zip) = 932e7a5a23bc2098303437c04c9baf1c
|
||||
SHA256 (accountmanagerplugin-0.9.zip) = c2d6413f7fc09f93b9899973e8ceca295b8320f2e354b6845c6684046b9cacd5
|
||||
SIZE (accountmanagerplugin-0.9.zip) = 24547
|
4
www/trac-accountmanager/pkg-descr
Normal file
4
www/trac-accountmanager/pkg-descr
Normal 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
|
2
www/trac-accountmanager/pkg-plist
Normal file
2
www/trac-accountmanager/pkg-plist
Normal 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
|
Loading…
Reference in a new issue