aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-18 11:25:18 +0800
committerpgj <pgj@FreeBSD.org>2012-02-18 11:25:18 +0800
commit08554f34cfc3226a42443d90ad3d38a1425add48 (patch)
treed72de7315625f43496db949d9d8b7a0e978661b9 /www
parent15b8ca32581582a0d84f3cc25d6d2e7ac72db3c1 (diff)
downloadfreebsd-ports-gnome-08554f34cfc3226a42443d90ad3d38a1425add48.tar.gz
freebsd-ports-gnome-08554f34cfc3226a42443d90ad3d38a1425add48.tar.zst
freebsd-ports-gnome-08554f34cfc3226a42443d90ad3d38a1425add48.zip
Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages
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
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/hs-gitit/Makefile28
-rw-r--r--www/hs-gitit/distinfo2
-rw-r--r--www/hs-gitit/pkg-descr18
4 files changed, 49 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 5d068f5b2095..e65d3276279f 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -282,6 +282,7 @@
SUBDIR += hs-cgi
SUBDIR += hs-css-text
SUBDIR += hs-fastcgi
+ SUBDIR += hs-gitit
SUBDIR += hs-hS3
SUBDIR += hs-happstack
SUBDIR += hs-happstack-data
diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile
new file mode 100644
index 000000000000..28c3093c17ce
--- /dev/null
+++ b/www/hs-gitit/Makefile
@@ -0,0 +1,28 @@
+# 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>
diff --git a/www/hs-gitit/distinfo b/www/hs-gitit/distinfo
new file mode 100644
index 000000000000..f1a976ff4b23
--- /dev/null
+++ b/www/hs-gitit/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/gitit-0.8.1.tar.gz) = d6ed871590e58ea4a5c70e7b9ca96182f549e7effd54f0dfa6906f64aa33b1ac
+SIZE (cabal/gitit-0.8.1.tar.gz) = 180641
diff --git a/www/hs-gitit/pkg-descr b/www/hs-gitit/pkg-descr
new file mode 100644
index 000000000000..14882da515ef
--- /dev/null
+++ b/www/hs-gitit/pkg-descr
@@ -0,0 +1,18 @@
+Gitit is a wiki backed by a git, darcs, or mercurial filestore. Pages
+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/