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"] = {
|
2023-11-03 17:06:02 +11:00
|
|
|
|
files = {},
|
2023-11-03 17:05:08 +11:00
|
|
|
|
dependencies = {
|
2019-10-28 13:38:18 +11:00
|
|
|
|
["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/"
|
|
|
|
|
},
|
2021-05-26 18:48:39 +10:00
|
|
|
|
["liblzss"] = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
files = {},
|
|
|
|
|
dependencies = {
|
2021-05-26 18:48:39 +10:00
|
|
|
|
["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/"
|
|
|
|
|
},
|
|
|
|
|
["liblz16"] = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
files = {},
|
2021-05-26 18:48:39 +10:00
|
|
|
|
dependencies = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
2021-05-26 18:48:39 +10:00
|
|
|
|
["liblzss"] = "",
|
|
|
|
|
},
|
|
|
|
|
name = "LZ16 Library",
|
|
|
|
|
description = "Stream compression library using LZSS",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
|
|
|
|
["libmtar"] = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
files = {},
|
|
|
|
|
dependencies = {
|
2023-11-13 21:25:51 +11:00
|
|
|
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/libmtar.lua"] = "/lib",
|
2021-05-26 18:48:39 +10:00
|
|
|
|
},
|
|
|
|
|
name = "MiniTel ARchive Library",
|
|
|
|
|
description = "Library implementing a dumb-as-rocks archive format",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
|
|
|
|
["mtar"] = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
files = {},
|
|
|
|
|
dependencies = {
|
2023-11-13 21:25:51 +11:00
|
|
|
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/bin/mtar.lua"] = "/bin",
|
2021-05-26 18:48:39 +10:00
|
|
|
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/man/mtar"] = "/man",
|
|
|
|
|
["libmtar"] = "",
|
|
|
|
|
},
|
|
|
|
|
name = "MiniTel ARchiver",
|
|
|
|
|
description = "Dumb as rocks archiving utility",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
2023-11-03 16:33:34 +11:00
|
|
|
|
["diskpart"] = {
|
2023-11-03 17:41:18 +11:00
|
|
|
|
files = {},
|
2023-11-03 17:39:15 +11:00
|
|
|
|
dependencies = {
|
2023-11-03 16:33:34 +11:00
|
|
|
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/diskpart/lib/diskpart.lua"] = "/lib",
|
|
|
|
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/slicer/exec/slicer.lua"] = "/bin",
|
|
|
|
|
},
|
|
|
|
|
name = "diskpart",
|
|
|
|
|
description = "MTPT disk partitioning library and utilities",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
|
|
|
|
["partman"] = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
files = {},
|
2023-11-03 16:33:34 +11:00
|
|
|
|
dependencies = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
2023-11-03 16:33:34 +11:00
|
|
|
|
["diskpart"] = "",
|
|
|
|
|
["vcomponent"] = "",
|
|
|
|
|
},
|
|
|
|
|
name = "partman",
|
|
|
|
|
description = "Partition management daemon",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
|
|
|
|
["rtfs"] = {
|
2023-11-03 17:39:15 +11:00
|
|
|
|
files = {},
|
|
|
|
|
dependencies = {
|
2023-11-03 16:33:34 +11:00
|
|
|
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/init.lua"] = "/lib/fs/rtfs",
|
|
|
|
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/v1.lua"] = "/lib/fs/rtfs",
|
|
|
|
|
},
|
|
|
|
|
name = "rtfs",
|
|
|
|
|
description = "Mutant RT-11 filesystem clone",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
2023-11-10 18:53:13 +11:00
|
|
|
|
["rica"] = {
|
|
|
|
|
files = {},
|
|
|
|
|
dependencies = {
|
|
|
|
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rica/service/rica.lua"] = "//etc/rc.d",
|
|
|
|
|
["vcomponent"] = "",
|
2023-11-12 11:58:22 +11:00
|
|
|
|
["mtrpc"] = "",
|
2023-11-10 18:53:13 +11:00
|
|
|
|
},
|
|
|
|
|
name = "rica",
|
|
|
|
|
description = "Remote Internet Card Access (rica) client",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
|
|
|
|
["ricad"] = {
|
|
|
|
|
files = {},
|
|
|
|
|
dependencies = {
|
|
|
|
|
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/ricad/service/ricad.lua"] = "//etc/rc.d",
|
|
|
|
|
},
|
|
|
|
|
name = "ricad",
|
|
|
|
|
description = "Remote Internet Card Access (rica) server",
|
|
|
|
|
authors = "Izaya",
|
|
|
|
|
repo = "tree/master/"
|
|
|
|
|
},
|
2018-02-17 18:38:04 +11:00
|
|
|
|
}
|