1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Wicked is a Wiki for the Horde framework. It uses PEAR's Text_Wiki package

for markup rules, parsing, and rendering. It supports Creole, Mediawiki,
Tiki Wiki, and its own markup engine.

Some of Wicked's features are:

    Configurable markup engine
    HTML, plain text, Latex, reStructuredText output rendering
    Change tracking and revision history
    Full-text searching
    Per-page permissions
    Attachments with versioning
    Wiki synchronization

WWW: http://www.horde.org/apps/wicked/
This commit is contained in:
Martin Matuska 2011-10-11 20:47:03 +00:00
parent 52c44a84c9
commit 63cfab725e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283397
4 changed files with 66 additions and 0 deletions

View File

@ -282,6 +282,7 @@
SUBDIR += horde-trean
SUBDIR += horde-wicked
SUBDIR += horde4-base
SUBDIR += horde4-wicked
SUBDIR += hotcrp
SUBDIR += hs-HTTP
SUBDIR += hs-cgi

View File

@ -0,0 +1,48 @@
# Ports collection makefile for: horde4-wicked
# Date created: Oct 11, 2011
# Whom: Martin Matuska (mm@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= wicked
DISTVERSION= 1.0.0RC1
CATEGORIES= www pear
PKGNAMEPREFIX= horde-
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde Wiki Application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LATEST_LINK= horde4-${PORTNAME}
RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki
USE_PHP= gettext
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
horde \
Horde_Auth \
Horde_Autoloader \
Horde_Core \
Horde_Db \
Horde_Exception \
Horde_Form \
Horde_Http \
Horde_Lock \
Horde_Mail \
Horde_Mime \
Horde_Mime_Viewer \
Horde_Notification \
Horde_Perms \
Horde_Rpc \
Horde_Text_Diff \
Horde_Url \
Horde_Util \
Horde_Vfs
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/wicked-1.0.0RC1.tgz) = 06aacef99e641a5204043f84362b607414376f0cd7df325620c2266ee7ffad6c
SIZE (Horde/wicked-1.0.0RC1.tgz) = 573715

View File

@ -0,0 +1,15 @@
Wicked is a Wiki for the Horde framework. It uses PEAR's Text_Wiki package
for markup rules, parsing, and rendering. It supports Creole, Mediawiki,
Tiki Wiki, and its own markup engine.
Some of Wicked's features are:
Configurable markup engine
HTML, plain text, Latex, reStructuredText output rendering
Change tracking and revision history
Full-text searching
Per-page permissions
Attachments with versioning
Wiki synchronization
WWW: http://www.horde.org/apps/wicked/