[45284] trunk/dports/math
alakazam at macports.org
alakazam at macports.org
Mon Jan 12 14:14:29 PST 2009
Revision: 45284
http://trac.macports.org/changeset/45284
Author: alakazam at macports.org
Date: 2009-01-12 14:14:27 -0800 (Mon, 12 Jan 2009)
Log Message:
-----------
Update all octave-* packages
- Bump version numbers for all existing octave-* packages
- Add myself as maintainer, use handle for andrea.damore
- Use canonical homepage
- Reformat (indent with spaces, don't end blocks on command lines)
- Add livechecks
Modified Paths:
--------------
trunk/dports/math/octave-ad/Portfile
trunk/dports/math/octave-ann/Portfile
trunk/dports/math/octave-audio/Portfile
trunk/dports/math/octave-bim/Portfile
trunk/dports/math/octave-bioinfo/Portfile
trunk/dports/math/octave-civil-engineering/Portfile
trunk/dports/math/octave-combinatorics/Portfile
trunk/dports/math/octave-control/Portfile
trunk/dports/math/octave-data-smoothing/Portfile
trunk/dports/math/octave-econometrics/Portfile
trunk/dports/math/octave-engine/Portfile
trunk/dports/math/octave-financial/Portfile
trunk/dports/math/octave-fpl/Portfile
trunk/dports/math/octave-ga/Portfile
trunk/dports/math/octave-general/Portfile
trunk/dports/math/octave-graceplot/Portfile
trunk/dports/math/octave-gsl/Portfile
trunk/dports/math/octave-ident/Portfile
trunk/dports/math/octave-image/Portfile
trunk/dports/math/octave-image/files/patch-src-Makefile.diff
trunk/dports/math/octave-informationtheory/Portfile
trunk/dports/math/octave-integration/Portfile
trunk/dports/math/octave-io/Portfile
trunk/dports/math/octave-irsa/Portfile
trunk/dports/math/octave-java/Portfile
trunk/dports/math/octave-linear-algebra/Portfile
trunk/dports/math/octave-mapping/Portfile
trunk/dports/math/octave-miscellaneous/Portfile
trunk/dports/math/octave-missing-functions/Portfile
trunk/dports/math/octave-msh/Portfile
trunk/dports/math/octave-multicore/Portfile
trunk/dports/math/octave-nan/Portfile
trunk/dports/math/octave-nnet/Portfile
trunk/dports/math/octave-ocs/Portfile
trunk/dports/math/octave-octcdf/Portfile
trunk/dports/math/octave-odebvp/Portfile
trunk/dports/math/octave-optim/Portfile
trunk/dports/math/octave-optiminterp/Portfile
trunk/dports/math/octave-outliers/Portfile
trunk/dports/math/octave-parallel/Portfile
trunk/dports/math/octave-pdb/Portfile
trunk/dports/math/octave-physicalconstants/Portfile
trunk/dports/math/octave-plot/Portfile
trunk/dports/math/octave-pt_br/Portfile
trunk/dports/math/octave-secs1d/Portfile
trunk/dports/math/octave-signal/Portfile
trunk/dports/math/octave-sockets/Portfile
trunk/dports/math/octave-specfun/Portfile
trunk/dports/math/octave-special-matrix/Portfile
trunk/dports/math/octave-spline-gcvspl/Portfile
trunk/dports/math/octave-splines/Portfile
trunk/dports/math/octave-statistics/Portfile
trunk/dports/math/octave-strings/Portfile
trunk/dports/math/octave-struct/Portfile
trunk/dports/math/octave-symband/Portfile
trunk/dports/math/octave-tcl-octave/Portfile
trunk/dports/math/octave-time/Portfile
trunk/dports/math/octave-triangular/Portfile
trunk/dports/math/octave-tsa/Portfile
trunk/dports/math/octave-vrml/Portfile
trunk/dports/math/octave-windows/Portfile
trunk/dports/math/octave-zenity/Portfile
Modified: trunk/dports/math/octave-ad/Portfile
===================================================================
--- trunk/dports/math/octave-ad/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-ad/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-ad
-version 1.0.2
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Automatic Forward Differentiation
-long_description ${description}
+name octave-ad
+version 1.0.4
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Automatic Forward Differentiation
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname ad-1.0.2
+distname ad-1.0.4
-checksums \
- ad-1.0.2.tar.gz \
- md5 5ae523e75cff51c2b43b3dc5a1d5ed35 \
- sha1 7a2d40b33903627912a2dd2dc267ad3b0e435ef6 \
- rmd160 a29282186159c50752afd09b867202b7ef652a07
+checksums \
+ ad-1.0.4.tar.gz \
+ md5 ae05db4f5d83e96029631110655e5173 \
+ sha1 a51899d2ae9168076ea8f43fe3c61635a99db462 \
+ rmd160 621f6769bb6575c133284ec2d74be349ba89df46
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/ad-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-ann/Portfile
===================================================================
--- trunk/dports/math/octave-ann/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-ann/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-ann
-version 1.0
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description The Octave-forge ANN package wraps the ANN library, which provides data structures and functions for computing exact and approximate nearest neighbors on an arbitrarily high dimensional point set.
-long_description ${description}
+name octave-ann
+version 1.0.1
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description The Octave-forge ANN package wraps the ANN library, which provides data structures and functions for computing exact and approximate nearest neighbors on an arbitrarily high dimensional point set.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname ann-1.0
+distname ann-1.0.1
-checksums \
- ann-1.0.tar.gz \
- md5 f036249228b05d1ccd014ce829e7f4a9 \
- sha1 077edbbba1036ca96d6bdae0d4497af42ad89e28 \
- rmd160 361cf20ce6616490c5606f8c5780f10c84650ca0
+checksums \
+ ann-1.0.1.tar.gz \
+ md5 a2666a41a7c53049690cfd31a93096d5 \
+ sha1 e5368b251e2d2c1a467de0cdfccf18a56a616514 \
+ rmd160 3abd18169b3b5082ca38a780b850f788058545e1
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/ann-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-audio/Portfile
===================================================================
--- trunk/dports/math/octave-audio/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-audio/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-audio
-version 1.1.1
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Audio recording, processing and playing tools.
-long_description ${description}
+name octave-audio
+version 1.1.2
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Audio recording, processing and playing tools.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname audio-1.1.1
+distname audio-1.1.2
-checksums \
- audio-1.1.1.tar.gz \
- md5 c50695bbe6ee1144d0dec25bcc8f15e8 \
- sha1 77b09e207f9095eab899be737799f557669b1011 \
- rmd160 fedb535965d42f9fd3e8cd4f0582cf4ce49b5c8a
+checksums \
+ audio-1.1.2.tar.gz \
+ md5 108e9c9fed5deacec366537ba0c52042 \
+ sha1 751a88ec0f0ecf7586f9b52679ec390e2eeed57e \
+ rmd160 fb1370f9bcb647e708c380f028b70d030beaa9d5
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/audio-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-bim/Portfile
===================================================================
--- trunk/dports/math/octave-bim/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-bim/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,31 +2,36 @@
PortSystem 1.0
-name octave-bim
-version 0.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel (FVSG) method a.k.a Box Integration Method (BIM)
-long_description ${description}
+name octave-bim
+version 0.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Package for solving Diffusion Advection Reaction (DAR) Partial Differential Equaltions based on the Finite Volume Scharfetter-Gummel (FVSG) method a.k.a Box Integration Method (BIM)
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname bim-0.0.6
+distname bim-0.0.7
-checksums \
- bim-0.0.6.tar.gz \
- md5 c2be2a508bfc351fe6691d70e426a312 \
- sha1 c0f07feb0ede902996132bc7af6e3ad00ddd09c4 \
- rmd160 5fb970d40b08a493a4d16f99310d11d2f8e5414a
+checksums \
+ bim-0.0.7.tar.gz \
+ md5 a3661d541044f3b39a4ec4e343b52b23 \
+ sha1 b748a21c42f2778d42c10c708d32a08155973c2a \
+ rmd160 49f5f9074c2596ad3d6824c33e37849928f9e4df
-depends_lib-append port:octave \
- port:octave-fpl \
- port:octave-msh
+depends_lib-append port:octave port:octave-fpl port:octave-msh
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/bim-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-bioinfo/Portfile
===================================================================
--- trunk/dports/math/octave-bioinfo/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-bioinfo/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-bioinfo
-version 0.1.0
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Bioinformatics manipulation
-long_description ${description}
+name octave-bioinfo
+version 0.1.1
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Bioinformatics manipulation
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname bioinfo-0.1.0
+distname bioinfo-0.1.1
-checksums \
- bioinfo-0.1.0.tar.gz \
- md5 d272925e0d0dc972e731f43a3f086606 \
- sha1 eaea4c8add2b9b7ebca5a69661f1d1ff1e2f19da \
- rmd160 c786b77e1d720cd23d318403a7f7208478c7fda9
+checksums \
+ bioinfo-0.1.1.tar.gz \
+ md5 693b49f6a6cf9247be68b85e31594deb \
+ sha1 327892390d5e6a90b17a3c90964c8dbcdc5b2f51 \
+ rmd160 2216d4a41bf03319edc1c5d113a04d40f08e121f
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/bioinfo-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-civil-engineering/Portfile
===================================================================
--- trunk/dports/math/octave-civil-engineering/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-civil-engineering/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-civil-engineering
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Functions to solution some ODE's in Civil Engineering.
-long_description ${description}
+name octave-civil-engineering
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Functions to solution some ODE's in Civil Engineering.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname civil-engineering-1.0.5
+distname civil-engineering-1.0.6
-checksums \
- civil-engineering-1.0.5.tar.gz \
- md5 137610114ea8e18d58d459fbd0624c37 \
- sha1 89b790f57f63b710e221fa0e0ef2ce9d858599c5 \
- rmd160 7bc5ce8e4ee4a04a65df452cc29c4d70b59a9d3c
+checksums \
+ civil-engineering-1.0.6.tar.gz \
+ md5 3bb48ad408e2adb5f1a3192c0307d7e4 \
+ sha1 66a16b83624705fead27e26c5ed11bed1e007f24 \
+ rmd160 d4640275db6657a55b48462db7d5db6b70fa1571
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/civil-engineering-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-combinatorics/Portfile
===================================================================
--- trunk/dports/math/octave-combinatorics/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-combinatorics/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-combinatorics
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Combinatorics functions, incuding partitioning.
-long_description ${description}
+name octave-combinatorics
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Combinatorics functions, incuding partitioning.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname combinatorics-1.0.6
+distname combinatorics-1.0.7
-checksums \
- combinatorics-1.0.6.tar.gz \
- md5 a2e2d73b739331f4ffe572432e71bc0a \
- sha1 c2a1ced20fabc83e654016d089d600ad884cdb44 \
- rmd160 8e4260fe454c9f78f6c2f4c5251142071a445cc4
+checksums \
+ combinatorics-1.0.7.tar.gz \
+ md5 e642eeff1aec678dbb4663935fe3c20b \
+ sha1 e8f48209c617fdbe8657b1453e91327506d3bb6e \
+ rmd160 f319418564d9af8b78c257f78fcc5b1f11966df0
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/combinatorics-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-control/Portfile
===================================================================
--- trunk/dports/math/octave-control/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-control/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-control
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional Octave Control tools
-long_description ${description}
+name octave-control
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional Octave Control tools
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname control-1.0.6
+distname control-1.0.7
-checksums \
- control-1.0.6.tar.gz \
- md5 4e830a341b48c752db21a0da92df02aa \
- sha1 88c829f6efcb00907ed23af93d00b00a4ac41d42 \
- rmd160 6b5f680c20f36dcf234b1e4d8da28a817567da58
+checksums \
+ control-1.0.7.tar.gz \
+ md5 5802bbd5a3ebad6e549bbf6480b734da \
+ sha1 46afbcde048d75cbeb29b5adf469a54e33025dfc \
+ rmd160 6265bd567e2742e99a16304f9fb0d02132518360
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/control-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-data-smoothing/Portfile
===================================================================
--- trunk/dports/math/octave-data-smoothing/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-data-smoothing/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-data-smoothing
-version 1.0.0
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Algorithms for smoothing noisy data
-long_description ${description}
+name octave-data-smoothing
+version 1.1.1
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Algorithms for smoothing noisy data
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname data-smoothing-1.0.0
+distname data-smoothing-1.1.1
-checksums \
- data-smoothing-1.0.0.tar.gz \
- md5 322a0b1c26ba95f3adc4944dc8477917 \
- sha1 c1b4d02db3409ea9c8dcaec5cbab8db7cd1db588 \
- rmd160 ea927ffee266ae1b7e36818223fcda982e124e6f
+checksums \
+ data-smoothing-1.1.1.tar.gz \
+ md5 240aaa3182a5e39afc1a3a7eabc7267e \
+ sha1 8f37c8158d16ce054da4f3855c9daf722efa36b2 \
+ rmd160 319a6e32d5b1e2ad7e2911bdbb80f1673318667f
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/data-smoothing-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-econometrics/Portfile
===================================================================
--- trunk/dports/math/octave-econometrics/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-econometrics/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-econometrics
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Econometrics functions including MLE and GMM based techniques.
-long_description ${description}
+name octave-econometrics
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Econometrics functions including MLE and GMM based techniques.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname econometrics-1.0.6
+distname econometrics-1.0.7
-checksums \
- econometrics-1.0.6.tar.gz \
- md5 36bd1d13cbf641865ddf0df849e24c59 \
- sha1 ad7acca93a9ac0c3b7d25ec38f358c99cfd713ff \
- rmd160 c64f336ad642edf4343bf5c4b0c0fbe38cf55730
+checksums \
+ econometrics-1.0.7.tar.gz \
+ md5 02aa745080267b75502f4842f9376206 \
+ sha1 9b057c00770e2449af98f271a8c1c3462722b614 \
+ rmd160 ceba1751e8490267d60c60caaa964f9cd15038be
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/econometrics-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-engine/Portfile
===================================================================
--- trunk/dports/math/octave-engine/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-engine/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-engine
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description An external interface library for Octave
-long_description ${description}
+name octave-engine
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description An external interface library for Octave
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname engine-1.0.6
+distname engine-1.0.7
-checksums \
- engine-1.0.6.tar.gz \
- md5 e9c63cd627db96672465e9eb052fe25f \
- sha1 c6c5dbf4bc66a7b521f97171bc10e77a359efd81 \
- rmd160 c5270555fedf5f63cc2382538a9c2fcdcb275d5c
+checksums \
+ engine-1.0.7.tar.gz \
+ md5 2550eeff4c150354afc4278eebe7a06c \
+ sha1 c1839a897e727a4d26750d53a882b10d6a820ee9 \
+ rmd160 00230969161335149b8c573ab5ee7ed80263e590
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/engine-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-financial/Portfile
===================================================================
--- trunk/dports/math/octave-financial/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-financial/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,30 +2,36 @@
PortSystem 1.0
-name octave-financial
-version 0.2.2
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Financial manipulation and plotting functions
-long_description ${description}
+name octave-financial
+version 0.3.0
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Financial manipulation and plotting functions
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname financial-0.2.2
+distname financial-0.3.0
-checksums \
- financial-0.2.2.tar.gz \
- md5 03c66b679e08df478e684388abdad5b6 \
- sha1 a4794419a403e248cf7438b1e1f9ebfb9122152b \
- rmd160 1e9755a15801a8e2c7b8a580c9dac98e2bd74479
+checksums \
+ financial-0.3.0.tar.gz \
+ md5 3063ab02196f129f88a61eacabde4c20 \
+ sha1 75259b27505e25b7f430a7bc1025f48572824591 \
+ rmd160 2c0a777235a8f7990605c42005955079925aa9a1
-depends_lib-append port:octave \
- port:octave-time
+depends_lib-append port:octave port:octave-time
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/financial-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-fpl/Portfile
===================================================================
--- trunk/dports/math/octave-fpl/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-fpl/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-fpl
-version 0.1.2
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Collection of routines to plot data on unstructured triangular and tetrahedral meshes
-long_description ${description}
+name octave-fpl
+version 0.1.3
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Collection of routines to plot data on unstructured triangular and tetrahedral meshes
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname fpl-0.1.2
+distname fpl-0.1.3
-checksums \
- fpl-0.1.2.tar.gz \
- md5 38460ea52f994cb077bf203c2057610f \
- sha1 958003e9a1aed1cbe58e6f1d00bcb6353098c524 \
- rmd160 06ab7e85bcb0c8850a15d142e04a83d7d19b4b6a
+checksums \
+ fpl-0.1.3.tar.gz \
+ md5 731d0b5c1dde91a945df389fb939dae8 \
+ sha1 8e3467d77859a208455a9f2f29a15e9a6a1089ab \
+ rmd160 5b80d666e9fb7b894ff3adabd0fda523d3781efd
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/fpl-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-ga/Portfile
===================================================================
--- trunk/dports/math/octave-ga/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-ga/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,30 +2,36 @@
PortSystem 1.0
-name octave-ga
-version 0.1.1
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Genetic optimization code
-long_description ${description}
+name octave-ga
+version 0.9.4
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Genetic optimization code
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname ga-0.1.1
+distname ga-0.9.4
-checksums \
- ga-0.1.1.tar.gz \
- md5 d8b87aea85aa1a5395f3477211f71ba8 \
- sha1 aa6869c144612914ac547f8e5fc2f84d4e8ade4a \
- rmd160 929a3dd54d12be1b3d493934563dcc353b60d5e1
+checksums \
+ ga-0.9.4.tar.gz \
+ md5 2808b35d59de43386f144e4d5fdf0e5f \
+ sha1 08844eaca6f5da55171362997c225633c540f249 \
+ rmd160 a3e3a9085b1307b704a494fe3458aefeb1438cc0
-depends_lib-append port:octave \
- port:octave-miscellaneous
+depends_lib-append port:octave port:octave-miscellaneous
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/ga-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-general/Portfile
===================================================================
--- trunk/dports/math/octave-general/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-general/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-general
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description General tools for octave.
-long_description ${description}
+name octave-general
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description General tools for octave.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname general-1.0.6
+distname general-1.0.7
-checksums \
- general-1.0.6.tar.gz \
- md5 d50358c0ff76b23d76d47b831a492453 \
- sha1 57b36d09bba2a3aafd29d6e1127b98f002ee9f59 \
- rmd160 0a3b665b7823017233c63709f3c7a9e6735e1822
+checksums \
+ general-1.0.7.tar.gz \
+ md5 0dc3f87aa7178c68dc3a51b609809bc9 \
+ sha1 5efd43bca7ce8c5c6afb1ebf29f74df076813c55 \
+ rmd160 1085be81c8aeb6933c5af528bf172f2c80dc020c
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/general-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-graceplot/Portfile
===================================================================
--- trunk/dports/math/octave-graceplot/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-graceplot/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,30 +2,36 @@
PortSystem 1.0
-name octave-graceplot
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Graceplot bindings for octave.
-long_description ${description}
+name octave-graceplot
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Graceplot bindings for octave.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname graceplot-1.0.5
+distname graceplot-1.0.6
-checksums \
- graceplot-1.0.5.tar.gz \
- md5 d56bd52692f8634549acf9f0baf6b5c0 \
- sha1 e200e705ad4bb0525a05857a36e957112b72d4d9 \
- rmd160 b12c2a59e9e5798fcd4a004668412a3ad38c4c8c
+checksums \
+ graceplot-1.0.6.tar.gz \
+ md5 928765a7cc8160801fc9c754080a3af9 \
+ sha1 b9c8f749543e71071f2aa0f51f7fdd8bdf335900 \
+ rmd160 281466fd45a9322e41ab1030b9194ad8ee2f5aed
-depends_lib-append port:octave \
- port:octave-io
+depends_lib-append port:octave port:octave-io
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/graceplot-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-gsl/Portfile
===================================================================
--- trunk/dports/math/octave-gsl/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-gsl/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -1,30 +1,37 @@
-# $Id$
+# $Id:$
PortSystem 1.0
-name octave-gsl
-version 1.0.6
-revision 1
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Octave bindings to the GNU Scientific Library
-long_description ${description}
+name octave-gsl
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Octave bindings to the GNU Scientific Library
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname gsl-1.0.6
+distname gsl-1.0.7
-checksums md5 5c1bb7e59422d5b80b00a714c6935573 \
- sha1 1831091d50501e1ae531d64431fa60343ad01300 \
- rmd160 71792547203740d7716218967056112796a487b5
+checksums \
+ gsl-1.0.7.tar.gz \
+ md5 77a3058592f938f6384146d3630cc845 \
+ sha1 8aed795a7b921328e4ff60abdea303e742034c97 \
+ rmd160 38cb625bf1119c20a4c2fd51a5506bdf7d84bfc3
-depends_lib-append port:octave \
- port:gsl
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/gsl-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-ident/Portfile
===================================================================
--- trunk/dports/math/octave-ident/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-ident/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-ident
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Addition System Indentification Control functions.
-long_description ${description}
+name octave-ident
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Addition System Indentification Control functions.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname ident-1.0.5
+distname ident-1.0.6
-checksums \
- ident-1.0.5.tar.gz \
- md5 dfa2a741b44a678863de80a9db454c25 \
- sha1 fed4faf8d9dfe1fcf9a6ce6b88e1b44f4a7adea9 \
- rmd160 8c73b580a8d80d7393b9ec67fe6e9d94d1bd3b01
+checksums \
+ ident-1.0.6.tar.gz \
+ md5 ade98e83fce6cdb7e0484f889bff44af \
+ sha1 268b7db33f3af7dc7213021dc5233dd596f0ff5b \
+ rmd160 331f478b6b11b747c7a417504b69585b8729fa11
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/ident-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-image/Portfile
===================================================================
--- trunk/dports/math/octave-image/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-image/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -1,33 +1,38 @@
-# $Id$
+# $Id:$
PortSystem 1.0
-name octave-image
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.
-long_description ${description}
+name octave-image
+version 1.0.8
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description The Octave-forge Image package provides functions for reading, writing, and processing images. The package supports almost all image formats through the use of ImageMagick. The package also provides functions for feature extraction, image statistics, spatial and geometric transformations, morphological operations, linear filtering, and much more.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname image-1.0.6
+distname image-1.0.8
-checksums \
- image-1.0.6.tar.gz \
- md5 31a7971357f6c579e899ce0b0cb4d57d \
- sha1 ad687816449f4ad802812dbcd994068ada5790b5 \
- rmd160 0c429030e4488c62182b3af9219852bec8f87629
+checksums \
+ image-1.0.8.tar.gz \
+ md5 36f1c7fe346752b5bcca1725eff56072 \
+ sha1 e90c9435b4bffa787dc2bdba9177340ab5a9f987 \
+ rmd160 11423c12e2e74aa9f0369908c60af653e432f728
-patchfiles patch-src-Makefile.diff
+patchfiles patch-src-Makefile.diff
-depends_lib-append port:octave \
- port:jpeg \
- port:ImageMagick
+depends_lib-append port:octave
post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
post-activate {
- system "octave --eval \"pkg rebuild\"" }
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/image-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-image/files/patch-src-Makefile.diff
===================================================================
--- trunk/dports/math/octave-image/files/patch-src-Makefile.diff 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-image/files/patch-src-Makefile.diff 2009-01-12 22:14:27 UTC (rev 45284)
@@ -4,7 +4,7 @@
$(MKOCTFILE) $< -lpng
__magick_read__.oct: __magick_read__.cc
-- $(MKOCTFILE) $< `Magick++-config --cppflags` -lMagick++ -lMagick
-+ $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --libs` `Magick-config --libs`
+- $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags`
++ $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --libs --ldflags` `Magick-config --libs`
clean: ; -$(RM) *.o octave-core core *.oct *~
Modified: trunk/dports/math/octave-informationtheory/Portfile
===================================================================
--- trunk/dports/math/octave-informationtheory/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-informationtheory/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-informationtheory
-version 0.1.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Functions and routines for basic Information Theory definitions, and source coding.
-long_description ${description}
+name octave-informationtheory
+version 0.1.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Functions and routines for basic Information Theory definitions, and source coding.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname informationtheory-0.1.5
+distname informationtheory-0.1.6
-checksums \
- informationtheory-0.1.5.tar.gz \
- md5 f47983025ee629b726eaa1d4b0ed8188 \
- sha1 9be41a929f10115b200f3ee3296230b8af480c52 \
- rmd160 00f41db13ea450a47d316e557dbd6c404dc07a23
+checksums \
+ informationtheory-0.1.6.tar.gz \
+ md5 c09ea18c6ce43c6d236360aec4d221c8 \
+ sha1 f73465d3ff263f94a146afe80df1bc4e60a36063 \
+ rmd160 e7de3bd36ab48d0a71290acbff5327ce7ef51ab9
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/informationtheory-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-integration/Portfile
===================================================================
--- trunk/dports/math/octave-integration/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-integration/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-integration
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Toolbox for 1-D, 2-D, and n-D Numerical Integration
-long_description ${description}
+name octave-integration
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Toolbox for 1-D, 2-D, and n-D Numerical Integration
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname integration-1.0.5
+distname integration-1.0.6
-checksums \
- integration-1.0.5.tar.gz \
- md5 8e583a102d0d1ce5f9068eab67f34c23 \
- sha1 ff849ec838ffe90a11cc3639972029d8583e89a9 \
- rmd160 67a6be95d58ae6ed9b6c0095879bd2f8eea5f06f
+checksums \
+ integration-1.0.6.tar.gz \
+ md5 cdbcc10a951c69e223a546c68188e88c \
+ sha1 b901e917feb68a39303723b4049442193c2a095a \
+ rmd160 a7cfa7252fe01a9697e9a4d29b44e8caee2ea773
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/integration-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-io/Portfile
===================================================================
--- trunk/dports/math/octave-io/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-io/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-io
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Input/Output in external formats.
-long_description ${description}
+name octave-io
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Input/Output in external formats.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname io-1.0.6
+distname io-1.0.7
-checksums \
- io-1.0.6.tar.gz \
- md5 819469b48d1e3f12b14af18d1e57612f \
- sha1 42d1b098109845e22732f14a8811541afb960a57 \
- rmd160 aa5c52a5929ade941bf38123bb115d293ed42bd0
+checksums \
+ io-1.0.7.tar.gz \
+ md5 64206cdaaccfbd8809f8d7661709ff46 \
+ sha1 097409e37feb94d2b9cda5ab9432d3767a089dc1 \
+ rmd160 8e93a2e5979af076196df814f88ef03356d1ea85
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/io-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-irsa/Portfile
===================================================================
--- trunk/dports/math/octave-irsa/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-irsa/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-irsa
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Irregular sampling analysis.
-long_description ${description}
+name octave-irsa
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Irregular sampling analysis.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname irsa-1.0.5
+distname irsa-1.0.6
-checksums \
- irsa-1.0.5.tar.gz \
- md5 85474e48eb55b0634e5e698fec971a42 \
- sha1 04d8bd3fea5a5f71105c6448615340aad31fcad4 \
- rmd160 3517b89c3ed99fecb193ecff97dbec4c5d529859
+checksums \
+ irsa-1.0.6.tar.gz \
+ md5 91edcd3625c62dd9ce46ed16d079bbe7 \
+ sha1 580df89efcce20cd3ff92998d3beaf9dae23f2d5 \
+ rmd160 023eca6f8861bd51c3e03dca5c8abcd32d07facd
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/irsa-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-java/Portfile
===================================================================
--- trunk/dports/math/octave-java/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-java/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-java
-version 1.2.4
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Provides Java interface with OO-like Java objects manipulation
-long_description ${description}
+name octave-java
+version 1.2.5
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Provides Java interface with OO-like Java objects manipulation
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname java-1.2.4
+distname java-1.2.5
-checksums \
- java-1.2.4.tar.gz \
- md5 71e5ce0d046ee4c98666b2f33f0a8377 \
- sha1 847e86d4607708f6f24385b017d6f4beebb93e67 \
- rmd160 ebd52ca8368bee6a3a381bfbd74321d61b92ac5f
+checksums \
+ java-1.2.5.tar.gz \
+ md5 b5fef3c65481fb8f2e153ee4201f0e84 \
+ sha1 5af64e8f92dc1235a43a1bb3c9bac6e3ffc82c2b \
+ rmd160 47c3f6c631f26882e3db95ad49da323715ae7163
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/java-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-linear-algebra/Portfile
===================================================================
--- trunk/dports/math/octave-linear-algebra/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-linear-algebra/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-linear-algebra
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional linear algebra code, including general SVD and matrix functions.
-long_description ${description}
+name octave-linear-algebra
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional linear algebra code, including general SVD and matrix functions.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname linear-algebra-1.0.5
+distname linear-algebra-1.0.6
-checksums \
- linear-algebra-1.0.5.tar.gz \
- md5 e59c771b39f6535f36ec64111ddd3125 \
- sha1 024e49e65a3c99e0844785370ff92c226e384733 \
- rmd160 cbeff4d11973449454f5325c689bd731d7338562
+checksums \
+ linear-algebra-1.0.6.tar.gz \
+ md5 cb07f1a877c6de3795cb33e27c9a037f \
+ sha1 8568da55da8910632218c8d4e675e6dd99ac4213 \
+ rmd160 65d5c9b590d4939e5f3f3ef091c837b8d476944f
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/linear-algebra-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-mapping/Portfile
===================================================================
--- trunk/dports/math/octave-mapping/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-mapping/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-mapping
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Simple Mapping functions.
-long_description ${description}
+name octave-mapping
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Simple Mapping functions.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname mapping-1.0.5
+distname mapping-1.0.6
-checksums \
- mapping-1.0.5.tar.gz \
- md5 9e446a4477e6ce165cf27deb1d8062c8 \
- sha1 83974fe08866924b7f32cd3d35f2ab54afe1f936 \
- rmd160 cb3b216aa8965e9eb7b6e91ea739ec7dc0953c76
+checksums \
+ mapping-1.0.6.tar.gz \
+ md5 bc0b80af0d054977a0660040398cf57e \
+ sha1 5e8d4cd28026d8ae9b12e55845938e4ad738b1a5 \
+ rmd160 fb2fad4786609de678fc7331b2ccc4f38f8ef629
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/mapping-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-miscellaneous/Portfile
===================================================================
--- trunk/dports/math/octave-miscellaneous/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-miscellaneous/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-miscellaneous
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Miscellaneous tools including waitbar, xml tools, etc
-long_description ${description}
+name octave-miscellaneous
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Miscellaneous tools including waitbar, xml tools, etc
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname miscellaneous-1.0.6
+distname miscellaneous-1.0.7
-checksums \
- miscellaneous-1.0.6.tar.gz \
- md5 23842904e23cb3304ced40791734ae7e \
- sha1 36a45a93d6f9ae632ea002654e7c962295ca4c5b \
- rmd160 67c686e591ad4d0fdb4ae94ff6b8317742b90d16
+checksums \
+ miscellaneous-1.0.7.tar.gz \
+ md5 cefe41ef3f69b81f4a6462c9d82a6173 \
+ sha1 4cea9ba2bf94aa8a04b53233a17a310b7ec11c64 \
+ rmd160 eb8134cafdb80ec586d2d0082e4b43990fb3402a
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/miscellaneous-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-missing-functions/Portfile
===================================================================
--- trunk/dports/math/octave-missing-functions/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-missing-functions/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-missing-functions
-version 1.0.0
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Find functions that are in Matlab but not in Octave.
-long_description ${description}
+name octave-missing-functions
+version 1.0.1
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Find functions that are in Matlab but not in Octave.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname missing-functions-1.0.0
+distname missing-functions-1.0.1
-checksums \
- missing-functions-1.0.0.tar.gz \
- md5 66c6efa34099ce127a9609eb5418f842 \
- sha1 39b9474d2aa2164788a06acd8cec9119251aa55a \
- rmd160 7562d5e5ad9e9f060be85ebd4afb9a473cfec94d
+checksums \
+ missing-functions-1.0.1.tar.gz \
+ md5 3c661a06340366d72bdc272a4de054b9 \
+ sha1 b8ff6d755ad5c308b842afd79ea129381e15370e \
+ rmd160 aaca848f145ee220e0cfe9a2685531cfabb20f48
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/missing-functions-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-msh/Portfile
===================================================================
--- trunk/dports/math/octave-msh/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-msh/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,30 +2,36 @@
PortSystem 1.0
-name octave-msh
-version 0.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Package for creating and managing triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Uses a mesh data structure compatible with pdetool. Relies on gmsh for unstructured mesh generation.
-long_description ${description}
+name octave-msh
+version 0.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Package for creating and managing triangular and tetrahedral meshes for Finite Element or Finite Volume PDE solvers. Uses a mesh data structure compatible with pdetool. Relies on gmsh for unstructured mesh generation.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname msh-0.0.6
+distname msh-0.0.7
-checksums \
- msh-0.0.6.tar.gz \
- md5 a1e96a36aec77718ec623c87ab50824f \
- sha1 b3714a2cb3d7f50eabdbfbbe02c48b0590f4d339 \
- rmd160 e7a8573df78a413e9bb1d905b07b5e59ef42e6bb
+checksums \
+ msh-0.0.7.tar.gz \
+ md5 8b6eb1999b946fbbef645782cccfc4b3 \
+ sha1 957cc648636e876a8ef5d9a9a16a123c98658301 \
+ rmd160 fdec81e967a88f0fbea3f9cc0459889bab4faa58
-depends_lib-append port:octave \
- port:octave-splines
+depends_lib-append port:octave port:octave-splines
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/msh-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-multicore/Portfile
===================================================================
--- trunk/dports/math/octave-multicore/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-multicore/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-multicore
-version 0.2.12
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description An Octave-forge package providing functions for parallel processing on multiple cores.
-long_description ${description}
+name octave-multicore
+version 0.2.13
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description An Octave-forge package providing functions for parallel processing on multiple cores.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname multicore-0.2.12
+distname multicore-0.2.13
-checksums \
- multicore-0.2.12.tar.gz \
- md5 8d79b5a4fbef9097c0fd633b7da85154 \
- sha1 6ac0f8918ce5159076e04d557610e318a287bf89 \
- rmd160 9b726546dfd9ac2d054902ede926acd7f8acbe94
+checksums \
+ multicore-0.2.13.tar.gz \
+ md5 c93143932e0f57cadd9e93f4bfe0128b \
+ sha1 18d0873403ac6d273709c578c36ca2cc3a3f8e6a \
+ rmd160 3cf954a717395775e68f07bdd0ecbada83a64562
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/multicore-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-nan/Portfile
===================================================================
--- trunk/dports/math/octave-nan/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-nan/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-nan
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Missing value statistical toolbox
-long_description ${description}
+name octave-nan
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Missing value statistical toolbox
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname nan-1.0.6
+distname nan-1.0.7
-checksums \
- nan-1.0.6.tar.gz \
- md5 899ae92155968fdd9c82e6f5e82dfa4a \
- sha1 dba64ba0698b9f608f16b6c109d411133f3d4adb \
- rmd160 51e8021eb896e6c9e8e764a6f664bcfc6152963b
+checksums \
+ nan-1.0.7.tar.gz \
+ md5 1d388f9ab3cbbf99c4b2c452387a2699 \
+ sha1 8c4fc54bffaa6c08fc58d344f4820d8f8ecfdb8a \
+ rmd160 a152dff66896a3037dab962e1ec2ef0b51e1a97e
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/nan-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-nnet/Portfile
===================================================================
--- trunk/dports/math/octave-nnet/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-nnet/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-nnet
-version 0.1.7
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description A feed forward multi-layer neural network.
-long_description ${description}
+name octave-nnet
+version 0.1.8
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description A feed forward multi-layer neural network.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname nnet-0.1.7
+distname nnet-0.1.8
-checksums \
- nnet-0.1.7.tar.gz \
- md5 3ce18e887170e9788f7c1df8107d237b \
- sha1 1a9c1ad5552d436c421930de570ced3cbc3b7758 \
- rmd160 88af1458faeca9f6ffa3aa290db74d6d73b1a3b4
+checksums \
+ nnet-0.1.8.tar.gz \
+ md5 48d1792b0ffcf055e38e64546f0da2f5 \
+ sha1 48cab72ea7582de5a9eaf50678462e326c877010 \
+ rmd160 4ff8c10c70805627a979142c3e0b7b8e7eafa1ce
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/nnet-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-ocs/Portfile
===================================================================
--- trunk/dports/math/octave-ocs/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-ocs/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-ocs
-version 0.0.1
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Package for solving DC and transient MNA equation stemming from electrical circuit
-long_description ${description}
+name octave-ocs
+version 0.0.2
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Package for solving DC and transient MNA equation stemming from electrical circuit
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname ocs-0.0.1
+distname ocs-0.0.2
-checksums \
- ocs-0.0.1.tar.gz \
- md5 a123bbaf67ac3b8021eba727ef7d4906 \
- sha1 2630fb78bdcea5acc636478996f17d3950ad1eb5 \
- rmd160 ae1dba0682f80b86115406810180f2cfcfba2e9c
+checksums \
+ ocs-0.0.2.tar.gz \
+ md5 40bb553249483d7944415c071804704d \
+ sha1 ac81d9837a610b19cf3aef58cb1aecd9993a7f6b \
+ rmd160 e78caa952e53b246757118e3044d862870c65798
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/ocs-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-octcdf/Portfile
===================================================================
--- trunk/dports/math/octave-octcdf/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-octcdf/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,30 +2,36 @@
PortSystem 1.0
-name octave-octcdf
-version 1.0.9
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description A NetCDF interface for octave
-long_description ${description}
+name octave-octcdf
+version 1.0.11
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description A NetCDF interface for octave
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname octcdf-1.0.9
+distname octcdf-1.0.11
-checksums \
- octcdf-1.0.9.tar.gz \
- md5 1f0288aa39548ee23453133dbf1033ac \
- sha1 f5360dcba1b3919df84823d4742a861373963d44 \
- rmd160 db00a30bd9cd90fd2829b9ac9823f09aeefa23ba
+checksums \
+ octcdf-1.0.11.tar.gz \
+ md5 5c59ac20feb2df779dcaf8064e6ed603 \
+ sha1 c2cd06683fffd40424dfccfed56ead6ffb901b46 \
+ rmd160 7a1a502fb8dd98af3358457669e83c9b8890142a
-depends_lib-append port:octave \
- port:netcdf
+depends_lib-append port:octave port:netcdf
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/octcdf-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-odebvp/Portfile
===================================================================
--- trunk/dports/math/octave-odebvp/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-odebvp/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-odebvp
-version 1.0.4
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.
-long_description ${description}
+name octave-odebvp
+version 1.0.5
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description To approximate the solution of the boundary-value problem y''=p(x)*y' + q(x)*y + r(x), a<=x<=b, y(a)=alpha, y(b)=beta by the linear finite-diffence method.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname odebvp-1.0.4
+distname odebvp-1.0.5
-checksums \
- odebvp-1.0.4.tar.gz \
- md5 266792970891e79fab7b3fb97421e4b5 \
- sha1 f36fc6480ebb64a93b7900f7f7692dbe29a9f903 \
- rmd160 8b8e6fd1c9d9ca9467ab741dd8699063acb5d9b0
+checksums \
+ odebvp-1.0.5.tar.gz \
+ md5 fd223bb50fa6379e95d4209952dfa36a \
+ sha1 b4d53de50b3a3ae625d1b4a99854a8d75f75e824 \
+ rmd160 46a215e2a3a211a4f7dce694c6f3717bdd4ca692
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/odebvp-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-optim/Portfile
===================================================================
--- trunk/dports/math/octave-optim/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-optim/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,30 +2,36 @@
PortSystem 1.0
-name octave-optim
-version 1.0.3
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Unconstrained Non-linear Optimization toolkit.
-long_description ${description}
+name octave-optim
+version 1.0.4
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Unconstrained Non-linear Optimization toolkit.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname optim-1.0.3
+distname optim-1.0.4
-checksums \
- optim-1.0.3.tar.gz \
- md5 46ee06451034339f5e8eb3f6b282f962 \
- sha1 1272f0a2454d466f97c91c61ebbf72f9c5fd3f32 \
- rmd160 05ef16e6d4dcc6589b8471dfcbebfe2a46e75505
+checksums \
+ optim-1.0.4.tar.gz \
+ md5 318dbf44957fbeaadb034a2b7532b110 \
+ sha1 cd186abdb61dfe955b92763541830ac595a575b9 \
+ rmd160 58b046cd0b1fda5ba026f915c6be76c965f01e20
-depends_lib-append port:octave \
- port:octave-miscellaneous
+depends_lib-append port:octave port:octave-miscellaneous
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/optim-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-optiminterp/Portfile
===================================================================
--- trunk/dports/math/octave-optiminterp/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-optiminterp/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-optiminterp
-version 0.2.7
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description An optimal interpolation toolbox for octave
-long_description ${description}
+name octave-optiminterp
+version 0.3.1
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description An optimal interpolation toolbox for octave. This package provides functions to perform a n-dimensional optimal interpolations of arbitrarily distributed data points.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname optiminterp-0.2.7
+distname optiminterp-0.3.1
-checksums \
- optiminterp-0.2.7.tar.gz \
- md5 b6aa879ebf8e792e6bf3b14ae9c6546e \
- sha1 58e70077d497489e48286f5dd7c3d8f6db124790 \
- rmd160 fa2299f04304d3af258ae0c6d6488a23019eeb63
+checksums \
+ optiminterp-0.3.1.tar.gz \
+ md5 bb8f7d91da6c76637cbdf55bee693a7e \
+ sha1 ce9e23d857d150b5a07c5c35f8e309d41abfc442 \
+ rmd160 a573f96d10c6d076759847c4521301baad03ed81
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/optiminterp-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-outliers/Portfile
===================================================================
--- trunk/dports/math/octave-outliers/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-outliers/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-outliers
-version 0.13.7
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Grubbs, Dixon and Cochran tests for outlier detection and p-value approximating routines.
-long_description ${description}
+name octave-outliers
+version 0.13.8
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Grubbs, Dixon and Cochran tests for outlier detection and p-value approximating routines.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname outliers-0.13.7
+distname outliers-0.13.8
-checksums \
- outliers-0.13.7.tar.gz \
- md5 4e1fb300353386b86ddcbea8f40f29a4 \
- sha1 a0c4490f33b254e1a839d6d70ddcaadad5af1b87 \
- rmd160 d9ec29df37026b2ba188352407042268bf8c1a0e
+checksums \
+ outliers-0.13.8.tar.gz \
+ md5 c79c21dd542c44a9857598549b994667 \
+ sha1 4aa2331da37263dccd66c98a7efe7ebefa90d0c6 \
+ rmd160 764be9515bb24cfcf3f06d13c547ae7b9a8ba1e5
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/outliers-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-parallel/Portfile
===================================================================
--- trunk/dports/math/octave-parallel/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-parallel/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-parallel
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Parallel execution package for cluster computers
-long_description ${description}
+name octave-parallel
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Parallel execution package for cluster computers
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname parallel-1.0.6
+distname parallel-1.0.7
-checksums \
- parallel-1.0.6.tar.gz \
- md5 253b8b09329f7c3d9b33344c109d76a9 \
- sha1 57706906089cd24c854a5ee29bb0bd02b65eea69 \
- rmd160 9786a6cb8e0389005503a4244fda2088edf2b6dd
+checksums \
+ parallel-1.0.7.tar.gz \
+ md5 a90e853fcfccce4934f54285d0a41246 \
+ sha1 df4c61e1fe6b64d220824469bc3ba126931d2337 \
+ rmd160 d30484a76c5aa676b4c0e5ee16233220c3eaea68
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/parallel-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-pdb/Portfile
===================================================================
--- trunk/dports/math/octave-pdb/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-pdb/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-pdb
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Reads and display PDB-files from the Brookhaven protein databank
-long_description ${description}
+name octave-pdb
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Reads and display PDB-files from the Brookhaven protein databank
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname pdb-1.0.5
+distname pdb-1.0.6
-checksums \
- pdb-1.0.5.tar.gz \
- md5 89866b5a6f24e7f63ff94c4e366dc88c \
- sha1 0f2a899d1fc8904ba39fcb73df766e0ad654043e \
- rmd160 5c39a3326f7162080a43c6148b5ef25b6422956f
+checksums \
+ pdb-1.0.6.tar.gz \
+ md5 9dc44fff966951c07aa7c307411f2f39 \
+ sha1 9facec2b1679bf9f43dfc89c15376f2d15a6bf6b \
+ rmd160 77f1e8895923e64874a7e843d27656d2216b5809
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/pdb-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-physicalconstants/Portfile
===================================================================
--- trunk/dports/math/octave-physicalconstants/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-physicalconstants/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-physicalconstants
-version 0.1.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Physical Constants from Atomic & Molecular Physics, taken from NIST database
-long_description ${description}
+name octave-physicalconstants
+version 0.1.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Physical Constants from Atomic & Molecular Physics, taken from NIST database
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname physicalconstants-0.1.5
+distname physicalconstants-0.1.6
-checksums \
- physicalconstants-0.1.5.tar.gz \
- md5 c64877f72a3ab58990e599cc41e68d41 \
- sha1 7acd53ccea20afc1760a2cef9b1d2ee245d86158 \
- rmd160 5da394ed7d3595071c3130cc5aebf75e70af8124
+checksums \
+ physicalconstants-0.1.6.tar.gz \
+ md5 9c85017e1a76445d01ee2dff84daf3af \
+ sha1 4f5fb293245801853023e8578bb3794b0bb74e21 \
+ rmd160 d0d1804b5536d3e3f235c728e4ef901b432ae301
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/physicalconstants-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-plot/Portfile
===================================================================
--- trunk/dports/math/octave-plot/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-plot/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-plot
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional ploting tools for Octave.
-long_description ${description}
+name octave-plot
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional ploting tools for Octave.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname plot-1.0.5
+distname plot-1.0.6
-checksums \
- plot-1.0.5.tar.gz \
- md5 33d25e88f3177c135037d4d0dbca09ea \
- sha1 a58ddaed14dc782c9d53d68cd136b56011f785d0 \
- rmd160 c9cc9d60c9bc8406b568f538b1c159df1bf1e843
+checksums \
+ plot-1.0.6.tar.gz \
+ md5 e3bc7ca195c72d0e566f604272ff76d1 \
+ sha1 d4094ed0afac84a6eb46ec5b2da5e05f37ed49ea \
+ rmd160 312a7339b13a466bd631c831c815572013852302
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/plot-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-pt_br/Portfile
===================================================================
--- trunk/dports/math/octave-pt_br/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-pt_br/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-pt_br
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Brazilian Portuguese translations of the help strings of the Octave functions.
-long_description ${description}
+name octave-pt_br
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Brazilian Portuguese translations of the help strings of the Octave functions.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname pt_br-1.0.6
+distname pt_br-1.0.7
-checksums \
- pt_br-1.0.6.tar.gz \
- md5 46e892a133a5d30f7a38cf8957f01058 \
- sha1 32a249c71354157d3d94b3b8761d4e7ed1dd45a1 \
- rmd160 65a108455315aa595e6414e312da79a715e9b999
+checksums \
+ pt_br-1.0.7.tar.gz \
+ md5 9b0295e4500e379928d9c9d9239533e2 \
+ sha1 1801474a0ae3d9da3c0ae830388367639b67764f \
+ rmd160 6b39889d085cfd6ad3fc2058bef6d0d5a236a5eb
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/pt_br-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-secs1d/Portfile
===================================================================
--- trunk/dports/math/octave-secs1d/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-secs1d/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-secs1d
-version 0.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description A Drift-Diffusion simulator for 1d semiconductor devices
-long_description ${description}
+name octave-secs1d
+version 0.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description A Drift-Diffusion simulator for 1d semiconductor devices
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname secs1d-0.0.6
+distname secs1d-0.0.7
-checksums \
- secs1d-0.0.6.tar.gz \
- md5 a6532c5ad0af88a2661c78201d0911f4 \
- sha1 ab6f06690746cdab09f507748cc4b4dc152d769c \
- rmd160 6c6ea3f3315bc32a145cd0d0a2da168d04e10fba
+checksums \
+ secs1d-0.0.7.tar.gz \
+ md5 f9f694fed9e9fdc9c0dadfd41a000d19 \
+ sha1 e585b95d5ccb2e82fc096195183b69db10a07164 \
+ rmd160 489296ecd5b5d4198e084cc164a5118a9b4db7e4
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/secs1d-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-signal/Portfile
===================================================================
--- trunk/dports/math/octave-signal/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-signal/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-signal
-version 1.0.7
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Signal processing tools, including filtering, windowing and display functions.
-long_description ${description}
+name octave-signal
+version 1.0.8
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Signal processing tools, including filtering, windowing and display functions.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname signal-1.0.7
+distname signal-1.0.8
-checksums \
- signal-1.0.7.tar.gz \
- md5 9fd567bbbad92184eb53656fb873d381 \
- sha1 a8aa6ec455ad7222cfaaf735a4f2b62f46962dea \
- rmd160 30ed530487980efb3ec41f79906e837d3f772442
+checksums \
+ signal-1.0.8.tar.gz \
+ md5 e56f60f9a4b51b51f342ceb131278ec2 \
+ sha1 77d405e052e63e4369e8054aea11059d5858dfe9 \
+ rmd160 814d9f5f2723c85429ad6f4b79b98528a160aea0
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/signal-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-sockets/Portfile
===================================================================
--- trunk/dports/math/octave-sockets/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-sockets/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-sockets
-version 1.0.4
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Socket functions
-long_description ${description}
+name octave-sockets
+version 1.0.5
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Socket functions
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname sockets-1.0.4
+distname sockets-1.0.5
-checksums \
- sockets-1.0.4.tar.gz \
- md5 6a70a287abc7d3e9977c07c5da686c47 \
- sha1 f6fd497472d0eec305c3e1a39b41796c3756a226 \
- rmd160 a16bbb08eb41e7739fc79fddabe373c1ce12b78a
+checksums \
+ sockets-1.0.5.tar.gz \
+ md5 5272355a695a34f1ebffbeda701c2f0e \
+ sha1 328356dfbb14557a774e905b446ba53688e123cd \
+ rmd160 97e616b36b8c61649e65ecac6eb590a6c52469d1
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/sockets-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-specfun/Portfile
===================================================================
--- trunk/dports/math/octave-specfun/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-specfun/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-specfun
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Special functions including ellipitic functions, etc
-long_description ${description}
+name octave-specfun
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Special functions including ellipitic functions, etc
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname specfun-1.0.6
+distname specfun-1.0.7
-checksums \
- specfun-1.0.6.tar.gz \
- md5 4783835af19cc8a16933628bcb31c154 \
- sha1 e5d85212f9bb698268e2851061989c16af48b6fc \
- rmd160 80ce602fd2cae1d28c58a32df5ffc662f364eb56
+checksums \
+ specfun-1.0.7.tar.gz \
+ md5 01becb0e951634ed781da910f1aa2654 \
+ sha1 443d419043a24e72c3896e3c0efa992e0fcd32ca \
+ rmd160 a1eb4505547c2650b5caf175ac1cfc8bd262fcec
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/specfun-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-special-matrix/Portfile
===================================================================
--- trunk/dports/math/octave-special-matrix/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-special-matrix/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-special-matrix
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional Special Matrices for Octave.
-long_description ${description}
+name octave-special-matrix
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional Special Matrices for Octave.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname special-matrix-1.0.5
+distname special-matrix-1.0.6
-checksums \
- special-matrix-1.0.5.tar.gz \
- md5 383861fd42cf0fb15635f221cb256853 \
- sha1 2ce7a7a88774570272498ea0cd5031101d530664 \
- rmd160 c64fa883f2d9e7618b9e99bc0faa2497d3ca598e
+checksums \
+ special-matrix-1.0.6.tar.gz \
+ md5 b57e72be55b0c11cabdb0b486a0174dc \
+ sha1 a00bcdeceec4e27a43012fa45962a5ab0f76514c \
+ rmd160 6df7c89ab9e998e1b268aaf1f653f4674b0debea
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/special-matrix-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-spline-gcvspl/Portfile
===================================================================
--- trunk/dports/math/octave-spline-gcvspl/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-spline-gcvspl/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-spline-gcvspl
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description B-spline data smoothing using generalized cross-validation and mean squared prediction or explicit user smoothing
-long_description ${description}
+name octave-spline-gcvspl
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description B-spline data smoothing using generalized cross-validation and mean squared prediction or explicit user smoothing
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname spline-gcvspl-1.0.5
+distname spline-gcvspl-1.0.6
-checksums \
- spline-gcvspl-1.0.5.tar.gz \
- md5 464f6a1bf01c09890e0303a1e173e7cb \
- sha1 db0e54f9eb81c51547e71dc4a6284b426363ad7b \
- rmd160 bdfeacf1a8edddce134a3ebb27da518b69f4a054
+checksums \
+ spline-gcvspl-1.0.6.tar.gz \
+ md5 3e944d32e90a9cedf9aa6157023bd6d5 \
+ sha1 af426175a5e5f2155cf40694572eff5fb266cb5e \
+ rmd160 16fb78777fed7778f4a10e7feef95448f1a34f1e
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/spline-gcvspl-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-splines/Portfile
===================================================================
--- trunk/dports/math/octave-splines/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-splines/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-splines
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional Cubic spline functions.
-long_description ${description}
+name octave-splines
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional Cubic spline functions.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname splines-1.0.5
+distname splines-1.0.6
-checksums \
- splines-1.0.5.tar.gz \
- md5 020796a7b10564b58ad23feeb2b2006d \
- sha1 c1ef7554db7c23c8d5f3dd22b6fd34cd8191d664 \
- rmd160 b44511d69ee17cd264ac3b1d91750612531caf42
+checksums \
+ splines-1.0.6.tar.gz \
+ md5 c1dd4734a97b28378103a6df69ee68cc \
+ sha1 47a2ba341f16d03cc66fa056887931928d554c4d \
+ rmd160 f8e2f78bf804cf9956373c9a22d50dc886bd8a8c
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/splines-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-statistics/Portfile
===================================================================
--- trunk/dports/math/octave-statistics/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-statistics/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-statistics
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional statistics functions for Octave.
-long_description ${description}
+name octave-statistics
+version 1.0.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional statistics functions for Octave.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname statistics-1.0.6
+distname statistics-1.0.7
-checksums \
- statistics-1.0.6.tar.gz \
- md5 693b7c03a9087bf69e7e23989efffd99 \
- sha1 a65774d7cd380bf9ef50e787aaf84a76471a13e1 \
- rmd160 ac42bc168c2cbef195b82ce2b4091cf7bb772968
+checksums \
+ statistics-1.0.7.tar.gz \
+ md5 881e519a2c6fad8100a5a7471d624e3a \
+ sha1 da5ce1827b0f4318c0335d6b385b3fc25e17258b \
+ rmd160 3f3adec1e8ccb6f90d5cf8bfd48d177788135c44
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/statistics-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-strings/Portfile
===================================================================
--- trunk/dports/math/octave-strings/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-strings/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-strings
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional manipulation functions
-long_description ${description}
+name octave-strings
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional manipulation functions
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname strings-1.0.5
+distname strings-1.0.6
-checksums \
- strings-1.0.5.tar.gz \
- md5 6ef1756c63729754bd467f79f82e0406 \
- sha1 1ba64a6670ef7bd2fca51c68d6c9db84faea9310 \
- rmd160 fe99320f7f09514692b84677d90199c5439bd160
+checksums \
+ strings-1.0.6.tar.gz \
+ md5 495f938c29a204761a20908e6d83de8b \
+ sha1 3cf635b5db2d51d23f9a88d72b0e870b68b04746 \
+ rmd160 611715700f7dd9dcbe89ed5b65cf38d03dd4f7e4
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/strings-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-struct/Portfile
===================================================================
--- trunk/dports/math/octave-struct/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-struct/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-struct
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional Structure manipulations functions.
-long_description ${description}
+name octave-struct
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional Structure manipulations functions.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname struct-1.0.5
+distname struct-1.0.6
-checksums \
- struct-1.0.5.tar.gz \
- md5 d403a86bef71300f121ce6d5cb5f48d3 \
- sha1 a43e6fdeaed6fa93345b508293a1bde4a2e0f556 \
- rmd160 048de3a0f33d307829f87dd9020a3872f5895652
+checksums \
+ struct-1.0.6.tar.gz \
+ md5 b7bbdd8af285b8d9bf8d88f5f58e4d86 \
+ sha1 e66eaf9631a5921004f280bd00d40d1031e18cfc \
+ rmd160 821d44091ae499482ef924911c7d755ae491e503
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/struct-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-symband/Portfile
===================================================================
--- trunk/dports/math/octave-symband/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-symband/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-symband
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Linear Algebra for Symmetric Banded Matrices.
-long_description ${description}
+name octave-symband
+version 1.0.8
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Linear Algebra for Symmetric Banded Matrices.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname symband-1.0.6
+distname symband-1.0.8
-checksums \
- symband-1.0.6.tar.gz \
- md5 594ff162bf1c076d85cf37c60941e3db \
- sha1 d741ceb170288eba3734be7b37fc37da438b69c3 \
- rmd160 391d572c0980895d31f1324c5e1febde99586b4a
+checksums \
+ symband-1.0.8.tar.gz \
+ md5 02e638d12677f7aab2b5f246dcf4571e \
+ sha1 fe120c43058ed2d959b2222bf04585af2b00c553 \
+ rmd160 28e9151b236fc1592bb9ef946d6fbbd62abc4f8f
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/symband-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-tcl-octave/Portfile
===================================================================
--- trunk/dports/math/octave-tcl-octave/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-tcl-octave/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-tcl-octave
-version 0.1.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description socket implementation of a tcl-octave connection
-long_description ${description}
+name octave-tcl-octave
+version 0.1.7
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description socket implementation of a tcl-octave connection
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname tcl-octave-0.1.6
+distname tcl-octave-0.1.7
-checksums \
- tcl-octave-0.1.6.tar.gz \
- md5 a74c0fa207350b4ba9bfe8bce97d8b39 \
- sha1 a14051dd31909a36d60ec5fbdf8e6419a013fdb0 \
- rmd160 6b0ad24019c5b743e16f9b48866b3b9ac82c6a20
+checksums \
+ tcl-octave-0.1.7.tar.gz \
+ md5 484907e9b35021587a8b423589d07619 \
+ sha1 916a1c44d746c36fb55bb8745f5cb7ed7e01204d \
+ rmd160 799feedde4b718ec8794720159cc7028e0b5cba9
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/tcl-octave-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-time/Portfile
===================================================================
--- trunk/dports/math/octave-time/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-time/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-time
-version 1.0.7
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Additional date manipulation tools.
-long_description ${description}
+name octave-time
+version 1.0.8
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Additional date manipulation tools.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname time-1.0.7
+distname time-1.0.8
-checksums \
- time-1.0.7.tar.gz \
- md5 65cbed1d4461d98aa45a60cd15b3c32e \
- sha1 518c011945d5265a850d8e667badb2588d400921 \
- rmd160 a40e88a716bf9f61ed844baefcd171aca6c2e976
+checksums \
+ time-1.0.8.tar.gz \
+ md5 73b02a9b142cda493cb60e95583c266e \
+ sha1 233b72999920070521bd609194f6f7acb1b9d525 \
+ rmd160 e3e93db7598faba3162e0914534f652fa1ba734a
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/time-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-triangular/Portfile
===================================================================
--- trunk/dports/math/octave-triangular/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-triangular/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-triangular
-version 1.0.4
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Simple example of a user type implementing a simple matrix type for triangular matrices.
-long_description ${description}
+name octave-triangular
+version 1.0.4
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Simple example of a user type implementing a simple matrix type for triangular matrices.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname triangular-1.0.4
+distname triangular-1.0.4
-checksums \
- triangular-1.0.4.tar.gz \
- md5 bb2e728229ac2de6054a2d6363b08686 \
- sha1 ca4d76d7dd0d1db76b45ad2c5c40181529528d8f \
- rmd160 1defe78eebfa72858eea4d3297041bbd1f1272ff
+checksums \
+ triangular-1.0.4.tar.gz \
+ md5 bb2e728229ac2de6054a2d6363b08686 \
+ sha1 ca4d76d7dd0d1db76b45ad2c5c40181529528d8f \
+ rmd160 1defe78eebfa72858eea4d3297041bbd1f1272ff
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/triangular-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-tsa/Portfile
===================================================================
--- trunk/dports/math/octave-tsa/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-tsa/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,30 +2,36 @@
PortSystem 1.0
-name octave-tsa
-version 3.10.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Stochastic concepts and maximum entropy methods for time series analysis
-long_description ${description}
+name octave-tsa
+version 4.0.0
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Stochastic concepts and maximum entropy methods for time series analysis
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname tsa-3.10.6
+distname tsa-4.0.0
-checksums \
- tsa-3.10.6.tar.gz \
- md5 6d0016df1a48c4e265feeac843e39912 \
- sha1 9efd54e58d68481187afd3b16ec0862c008406aa \
- rmd160 89e5577f3fa2cd28594db0b8f2e1a0cd8b2a8595
+checksums \
+ tsa-4.0.0.tar.gz \
+ md5 d5722f857e1e5020969dbc365183f323 \
+ sha1 824831a107cb4f1b11e50126f96d8240f444c014 \
+ rmd160 dec26bf1a8b369c2f818461dea5f284f7150708c
-depends_lib-append port:octave \
- port:octave-nan
+depends_lib-append port:octave port:octave-nan
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/tsa-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-vrml/Portfile
===================================================================
--- trunk/dports/math/octave-vrml/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-vrml/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-vrml
-version 1.0.6
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description 3D graphics using VRML
-long_description ${description}
+name octave-vrml
+version 1.0.8
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description 3D graphics using VRML
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname vrml-1.0.6
+distname vrml-1.0.8
-checksums \
- vrml-1.0.6.tar.gz \
- md5 2e45645d408b6629ce9867746aef293c \
- sha1 275cc101a5ee6228b7593df69c47ae370c562d0a \
- rmd160 730e909e0debb8daf57c0198dba73d92fcd0d1f5
+checksums \
+ vrml-1.0.8.tar.gz \
+ md5 740bcb0ef1bc5cbb8532ae18e6b1a4ce \
+ sha1 70db2337a69b5a92182d2946cd8f65eb4bed9e31 \
+ rmd160 7fdc089ceffc2c72c70d572391e0434b364bc4e9
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/vrml-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-windows/Portfile
===================================================================
--- trunk/dports/math/octave-windows/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-windows/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-windows
-version 1.0.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description Provides COM interface and additional functionality on Windows
-long_description ${description}
+name octave-windows
+version 1.0.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description Provides COM interface and additional functionality on Windows
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname windows-1.0.5
+distname windows-1.0.6
-checksums \
- windows-1.0.5.tar.gz \
- md5 410f9e66b819dd2c7eac71614e32522b \
- sha1 fd7749dcbe70574c9a8241952bbad7cf445a7930 \
- rmd160 6bbb7a9317cdb7410f29cea89e514e5312053513
+checksums \
+ windows-1.0.6.tar.gz \
+ md5 58c4d4ced2446e09b01d9557d62aeec4 \
+ sha1 ba7b5225db7c1b4e5fc9fa280853b0ede03ffeae \
+ rmd160 8f2a220fb21cb115899b1991d16d9c7485548056
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/windows-(\\d+(\\.\\d+)*)\.tar\.gz
Modified: trunk/dports/math/octave-zenity/Portfile
===================================================================
--- trunk/dports/math/octave-zenity/Portfile 2009-01-12 21:52:02 UTC (rev 45283)
+++ trunk/dports/math/octave-zenity/Portfile 2009-01-12 22:14:27 UTC (rev 45284)
@@ -2,29 +2,36 @@
PortSystem 1.0
-name octave-zenity
-version 0.5.5
-categories math science
-platforms darwin
-maintainers andrea.damore at macports.org
-description A set of functions for creating simple graphical user interfaces. It is currently possible to create calendar windows, text entries, file selection dialogs, lists, message windows, icons in the notification area, and windows for large amount of text.
-long_description ${description}
+name octave-zenity
+version 0.5.6
+categories math science
+platforms darwin
+maintainers andrea.damore alakazam
+description A set of functions for creating simple graphical user interfaces. It is currently possible to create calendar windows, text entries, file selection dialogs, lists, message windows, icons in the notification area, and windows for large amount of text.
+long_description ${description}
-homepage http://octave.sf.net
-master_sites sourceforge:octave
+homepage http://octave.sourceforge.net/
+master_sites sourceforge:octave
-distname zenity-0.5.5
+distname zenity-0.5.6
-checksums \
- zenity-0.5.5.tar.gz \
- md5 822ab75e0522d3a151c41f2c62c92d61 \
- sha1 67553b7e02d7c8202b475995710ff6bf4c6c36c4 \
- rmd160 2776576e6dd944327130f52ed514dc892aaf53e5
+checksums \
+ zenity-0.5.6.tar.gz \
+ md5 683906514f32df59a6e02c399e4c2d7b \
+ sha1 1acb159459c8a11ae8acf4b1ac960cea5840b294 \
+ rmd160 39e5932b9e677f0a3da593cc5c22542186816e1d
-depends_lib-append port:octave
+depends_lib-append port:octave
-post-destroot {
- move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name} }
-post-activate {
- system "octave --eval \"pkg rebuild\"" }
\ No newline at end of file
+post-destroot {
+ move ${destroot}${prefix}/share/octave/octave_packages ${destroot}${prefix}/share/octave/octave_packages_${name}
+}
+
+post-activate {
+ system "octave --eval \"pkg rebuild\""
+}
+
+livecheck.check regex
+livecheck.url http://octave.sourceforge.net/packages.html
+livecheck.regex http://downloads\.sourceforge\.net/octave/zenity-(\\d+(\\.\\d+)*)\.tar\.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090112/e1341ca3/attachment-0001.html>
More information about the macports-changes
mailing list