import gtkwave 3.3.9

GTKWave is a fully featured GTK+-based electronic waveform viewer  which
reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog
VCD/EVCD files and allows their viewing.
This commit is contained in:
jasper 2010-07-08 11:20:50 +00:00
parent 712a318987
commit dd1a14f343
6 changed files with 114 additions and 0 deletions

38
cad/gtkwave/Makefile Normal file
View File

@ -0,0 +1,38 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/07/08 11:20:50 jasper Exp $
COMMENT= GTK+-based electronic waveform viewer
DISTNAME= gtkwave-3.3.9
CATEGORIES= cad
HOMEPAGE= http://gtkwave.sourceforge.net/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render
WANTLIB += xcb-render-util z
MODULES= devel/gettext
LIB_DEPENDS= bz2::archivers/bzip2 \
lzma::archivers/xz \
gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-tcl \
--enable-fatlines
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

5
cad/gtkwave/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (gtkwave-3.3.9.tar.gz) = ojUTKP9dk+v6M75LlASlVw==
RMD160 (gtkwave-3.3.9.tar.gz) = VGk70/xxFToLkSmXaKoXIIXR4aw=
SHA1 (gtkwave-3.3.9.tar.gz) = fzLi2NaT3pf6bUAmC5kBgyggcMo=
SHA256 (gtkwave-3.3.9.tar.gz) = VzYnxGYBUGrKY8e7OIDreX97wLG9oSUns2RAhdEiZWU=
SIZE (gtkwave-3.3.9.tar.gz) = 3145412

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2010/07/08 11:20:50 jasper Exp $
--- doc/Makefile.in.orig Thu Jul 8 13:16:01 2010
+++ doc/Makefile.in Thu Jul 8 13:16:11 2010
@@ -17,7 +17,7 @@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
+pkgdatadir = $(datadir)/doc/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = ..

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-examples_Makefile_in,v 1.1.1.1 2010/07/08 11:20:50 jasper Exp $
--- examples/Makefile.in.orig Thu Jul 8 13:15:26 2010
+++ examples/Makefile.in Thu Jul 8 13:15:47 2010
@@ -174,7 +174,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
dist_examples_DATA = des.sav des.tcl des.v des.vzt transaction.fst transaction.sav transaction.c
-examplesdir = $(pkgdatadir)/examples
+examplesdir = $(datadir)/examples/@PACKAGE@
all: all-am
.SUFFIXES:

3
cad/gtkwave/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
GTKWave is a fully featured GTK+-based electronic waveform viewer which
reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog
VCD/EVCD files and allows their viewing.

44
cad/gtkwave/pkg/PLIST Normal file
View File

@ -0,0 +1,44 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/07/08 11:20:50 jasper Exp $
@bin bin/evcd2vcd
@bin bin/fst2vcd
@bin bin/ghwdump
@bin bin/gtkwave
@bin bin/lxt2miner
@bin bin/lxt2vcd
@bin bin/rtlbrowse
@bin bin/shmidcat
@bin bin/twinwave
@bin bin/vcd2fst
@bin bin/vcd2lxt
@bin bin/vcd2lxt2
@bin bin/vcd2vzt
@bin bin/vermin
@bin bin/vzt2vcd
@bin bin/vztminer
@man man/man1/evcd2vcd.1
@man man/man1/fst2vcd.1
@man man/man1/ghwdump.1
@man man/man1/gtkwave.1
@man man/man1/lxt2miner.1
@man man/man1/lxt2vcd.1
@man man/man1/rtlbrowse.1
@man man/man1/shmidcat.1
@man man/man1/twinwave.1
@man man/man1/vcd2fst.1
@man man/man1/vcd2lxt.1
@man man/man1/vcd2lxt2.1
@man man/man1/vcd2vzt.1
@man man/man1/vermin.1
@man man/man1/vzt2vcd.1
@man man/man1/vztminer.1
@man man/man5/gtkwaverc.5
share/doc/gtkwave/
share/doc/gtkwave/gtkwave.odt
share/examples/gtkwave/
share/examples/gtkwave/des.sav
share/examples/gtkwave/des.tcl
share/examples/gtkwave/des.v
share/examples/gtkwave/des.vzt
share/examples/gtkwave/transaction.c
share/examples/gtkwave/transaction.fst
share/examples/gtkwave/transaction.sav