summaryrefslogtreecommitdiff
path: root/cad/gtkwave
AgeCommit message (Collapse)AuthorFilesLines
2016-06-13(pkgsrc)mef2-7/+8
- Add following line, pkglint flags. .include "../../graphics/hicolor-icon-theme/buildlink3.mk" (upstream) - Updated cad/gtkwave to 3.3.73 ------------------------------- 3.3.73 11jun16 Added dragzoom_threshold rc variable to accommodate input devices that have a noisy 3rd mouse button. Fix emission of all filter names so they are emitted in canonical fashion so as to avoid growing strings of ../ in savefiles.
2016-04-16Missing gtkwave.svg in PLIST added, thanks joerg.mef1-1/+2
2016-04-14Update to cad/gtkwave-3.3.72mef2-7/+7
---------------------------- 3.3.72 Revert to old gtkwave.appdata.xml as the new one is causing problems with appstream-util validation.
2016-02-203.3.69 03feb16 Added missing EXTLOAD_CFLAGS declarations in configure.ac formef2-7/+7
FSDB detection when only .a files are present (necessary for Ubuntu). Fixed valgrind warning in fst.c for dead memory allocation. Fixed signed fixed point binary number shift for negative Update 3.3.68 to 3.3.70 ----------------------- 3.3.69 03feb16 Added missing EXTLOAD_CFLAGS declarations in configure.ac for FSDB detection when only .a files are present (necessary for Ubuntu). Fixed valgrind warning in fst.c for dead memory allocation. Fixed signed fixed point binary number shift for negative numbers. Added ghw patch for missing enum crash in ghw files. 3.3.70 14feb16 Various warnings fixes from new version of scan-build. Crash fix in Windows for transaction traces (broken since VCD/TIM export in 3.3.61).
2015-11-21Update to 3.3.68 (2015/11/18)mef2-7/+7
---------------- 3.3.68 18nov15 Update copyright date. Added named markers capability to From: and To: time value input boxes. Added support for fixed point binary numbers for both signed and unsigned decimal display types.
2015-11-03Add SHA512 digests for distfiles for cad categoryagc1-1/+2
Problems found with existing distfile for eagle: distfiles/eagle-lin32-7.4.0.run No changes made to eagle/distinfo file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-01Update to 3.3.67mef2-6/+6
---------------- 3.3.67 24sep15 Updated LZ4 for version r131. Fixed right justify ascii datatype display.
2015-08-01Update to 3.3.66mef2-7/+6
---------------- 3.3.66 05jul15 Faster fsdb initialization. Fix vcd recoder loader crash for malformed vcd if signal is declared as bits and a real valued change is encountered for the value change. Fixed crash in vcd2vzt for vcd files with no value changes (likely a malformed vcd). Added fsdbReaderResetSignalList() to prevent signals from loading over and over when unnecessary. Compile fixes for renamed functions and defines in gtk osx.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-1/+2
2015-04-17Update 3.3.64 to 3.3.65mef2-6/+6
----------------------- 3.3.65 01apr15 Added --, -I-, etc. option to port filtering in SST. Using -- for example filters all non-ports from search results. Updated LZ4 for version r126. Minor warnings fixes. Moved TCL_LDADD/TK_LDADD before FSDB_LDADD to avoid stale Tcl library version conflicts. Removed appending [31:0] to vcd loaded integer names. Reduced recursion depth in GHW signal loader to prevent stack overflow crashes. Added support for synthetic clocks in FST file. Update timetrace marking so it runs quicker for large traces.
2014-12-02Update 3.3.63 to 3.3.64mef2-6/+6
3.3.64 25nov14 Fix to FileChooser to prevent requester from blocking on asking for a directory if a dumpfile is loaded without some amount of absolute/relative pathname. Updated LZ4 for version r124. Fix for x-windows OSX compiles.
2014-11-203.3.63 06nov14 Updated LZ4 for version r123.mef2-6/+6
Added fine horiz scrolling in wavewindow (when using the wheel on a mouse) if shift pressed. Timescale fix for Verilator where it emits 0ps as a timescale. Added sample gtkwave.appdata.xml file in share/appdata.
2014-10-04(Upstream) update 3.3.61 to 3.3.62mef2-8/+13
3.3.62 29aug14 Added zoom_full, zoom_size, and move_to_time to the dbus interface (dbus enabled by --with-gconf). Updated LZ4 to version r120 (r121 files are the same). Compiler warnings fixes for gtk+-1.2 (-Wall -Wshadow -Wextra). (pkgsrc) Add option gconf. See above. Enabled by default.
2014-08-08(Upstream update) 3.3.60 to 3.3.61mef2-6/+6
3.3.61 27jun14 Parameterized number of named markers, so that --enable-manymarkers at configure time allows up to 702 named markers instead of 26 (disabled by default). Updated LZ4 for version r118. Fixed broken VCD/TIM export in Windows (broken by new file requester).
2014-06-15Update 3.3.59 to 3.3.60mef3-8/+10
(pkgsrc) Add comment on patch-ab, picked up from cvs log (upstream) 3.3.60 14may14 Fix MinGW tmpfile_open() patch from previous release as it was using the wrong filename. Harden fsdb reader against xtags that move backward in time.
2014-05-08(Upstream) Bump 3.3.57 to 3.3.59mef2-7/+6
---------- 3.3.58 16mar14 Added /Data Format/Popcnt function for ones counting. Warnings fixes from new Clang 3.4 scan-build. Updated VCD ID generation in various helpers to use a faster, equivalent algorithm. Change [1] at end of struct to C99 [] notation with appropriate allocation size modification. System_profiler speed fix for OSX. 3.3.59 26apr14 Use Duff's Device for 8 byte -> 1 byte binary value compression algorithm in FST writer. Warnings fixes from cppcheck. Moved MinGW for FST to using different windows tempfile generation instead of tmpfile(). Removed fflush() in FST for MinGW in places that can cause crashes with read only files. Updated man page for gtkwave.1 indicating that XID is in hex. Allow decimal conversions on popcnt filtered vectors that are greater than 64 bits (they will never overflow).
2014-05-05Recursive revbump from x11/pixmanryoon1-1/+2
Fix PR pkg/48777
2014-02-15Update 3.3.54 to 3.3.57mef2-6/+6
----------------------- 3.3.54 02jan14 Added LZ4 double compression on hierarchy tree for FST when hierarchy size exceeds 4MB. Fix to regular expression filtering when +I+ form expressions are encountered in the SST. Previously, the wrong value of regex match was used on 32-bit architectures due to the stack layout. Removed --disable-inline-asm ./configure flag as inline assembly has been removed because it is generating incorrectly in some cases on x86_64. 3.3.55 06feb14 Fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when Judy arrays are not present. FST writer performance tweaks for traces with millions of signal declarations. Keep FSDB_VT_STREAM (FSDB transaction type) traces from attempting to be read (for now) as they aren't yet processed. Added more space efficient FST dynamic alias encoding. Tempfile creation fix for Windows. Using tmpnam() is not enough and fails depending on user permissions. Make vcd2fst use FastLZ instead of LZ4 as a default compression type if an EVCD file is being processed as it (re-)compresses much better. Using -4/-F/-Z still gives expected results. Changed double printf formatting for FSDB to "%.16g" to match VCD formatting. Added very fast I/O write capability to fst2vcd. Added support for FSDB_BYTES_PER_BIT_2B (EVCD) in FSDB loader. Added experimental fsdb2vcd in contrib. It is not currently compiled or used. Fix to treesearch to remove duplicate signal names because of faulty dumpers. Repscript fix for if -R starts without a dumpfile name. 3.3.56 12feb14 Added another crash fix patch for GTK-OSX. Fix to regex search to remove duplicate signal names because of faulty dumpers. Fix to configure.ac for MSYS not adding -lcomdlg32 when Tcl is disabled. Valgrind fix on deallocated context: old GLOBALS pointer could be examined in set_GLOBALS_x(). Minor cleanup in treesearch_gtk2.c: removed redundant show widget invocation. Added missing compressBound() for compress2() dest mallocs. 3.3.57 13feb14 Fix for Electric Fence crash in vlist_freeze(). Updated LZ4 for version r113.
2014-01-21add tcl option (off per default), fix mime handlingdrochner4-27/+38
2014-01-19Bump version 3.3.28 to 3.3.53,mef6-22/+193
from the ChangeLog, the date lines are picked up: 3.3.29 31dec11 << short descriptions >> 3.3.30 17jan12 Updated ./configure to add --disable-mime-update flag. 3.3.31 30jan12 Added support for native file requesters in OSX Quartz. 3.3.32 13feb12 Turn off loader messages when Tcl is executing a command. 3.3.33 27feb12 Scan-build fix in vcd_recoder.c. 3.3.34 12mar12 Fix for marker time deltas when $timezero is used. 3.3.35 04apr12 Polarity fix for vcd_preserve_glitches in rcfile. Default 3.3.36 04may12 Fixed destructive string convert in fstUtilityBinToEsc(). 3.3.37 10jun12 Added patch for savefile.c that corrects an issue in which the 3.3.38 10jul12 Upgrading vermin parser to handle some > 1995 constructs. 3.3.39 08aug12 Fixed relative pathnames when generated in MinGW and used 3.3.40 10sep12 Fixed y-size of splash screen on MinGW with newest version 3.3.41 30sep12 Fix for gtkwave::addSignalsFromList when encountering 3.3.42 28nov12 Fix to prevent missing group openings from keeping other 3.3.43 26jan13 Fix for rtlbrowse for gtk_adjustment_get_page_increment and 3.3.44 16feb13 gdk_draw_layout assertion `GDK_IS_DRAWABLE (drawable)' 3.3.45 28feb13 Fix for VCDNAM_ESCAPE character in treesearch window. This 3.3.46 29apr13 Upgraded to autoconf 2.69. 3.3.47 14may13 Fix for crash in 64-bit mode with array accesses in 3.3.48 04aug13 Fixed infinite loop hang on various helpers executables 3.3.49 11sep13 Fix crashed caused by X11 protocol limitation for pixmap size. 3.3.50 15oct13 Limit number of rows that can be displayed in mouseover in 3.3.51 27oct13 MAINTAINERS: Please add gedit to the list of dependencies 3.3.52 11nov13 Added LZ4 as compression type for FST. When enabled with 3.3.53 15dec13 Made LZ4 the default compression routine selected for vcd2fst.
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-1/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-12-19revert previous -- the program just doesn't work if built with tcldrochner1-3/+2
instead, explicitely disable it so that it doesn't get picked up accidentally
2011-12-18Requires tcl and tk to build.dholland1-1/+3
2011-12-16update to 3.3.28drochner3-14/+13
changes: -Added support for colorful traces -bugfices
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-06-09update to 3.3.22drochner2-7/+6
changes: speed improvement, bugfixes, UI improvements
2011-04-22recursive bump from gettext-lib shlib bump.obache1-1/+2
2011-03-16update to 3.3.20drochner3-18/+17
changes: -Added --slider-zoom option to gtkwave to enable experimental horizontal slider zoom feature -bugfixes
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-1/+2
2010-11-02update to 3.3.14drochner3-12/+20
many fixes and feature enhancements -- see the CHANGELOG.TXT file
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-1/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-16update to 3.3.7drochner4-16/+34
changes: some feature additions, many fixes
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-31Needs gperfjoerg1-1/+3
2010-01-22remove a leftover reference to glib-1drochner1-2/+1
2010-01-22update to 3.3.2drochner3-9/+15
many changes and improvements since 3.1.1, see the CHANGELOG.TXT