[68063] trunk/dports/math

ryandesign at macports.org ryandesign at macports.org
Tue May 25 19:51:19 PDT 2010


Revision: 68063
          http://trac.macports.org/changeset/68063
Author:   ryandesign at macports.org
Date:     2010-05-25 19:51:16 -0700 (Tue, 25 May 2010)
Log Message:
-----------
octave-communications: new port, version 1.0.10; see #25027

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

Added: trunk/dports/math/octave-communications/Portfile
===================================================================
--- trunk/dports/math/octave-communications/Portfile	                        (rev 0)
+++ trunk/dports/math/octave-communications/Portfile	2010-05-26 02:51:16 UTC (rev 68063)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+
+name                octave-communications
+version             1.0.10
+categories          math science
+platforms           darwin
+maintainers         nomaintainer
+description         Digital Communications, Error Correcting Codes (Channel \
+                    Code), Source Code functions, Modulation and Galois Fields
+long_description    ${description}
+
+homepage            http://octave.sourceforge.net/
+master_sites        sourceforge:octave
+
+distname            communications-${version}
+
+checksums           md5     cae9f1e4ce2b1c2358e028abe947d168 \
+                    sha1    b51523d8b10f10fd5519bd218e9bf6d37f698a70 \
+                    rmd160  210f98df17a5501be36b8fe02535b4ea0da38aad
+
+depends_lib-append  port:octave
+
+universal_variant   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/communications-(\d+(\.\d+)*)\.tar\.gz}


Property changes on: trunk/dports/math/octave-communications/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/20100525/b46c7586/attachment.html>


More information about the macports-changes mailing list