Skip to content

Commit

Permalink
AU: 3 updated - wc3270 wc3270.install wc3270.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 25, 2019
1 parent c671896 commit ba950c5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
7 changes: 4 additions & 3 deletions automatic/wc3270.install/wc3270.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.0</version>
<version>3.6.8</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -49,7 +49,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<projectSourceUrl>https://sourceforge.net/p/x3270/code/ci/master/tree/</projectSourceUrl>
<bugTrackerUrl>https://sourceforge.net/p/x3270/bugs/</bugTrackerUrl>
<summary>an IBM 3270 terminal emulator for Windows.</summary>
<description>**x3270** is an IBM 3270 terminal emulator for the X Window System and Windows. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris and Cygwin. It also runs natively on Windows.
<description><![CDATA[**x3270** is an IBM 3270 terminal emulator for the X Window System and Windows. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris and Cygwin. It also runs natively on Windows.
**x3270** runs over a TELNET connection, emulating either an IBM 3279 (color) or 3278 (monochrome). It supports:
Expand Down Expand Up @@ -81,7 +81,8 @@ Also available is x026, an IBM 026 Keypunch emulator.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.</description>
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/wc3270.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://ci.helio.fm/helio-2.3-x32.zip>
64-Bit: <https://ci.helio.fm/helio-2.3-x64.zip>
32-Bit: <http://x3270.bgp.nu/download/03.06/wc3270-3.6ga8-noinstall-32.zip>
64-Bit: <http://x3270.bgp.nu/download/03.06/wc3270-3.6ga8-noinstall-64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 55241B1DDF182A2FA4C34A0488AF0EA12CDDC4D3AC49B5DDD470FC817934A2F8
checksum64: 2F07016AD850C4D97312401E1F1CF61BC418A2BF6EC4D1AD86607089A56E1F35
checksum32: 8478EB6D20475AD14099943B526017CD218E7FF141D4509D7A49F6092F582887
checksum64: 2FCE74419C51BC337D558610B042B09B498D65F502242AB78951FF57B5F8F76F

File 'LICENSE.txt' is obtained from <http://x3270.bgp.nu/license.html>
4 changes: 2 additions & 2 deletions automatic/wc3270.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
file = "$toolsDir\helio-2.3-x32.zip"
file64 = "$toolsDir\helio-2.3-x64.zip"
file = "$toolsDir\wc3270-3.6ga8-noinstall-32.zip"
file64 = "$toolsDir\wc3270-3.6ga8-noinstall-64.zip"
}

Install-ChocolateyZipPackage @packageArgs
Expand Down
7 changes: 4 additions & 3 deletions automatic/wc3270.portable/wc3270.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.0</version>
<version>3.6.8</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -49,7 +49,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<projectSourceUrl>https://sourceforge.net/p/x3270/code/ci/master/tree/</projectSourceUrl>
<bugTrackerUrl>https://sourceforge.net/p/x3270/bugs/</bugTrackerUrl>
<summary>an IBM 3270 terminal emulator for Windows.</summary>
<description>**x3270** is an IBM 3270 terminal emulator for the X Window System and Windows. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris and Cygwin. It also runs natively on Windows.
<description><![CDATA[**x3270** is an IBM 3270 terminal emulator for the X Window System and Windows. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris and Cygwin. It also runs natively on Windows.
**x3270** runs over a TELNET connection, emulating either an IBM 3279 (color) or 3278 (monochrome). It supports:
Expand Down Expand Up @@ -81,7 +81,8 @@ Also available is x026, an IBM 026 Keypunch emulator.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.</description>
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down
9 changes: 5 additions & 4 deletions automatic/wc3270/wc3270.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>0.0</version>
<version>3.6.8</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -49,7 +49,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<projectSourceUrl>https://sourceforge.net/p/x3270/code/ci/master/tree/</projectSourceUrl>
<bugTrackerUrl>https://sourceforge.net/p/x3270/bugs/</bugTrackerUrl>
<summary>an IBM 3270 terminal emulator for Windows.</summary>
<description>**x3270** is an IBM 3270 terminal emulator for the X Window System and Windows. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris and Cygwin. It also runs natively on Windows.
<description><![CDATA[**x3270** is an IBM 3270 terminal emulator for the X Window System and Windows. It runs on most Unix-like operating systems -- e.g., Linux, Mac OS X, Solaris and Cygwin. It also runs natively on Windows.
**x3270** runs over a TELNET connection, emulating either an IBM 3279 (color) or 3278 (monochrome). It supports:
Expand Down Expand Up @@ -81,12 +81,13 @@ Also available is x026, an IBM 026 Keypunch emulator.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.</description>
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="wc3270.install" version="[1.0.0.20181220]" />
<dependency id="wc3270.install" version="[3.6.8]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down

0 comments on commit ba950c5

Please sign in to comment.