[92571] trunk/dports/science

ryandesign at macports.org ryandesign at macports.org
Tue May 1 09:56:17 PDT 2012


Revision: 92571
          https://trac.macports.org/changeset/92571
Author:   ryandesign at macports.org
Date:     2012-05-01 09:56:16 -0700 (Tue, 01 May 2012)
Log Message:
-----------
gmsh-devel: new port, version 2.5.1-svn-11960, based on gmsh port version 2.5.0; see #34286

Modified Paths:
--------------
    trunk/dports/science/gmsh/Portfile
    trunk/dports/science/gmsh-devel/Portfile

Added Paths:
-----------
    trunk/dports/science/gmsh-devel/

Modified: trunk/dports/science/gmsh/Portfile
===================================================================
--- trunk/dports/science/gmsh/Portfile	2012-05-01 16:14:48 UTC (rev 92570)
+++ trunk/dports/science/gmsh/Portfile	2012-05-01 16:56:16 UTC (rev 92571)
@@ -5,6 +5,7 @@
 PortGroup           cmake 1.0
 
 name                gmsh
+conflicts           gmsh-devel
 version             2.5.0
 categories          science
 platforms           darwin

Modified: trunk/dports/science/gmsh-devel/Portfile
===================================================================
--- trunk/dports/science/gmsh/Portfile	2012-05-01 15:38:32 UTC (rev 92567)
+++ trunk/dports/science/gmsh-devel/Portfile	2012-05-01 16:56:16 UTC (rev 92571)
@@ -4,8 +4,17 @@
 PortSystem          1.0
 PortGroup           cmake 1.0
 
-name                gmsh
-version             2.5.0
+fetch.type          svn
+fetch.user          gmsh
+fetch.password      gmsh
+svn.url             https://geuz.org/svn/gmsh/trunk
+svn.revision        11960
+svn.method          export
+svn.post_args       --username ${fetch.user} --password ${fetch.password}
+
+name                gmsh-devel
+conflicts           gmsh
+version             2.5.1-svn-${svn.revision}
 categories          science
 platforms           darwin
 maintainers         ujf-grenoble.fr:Christophe.Prudhomme
@@ -18,16 +27,8 @@
         capabilities.
 
 homepage            http://www.geuz.org/gmsh/
-master_sites        http://www.geuz.org/gmsh/src/
-distname            gmsh-${version}-source
-extract.suffix      .tgz
+worksrcdir          trunk
 
-checksums           \
-                          sha1    b541fd9f1aadf1df7bf6fdd97a68ca41966ffeb6 \
-                          rmd160  49ab2054d546e4549250119cec0453cd1cdfffef
-
-patchfiles          patch-cmakelists.diff
-
 # https://trac.macports.org/ticket/33925
 if {${configure.compiler} == "clang"} {
     configure.compiler llvm-gcc-4.2
@@ -37,7 +38,10 @@
     -DENABLE_NATIVE_FILE_CHOOSER:BOOL=OFF\
     -DENABLE_OCC:BOOL=OFF \
     -DENABLE_FLTK:BOOL=ON\
-    -DENABLE_GRAPHICS:BOOL=ON
+    -DENABLE_GRAPHICS:BOOL=ON \
+    -DENABLE_APP_BUNDLE=OFF \
+    -DENABLE_METIS=OFF \
+    -DENABLE_TAUCS=OFF
 
 post-build {
     # lib and shared targets are not handled by default target
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120501/c026ad47/attachment.html>


More information about the macports-changes mailing list