[60692] trunk/dports/math

alakazam at macports.org alakazam at macports.org
Thu Nov 19 17:00:33 PST 2009


Revision: 60692
          http://trac.macports.org/changeset/60692
Author:   alakazam at macports.org
Date:     2009-11-19 17:00:32 -0800 (Thu, 19 Nov 2009)
Log Message:
-----------
Add portfile for octave-odepkg (closes #21554)

Added Paths:
-----------
    trunk/dports/math/octave-odepkg/
    trunk/dports/math/octave-odepkg/Portfile

Added: trunk/dports/math/octave-odepkg/Portfile
===================================================================
--- trunk/dports/math/octave-odepkg/Portfile	                        (rev 0)
+++ trunk/dports/math/octave-odepkg/Portfile	2009-11-20 01:00:32 UTC (rev 60692)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name                octave-odepkg
+version             0.6.7
+categories          math science
+platforms           darwin
+maintainers         and.damore alakazam
+description         An octave package for solving ordinary differential equations and more.
+long_description    ${description}
+
+homepage            http://octave.sourceforge.net/
+master_sites        sourceforge:octave
+
+distname            odepkg-$version
+
+checksums           md5     d405084fcad6e439ae751baf9fd203d2 \
+                    sha1    d050dce3a043bd74c5143c6602e8d67af6a5e22d \
+                    rmd160  fe85f5a64058ef67e5e65b5b89773685275b68ff
+
+depends_lib-append  port:octave
+
+use_parallel_build  no
+
+post-destroot {
+    move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+    system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.type  regex
+livecheck.url   http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/odepkg-(\\d+(\\.\\d+)*)\.tar\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091119/60cc0914/attachment.html>


More information about the macports-changes mailing list