[64980] trunk/dports/devel

nox at macports.org nox at macports.org
Thu Mar 18 16:31:52 PDT 2010


Revision: 64980
          http://trac.macports.org/changeset/64980
Author:   nox at macports.org
Date:     2010-03-18 16:31:52 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
Create new port hs-utility-ht

Various small helper functions for Lists, Maybes, Tuples, Functions.
Some of these functions are improved implementations of standard
functions. They have the same name as their standard counterparts. The
package only contains functions that do not require packages other than
the base package. Thus you do not risk a dependency avalanche by
importing it. However, further splitting the base package might
invalidate this statement.

Added Paths:
-----------
    trunk/dports/devel/hs-utility-ht/
    trunk/dports/devel/hs-utility-ht/Portfile

Added: trunk/dports/devel/hs-utility-ht/Portfile
===================================================================
--- trunk/dports/devel/hs-utility-ht/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-utility-ht/Portfile	2010-03-18 23:31:52 UTC (rev 64980)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   utility-ht 0.0.5.1
+license         BSD-3
+platforms       darwin
+categories      devel
+maintainers     nox openmaintainer
+description     Various helper functions for Lists, Maybes, Tuples, Functions
+
+long_description \
+    Various small helper functions for Lists, Maybes, Tuples, Functions. Some \
+    of these functions are improved implementations of standard functions. \
+    They have the same name as their standard counterparts. The package only \
+    contains functions that do not require packages other than the base \
+    package. Thus you do not risk a dependency avalanche by importing it. \
+    However, further splitting the base package might invalidate this statement.
+
+checksums       md5     98dcb042f404378d9071fc6344703386 \
+                sha1    edff08d1fffd0fe124319f8db5afeb3f574b0899 \
+                rmd160  318428d2c7ed1939477e1b8bc0047a2580b25523
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-utility-ht/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/35792f07/attachment.html>


More information about the macports-changes mailing list