Overview
Comment: | Yet another correction. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | trunk |
Files: | files | file ages | folders |
SHA1: |
be63d94f91c44422fe74cf039762f7c3 |
User & Date: | mistachkin on 2025-09-27 16:46:30 |
Other Links: | manifest | tags |
Context
2025-09-27
| ||
16:46 | Yet another correction. Leaf check-in: be63d94f91 user: mistachkin tags: trunk | |
16:39 | Another README correction. check-in: a27314421e user: mistachkin tags: trunk | |
Changes
Modified README.md from [f54cc31d0c] to [69824cec72].
︙ | ︙ | |||
184 185 186 187 188 189 190 | ### Authoring a package 1. **Write your package** the normal Tcl/Eagle way: * Provide a `pkgIndex.tcl` and/or `pkgIndex.eagle` that does `package provide <name> <version>`. * Organize your files under a single directory named after your package. | | | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | ### Authoring a package 1. **Write your package** the normal Tcl/Eagle way: * Provide a `pkgIndex.tcl` and/or `pkgIndex.eagle` that does `package provide <name> <version>`. * Organize your files under a single directory named after your package. 2. **Test locally**: ensure `package require <name> <version>` works from a clean interpreter when your package directory is on `auto_path`. 3. **Decide distribution mode**: * **On‑demand**: pkgt can fetch files individually as directed by repository metadata. * **Pre‑installable**: you can ship the package directory as a ready‑to‑use tree. > The pkgt repository server resolves a TIP #268 version constraint, returns a small signed script, and instructs the downloader which files to fetch. All files are OpenPGP‑signed; Eagle files are also Harpy‑signed. |
︙ | ︙ |
Modified README.md.asc from [13d8ce2f77] to [4859d101f3].
1 2 3 | -----BEGIN PGP SIGNATURE----- Comment: Eagle Package Repository | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | -----BEGIN PGP SIGNATURE----- Comment: Eagle Package Repository iQIzBAABCAAdFiEEw8dROIPu3TrtH+QlUCyWr0ldwtkFAmjYFN4ACgkQUCyWr0ld wtmi5A/+NkTqLdGi0Z0Tp+pu/CWp/5DO8k74+Kff9eAATkGVYBTMMj5Lgln21SmK Xzdd7CIRLHZ+euoX+xAFv1XIRnEUPNlTM64QzU4iHC6KBl2Xh6LqzXv3NWeZl+lS SSMMPW37iGnlcAKExfBpKH4MkAKcX0SPjnYbrfAtagW94tTwWSO78JfSArCVXqVM A8J17Rqgf2x8ketXkdiOHy+SJDD3glD6Fher+4RW/3un+5UlQg9rQl07AMMSru4d VhRdJ62/o2MnEtm05Aj1ATW0oWAYDHCeGcfzWExkWJpmCjG5Dejez3jeoLK87fQr Pen91RmrvfQ9GpPb1HrSQMU0fnw3kJKdSyLs7JOpwLNFy5OiwD+tItn62eJrvyT/ k84Hj/VFbNa9NQUoWePr7StR2sn64IH+kfihwglptjhoKBjYgKXCCE0S+Al4DqMw 8YX+DcNYoSfHEgwfaCqqjP7IaaAPCJPo0oYE8v5N9gEc3LSXKs2UMHuWiOFewt5q 45hSdrIWwtpFNFWcAPX1C+d2hrvnkODY3ahGcLexyfUdpHwMNhji41fR8XxPD74y vTz4OwLmHd6AatjHD3C1l8ZB3lmhXutmGX7KHNn3a5yE2kwCPITu0vUQiYSdU8Tg rCwY2X90i8vvCCCrSC+UyDZAj3aAupe8fnu/AERzhrNe4Ykixow= =xeb8 -----END PGP SIGNATURE----- |