[98145] trunk/dports/cad

jmr at macports.org jmr at macports.org
Wed Sep 26 03:21:03 PDT 2012


Revision: 98145
          http://trac.macports.org//changeset/98145
Author:   jmr at macports.org
Date:     2012-09-26 03:21:02 -0700 (Wed, 26 Sep 2012)
Log Message:
-----------
New port: gaw (#35386)

Added Paths:
-----------
    trunk/dports/cad/gaw/
    trunk/dports/cad/gaw/Portfile
    trunk/dports/cad/gaw/files/
    trunk/dports/cad/gaw/files/patch-src-userprefs.h.diff

Added: trunk/dports/cad/gaw/Portfile
===================================================================
--- trunk/dports/cad/gaw/Portfile	                        (rev 0)
+++ trunk/dports/cad/gaw/Portfile	2012-09-26 10:21:02 UTC (rev 98145)
@@ -0,0 +1,37 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name            gaw
+version         20111016
+categories      cad
+platforms       darwin
+license         GPL-2
+maintainers     gmx.de:Torsten.Maehne
+description     Gtk Analog Wave viewer
+long_description \
+    Gaw is a software tool for displaying analog waveforms from \
+    sampled data, e.g., from the output of simulators like Spice. Data \
+    can be imported to gaw using files or direct TCP/IP connections. \
+    Gaw is based on the Gtk2+ toolkit.
+
+homepage        http://www.rvq.fr/linux/gaw.php
+master_sites    http://download.tuxfamily.org/gaw/download/
+
+checksums       md5    344bc70737f217451babf69f16a9196f \
+		        sha1   544a0ccf56a4e86c830d5915b212cb373bb117b6 \
+		        rmd160 a3e76e129c458abfd220bb3147f632c15becee21
+
+depends_build   port:pkgconfig
+depends_lib     port:gtk2 \
+                port:hicolor-icon-theme
+depends_run     port:openbrowser
+
+patchfiles      patch-src-userprefs.h.diff
+
+configure.args  --enable-gawsound=no
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\[0-9\]+)${extract.suffix}


Property changes on: trunk/dports/cad/gaw/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/cad/gaw/files/patch-src-userprefs.h.diff
===================================================================
--- trunk/dports/cad/gaw/files/patch-src-userprefs.h.diff	                        (rev 0)
+++ trunk/dports/cad/gaw/files/patch-src-userprefs.h.diff	2012-09-26 10:21:02 UTC (rev 98145)
@@ -0,0 +1,11 @@
+--- src/userprefs.h.orig	2011-10-24 15:36:25.000000000 +0200
++++ src/userprefs.h	2011-10-24 15:44:54.000000000 +0200
+@@ -540,7 +540,7 @@
+    up->input = 2;    /* correspond to 'Line' on my machine */
+    up->rate = 48000;
+    up->duration = 10;
+-   up->helpCmd = app_strdup("firefox %s");
++   up->helpCmd = app_strdup("openbrowser %s");
+    up->userGuide = app_strdup("http://www.rvq.fr/linux/gawman.php");
+    up->webSite = app_strdup("http://www.rvq.fr/linux/gaw.php");
+ }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120926/7d66a7a3/attachment.html>


More information about the macports-changes mailing list