[65053] trunk/dports/devel

nox at macports.org nox at macports.org
Sat Mar 20 07:24:45 PDT 2010


Revision: 65053
          http://trac.macports.org/changeset/65053
Author:   nox at macports.org
Date:     2010-03-20 07:24:44 -0700 (Sat, 20 Mar 2010)
Log Message:
-----------
Create new port hs-vector-space

vector-space provides classes and generic operations for vector spaces
and affine spaces. It also defines a type of infinite towers of
generalized derivatives. A generalized derivative is a linear
transformation rather than one of the common concrete representations
(scalars, vectors, matrices, ...).

Added Paths:
-----------
    trunk/dports/devel/hs-vector-space/
    trunk/dports/devel/hs-vector-space/Portfile

Added: trunk/dports/devel/hs-vector-space/Portfile
===================================================================
--- trunk/dports/devel/hs-vector-space/Portfile	                        (rev 0)
+++ trunk/dports/devel/hs-vector-space/Portfile	2010-03-20 14:24:44 UTC (rev 65053)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       haskell 1.0
+
+haskell.setup   vector-space 0.6.0
+license         BSD-3
+maintainers     nox openmaintainer
+platforms       darwin
+description     Vector & affine spaces, linear maps, and derivatives
+
+long_description \
+    vector-space provides classes and generic operations for vector spaces and \
+    affine spaces. It also defines a type of infinite towers of generalized \
+    derivatives. A generalized derivative is a linear transformation rather \
+    than one of the common concrete representations (scalars, vectors, \
+    matrices, ...).
+
+checksums       md5     a0b42249c7a564363f9495e48261d17a \
+                sha1    e574ac394c81ddd66ce29d9feedd4570709e9a55 \
+                rmd160  5a08acce5f395175e450b3cd0b85d2e620057565
+
+depends_build-append \
+    port:hs-Boolean \
+    port:hs-MemoTrie
+
+configure.args-append \
+    --docdir=${prefix}/share/doc/${name}
+
+universal_variant no


Property changes on: trunk/dports/devel/hs-vector-space/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/20100320/68ce9042/attachment.html>


More information about the macports-changes mailing list