- Support for displaying smileys; - HTML 4.0 entities (named entities and numerical entities); - Automatic replacement of common text idioms by their corresponding symbols (e.g. arrows, fractions, etc.); - Simplified markup for single words: *this* /is/ _important_; - Replace <name@domain> with "mailto:" links (obfuscated if needed) (0.11 only - though that's now in Trac core); - Replace \\... UNC paths with "file:///" links (0.11 only); Each feature can be disabled individually if needed. WWW: http://trac-hacks.org/wiki/WikiGoodiesPlugin PR: ports/134120 Submitted by: Alexey V. Degtyarev <alexey at renatasystems.org>
33 lines
882 B
Makefile
33 lines
882 B
Makefile
# New ports collection makefile for: trac-wikigoodies
|
|
# Date created: Fri 01 May 2009
|
|
# Whom: Alexey V. Degtyarev <alexey@renatasystems.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wikigoodies
|
|
PORTVERSION= 0.3.3522
|
|
CATEGORIES= www devel python
|
|
MASTER_SITES= ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
|
|
PKGNAMEPREFIX= trac-
|
|
DISTNAME= ${PORTNAME}plugin.${PORTVERSION}
|
|
|
|
MAINTAINER= alexey@renatasystems.org
|
|
COMMENT= Plugin for Trac which extends the Wiki with some goodies
|
|
|
|
RUN_DEPENDS= tracd:${PORTSDIR}/www/trac
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}plugin/0.11
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_PKGNAME= TracWikiGoodies
|
|
PYDISTUTILS_PKGVERSION= 0.11.${PORTVERSION:R}dev
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
PLIST_SUB+= PORTVERSION=${PORTVERSION:R} \
|
|
PYTHONVERSION=${_PYTHON_VERSION}
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|