aboutsummaryrefslogtreecommitdiff
path: root/www/hs-gitit
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-10-23 10:15:30 +0000
committerRene Ladan <rene@FreeBSD.org>2018-10-23 10:15:30 +0000
commit8e9a7e6ae177f3564836ad6a0737c36eb9d60870 (patch)
tree1c218a216a389a0c1be2ff3b37c1f66739a77164 /www/hs-gitit
parent72aaa3f72fa328203435e51a1885239fe5d700bc (diff)
downloadports-8e9a7e6ae177f3564836ad6a0737c36eb9d60870.tar.gz
ports-8e9a7e6ae177f3564836ad6a0737c36eb9d60870.zip
Remove expired port:
2018-10-22 www/hs-gitit: Doesn't build with newest packages
Notes
Notes: svn path=/head/; revision=482825
Diffstat (limited to 'www/hs-gitit')
-rw-r--r--www/hs-gitit/Makefile36
-rw-r--r--www/hs-gitit/distinfo3
-rw-r--r--www/hs-gitit/files/patch-gitit.cabal20
-rw-r--r--www/hs-gitit/pkg-descr18
4 files changed, 0 insertions, 77 deletions
diff --git a/www/hs-gitit/Makefile b/www/hs-gitit/Makefile
deleted file mode 100644
index 290be5d5495c..000000000000
--- a/www/hs-gitit/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= gitit
-PORTVERSION= 0.12.2.1
-PORTREVISION= 3
-CATEGORIES= www haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Wiki using happstack, git or darcs, and pandoc
-
-LICENSE= GPLv2
-
-USE_CABAL= ConfigFile HStringTemplate HTTP SHA aeson base64-bytestring \
- blaze-html feed filestore happstack-server highlighting-kate \
- hoauth2 hslogger http-client-tls http-conduit json mtl \
- old-locale old-time pandoc pandoc-types random \
- recaptcha safe split syb tagsoup uri url utf8-string \
- uuid xml xss-sanitize zlib
-
-EXECUTABLE= expireGititCache gitit
-
-IGNORE= Doesn't build with newest packages
-DEPRECATED= Doesn't build with newest packages
-EXPIRATION_DATE= 2018-10-22
-
-FLAGS_DEFINE= PLUGINS
-FLAGS_DEFAULT= PLUGINS
-
-PLUGINS_DESC= Enable support for plugins
-PLUGINS_FLAG_ENABLE= plugins
-PLUGINS_FLAG_CABAL= ghc-paths
-
-FLAGS_ENABLE= network-uri
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>
diff --git a/www/hs-gitit/distinfo b/www/hs-gitit/distinfo
deleted file mode 100644
index 2230517dc960..000000000000
--- a/www/hs-gitit/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1499625373
-SHA256 (cabal/gitit-0.12.2.1.tar.gz) = 15114e589f90bb4361fda3cbaec23c82c2a765f4e09debc93b2b46ac698053f4
-SIZE (cabal/gitit-0.12.2.1.tar.gz) = 271239
diff --git a/www/hs-gitit/files/patch-gitit.cabal b/www/hs-gitit/files/patch-gitit.cabal
deleted file mode 100644
index 98e2ff2cb786..000000000000
--- a/www/hs-gitit/files/patch-gitit.cabal
+++ /dev/null
@@ -1,20 +0,0 @@
---- gitit.cabal.orig 2017-02-14 13:37:12 UTC
-+++ gitit.cabal
-@@ -140,7 +140,7 @@ Library
- mtl,
- old-time,
- pandoc >= 1.12.4 && < 1.20,
-- pandoc-types >= 1.12.3 && < 1.18,
-+ pandoc-types >= 1.12.3 && < 1.20,
- highlighting-kate >= 0.5.0.1 && < 0.7,
- bytestring,
- text,
-@@ -170,7 +170,7 @@ Library
- hoauth2 >= 0.4.2 && < 0.6,
- http-conduit >= 2.1.4 && < 2.3,
- http-client-tls >= 0.2.2 && < 0.4,
-- aeson >= 0.7 && < 1.2,
-+ aeson >= 0.7 && < 1.3,
- uuid >= 1.3 && < 1.4
- if impl(ghc >= 6.10)
- build-depends: base >= 4, syb
diff --git a/www/hs-gitit/pkg-descr b/www/hs-gitit/pkg-descr
deleted file mode 100644
index 70c5fb097742..000000000000
--- a/www/hs-gitit/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-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/