summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-02-18 17:18:34 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-02-18 17:18:34 +0000
commit5601089dd490b8145fa6de4138b71ce853b06f45 (patch)
tree66462840b3ea46518a6f518400278fbc0774af42 /www
parentThis package provides some high-level datatypes for declaring MIME email (diff)
Components of paths.
WWW: http://github.com/snoyberg/path-pieces Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=291713
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/hs-path-pieces/Makefile20
-rw-r--r--www/hs-path-pieces/distinfo2
-rw-r--r--www/hs-path-pieces/pkg-descr3
4 files changed, 26 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index b7f6aef782fd..dc753150d28a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -298,6 +298,7 @@
SUBDIR += hs-http-server
SUBDIR += hs-http-types
SUBDIR += hs-oeis
+ SUBDIR += hs-path-pieces
SUBDIR += hs-recaptcha
SUBDIR += hs-scgi
SUBDIR += hs-shakespeare
diff --git a/www/hs-path-pieces/Makefile b/www/hs-path-pieces/Makefile
new file mode 100644
index 000000000000..0814dd82ced3
--- /dev/null
+++ b/www/hs-path-pieces/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-path-pieces
+# Date created: December 26, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= path-pieces
+PORTVERSION= 0.0.0
+CATEGORIES= www haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Components of paths
+
+LICENSE= BSD
+
+USE_CABAL= text>=0.5
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/www/hs-path-pieces/distinfo b/www/hs-path-pieces/distinfo
new file mode 100644
index 000000000000..be29907b2798
--- /dev/null
+++ b/www/hs-path-pieces/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/path-pieces-0.0.0.tar.gz) = 6e4775b97b40c4b9121a7b92a8938e3fdea188973a5e7d6254ef0cff29275327
+SIZE (cabal/path-pieces-0.0.0.tar.gz) = 1785
diff --git a/www/hs-path-pieces/pkg-descr b/www/hs-path-pieces/pkg-descr
new file mode 100644
index 000000000000..1ddf3b60301d
--- /dev/null
+++ b/www/hs-path-pieces/pkg-descr
@@ -0,0 +1,3 @@
+Components of paths.
+
+WWW: http://github.com/snoyberg/path-pieces