diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 17:18:34 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-18 17:18:34 +0000 |
commit | 5601089dd490b8145fa6de4138b71ce853b06f45 (patch) | |
tree | 66462840b3ea46518a6f518400278fbc0774af42 | |
parent | b41bcdb179233c9e18a93b8716e857c6dd8df2f9 (diff) |
Components of paths.
WWW: http://github.com/snoyberg/path-pieces
Obtained from: FreeBSD Haskell
Notes
Notes:
svn path=/head/; revision=291713
-rw-r--r-- | lang/ghc/bsd.hackage.mk | 1 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/hs-path-pieces/Makefile | 20 | ||||
-rw-r--r-- | www/hs-path-pieces/distinfo | 2 | ||||
-rw-r--r-- | www/hs-path-pieces/pkg-descr | 3 |
5 files changed, 27 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 2f9f835032b7..5685c7f9cd66 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -188,6 +188,7 @@ pandoc-types_port= textproc/hs-pandoc-types pango_port= x11-toolkits/hs-pango parallel_port= devel/hs-parallel parsec_port= textproc/hs-parsec +path-pieces_port= www/hs-path-pieces pcap_port= net/hs-pcap pcre-light_port= devel/hs-pcre-light # lib_depends polyparse_port= textproc/hs-polyparse 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 |