[76860] trunk/dports/science

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Mar 10 19:19:09 PST 2011


Revision: 76860
          http://trac.macports.org/changeset/76860
Author:   macsforever2000 at macports.org
Date:     2011-03-10 19:19:07 -0800 (Thu, 10 Mar 2011)
Log Message:
-----------
treehh: new port. (#26960)

Added Paths:
-----------
    trunk/dports/science/treehh/
    trunk/dports/science/treehh/Portfile

Added: trunk/dports/science/treehh/Portfile
===================================================================
--- trunk/dports/science/treehh/Portfile	                        (rev 0)
+++ trunk/dports/science/treehh/Portfile	2011-03-11 03:19:07 UTC (rev 76860)
@@ -0,0 +1,32 @@
+# -*- 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
+
+name                treehh
+version             2.65
+categories          science
+maintainers         nomaintainer
+platforms           darwin
+
+description         Data Analysis and Scientific Plotting
+long_description    The tree.hh library for C++ provides an STL-like container class \
+                    for n-ary trees, templated over the data stored at the nodes. Various \
+                    types of iterators are provided (post-order, pre-order, and others). \
+                    Where possible the access methods are compatible with the STL or \
+                    alternative algorithms are available.
+
+homepage            http://tree.phi-sci.com/
+master_sites        http://tree.phi-sci.com/
+distname            tree-${version}
+
+checksums           md5     4f40c908c8c5ca27c1fb110b76e35c7c \
+                    sha1    1a88804682bb32f73245fe0e4d2370bc33b1f85a \
+                    rmd160  94416c517f1dae1ef42f0f4f05db5e15ecc564ae
+
+use_configure       no
+
+build {}
+destroot {
+  xinstall ${worksrcpath}/src/tree.hh ${destroot}${prefix}/include
+}


Property changes on: trunk/dports/science/treehh/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/20110310/023aaf14/attachment.html>


More information about the macports-changes mailing list