diff --git a/devel/hs-temporary/Makefile b/devel/hs-temporary/Makefile new file mode 100644 index 000000000000..be7644b2c961 --- /dev/null +++ b/devel/hs-temporary/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: hs-temporary +# Date created: February 6, 2012 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= temporary +PORTVERSION= 1.1.2.3 +CATEGORIES= devel haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= Portable temporary file and directory support for Windows and Unix + +LICENSE= BSD + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include diff --git a/devel/hs-temporary/distinfo b/devel/hs-temporary/distinfo new file mode 100644 index 000000000000..3c950300c99c --- /dev/null +++ b/devel/hs-temporary/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/temporary-1.1.2.3.tar.gz) = ad471e31c117c989aa6fe23bbc21ad3fc5f011dbdea3532048b8b1f59ea492f4 +SIZE (cabal/temporary-1.1.2.3.tar.gz) = 5195 diff --git a/devel/hs-temporary/pkg-descr b/devel/hs-temporary/pkg-descr new file mode 100644 index 000000000000..4f7c7a3ebb17 --- /dev/null +++ b/devel/hs-temporary/pkg-descr @@ -0,0 +1,8 @@ +The functions for creating temporary files and directories in the base +library are quite limited. The unixutils package contains some good ones, +but they aren't portable to Windows. This library just repackages the +Cabal implementations of its own temporary file and folder functions so +that you can use them without linking against Cabal or depending on it +being installed. + +WWW: http://www.github.com/batterseapower/temporary diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk index 004f39b72c73..5f92ff4f1533 100644 --- a/lang/ghc/bsd.hackage.mk +++ b/lang/ghc/bsd.hackage.mk @@ -262,6 +262,7 @@ system-filepath_port= devel/hs-system-filepath tagged_port= devel/hs-tagged tagsoup_port= textproc/hs-tagsoup # executable tar_port= archivers/hs-tar +temporary_port= devel/hs-temporary Tensor_port= devel/hs-Tensor terminfo_port= devel/hs-terminfo test-framework_port= devel/hs-test-framework