Downloads:
5,739
Downloads of v 3.3.100:
1,552
Last Update:
22 Mar 2019
Package Maintainer(s):
Software Author(s):
- Tony Bybell
Tags:
gtkwave foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
GTKWave
- 1
- 2
- 3
3.3.100 | Updated: 22 Mar 2019
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
5,739
Downloads of v 3.3.100:
1,552
Maintainer(s):
Software Author(s):
- Tony Bybell
GTKWave 3.3.100
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Tony Bybell. The inclusion of Tony Bybell trademark(s), if any, upon this webpage is solely to identify Tony Bybell goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install GTKWave, run the following command from the command line or from PowerShell:
To upgrade GTKWave, run the following command from the command line or from PowerShell:
To uninstall GTKWave, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download gtkwave --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade gtkwave -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade gtkwave -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install gtkwave
win_chocolatey:
name: gtkwave
version: '3.3.100'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'gtkwave' do
action :install
source 'INTERNAL REPO URL'
version '3.3.100'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller gtkwave
{
Name = "gtkwave"
Version = "3.3.100"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'gtkwave':
ensure => '3.3.100',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 21 Aug 2020.
GTKWave is a fully featured GTK+ based wave viewer for Unix, Win32, and Mac OSX which reads LXT, LXT2, VZT, FST, and GHW files as well as standard Verilog VCD/EVCD files and allows their viewing
##########################################################################
GTKWave 3.3.100 Wave Viewer is Copyright (C) 1999-2019 Tony Bybell.
Portions of GTKWave are Copyright (C) 1999-2019 Udi Finkelstein.
Context support is Copyright (C) 2007-2019 Kermin Elliott Fleming.
Trace group support is Copyright (C) 2009-2019 Donald Baltus.
GHW and additional GUI support is Copyright (C) 2005-2019 Tristan Gingold.
Analog support is Copyright (C) 2005-2019 Thomas Sailer.
External DnD support is Copyright (C) 2008-2019 Concept Engineering GmbH.
FastLZ is Copyright (C) 2005-2019 Ariya Hidayat.
LZ4 is Copyright (C) 2011-2019 Yann Collet.
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc., 51
Franklin Street - Suite 500, Boston, MA 02110-1335, USA.
##########################################################################
Some public domain clip art by contributors at http://www.sxc.hu/
Hierarchy marker icons from the Silk icons set by Mark James found at
http://www.famfamfam.com/lab/icons/silk/
##########################################################################
For tcl_np.c and tcl_np.h:
This software is copyrighted by the Regents of the University of
California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
Corporation, and other parties. The following terms apply to all files
associated with the software unless explicitly disclaimed in individual
files.
The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose, provided
that existing copyright notices are retained in all copies and that this
notice is included verbatim in any distributions. No written agreement,
license, or royalty fee is required for any of the authorized uses.
Modifications to this software may be copyrighted by their authors
and need not follow the licensing terms described here, provided that
the new terms are clearly indicated on the first page of each file where
they apply.
IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.
GOVERNMENT USE: If you are acquiring this software on behalf of the
U.S. government, the Government shall have only "Restricted Rights"
in the software and related documentation as defined in the Federal
Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
are acquiring the software on behalf of the Department of Defense, the
software shall be classified as "Commercial Computer Software" and the
Government shall have only "Restricted Rights" as defined in Clause
252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
authors grant the U.S. Government and others acting in its behalf
permission to use and distribute the software in accordance with the
terms specified in this license.
##########################################################################
The dumpfile processing source code in src/helpers is licensed under the
MIT license in order to facilitate greater re-use:
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
##########################################################################
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://sourceforge.net/projects/gtkwave/files/>
and can be verified by doing the following:
1. Download the following <https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.100-bin-win32/gtkwave-3.3.100-bin-win32.zip/download>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: 2E77C67AEFBF466618D60365987F3F9152FA7DB24A9A270F51A1D4B5954F2828
The file 'LICENSE.txt' has been obtained from <https://sourceforge.net/p/gtkwave/code/HEAD/tree/gtkwave3/LICENSE.TXT?format=raw>
md5: 4F753B2CDD6627D66CFC37815820A728 | sha1: CF1A7E3CED944E750E13A4F5A43FF7805D896138 | sha256: 2E77C67AEFBF466618D60365987F3F9152FA7DB24A9A270F51A1D4B5954F2828 | sha512: 9EDE05972C0C894769F9C54932DC23389B2A4BDDC558FA2511BD3B1EB4B5A5D5E31C4540C46E18A146F60D220075729488C00D5CB55BEB05725592E204C65780
Log in or click on link to see number of positives.
- libgcc_s_dw2-1.dll (63843b68b988) - ## / 67
- libstdc++-6.dll (fef0153a53e2) - ## / 70
- libatk-1.0-0.dll (d2cc93797d38) - ## / 46
- libcairo-2.dll (990ad811966c) - ## / 55
- libfontconfig-1.dll (c924d415b1ce) - ## / 56
- libfreetype-6.dll (6dc1aa30cfe7) - ## / 55
- libgcc_s_sjlj-1.dll (da0a3b1d6f46) - ## / 55
- libgdk-win32-2.0-0.dll (cca34b2dcdfc) - ## / 55
- libgdk_pixbuf-2.0-0.dll (f81630f3805a) - ## / 56
- libgio-2.0-0.dll (9a79da3e3788) - ## / 56
- libglib-2.0-0.dll (4cfed274d41d) - ## / 55
- libgmodule-2.0-0.dll (5e979d661505) - ## / 55
- libgobject-2.0-0.dll (8f0e7b65e981) - ## / 57
- libgthread-2.0-0.dll (5f90e700aaad) - ## / 54
- libgtk-win32-2.0-0.dll (8d19401e5255) - ## / 56
- libiconv-2.dll (92c00da9bfca) - ## / 56
- libintl-8.dll (3db735dfc816) - ## / 56
- libpango-1.0-0.dll (359045117082) - ## / 56
- libpangocairo-1.0-0.dll (dd715a24e116) - ## / 56
- libpangoft2-1.0-0.dll (6066076e12d3) - ## / 56
- libpangowin32-1.0-0.dll (4b1753f30977) - ## / 56
- libpixman-1-0.dll (631e143e4a05) - ## / 56
- libpng15-15.dll (bef42c6bfaef) - ## / 56
- libwinpthread-1.dll (d5229751d77d) - ## / 46
- libxml2-2.dll (49a21f414bc5) - ## / 57
- tcl85.dll (6542e09af8c3) - ## / 56
- tk85.dll (8feadbe69e21) - ## / 56
- zlib1.dll (81bfca89a15f) - ## / 56
- vermin.exe (a2e6714521e1) - ## / 70
- gtkwave.3.3.100.nupkg (c81ba78ee0de) - ## / 60
- gtkwave-3.3.100-bin-win32.zip (2e77c67aefbf) - ## / 58
- evcd2vcd.exe (4e04aa864bf8) - ## / 67
- fst2vcd.exe (a0cf3e8eb56c) - ## / 65
- fstminer.exe (f4f8d0826ab4) - ## / 66
- ghwdump.exe (3f9319fe836b) - ## / 65
- gtkwave.exe (b300c9d79c18) - ## / 66
- lxt2miner.exe (2e587076c032) - ## / 66
- lxt2vcd.exe (dc9a3bf9e583) - ## / 65
- rtlbrowse.exe (35adb23951f7) - ## / 66
- shmidcat.exe (659389374f95) - ## / 66
- twinwave.exe (1573ef77070b) - ## / 63
- vcd2fst.exe (ad549a7c6095) - ## / 66
- vcd2lxt.exe (4b25c810c040) - ## / 67
- vcd2lxt2.exe (5ea2ccad35ce) - ## / 69
- vcd2vzt.exe (01fcec25fdfd) - ## / 64
- vzt2vcd.exe (e34bab3ac990) - ## / 70
- vztminer.exe (ca16ba73cc3a) - ## / 70
- xml2stems.exe (47c99f5e3806) - ## / 65
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
GTKWave 3.3.100 | 1552 | Friday, March 22, 2019 | Approved | |
GTKWave 3.3.99 | 267 | Friday, February 22, 2019 | Approved | |
GTKWave 3.3.98 | 224 | Monday, December 24, 2018 | Approved | |
GTKWave 3.3.97 | 232 | Sunday, November 25, 2018 | Approved | |
GTKWave 3.3.96 | 257 | Sunday, November 18, 2018 | Approved | |
GTKWave 3.3.95 | 263 | Thursday, October 25, 2018 | Approved | |
GTKWave 3.3.94 | 267 | Friday, September 7, 2018 | Approved | |
GTKWave 3.3.93 | 269 | Saturday, August 4, 2018 | Approved | |
GTKWave 3.3.92 | 313 | Monday, July 16, 2018 | Approved | |
GTKWave 3.3.91 | 289 | Sunday, June 3, 2018 | Approved | |
GTKWave 3.3.90 | 325 | Tuesday, May 15, 2018 | Approved | |
GTKWave 3.3.89 | 353 | Friday, March 23, 2018 | Approved | |
GTKWave 3.3.88 | 355 | Tuesday, March 6, 2018 | Approved | |
GTKWave 3.3.87 | 335 | Tuesday, January 9, 2018 | Approved | |
GTKWave 3.3.86 | 438 | Monday, October 30, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about GTKWave and the GTKWave package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or GTKWave, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.