The FreeBSD Ports Archive
FreeBSD cad : gtkwave4>
Electronic Waveform Viewer
GTKWave is VCD/EVCD/LXT/Synopsis .out format electronic waveform viewer built
using the GTK+ toolkit. GTKWave will hopefully also form the basis of some new
visualisation tools for LARD.
http://www.cs.man.ac.uk/amulet/tools/gtkwave/
|
gtkwave history
v. 1.26
date: 2007/10/04 00:15:00; author: edwin; state: Exp; lines: +1 -7
Remove always-false/true conditions based on OSVERSION 500000
v. 1.25
date: 2007/05/19 20:00:32; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.24
date: 2007/02/01 02:41:21; author: kris; state: Exp; lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch
v. 1.23
date: 2006/10/03 13:29:12; author: stas; state: Exp; lines: +1 -1
- Fix compiling with gcc 4.1
- Change my email
Approved by: sem (mentor)
v. 1.22
date: 2006/09/06 10:47:58; author: itetcu; state: Exp; lines: +1 -1
Stanislav wants to maintain this ports.
Requested by: Stanislav (on IRC)
v. 1.21
date: 2006/09/06 01:48:04; author: linimon; state: Exp; lines: +1 -1
Reset inactive maintainer who has not responded to email.
Hat: portmgr
v. 1.20
date: 2006/05/03 23:38:28; author: edwin; state: Exp; lines: +0 -1
remove USE_REINPLACE for all ports with categories starting with C
v. 1.19
date: 2006/02/23 10:34:52; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.18
date: 2005/11/30 11:59:12; author: garga; state: Exp; lines: +0 -3
- Remove bzip2 from list of dependencies,
it has been part of base system since 4.4
PR: 88995
Submitted by: edwin
Approved by: maintainer timeout (16 days)
v. 1.17
date: 2005/11/15 06:48:10; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.16
date: 2005/04/12 03:24:58; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.15
date: 2005/04/11 08:01:31; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.14
date: 2004/09/30 05:31:49; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.13
date: 2004/08/10 07:44:23; author: vs; state: Exp; lines: +9 -4
- Update to 2.0.0.p5
- USE_GCC=3.3 on 4.X
v. 1.12
date: 2004/03/14 06:16:04; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.11
date: 2004/02/04 05:18:52; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.10
date: 2003/11/15 23:00:03; author: sergei; state: Exp; lines: +8 -5
- Update to 2.0.0pre4
- Use EXAMPLESDIR/DATADIR macros in pkg-plist
- Give maintainership to Joachim Stroembergson
While I'm here:
- Always install examples (i.e. NOPORTDOCS is for docs)
PR: 58300
Submitted by: Clement Laforet
v. 1.9
date: 2003/04/18 04:51:32; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.8
date: 2003/02/16 14:11:45; author: naddy; state: Exp; lines: +9 -4
Update to version 2.0.0pre3.
PR: 48144
Submitted by: Ports Fury
v. 1.7
date: 2002/11/10 16:45:15; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.6
date: 2002/11/06 22:44:04; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.5
date: 2002/08/30 13:05:54; author: lioux; state: Exp; lines: +2 -1
Deploy USE_GNOMENG infrastructure
PR: 42188
Submitted by: Edwin Groothuis
v. 1.4
date: 2002/07/08 10:14:15; author: ijliao; state: Exp; lines: +2 -1
PERL -> REINPLACE_CMD
PR: 39273
Submitted by: Oliver Braun
v. 1.3
date: 2002/06/10 17:26:09; author: ijliao; state: Exp; lines: +1 -1
add missing @dirrm
bump port revision
v. 1.2
date: 2002/06/01 06:22:52; author: ijliao; state: Exp; lines: +6 -3
- Fix PORTVERSION
- Conditionalize dependency for archivers/bzip2
PR: 38780
Submitted by: Ports Fury
v. 1.1
date: 2002/05/12 15:14:07; author: ijliao; state: Exp;
add gtkwave 2.0.0p1
Electronic Waveform Viewer
=============================================================================
|
| |

|