[22921] trunk/dports/math

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 19 02:43:20 PDT 2007


Revision: 22921
          http://trac.macosforge.org/projects/macports/changeset/22921
Author:   takanori at macports.org
Date:     2007-03-19 02:43:20 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
New port: gnudatalanguage
Ticket:		#11524
Submitted by:	takeshi at mac.com
Reviewed by:	takanori@

Added Paths:
-----------
    trunk/dports/math/gnudatalanguage/
    trunk/dports/math/gnudatalanguage/Portfile

Added: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	                        (rev 0)
+++ trunk/dports/math/gnudatalanguage/Portfile	2007-03-19 09:43:20 UTC (rev 22921)
@@ -0,0 +1,59 @@
+# $Id$
+PortSystem 1.0
+name            gnudatalanguage
+version         0.9pre4
+categories      math science
+maintainers     takeshi at mac.com
+platforms       darwin
+description     a free IDL combatible icncremental compiler
+long_description \
+                A free IDL (Interactive Data Language) compatible \
+                incremental compiler (ie. runs IDL programs).
+homepage        http://gnudatalanguage.sourceforge.net/
+master_sites    sourceforge
+distname        gdl-${version}
+
+checksums       md5 21f03676b44937b9cc855922618a73d2
+
+depends_lib     port:bzip2 \
+                port:freetype \
+                port:gsl \
+                port:hdf5 \
+                port:ImageMagick \
+                port:jpeg \
+                port:ncurses \
+                port:netcdf \
+                port:plplot \
+                port:python24 \
+                port:py-numarray \
+                port:readline \
+                port:tiff \
+                port:zlib
+depends_build   port:g95 \
+                port:odcctools
+
+configure.env       LDFLAGS="-undefined dynamic_lookup"
+configure.args      --with-plplotdir=${prefix} \
+                    --with-ncursesdir=${prefix} \
+                    --with-readlinedir=${prefix} \
+                    --with-gsldir=${prefix} \
+                    --with-netcdf=${prefix} \
+                    --without-hdf --with-hdf5=${prefix} \
+                    --with-python=${prefix} --enable-python_version=2.4 \
+                    --with-Magick=${prefix}
+ 
+destroot.destdir    prefix=${destroot}${prefix}
+destroot.target     install-strip
+
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    foreach f {AUTHORS COPYING ChangeLog HACKING INSTALL NEWS PYTHON.txt README TODO} {
+        eval xinstall -m 644 [glob ${worksrcpath}/${f}] ${destroot}${prefix}/share/doc/${name}
+    }
+}
+
+pre-activate {
+    ui_msg "This port conflicts with antlr. If this port fails to"
+    ui_msg "activate, uninstall or deactivate antlr and attempt to"
+    ui_msg "activate this port again."
+}
\ No newline at end of file


Property changes on: trunk/dports/math/gnudatalanguage/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070319/1233b22f/attachment.html


More information about the macports-changes mailing list