Index: head/www/trac-navadd/Makefile =================================================================== --- head/www/trac-navadd/Makefile (revision 546331) +++ head/www/trac-navadd/Makefile (revision 546332) @@ -1,21 +1,23 @@ # $FreeBSD$ PORTNAME= navadd PORTVERSION= 0.1 PORTREVISION= 5 CATEGORIES= www devel python MASTER_SITES= LOCAL/brooks PKGNAMEPREFIX= trac- DISTNAME= ${PORTNAME}plugin-${PORTVERSION} MAINTAINER= joneum@FreeBSD.org COMMENT= Plugin for adding navigation items into Trac navigation bars +LICENSE= BSD + RUN_DEPENDS= tracd:www/trac USES= python:2.7 USE_PYTHON= distutils autoplist NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}plugin .include Index: head/www/trac-navadd/pkg-descr =================================================================== --- head/www/trac-navadd/pkg-descr (revision 546331) +++ head/www/trac-navadd/pkg-descr (revision 546332) @@ -1,9 +1,9 @@ This plugin allows you to add custom items ("buttons") to both the main and the meta navigation bar. Item name, title and URL can be specified in trac.ini, as well as an optional permission the user is required to have to see the item. The plugin was inspired by and derived from NavMoverPlugin. In contrast to NavMoverPlugin this plugin does not hide navigation bars. -WWW: http://trac-hacks.org/wiki/NavAddPlugin +WWW: https://trac-hacks.org/wiki/NavAddPlugin