mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Various things for dealing with the wiki as a hierarchy
WWW: http://trac-hacks.org/wiki/HierWikiPlugin Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
This commit is contained in:
parent
57bca0eb87
commit
53ad4083e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192058
@ -1153,6 +1153,7 @@
|
||||
SUBDIR += trac-ctxtnavadd
|
||||
SUBDIR += trac-down
|
||||
SUBDIR += trac-gantt
|
||||
SUBDIR += trac-hierwiki
|
||||
SUBDIR += trac-macropost
|
||||
SUBDIR += trac-nav
|
||||
SUBDIR += trac-pagetopdf
|
||||
|
27
www/trac-hierwiki/Makefile
Normal file
27
www/trac-hierwiki/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: trac-hierwiki
|
||||
# Date created: May 18 2007
|
||||
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hierwiki
|
||||
PORTVERSION= 0.1r1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
||||
PKGNAMEPREFIX= trac-
|
||||
DISTNAME= ${PORTNAME}plugin-${PORTVERSION:S/r/-r/}
|
||||
|
||||
MAINTAINER= gerrit.beine@gmx.de
|
||||
COMMENT= Dealing with the trac wiki as a hierarchy
|
||||
|
||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS=yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION:S/r/_r/} PYTHONVERSION=${_PYTHON_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/trac-hierwiki/distinfo
Normal file
3
www/trac-hierwiki/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (hierwikiplugin-0.1-r1.tar.gz) = 2f3cb94b1d22fc972cc39c077b5552f9
|
||||
SHA256 (hierwikiplugin-0.1-r1.tar.gz) = d6c525ad7f4ee187be7207641b9e234a6dd2ba0a299bb03494065e443a70b1d4
|
||||
SIZE (hierwikiplugin-0.1-r1.tar.gz) = 2407
|
3
www/trac-hierwiki/pkg-descr
Normal file
3
www/trac-hierwiki/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Various things for dealing with the wiki as a hierarchy
|
||||
|
||||
WWW: http://trac-hacks.org/wiki/HierWikiPlugin
|
1
www/trac-hierwiki/pkg-plist
Normal file
1
www/trac-hierwiki/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/TracHierWiki-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in New Issue
Block a user