You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Latest.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Note: to download the latest packages, use the `zopen download` script from the
8
8
|automakeport| [Repo](https://github.com/ZOSOpenTools/automakeport)| [Releases](https://github.com/ZOSOpenTools/automakeport/releases)| [automakeport_40](https://github.com/ZOSOpenTools/automakeport/releases/tag/automakeport_40)| GNU Automake is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards.<br/><b>Command to download and install on z/OS:</b> <pre>pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/automakeport/releases/download/automakeport_40/automake-1.16.20220722_021904.zos.pax.Z) && cd automake-1.16.20220722_021904.zos && . .env</pre>
|bisonport| [Repo](https://github.com/ZOSOpenTools/bisonport)| [Releases](https://github.com/ZOSOpenTools/bisonport/releases)| [bisonport_62](https://github.com/ZOSOpenTools/bisonport/releases/tag/bisonport_62)| Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser.<br/><b>Command to download and install on z/OS:</b> <pre>pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/bisonport/releases/download/bisonport_62/bison-3.8.20220808_175401.zos.pax.Z) && cd bison-3.8.20220808_175401.zos && . .env</pre>
|curlport| [Repo](https://github.com/ZOSOpenTools/curlport)| [Releases](https://github.com/ZOSOpenTools/curlport/releases)| [curlport_61](https://github.com/ZOSOpenTools/curlport/releases/tag/curlport_61)| curl is used in command lines or scripts to transfer data.<br/><b>Command to download and install on z/OS:</b> <pre>pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/curlport/releases/download/curlport_61/curl-7.83.1.20220808_165842.zos.pax.Z) && cd curl-7.83.1.20220808_165842.zos && . .env</pre>
@@ -27,7 +28,7 @@ Note: to download the latest packages, use the `zopen download` script from the
|opensslport| [Repo](https://github.com/ZOSOpenTools/opensslport)| [Releases](https://github.com/ZOSOpenTools/opensslport/releases)| [opensslport_48](https://github.com/ZOSOpenTools/opensslport/releases/tag/opensslport_48)| OpenSSL is a software library for applications that secure communications over computer networks against eavesdropping or need to identify the party at the other end.<br/><b>Command to download and install on z/OS:</b> <pre>pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/opensslport/releases/download/opensslport_48/openssl-1.1.1o.20220805_140400.zos.pax.Z) && cd openssl-1.1.1o.20220805_140400.zos && . .env</pre>
30
-
|perlport| [Repo](https://github.com/ZOSOpenTools/perlport)| [Releases](https://github.com/ZOSOpenTools/perlport/releases)| [PERL_CI_BUILD91](https://github.com/ZOSOpenTools/perlport/releases/tag/PERL_CI_BUILD91)| z/OS Perl Port CI Build<ul><li><b>Total number of test failures:</b> 21</li><li><b>Build Timestamp:</b> 202205310121</li><li><b>Stable</b> ✅</li></ul><br/><b>Command to download and install on z/OS:</b> <pre>pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/perlport/releases/download/PERL_CI_BUILD91/perl5.37.1.zos.blead.64.dynamic.ascii.BUILD91.202205310121.pax.Z) && cd perl.5.37.1.BUILD91.202205310121 && ./install.sh && . .env</pre>
31
+
|perlport| [Repo](https://github.com/ZOSOpenTools/perlport)| [Releases](https://github.com/ZOSOpenTools/perlport/releases)| [perlport_63](https://github.com/ZOSOpenTools/perlport/releases/tag/perlport_63)| Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages.<br/><b>Command to download and install on z/OS:</b> <pre>pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/perlport/releases/download/perlport_63/perl5.blead.20220809_132435.zos.pax.Z) && cd perl5.blead.20220809_132435.zos && . .env</pre>
|tarport| [Repo](https://github.com/ZOSOpenTools/tarport)| [Releases](https://github.com/ZOSOpenTools/tarport/releases)| [tarport_37](https://github.com/ZOSOpenTools/tarport/releases/tag/tarport_37)| tar saves many files together into a single tape or disk archive, and can restore individual files from the archive.<br/><b>Command to download and install on z/OS:</b> <pre>pax -rf <(curl -o - -L https://github.com/ZOSOpenTools/tarport/releases/download/tarport_37/tar-1.34.20220721_224142.zos.pax.Z) && cd tar-1.34.20220721_224142.zos && . .env</pre>
0 commit comments