mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
bd8178b27a
and uploaded files can be modified either directly via the VCS's command-line tools or through the wiki's web interface. Pandoc is used for markup processing, so pages may be written in (extended) markdown, reStructuredText, LaTeX, HTML, or literate Haskell, and exported in ten different formats, including LaTeX, ConTeXt, DocBook, RTF, OpenOffice ODT, and MediaWiki markup. Notable features include: * plugins: dynamically loaded page transformations written in Haskell. * conversion of TeX math to MathML for display in web browsers. * syntax highlighting of source code files and code snippets. * Atom feeds (site-wide and per-page). * a library, Network.Gitit, that makes it simple to include a gitit wiki in any happstack application. WWW: http://gitit.net/ Obtained from: FreeBSD Haskell
29 lines
794 B
Makefile
29 lines
794 B
Makefile
# New ports collection makefile for: hs-gitit
|
|
# Date created: December 2, 2011
|
|
# Whom: haskell@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gitit
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= www haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Wiki using happstack, git or darcs, and pandoc
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_CABAL= cgi ConfigFile>=1 feed>=0.3.6 filestore>=0.4.0.2 \
|
|
happstack-server>=6.0 happstack-util>=6.0 \
|
|
highlighting-kate>=0.2.7.1 hslogger>=1 HStringTemplate>=0.6 \
|
|
HTTP>=4000.0 json>=0.4 mtl network>=2.1.0.0 pandoc>=1.8.2 \
|
|
pandoc-types>=1.8.2 parsec recaptcha>=0.1 safe SHA>1 text \
|
|
url>=2.1 utf8-string>=0.3 xhtml xml>=1.3.5 xss-sanitize>=0.3 \
|
|
zlib>=0.5
|
|
|
|
EXECUTABLE= gitit expireGititCache
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|