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

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 19:13:46 +00:00
parent 86f6bda44c
commit 635a68e21b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298134
4 changed files with 29 additions and 0 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/temporary-1.1.2.3.tar.gz) = ad471e31c117c989aa6fe23bbc21ad3fc5f011dbdea3532048b8b1f59ea492f4
SIZE (cabal/temporary-1.1.2.3.tar.gz) = 5195

View File

@ -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

View File

@ -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