2018-02-17 18:38:04 +11:00
|
|
|
{
|
|
|
|
["minitel"] = {
|
|
|
|
files = {
|
2018-02-23 06:48:35 +11:00
|
|
|
["master/OpenOS/etc/rc.d/minitel.lua"] = "//etc/rc.d",
|
2018-02-17 18:38:04 +11:00
|
|
|
["master/OpenOS/usr/lib/net.lua"] = "/lib",
|
2018-08-11 13:54:25 +10:00
|
|
|
["master/OpenOS/usr/lib/minitel.lua"] = "/lib",
|
2018-03-09 19:44:25 +11:00
|
|
|
["master/OpenOS/usr/man/minitel"] = "/man",
|
2018-02-17 18:38:04 +11:00
|
|
|
},
|
2018-08-04 05:24:07 +10:00
|
|
|
postinstall = {
|
|
|
|
"rc minitel enable",
|
|
|
|
},
|
2018-02-17 18:38:04 +11:00
|
|
|
name = "Minitel",
|
2018-08-04 05:17:50 +10:00
|
|
|
description = "Simple and powerful networking stack",
|
|
|
|
authors = "Izaya, Skye",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
|
|
|
["minitel-util"] = {
|
|
|
|
files = {
|
|
|
|
["master/util/OpenOS/usr/bin/ping.lua"] = "/bin",
|
|
|
|
["master/util/OpenOS/usr/bin/mtcfg.lua"] = "/bin",
|
|
|
|
},
|
|
|
|
dependencies = {
|
|
|
|
["minitel"] = ""
|
|
|
|
},
|
2018-08-04 05:58:16 +10:00
|
|
|
postinstall = {
|
|
|
|
"mtcfg --firstrun",
|
2018-08-04 05:24:07 +10:00
|
|
|
},
|
2018-08-04 05:17:50 +10:00
|
|
|
name = "Minitel Util",
|
|
|
|
description = "Assorted Minitel utilities",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
|
|
|
["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",
|
2018-02-17 18:38:04 +11:00
|
|
|
description = "Simple and powerful networking stack",
|
2018-02-22 12:56:00 +11:00
|
|
|
authors = "Izaya, Skye",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
|
|
|
["frequestd"] = {
|
|
|
|
files = {
|
2018-02-23 07:08:37 +11:00
|
|
|
["master/FRequest/OpenOS/etc/rc.d/fserv.lua"] = "//etc/rc.d"
|
2018-02-22 12:56:00 +11:00
|
|
|
},
|
2018-03-09 18:41:19 +11:00
|
|
|
dependencies = {
|
2018-07-28 05:19:58 +10:00
|
|
|
["minitel"] = "",
|
|
|
|
["libsyslog"] = ""
|
2018-03-09 18:41:19 +11:00
|
|
|
},
|
2018-02-22 12:56:00 +11:00
|
|
|
name = "FRequest Daemon",
|
2018-07-28 05:19:58 +10:00
|
|
|
description = "Reasonably sane FRequest server",
|
2018-02-22 12:56:00 +11:00
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
|
|
|
["fget"] = {
|
|
|
|
files = {
|
2018-02-23 07:08:37 +11:00
|
|
|
["master/FRequest/OpenOS/usr/bin/fget.lua"] = "/bin"
|
2018-02-22 12:56:00 +11:00
|
|
|
},
|
2018-03-09 18:41:19 +11:00
|
|
|
dependencies = {
|
2018-03-09 18:52:53 +11:00
|
|
|
["minitel"] = ""
|
2018-03-09 18:41:19 +11:00
|
|
|
},
|
2018-02-22 12:56:00 +11:00
|
|
|
name = "FGet",
|
|
|
|
description = "Dumb-as-rocks FRequest client",
|
2018-02-17 18:38:04 +11:00
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
2018-03-09 19:01:12 +11:00
|
|
|
},
|
2018-03-09 18:54:47 +11:00
|
|
|
["mmaild"] = {
|
|
|
|
files = {
|
|
|
|
["master/MMail/OpenOS/etc/rc.d/mmail.lua"] = "//etc/rc.d"
|
|
|
|
},
|
|
|
|
dependencies = {
|
|
|
|
["minitel"] = ""
|
|
|
|
},
|
|
|
|
name = "Minitel Mail Daemon",
|
|
|
|
description = "Simple mail server, implementing maildir.",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2018-04-06 17:09:21 +10:00
|
|
|
["vtunnel"] = {
|
|
|
|
files = {
|
2018-04-06 17:11:52 +10:00
|
|
|
["master/vTunnel/interminitel.lua"] = "/lib",
|
2019-12-19 20:47:01 +11:00
|
|
|
["master/vTunnel/OpenOS/usr/man/vtunnel"] = "/man",
|
2018-04-15 23:27:00 +10:00
|
|
|
["master/vTunnel/OpenOS/etc/rc.d/vtunnel.lua"] = "//etc/rc.d",
|
2018-04-06 17:09:21 +10:00
|
|
|
},
|
2018-04-06 17:49:55 +10:00
|
|
|
dependencies = {
|
|
|
|
["vcomponent"] = ""
|
|
|
|
},
|
2018-04-06 17:09:21 +10:00
|
|
|
name = "vTunnel",
|
|
|
|
description = "Linked card emulator",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2018-03-09 19:23:07 +11:00
|
|
|
["mmail-send"] = {
|
|
|
|
files = {
|
2018-03-13 12:41:11 +11:00
|
|
|
["master/MMail/OpenOS/usr/bin/mmail-send.lua"] = "/bin",
|
2018-03-09 19:41:00 +11:00
|
|
|
["master/MMail/OpenOS/usr/man/mmail-send"] = "/man"
|
2018-03-09 19:23:07 +11:00
|
|
|
},
|
|
|
|
dependencies = {
|
|
|
|
["minitel"] = ""
|
|
|
|
},
|
|
|
|
name = "mmail-send",
|
|
|
|
description = "Command line program for sending mail over the minitel network.",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2018-07-25 12:05:55 +10:00
|
|
|
["libsyslog"] = {
|
|
|
|
files = {
|
|
|
|
["master/syslog/OpenOS/usr/lib/syslog.lua"] = "/lib",
|
2018-08-10 19:12:34 +10:00
|
|
|
["master/syslog/OpenOS/usr/man/syslog"] = "/man",
|
2018-07-25 12:05:55 +10:00
|
|
|
},
|
|
|
|
name = "libsyslog",
|
|
|
|
description = "Library for unified logging",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
|
|
|
["syslogd"] = {
|
|
|
|
files = {
|
|
|
|
["master/syslog/OpenOS/etc/rc.d/syslogd.lua"] = "//etc/rc.d",
|
2018-08-10 19:12:34 +10:00
|
|
|
["master/syslog/OpenOS/usr/man/syslogd"] = "/man",
|
2018-07-25 12:05:55 +10:00
|
|
|
},
|
|
|
|
name = "syslogd",
|
|
|
|
description = "System logging daemon with network capabilities",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2019-10-24 01:42:56 +11:00
|
|
|
["wolbeacon"] = {
|
|
|
|
files = {
|
|
|
|
["master/WoLBeacon/OpenOS/etc/rc.d/wolbeacon.lua"] = "//etc/rc.d",
|
2019-10-24 02:01:25 +11:00
|
|
|
["master/WoLBeacon/OpenOS/usr/man/wolbeacon"] = "/man",
|
2019-10-24 01:42:56 +11:00
|
|
|
},
|
|
|
|
name = "WoL Beacon",
|
|
|
|
description = "Wake on LAN daemon",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2019-10-24 21:38:30 +11:00
|
|
|
["realtime"] = {
|
|
|
|
files = {
|
|
|
|
["master/realtime/OpenOS/usr/lib/realtime.lua"] = "/lib",
|
2020-01-22 18:21:34 +11:00
|
|
|
["master/realtime/OpenOS/usr/man/realtime"] = "/man",
|
2019-10-24 21:38:30 +11:00
|
|
|
},
|
|
|
|
name = "realtime",
|
|
|
|
description = "Real-time library for OpenOS",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
|
|
|
["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/"
|
|
|
|
},
|
|
|
|
["realtime-relay"] = {
|
|
|
|
files = {
|
|
|
|
["master/realtime/OpenOS/etc/rc.d/realtime-relay.lua"] = "//etc/rc.d",
|
|
|
|
["master/realtime/OpenOS/usr/man/realtime-relay"] = "/man",
|
|
|
|
},
|
|
|
|
dependencies = {
|
|
|
|
["realtime"] = "",
|
|
|
|
["minitel"] = ""
|
|
|
|
},
|
|
|
|
name = "realtime-relay",
|
|
|
|
description = "Minitel-based real-time synchronisation daemon for OpenOS",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2019-10-28 13:38:18 +11:00
|
|
|
["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",
|
2019-10-28 14:09:34 +11:00
|
|
|
["https://raw.githubusercontent.com/ShadowKatStudios/OC-ports/master/minitel.db"] = "/lib/ports",
|
2019-10-28 13:38:18 +11:00
|
|
|
},
|
|
|
|
name = "portinfo",
|
|
|
|
description = "Port information databases and library",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2020-01-05 06:26:46 +11:00
|
|
|
["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 = {
|
|
|
|
["minitel"] = "",
|
|
|
|
["vcomponent"] = ""
|
|
|
|
},
|
|
|
|
name = "Minitel Remote Procedure Call",
|
|
|
|
description = "Minitel Remote Procedure Call library and utilities for OpenOS",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2020-10-12 18:15:08 +11:00
|
|
|
["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 = {
|
|
|
|
["mtrpc"] = ""
|
|
|
|
},
|
|
|
|
name = "Minitel Remote Filesystem",
|
|
|
|
description = "Utilities for accessing filesystems over Minitel RPC",
|
|
|
|
authors = "Izaya",
|
|
|
|
repo = "tree/master/"
|
|
|
|
},
|
2018-02-17 18:38:04 +11:00
|
|
|
}
|