[20453] trunk/dports/cad

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 2 23:52:57 PST 2006


Revision: 20453
          http://trac.macosforge.org/projects/macports/changeset/20453
Author:   gwright at macports.org
Date:     2006-11-02 23:52:57 -0800 (Thu, 02 Nov 2006)

Log Message:
-----------
New port: gtkwave 3.0.14.

Added Paths:
-----------
    trunk/dports/cad/gtkwave/
    trunk/dports/cad/gtkwave/Portfile
    trunk/dports/cad/gtkwave/files/
    trunk/dports/cad/gtkwave/files/patch-configure

Added: trunk/dports/cad/gtkwave/Portfile
===================================================================
--- trunk/dports/cad/gtkwave/Portfile	                        (rev 0)
+++ trunk/dports/cad/gtkwave/Portfile	2006-11-03 07:52:57 UTC (rev 20453)
@@ -0,0 +1,26 @@
+# $Id:$
+
+PortSystem 1.0
+name		gtkwave
+version		3.0.14
+categories	cad
+platforms	darwin
+maintainers	gwright at macports.org
+description	A viewer for common electronic CAD waveform files.
+long_description	\
+	GTKWave is a fully featured GTK+ based wave viewer for Unix	\
+	and Win32 which reads LXT, LXT2, VZT, and GHW files as well	\
+	as standard Verilog VCD/EVCD files and allows their viewing. 
+
+distfiles	${name}-current${extract.suffix}
+
+homepage	http://home.nc.rr.com/gtkwave
+master_sites	${homepage}/
+checksums	md5 ce1e3744bd5ba9d4d9dcc435df7ae200
+
+depends_lib	port:gtk2
+patchfiles	patch-configure
+
+configure.args	--prefix=${destroot}${prefix}	\
+		--mandir=\\\${prefix}/share/man
+

Added: trunk/dports/cad/gtkwave/files/patch-configure
===================================================================
--- trunk/dports/cad/gtkwave/files/patch-configure	                        (rev 0)
+++ trunk/dports/cad/gtkwave/files/patch-configure	2006-11-03 07:52:57 UTC (rev 20453)
@@ -0,0 +1,15 @@
+--- configure.sav	2006-10-25 17:50:35.000000000 -0400
++++ configure	2006-10-25 17:50:58.000000000 -0400
+@@ -39,11 +39,7 @@
+ while [ 1 ]
+ do
+ 
+-# in case of automatic build, default to gtk+-1.x...
+-
+-X=""
+-echo "Build GTKWave for GTK+-1.x or 2.x? Please enter '1' or '2'"
+-read X
++X="2"
+ 
+ if [ "$X" = "" ]
+ 	then X="1"

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


More information about the macports-changes mailing list