[136470] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Sun May 17 19:53:24 PDT 2015


Revision: 136470
          https://trac.macports.org/changeset/136470
Author:   ryandesign at macports.org
Date:     2015-05-17 19:53:24 -0700 (Sun, 17 May 2015)
Log Message:
-----------
libint: new port, version 2.0.3 (#47751)

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

Added: trunk/dports/science/libint/Portfile
===================================================================
--- trunk/dports/science/libint/Portfile	                        (rev 0)
+++ trunk/dports/science/libint/Portfile	2015-05-18 02:53:24 UTC (rev 136470)
@@ -0,0 +1,37 @@
+# -*- 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                libint
+version             2.0.3
+categories          science
+platforms           darwin
+maintainers         mcmaster.ca:yangx59
+license             GPL-2+
+
+description         a library for the evaluation of molecular integrals of many-body operators \
+                    over Gaussian functions
+
+long_description    A library of C/C++ functions for efficient evaluation of several kinds of \
+                    two-body molecular integrals over Gaussian functions. The optimizing compiler \
+                    that generates a Libint library.
+
+homepage            http://sourceforge.net/projects/libint/
+master_sites        sourceforge:project/libint/libint-for-mpqc/
+distname            ${name}-${version}-stable
+extract.suffix      .tgz
+
+checksums           rmd160  020aca9b77d959115fb4bb44aa87bbcdfed49a8b\
+                    sha256  5d4944ed6e60b08d05b4e396b10dc7deee7968895984f4892fd17159780f5b02
+
+use_parallel_build  yes
+
+build.target
+
+test.run            yes
+test.target         check
+
+livecheck.type      regex
+livecheck.url       http://sourceforge.net/projects/libint/rss
+livecheck.regex     ${name}-(\[0-9.\]+)-stable${extract.suffix}


Property changes on: trunk/dports/science/libint/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150517/87982ab9/attachment-0001.html>


More information about the macports-changes mailing list