summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 19:12:30 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 19:12:30 +0000
commit86f6bda44cfdcea25e565afb074528646ddad69c (patch)
treed6ed79fc30fda791fe5253f252a6305701eae3e6
parentThis package was originally included with the conduit package, and has (diff)
High-level, byte-based file and directory path manipulations.
WWW: https://john-millikin.com/software/haskell-filesystem/ Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=298133
-rw-r--r--devel/hs-system-filepath/Makefile23
-rw-r--r--devel/hs-system-filepath/distinfo2
-rw-r--r--devel/hs-system-filepath/pkg-descr3
-rw-r--r--lang/ghc/bsd.hackage.mk1
4 files changed, 29 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/
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index 102fae3d3e19..004f39b72c73 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -258,6 +258,7 @@ svgcairo_port= graphics/hs-svgcairo
syb_port= devel/hs-syb
syb-with-class_port= devel/hs-syb-with-class
syb-with-class-instances-text_port= devel/hs-syb-with-class-instances-text
+system-filepath_port= devel/hs-system-filepath
tagged_port= devel/hs-tagged
tagsoup_port= textproc/hs-tagsoup # executable
tar_port= archivers/hs-tar