diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:12:30 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 19:12:30 +0000 |
commit | 86f6bda44cfdcea25e565afb074528646ddad69c (patch) | |
tree | d6ed79fc30fda791fe5253f252a6305701eae3e6 /devel | |
parent | 78722a65ebbdaeab00e9299d236c0019cdc9240d (diff) | |
download | ports-86f6bda44cfdcea25e565afb074528646ddad69c.tar.gz ports-86f6bda44cfdcea25e565afb074528646ddad69c.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-system-filepath/Makefile | 23 | ||||
-rw-r--r-- | devel/hs-system-filepath/distinfo | 2 | ||||
-rw-r--r-- | devel/hs-system-filepath/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/hs-system-filepath/Makefile b/devel/hs-system-filepath/Makefile new file mode 100644 index 000000000000..d290952a7b7b --- /dev/null +++ b/devel/hs-system-filepath/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: hs-system-filepath +# Date created: December 30, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= system-filepath +PORTVERSION= 0.4.6 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= High-level, byte-based file and directory path manipulations + +LICENSE= MIT +FILE_LICENSE= license.txt + +CABAL_SETUP= Setup.hs + +USE_CABAL= text>=0.7.1 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/devel/hs-system-filepath/distinfo b/devel/hs-system-filepath/distinfo new file mode 100644 index 000000000000..5191fb66436f --- /dev/null +++ b/devel/hs-system-filepath/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/system-filepath-0.4.6.tar.gz) = 54ca52758574cc9c64d6e7186a77f34c24844f1a4c5e3a0b7fc2feb24070145d +SIZE (cabal/system-filepath-0.4.6.tar.gz) = 13741 diff --git a/devel/hs-system-filepath/pkg-descr b/devel/hs-system-filepath/pkg-descr new file mode 100644 index 000000000000..8a786e01757f --- /dev/null +++ b/devel/hs-system-filepath/pkg-descr @@ -0,0 +1,3 @@ +High-level, byte-based file and directory path manipulations. + +WWW: https://john-millikin.com/software/haskell-filesystem/ |