aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-19 01:18:34 +0800
committerpgj <pgj@FreeBSD.org>2012-02-19 01:18:34 +0800
commit81ccb74663384f9efa11b78e0f928e3cc23a1974 (patch)
tree587e3c6da4606008c923d302e717c3b54442a90f /www
parentd0047cfb50abf93ea48fa1dbc721c83716ce854f (diff)
downloadfreebsd-ports-gnome-81ccb74663384f9efa11b78e0f928e3cc23a1974.tar.gz
freebsd-ports-gnome-81ccb74663384f9efa11b78e0f928e3cc23a1974.tar.zst
freebsd-ports-gnome-81ccb74663384f9efa11b78e0f928e3cc23a1974.zip
Components of paths.
WWW: http://github.com/snoyberg/path-pieces Obtained from: FreeBSD Haskell
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