Overview
Artifact ID: | 41ad888a2693797207728603ee74e537ffe4fd43 |
---|---|
Page Name: | Package Downloads Server |
Date: | 2016-11-09 18:40:12 |
Original User: | mistachkin |
Parent: | ed263b923eed5d17ac200cecfcb21cf6a28342f0 (diff) |
Next | 7b1c794c865d0fcee3ed6af5bc2a4a9abd3ebe15 |
Content
This repository contains package downloads for both native Tcl and Eagle.
Normally, it should only be used with the following tools:
- The Package Client Setup Tool ("pkgr_setup.eagle")
- The Package Client Installer Tool ("pkgr_install.eagle")
- The Package Repository Client ("pkgr.eagle")
- The Package Downloader Client ("pkgd.eagle")
Prior to doing anything useful with this repository, you will typically need to:
- Install an implementation of the OpenPGP standard (e.g. GPG)
- Add the Package Signing Key (dated "2003-06-09", with fingerprint "C3C7 5138 83EE DD3A ED1F E425 502C 96AF 495D C2D9") to your local OpenPGP key ring.
- Download the Package Client Toolset, extract it to a local directory, and add that directory to the auto-path of a local Tcl installation.
- Verify the OpenPGP signatures on the extracted Package Client Toolset using a command similar to the following at the Windows Command Prompt:
FOR %P IN (*.asc) DO (gpg2.exe --verify "%P" >NUL 2>&1 || ECHO BAD FILE "%~dpnP")
FOR %P IN (*.asc) DO (gpg2.exe --verify "%P" >NUL 2>&1 || ECHO BAD FILE "%~dpnP")