This plugin extends the Trac Wiki in several ways:
- 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>
This commit is contained in:
parent
e111ed49fd
commit
c6d1c051fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233157
@ -1494,6 +1494,7 @@
|
||||
SUBDIR += trac-tweakui
|
||||
SUBDIR += trac-wantedpages
|
||||
SUBDIR += trac-webadmin
|
||||
SUBDIR += trac-wikigoodies
|
||||
SUBDIR += trac-wikinegotiator
|
||||
SUBDIR += trac-wikinotification
|
||||
SUBDIR += trac-wikirename
|
||||
|
33
www/trac-wikigoodies/Makefile
Normal file
33
www/trac-wikigoodies/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# 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>
|
3
www/trac-wikigoodies/distinfo
Normal file
3
www/trac-wikigoodies/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (wikigoodiesplugin.0.3.3522.tar.gz) = 838de118bf92abf272a45a5513e7b33b
|
||||
SHA256 (wikigoodiesplugin.0.3.3522.tar.gz) = 10a24cf3c4a92dc305051c754590adf43a15baebfd4a2a32869bbe18df6260c8
|
||||
SIZE (wikigoodiesplugin.0.3.3522.tar.gz) = 11538
|
14
www/trac-wikigoodies/pkg-descr
Normal file
14
www/trac-wikigoodies/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
This plugin extends the Trac Wiki in several ways:
|
||||
|
||||
- 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
|
Loading…
Reference in New Issue
Block a user