Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

5,223

Downloads of v 3.3.100:

1,310

Last Update:

22 Mar 2019

Package Maintainer(s):

Software Author(s):

  • Tony Bybell

Tags:

gtkwave foss cross-platform

GTKWave

  • 1
  • 2
  • 3

3.3.100 | Updated: 22 Mar 2019

Downloads:

5,223

Downloads of v 3.3.100:

1,310

Maintainer(s):

Software Author(s):

  • Tony Bybell

GTKWave 3.3.100

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan 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.

Details
Learn More

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:

NOTE

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

  • 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

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.

Package Approved

This package was approved as a trusted package on 21 Aug 2020.

Description

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


legal\LICENSE.txt
##########################################################################

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.

##########################################################################
legal\VERIFICATION.txt
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>
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
  packageName = $env:ChocolateyPackageName
  fileType    = 'zip'
  file        = "$toolsPath\gtkwave-3.3.100-bin-win32.zip"
  destination = $toolsPath
}

Get-ChocolateyUnzip @packageArgs

Get-ChildItem $toolsPath "*.exe" -Recurse | ForEach-Object {
  if ($_.Name -eq 'gtkwave.exe') {
    Set-Content -Value "" -Path "$($_.FullName).gui" -Force
  } else {
    Set-Content -Value "" -Path "$($_.FullName).ignore" -Force
  }
}

Remove-Item $toolsPath\*.zip -ea 0
tools\gtkwave-3.3.100-bin-win32.zip
md5: 4F753B2CDD6627D66CFC37815820A728 | sha1: CF1A7E3CED944E750E13A4F5A43FF7805D896138 | sha256: 2E77C67AEFBF466618D60365987F3F9152FA7DB24A9A270F51A1D4B5954F2828 | sha512: 9EDE05972C0C894769F9C54932DC23389B2A4BDDC558FA2511BD3B1EB4B5A5D5E31C4540C46E18A146F60D220075729488C00D5CB55BEB05725592E204C65780

Log in or click on link to see number of positives.

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.99 243 Friday, February 22, 2019 Approved
GTKWave 3.3.98 209 Monday, December 24, 2018 Approved
GTKWave 3.3.97 217 Sunday, November 25, 2018 Approved
GTKWave 3.3.96 238 Sunday, November 18, 2018 Approved
GTKWave 3.3.95 248 Thursday, October 25, 2018 Approved
GTKWave 3.3.94 252 Friday, September 7, 2018 Approved
GTKWave 3.3.93 247 Saturday, August 4, 2018 Approved
GTKWave 3.3.92 291 Monday, July 16, 2018 Approved
GTKWave 3.3.91 272 Sunday, June 3, 2018 Approved
GTKWave 3.3.90 302 Tuesday, May 15, 2018 Approved
GTKWave 3.3.89 326 Friday, March 23, 2018 Approved
GTKWave 3.3.88 339 Tuesday, March 6, 2018 Approved
GTKWave 3.3.87 318 Tuesday, January 9, 2018 Approved
GTKWave 3.3.86 411 Monday, October 30, 2017 Approved

This package has no dependencies.

Discussion for the GTKWave Package

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.
comments powered by Disqus