The [[TracNav]] macro implements fully customizable navigation bar for the Trac

wiki engine. The contents of the navigation bar is a wiki page itself and can
be edited like any other wiki page. The navigation bar supports hierarchical
ordering of topics.

WWW: http://trac-hacks.org/wiki/TracNav

PR:		ports/107462
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
This commit is contained in:
Martin Wilke 2007-01-03 16:06:20 +00:00
parent 654a94c229
commit 6a398052e0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181345
5 changed files with 41 additions and 0 deletions

View File

@ -1055,6 +1055,7 @@
SUBDIR += trac-addcomment
SUBDIR += trac-ctxtnavadd
SUBDIR += trac-gantt
SUBDIR += trac-nav
SUBDIR += trac-pagetopdf
SUBDIR += trac-tags
SUBDIR += trac-webadmin

30
www/trac-nav/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: trac-nav
# Date created: January 03 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= nav
PORTVERSION= 3.92p6
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/downloads/trac-hacks/
PKGNAMEPREFIX= trac-
DISTNAME= TracNav-${PORTVERSION:S/p/pre/}
MAINTAINER= gerrit.beine@gmx.de
COMMENT= A fully customizable navigation bar for Trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools \
tracd:${PORTSDIR}/www/trac
RUN_DEPENDS+= ${BUILD_DEPENDS}
USE_ZIP= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/p/pre/} PYTHONVERSION=${_PYTHON_VERSION}
do-build:
@${DO_NADA}
.include <bsd.port.mk>

3
www/trac-nav/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (TracNav-3.92pre6.zip) = 96d56563518088709906a175e92e257b
SHA256 (TracNav-3.92pre6.zip) = 97059471822ff066b988d858cf572d089e95d545176c808ab107d796028dcbcb
SIZE (TracNav-3.92pre6.zip) = 15680

6
www/trac-nav/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
The [[TracNav]] macro implements fully customizable navigation bar for the Trac
wiki engine. The contents of the navigation bar is a wiki page itself and can
be edited like any other wiki page. The navigation bar supports hierarchical
ordering of topics.
WWW: http://trac-hacks.org/wiki/TracNav

1
www/trac-nav/pkg-plist Normal file
View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/TracNav-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg