mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This plugin provides content negotiation mechanism for Trac wiki pages. With
this plugin, your trac site can provides multiple localized pages for users. WWW: http://trac-hacks.org/wiki/TracWikiNegotiatorPlugin Submitted by: Gerrit Beine <gerrit.beine at gmx.de>
This commit is contained in:
parent
c2eeaf5396
commit
f8f6c822b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192115
@ -1176,6 +1176,7 @@
|
||||
SUBDIR += trac-tocmacro
|
||||
SUBDIR += trac-wantedpages
|
||||
SUBDIR += trac-webadmin
|
||||
SUBDIR += trac-wikinegotiator
|
||||
SUBDIR += trac-wikinotification
|
||||
SUBDIR += trac-wikirename
|
||||
SUBDIR += trac-wikitemplates
|
||||
|
27
www/trac-wikinegotiator/Makefile
Normal file
27
www/trac-wikinegotiator/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: trac-wikinegotiator
|
||||
# Date created: May 18 2007
|
||||
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= wikinegotiator
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://www.gerritbeine.de/download/trac/
|
||||
PKGNAMEPREFIX= trac-
|
||||
DISTNAME= trac${PORTNAME}plugin-${PORTVERSION}
|
||||
|
||||
MAINTAINER= gerrit.beine@gmx.de
|
||||
COMMENT= Content negotiation for Trac
|
||||
|
||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS=yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/trac-wikinegotiator/distinfo
Normal file
3
www/trac-wikinegotiator/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tracwikinegotiatorplugin-1.0.tar.gz) = bb1f10c258ea0adeab3e2c739b4a9cd2
|
||||
SHA256 (tracwikinegotiatorplugin-1.0.tar.gz) = 02e9bdde2193217ea253dae721287463d1eb3f242645ebe72ea6cb49dbc8447d
|
||||
SIZE (tracwikinegotiatorplugin-1.0.tar.gz) = 6311
|
4
www/trac-wikinegotiator/pkg-descr
Normal file
4
www/trac-wikinegotiator/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This plugin provides content negotiation mechanism for Trac wiki pages. With
|
||||
this plugin, your trac site can provides multiple localized pages for users.
|
||||
|
||||
WWW: http://trac-hacks.org/wiki/TracWikiNegotiatorPlugin
|
1
www/trac-wikinegotiator/pkg-plist
Normal file
1
www/trac-wikinegotiator/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
%%PYTHON_SITELIBDIR%%/TracWikiNegotiator-%%PORTVERSION%%-py%%PYTHONVERSION%%.egg
|
Loading…
Reference in New Issue
Block a user