[28723] trunk/dports/science

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 7 18:17:33 PDT 2007


Revision: 28723
          http://trac.macosforge.org/projects/macports/changeset/28723
Author:   gwright at macports.org
Date:     2007-09-07 18:17:33 -0700 (Fri, 07 Sep 2007)

Log Message:
-----------
New port: OpenDX-samples, version 4.4.0.

Added Paths:
-----------
    trunk/dports/science/opendx-samples/
    trunk/dports/science/opendx-samples/Portfile

Added: trunk/dports/science/opendx-samples/Portfile
===================================================================
--- trunk/dports/science/opendx-samples/Portfile	                        (rev 0)
+++ trunk/dports/science/opendx-samples/Portfile	2007-09-08 01:17:33 UTC (rev 28723)
@@ -0,0 +1,34 @@
+
+PortSystem 1.0
+name		opendx-samples
+version		4.4.0
+categories	science
+maintainers	gwright at macports.org
+platforms	darwin
+
+description	IBM's Open Visualization Data Explorer (Data Samples)
+long_description	\
+		OpenDX is a uniquely powerful, full-featured software	\
+		package for the visualization of scientific,		\
+		engineering and analytical data: Its open system design	\
+		is built on familiar standard interface environments.	\
+		And its sophisticated data model provides users with	\
+		great flexibility in creating visualizations.
+
+homepage	http://opendx.org
+master_sites	http://opendx.npaci.edu/source/
+
+checksums	md5 e8f43722ca0a66282608bded7c0e4f93
+
+distname	dxsamples-${version}
+
+depends_lib	port:opendx
+
+configure.env	JAVAC=/usr/bin/javac
+post-extract	{ cd ${worksrcpath}
+		  set fixers [ exec find . -type f | xargs grep -l /usr/lpp ]
+		  foreach fil ${fixers} {
+			reinplace "s|/usr/lpp|${prefix}|g" ${fil}
+		  }
+		}
+

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


More information about the macports-changes mailing list