1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

The AddCommentMacro allows for easy addition of commetns to a page, in a

standard format. The comment body supports normal TracWiki WikiFormatting.

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

PR:		ports/107268
Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
This commit is contained in:
Martin Wilke 2006-12-30 21:49:51 +00:00
parent f1b9e0c418
commit 1626ad0f0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181096
5 changed files with 37 additions and 0 deletions

View File

@ -1049,6 +1049,7 @@
SUBDIR += tinyproxy
SUBDIR += trac
SUBDIR += trac-accountmanager
SUBDIR += trac-addcomment
SUBDIR += trac-ctxtnavadd
SUBDIR += trac-gantt
SUBDIR += trac-webadmin

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: trac-addcomment
# Date created: December 28 2006
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= addcomment
PORTVERSION= 0.1
CATEGORIES= www devel python
MASTER_SITES= http://www.gerritbeine.de/downloads/trac-hacks/
PKGNAMEPREFIX= trac-
MAINTAINER= gerrit.beine@gmx.de
COMMENT= Add formatted comments to wiki pages
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
USE_ZIP= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION} PYTHONVERSION=${_PYTHON_VERSION}
do-build:
@${DO_NADA}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (addcomment-0.1.zip) = b085e22e4938a36f0c62deff64fbc180
SHA256 (addcomment-0.1.zip) = ee883a8868003ec613290cd66f29f219254da02500580861b12d38da857c41a9
SIZE (addcomment-0.1.zip) = 3019

View File

@ -0,0 +1,4 @@
The AddCommentMacro allows for easy addition of commetns to a page, in a
standard format. The comment body supports normal TracWiki WikiFormatting.
WWW: http://trac-hacks.org/wiki/AddCommentMacro

View File

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