mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-14 22:38:05 +11:00
266 lines
7.6 KiB
INI
266 lines
7.6 KiB
INI
{
|
||
["examnes-minitel"] = {
|
||
files = {
|
||
["master/OpenOS/etc/rc.d/minitel.lua"] = "//etc/rc.d",
|
||
["master/OpenOS/usr/lib/net.lua"] = "/lib",
|
||
["master/OpenOS/usr/lib/minitel.lua"] = "/lib",
|
||
["master/OpenOS/usr/man/minitel"] = "/man",
|
||
},
|
||
postinstall = {
|
||
"rc minitel enable",
|
||
},
|
||
name = "Minitel",
|
||
description = "Simple and powerful networking stack",
|
||
authors = "Izaya, Skye",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-minitel-util"] = {
|
||
files = {
|
||
["master/util/OpenOS/usr/bin/ping.lua"] = "/bin",
|
||
["master/util/OpenOS/usr/bin/mtcfg.lua"] = "/bin",
|
||
},
|
||
dependencies = {
|
||
["examnes-minitel"] = ""
|
||
},
|
||
postinstall = {
|
||
"mtcfg --firstrun",
|
||
},
|
||
name = "Minitel Util",
|
||
description = "Assorted Minitel utilities",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-minitel-docs"] = {
|
||
files = {
|
||
["master/protocol-3.md"] = "/doc/minitel",
|
||
["master/protocol-4.md"] = "/doc/minitel",
|
||
["master/protocol-5.md"] = "/doc/minitel",
|
||
["master/protocol-ext-multicast.md"] = "/doc/minitel",
|
||
["master/FRequest/FRequest-protocol.md"] = "/doc/minitel",
|
||
["master/MMail/MMail-protocol.md"] = "/doc/minitel",
|
||
["master/syslog/syslog-protocol.md"] = "/doc/minitel",
|
||
},
|
||
name = "Minitel",
|
||
description = "Simple and powerful networking stack",
|
||
authors = "Izaya, Skye",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-frequestd"] = {
|
||
files = {
|
||
["master/FRequest/OpenOS/etc/rc.d/fserv.lua"] = "//etc/rc.d"
|
||
},
|
||
dependencies = {
|
||
["examnes-minitel"] = "",
|
||
["examnes-libsyslog"] = ""
|
||
},
|
||
name = "FRequest Daemon",
|
||
description = "Reasonably sane FRequest server",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-fget"] = {
|
||
files = {
|
||
["master/FRequest/OpenOS/usr/bin/fget.lua"] = "/bin"
|
||
},
|
||
dependencies = {
|
||
["examnes-minitel"] = ""
|
||
},
|
||
name = "FGet",
|
||
description = "Dumb-as-rocks FRequest client",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-mmaild"] = {
|
||
files = {
|
||
["master/MMail/OpenOS/etc/rc.d/mmail.lua"] = "//etc/rc.d"
|
||
},
|
||
dependencies = {
|
||
["examnes-minitel"] = ""
|
||
},
|
||
name = "Minitel Mail Daemon",
|
||
description = "Simple mail server, implementing maildir.",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-vtunnel"] = {
|
||
files = {
|
||
["master/vTunnel/interminitel.lua"] = "/lib",
|
||
["master/vTunnel/OpenOS/usr/man/vtunnel"] = "/man",
|
||
["master/vTunnel/OpenOS/etc/rc.d/vtunnel.lua"] = "//etc/rc.d",
|
||
},
|
||
dependencies = {
|
||
["vcomponent"] = ""
|
||
},
|
||
name = "vTunnel",
|
||
description = "Linked card emulator",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-mmail-send"] = {
|
||
files = {
|
||
["master/MMail/OpenOS/usr/bin/mmail-send.lua"] = "/bin",
|
||
["master/MMail/OpenOS/usr/man/mmail-send"] = "/man"
|
||
},
|
||
dependencies = {
|
||
["examnes-minitel"] = ""
|
||
},
|
||
name = "mmail-send",
|
||
description = "Command line program for sending mail over the minitel network.",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-libsyslog"] = {
|
||
files = {
|
||
["master/syslog/OpenOS/usr/lib/syslog.lua"] = "/lib",
|
||
["master/syslog/OpenOS/usr/man/syslog"] = "/man",
|
||
},
|
||
name = "libsyslog",
|
||
description = "Library for unified logging",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-syslogd"] = {
|
||
files = {
|
||
["master/syslog/OpenOS/etc/rc.d/syslogd.lua"] = "//etc/rc.d",
|
||
["master/syslog/OpenOS/usr/man/syslogd"] = "/man",
|
||
},
|
||
name = "syslogd",
|
||
description = "System logging daemon with network capabilities",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-wolbeacon"] = {
|
||
files = {
|
||
["master/WoLBeacon/OpenOS/etc/rc.d/wolbeacon.lua"] = "//etc/rc.d",
|
||
["master/WoLBeacon/OpenOS/usr/man/wolbeacon"] = "/man",
|
||
},
|
||
name = "WoL Beacon",
|
||
description = "Wake on LAN daemon",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-realtime"] = {
|
||
files = {
|
||
["master/realtime/OpenOS/usr/lib/realtime.lua"] = "/lib",
|
||
["master/realtime/OpenOS/usr/man/realtime"] = "/man",
|
||
},
|
||
name = "realtime",
|
||
description = "Real-time library for OpenOS",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-realtime-sync"] = {
|
||
files = {
|
||
["master/realtime/OpenOS/etc/rc.d/realtime-sync.lua"] = "//etc/rc.d",
|
||
["master/realtime/OpenOS/usr/man/realtime-sync"] = "/man",
|
||
},
|
||
dependencies = {
|
||
["realtime"] = ""
|
||
},
|
||
name = "realtime-sync",
|
||
description = "Internet-based real-time synchronisation daemon for OpenOS",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-realtime-relay"] = {
|
||
files = {
|
||
["master/realtime/OpenOS/etc/rc.d/realtime-relay.lua"] = "//etc/rc.d",
|
||
["master/realtime/OpenOS/usr/man/realtime-relay"] = "/man",
|
||
},
|
||
dependencies = {
|
||
["examnes-realtime"] = "",
|
||
["examnes-minitel"] = ""
|
||
},
|
||
name = "realtime-relay",
|
||
description = "Minitel-based real-time synchronisation daemon for OpenOS",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-portinfo"] = {
|
||
files = {
|
||
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/portinfo.lua"] = "/lib",
|
||
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/oc.db"] = "/lib/ports",
|
||
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.db"] = "/lib/ports",
|
||
},
|
||
name = "portinfo",
|
||
description = "Port information databases and library",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-mtrpc"] = {
|
||
files = {
|
||
["master/RPC/OpenOS/usr/bin/importcomponent.lua"] = "/bin",
|
||
["master/RPC/OpenOS/usr/bin/exportcomponent.lua"] = "/bin",
|
||
["master/RPC/OpenOS/usr/lib/rpc.lua"] = "/lib",
|
||
["master/RPC/OpenOS/usr/man/rpc"] = "/man",
|
||
},
|
||
dependencies = {
|
||
["examnes-minitel"] = "",
|
||
["vcomponent"] = ""
|
||
},
|
||
name = "Minitel Remote Procedure Call",
|
||
description = "Minitel Remote Procedure Call library and utilities for OpenOS",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-mtfs"] = {
|
||
files = {
|
||
["master/MTFS/OpenOS/usr/bin/importfs.lua"] = "/bin",
|
||
["master/MTFS/OpenOS/usr/bin/exportfs.lua"] = "/bin",
|
||
["master/MTFS/OpenOS/usr/lib/fsproxy.lua"] = "/lib",
|
||
},
|
||
dependencies = {
|
||
["examnes-mtrpc"] = ""
|
||
},
|
||
name = "Minitel Remote Filesystem",
|
||
description = "Utilities for accessing filesystems over Minitel RPC",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-liblzss"] = {
|
||
files = {
|
||
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
|
||
},
|
||
dependencies = {},
|
||
name = "LZSS (Lempel–Ziv–Storer–Szymanski) Library",
|
||
description = "Library providing LZSS compression and decompression, provided in oppm for convenience",
|
||
authors = "Sebastian Steinhauer (kieselsteini)",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-liblz16"] = {
|
||
files = {
|
||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
||
},
|
||
dependencies = {
|
||
["examnes-liblzss"] = "",
|
||
},
|
||
name = "LZ16 Library",
|
||
description = "Stream compression library using LZSS",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-libmtar"] = {
|
||
files = {
|
||
["https://git.shadowkat.net/izaya/OC-misc/src/branch/master/mtar/libmtar.lua"] = "/lib",
|
||
},
|
||
dependencies = {},
|
||
name = "MiniTel ARchive Library",
|
||
description = "Library implementing a dumb-as-rocks archive format",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["examnes-mtar"] = {
|
||
files = {
|
||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/bin/mtar.lua"] = "/lib",
|
||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/man/mtar"] = "/man",
|
||
},
|
||
dependencies = {
|
||
["examnes-libmtar"] = "",
|
||
},
|
||
name = "MiniTel ARchiver",
|
||
description = "Dumb as rocks archiving utility",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
}
|