A blogging system for Trac.

TracBlogPlugin allows one to harness the power of TagsPlugin to generate blogs.
It provides a wiki macro so that blogs can be inserted in any wiki page.
It also provides a navigation component.

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

Submitted by:	Gerrit Beine <gerrit.beine at gmx.de>
This commit is contained in:
Martin Wilke
2007-05-27 17:35:38 +00:00
parent 7776f4e8b6
commit 27da448fb8
5 changed files with 41 additions and 0 deletions

View File

@@ -1149,6 +1149,7 @@
SUBDIR += trac
SUBDIR += trac-accountmanager
SUBDIR += trac-addcomment
SUBDIR += trac-blog
SUBDIR += trac-bzr
SUBDIR += trac-calendar
SUBDIR += trac-codetags

29
www/trac-blog/Makefile Normal file
View File

@@ -0,0 +1,29 @@
# New ports collection makefile for: trac-blog
# Date created: May 18 2007
# Whom: Gerrit Beine <gerrit.beine@gmx.de>
#
# $FreeBSD$
#
PORTNAME= blog
PORTVERSION= 0.2.1
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= A blog plugin for Trac
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
${PYTHON_SITELIBDIR}/TracTags-0.4-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-tags \
${PYTHON_SITELIBDIR}/TracWebAdmin-0.1.2dev-py${_PYTHON_VERSION}.egg:${PORTSDIR}/www/trac-webadmin
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin
NO_BUILD= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS=yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}dev PYTHONVERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>

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

@@ -0,0 +1,3 @@
MD5 (tracblogplugin-0.2.1.tar.gz) = 435f50c29db3a8ef5e7220e4468bd48b
SHA256 (tracblogplugin-0.2.1.tar.gz) = 7d215651660d5e59904b64b1d47154beefa29ad56cb5a8ec42e09358317ec60b
SIZE (tracblogplugin-0.2.1.tar.gz) = 16929

7
www/trac-blog/pkg-descr Normal file
View File

@@ -0,0 +1,7 @@
A blogging system for Trac.
TracBlogPlugin allows one to harness the power of TagsPlugin to generate blogs.
It provides a wiki macro so that blogs can be inserted in any wiki page.
It also provides a navigation component.
WWW: http://trac-hacks.org/wiki/TracBlogPlugin

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

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