mos6502_create_led, mos6502_create_nop, mos6502_create_reset 1.0.0 (#700)

* Migrate to Alire build.

First version contains base classs, string tools, trace and getopt.

* Offer the MOS-6502 programs for addition to the main index.

* Try to patch in the missing dependency.

* Specify GNAT version more precicily.

* use ada2022 tag.

Co-authored-by: Martin Krischik <martin@iMac.local>
This commit is contained in:
Martin Krischik
2022-12-14 12:45:01 +01:00
committed by GitHub
parent 89f0e87cf7
commit cd3d9cab1f
3 changed files with 102 additions and 0 deletions
@@ -0,0 +1,34 @@
name = "mos6502_create_led"
description = "Create ROM with little program"
long-description = """This is a tool to create a rom image with little program.
This program can be used to create a ROM immage for the MOS 6502 tutorial
from Ben Eater.
Development versions available with:
alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik
"""
version = "1.0.0"
licenses = "GPL-3.0-or-later"
authors = ["Martin Krischik <krischik@users.sourceforge.net>"]
maintainers = ["Martin Krischik <krischik@users.sourceforge.net>"]
maintainers-logins = ["krischik"]
executables = ["create_led"]
website = "https://sourceforge.net/projects/tutorial-6502"
tags = ["mos-6502", "tools", "retrocomputing", "ada2022"]
[[depends-on]]
gnat = ">=12 & <2000"
# vim: set textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab :
# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff :
# vim: set spell spelllang=en_gb :
[origin]
hashes = [
"sha256:54914b606737258e3ca19665ddbbab243c705268dd5dd96a34950d7bc078c7f3",
"sha512:265ed7bcc771325c61518e59631fa12cf3246e783bfd6cdc86a8db18e4c444cecbec66247a8be2c7bd0f007c568c7a1fe2fb6ab8748a71c5e0701b0f55f8e469",
]
url = "https://sourceforge.net/projects/tutorial-6502/files/Alire/mos6502_create_led-1.0.0.tgz"
@@ -0,0 +1,34 @@
name = "mos6502_create_nop"
description = "Create NOP ROM"
long-description = """This is a tool to create a rom image with NOP commands.
This program can be used to create a ROM immage for the MOS 6502 tutorial
from Ben Eater.
Development versions available with:
alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik
"""
version = "1.0.0"
licenses = "GPL-3.0-or-later"
authors = ["Martin Krischik <krischik@users.sourceforge.net>"]
maintainers = ["Martin Krischik <krischik@users.sourceforge.net>"]
maintainers-logins = ["krischik"]
executables = ["create_nop"]
website = "https://sourceforge.net/projects/tutorial-6502"
tags = ["mos-6502", "tools", "retrocomputing", "ada2022"]
[[depends-on]]
gnat = ">=12 & <2000"
# vim: set textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab :
# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff :
# vim: set spell spelllang=en_gb :
[origin]
hashes = [
"sha256:5463a4bf61896dda6e3fe242bbd71b8e9c5cc58a2214589c3600ac03ce8b72e4",
"sha512:3c969df8721cced6da00167da9f3521545e68802fad9281ab35aeb76460f5716a85f3b653e21955d2e431aa382099c982cf40170eba4cca6cb1a5783033a5010",
]
url = "https://sourceforge.net/projects/tutorial-6502/files/Alire/mos6502_create_nop-1.0.0.tgz"
@@ -0,0 +1,34 @@
name = "mos6502_create_reset"
description = "Create ROM with reset vector"
long-description = """This is a tool to create a rom image with reset vector.
This program can be used to create a ROM immage for the MOS 6502 tutorial
from Ben Eater.
Development versions available with:
alr index --add "git+https://github.com/krischik/alire-index.git#develop" --name krischik
"""
version = "1.0.0"
licenses = "GPL-3.0-or-later"
authors = ["Martin Krischik <krischik@users.sourceforge.net>"]
maintainers = ["Martin Krischik <krischik@users.sourceforge.net>"]
maintainers-logins = ["krischik"]
executables = ["create_reset"]
website = "https://sourceforge.net/projects/tutorial-6502"
tags = ["mos-6502", "tools", "retrocomputing", "ada2022"]
[[depends-on]]
gnat = ">=12 & <2000"
# vim: set textwidth=0 nowrap tabstop=8 shiftwidth=4 softtabstop=4 expandtab :
# vim: set filetype=toml fileencoding=utf-8 fileformat=unix foldmethod=diff :
# vim: set spell spelllang=en_gb :
[origin]
hashes = [
"sha256:f25e31c6fadb98ccedd29be686571322d2b8ac670399b788554b73341926d368",
"sha512:ae873a15f42e2e995942e5a2da91c672bd6d5dd5bc95c2f912d7ddaa950e8c30a94bffc1b47a47d6ba13e6d5966d8b9276acc49c26e463911ae8c3da6818b12c",
]
url = "https://sourceforge.net/projects/tutorial-6502/files/Alire/mos6502_create_reset-1.0.0.tgz"