aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 03:18:12 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 03:18:12 +0000
commit91ff17f09dc301f22f1eea5cfae7c85261207d3e (patch)
tree07959ff64f6d6ca9e8f14877517c29a4ff72b5e0 /www
parent1b0124f20867c24bee9ae8b52512e27916924a84 (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/hs-css-text/Makefile20
-rw-r--r--www/hs-css-text/distinfo2
-rw-r--r--www/hs-css-text/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4cebdfbe399e..69da10f9ac32 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -280,6 +280,7 @@
SUBDIR += hotcrp
SUBDIR += hs-HTTP
SUBDIR += hs-cgi
+ SUBDIR += hs-css-text
SUBDIR += hs-hS3
SUBDIR += hs-happstack
SUBDIR += hs-happstack-data
diff --git a/www/hs-css-text/Makefile b/www/hs-css-text/Makefile
new file mode 100644
index 000000000000..b111f7eeeea4
--- /dev/null
+++ b/www/hs-css-text/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-css-text
+# Date created: December 2, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= css-text
+PORTVERSION= 0.1.1
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= CSS parser and renderer
+
+LICENSE= BSD
+
+USE_CABAL= attoparsec>=0.10 text>=0.11
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-css-text/distinfo b/www/hs-css-text/distinfo
new file mode 100644
index 000000000000..9eb8af8db6bd
--- /dev/null
+++ b/www/hs-css-text/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/css-text-0.1.1.tar.gz) = 1ed480f350d0107e3ba95c33ab94ea4efd1956443cc7cc0f3f28616733026b83
+SIZE (cabal/css-text-0.1.1.tar.gz) = 3139
diff --git a/www/hs-css-text/pkg-descr b/www/hs-css-text/pkg-descr
new file mode 100644
index 000000000000..3c5057faf71e
--- /dev/null
+++ b/www/hs-css-text/pkg-descr
@@ -0,0 +1,3 @@
+CSS parser and renderer.
+
+WWW: http://www.yesodweb.com/