[34168] trunk/dports/science

gui_dos at macports.org gui_dos at macports.org
Sat Feb 16 02:37:17 PST 2008


Revision: 34168
          http://trac.macosforge.org/projects/macports/changeset/34168
Author:   gui_dos at macports.org
Date:     2008-02-16 02:37:16 -0800 (Sat, 16 Feb 2008)

Log Message:
-----------
science/gvemod-labeler: new port (closes #14282)

Added Paths:
-----------
    trunk/dports/science/gvemod-labeler/
    trunk/dports/science/gvemod-labeler/Portfile

Added: trunk/dports/science/gvemod-labeler/Portfile
===================================================================
--- trunk/dports/science/gvemod-labeler/Portfile	                        (rev 0)
+++ trunk/dports/science/gvemod-labeler/Portfile	2008-02-16 10:37:16 UTC (rev 34168)
@@ -0,0 +1,41 @@
+# $Id:$
+
+PortSystem                  1.0
+
+name                        gvemod-labeler
+version                     0.2
+categories                  science graphics x11
+maintainers                 raphael at ira.uka.de
+description                 An interactive tool for generating \
+                            short texts as vector objects inside Geomview
+long_description            This is the Labeler emodule, an interactive tool \
+                            for generating short texts as vector objects \
+                            inside Geomview. emodules are kind of plugins \
+                            which extend the functionality of Geomview (an \
+                            interactive 3d viewing program).
+homepage                    http://www.geomview.org/
+platforms                   darwin
+master_sites                sourceforge
+master_sites.mirror_subdir  geomview
+livecheck.name              geomview
+livecheck.distname          ${name}
+checksums                   md5 daae54b21b9695fb5b5f8701380348c0 \
+                            sha1 8c3f7f55d328d17dbf1f7a25da248ee40ed5e746 \
+                            rmd160 811171c355964cb81d206719208520e1857c39e8
+depends_lib                 port:geomview \
+                            port:tk
+# Work around case-inensitivity "Labeler" Tcl script <-> "labeler" module
+post-extract {
+    move ${worksrcpath}/src/Labeler ${worksrcpath}/src/Labeler.tc
+    reinplace "s|module_tcl_DATA = Labeler|module_tcl_DATA = Labeler.tc|" \
+        ${worksrcpath}/src/Makefile.in
+}
+post-destroot {
+    move ${destroot}${prefix}/libexec/geomview/tcl/Labeler.tc \
+        ${destroot}${prefix}/libexec/geomview/tcl/Labeler
+}
+
+platform darwin 9 { configure.ldflags-append \
+    -Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
+        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+}


Property changes on: trunk/dports/science/gvemod-labeler/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/20080216/b141a0bd/attachment.html 


More information about the macports-changes mailing list