www/trac-accountmanager: add new port
Trac plugin offers features for managing user accounts on Trac Project.
This commit is contained in:
parent
d68520a06c
commit
f044d78ad8
4 changed files with 36 additions and 0 deletions
|
@ -2360,6 +2360,7 @@
|
|||
SUBDIR += tomee
|
||||
SUBDIR += tor-browser
|
||||
SUBDIR += trac
|
||||
SUBDIR += trac-accountmanager
|
||||
SUBDIR += trafficserver
|
||||
SUBDIR += transproxy
|
||||
SUBDIR += trunk
|
||||
|
|
30
www/trac-accountmanager/Makefile
Normal file
30
www/trac-accountmanager/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
PORTNAME= accountmanager
|
||||
PORTVERSION= 0.5.${REV}
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= https://trac-hacks.org/browser/accountmanagerplugin/
|
||||
PKGNAMEPREFIX= trac-
|
||||
|
||||
MAINTAINER= samm@FreeBSD.org
|
||||
COMMENT= Account Manager Plugin for trac
|
||||
WWW= https://trac-hacks.org/wiki/AccountManagerPlugin
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= tracd:www/trac
|
||||
|
||||
FETCH_BEFORE_ARGS= -o ${DISTFILES}
|
||||
REV= 18614
|
||||
WRKSRC= ${WRKDIR}/trunk
|
||||
USES= python zip
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
do-fetch:
|
||||
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
||||
cd ${DISTDIR} && \
|
||||
${FETCH_CMD} ${FETCH_BEFORE_ARGS} \
|
||||
'${MASTER_SITES}trunk?rev=${REV}&format=zip'; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/trac-accountmanager/distinfo
Normal file
3
www/trac-accountmanager/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1704757155
|
||||
SHA256 (accountmanager-0.5.18614.zip) = 8fbccab4d8cfc55616def01a42af75947037a8f054958b4e4e1eb57b8989303a
|
||||
SIZE (accountmanager-0.5.18614.zip) = 558095
|
2
www/trac-accountmanager/pkg-descr
Normal file
2
www/trac-accountmanager/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Trac plugin to enable users to register new accounts or manage their
|
||||
existing account.
|
Loading…
Reference in a new issue