[104324] trunk/dports/devel

sean at macports.org sean at macports.org
Sat Mar 23 09:41:40 PDT 2013


Revision: 104324
          https://trac.macports.org/changeset/104324
Author:   sean at macports.org
Date:     2013-03-23 09:41:40 -0700 (Sat, 23 Mar 2013)
Log Message:
-----------
hs-temporary: added new port for creating temporary files

Added Paths:
-----------
    trunk/dports/devel/hs-temporary/
    trunk/dports/devel/hs-temporary/Portfile

Added: trunk/dports/devel/hs-temporary/Portfile
===================================================================
--- trunk/dports/devel/hs-temporary/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-temporary/Portfile	2013-03-23 16:41:40 UTC (rev 104324)
@@ -0,0 +1,21 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           haskell 1.0
+
+haskell.setup       temporary 1.1.2.4
+maintainers         nomaintainer
+platforms           darwin
+universal_variant   no
+
+description         Haskell library for creating temporary files and directories
+long_description \
+    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.
+
+checksums           rmd160  98810d844f38356388a09118f39ef86e9540e72a \
+                    sha256  5f9ebb2aac8767c8f73c071073bea56363ea0d589df162417a988b9f856013c9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130323/92c2120d/attachment.html>


More information about the macports-changes mailing list