OC-Minitel/programs.cfg

418 lines
12 KiB
INI
Raw Permalink Normal View History

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",
["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
},
postinstall = {
"rc minitel enable",
},
2018-02-17 18:38:04 +11:00
name = "Minitel",
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"] = ""
},
postinstall = {
"mtcfg --firstrun",
},
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",
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"
},
dependencies = {
["minitel"] = "",
["libsyslog"] = ""
},
name = "FRequest Daemon",
description = "Reasonably sane FRequest server",
authors = "Izaya",
repo = "tree/master/"
},
["fget"] = {
files = {
2018-02-23 07:08:37 +11:00
["master/FRequest/OpenOS/usr/bin/fget.lua"] = "/bin"
},
dependencies = {
2018-03-09 18:52:53 +11:00
["minitel"] = ""
},
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 = {
["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
},
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/"
},
["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",
},
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",
},
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",
["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",
["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"] = {
files = {},
dependencies = {
2021-05-26 18:48:39 +10:00
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
},
name = "LZSS (LempelZivStorerSzymanski) Library",
description = "Library providing LZSS compression and decompression, provided in oppm for convenience",
authors = "Sebastian Steinhauer (kieselsteini)",
repo = "tree/master/"
},
["liblz16"] = {
files = {},
2021-05-26 18:48:39 +10:00
dependencies = {
["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"] = {
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"] = {
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 = {},
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"] = {
files = {},
2023-11-03 16:33:34 +11:00
dependencies = {
["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"] = {
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/"
},
2023-11-14 20:54:11 +11:00
["bbs"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/bbs/OpenOS/bin/bbs.lua"] = "/bin",
["mtrpc"] = "",
},
name = "bbs",
description = "RPC-based BBS client",
authors = "Izaya",
repo = "tree/master/"
},
["bbsd"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/bbs/OpenOS/lib/bboard.lua"] = "/lib",
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/bbs/OpenOS/etc/rc.d/bbsd.lua"] = "//etc/rc.d",
["mtrpc"] = "",
},
name = "bbsd",
description = "RPC-based BBS server",
authors = "Izaya",
repo = "tree/master/"
},
["livefdd"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/livefdd/etc/rc.d/livefdd.lua"] = "//etc/rc.d",
["mtar"] = "",
["liblz16"] = "",
},
name = "Live Floppy Disk Daemon",
description = "Handles archive unpacking and linking for constrained OpenOS installations",
authors = "Izaya",
repo = "tree/master/"
},
["livefdc"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/livefdd/bin/livefdc.lua"] = "/bin",
["mtar"] = "",
["liblz16"] = "",
},
name = "Live Floppy Disk Creator",
description = "Tool for remastering OpenOS installation media.",
authors = "Izaya",
repo = "tree/master/"
},
2023-11-23 19:11:38 +11:00
["mtmenu"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtmenu/mtmenu.lua"] = "/lib",
},
name = "Minitel Menu Library",
description = "Simple reusable menu system",
authors = "Izaya",
repo = "tree/master/"
},
["dss2-server"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/usr/lib/inv.lua"] = "/lib",
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/usr/bin/addalias.lua"] = "/bin",
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/server/etc/rc.d/searchsrv.lua"] = "//etc/rc.d",
["mtrpc"] = "",
["liblz16"] = "",
["libsyslog"] = ""
2023-11-23 19:11:38 +11:00
},
name = "Drawer Storage System 2 Server",
description = "Server component of a DSS2 system",
authors = "Izaya",
repo = "tree/master/"
},
["dss2-client"] = {
files = {},
dependencies = {
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/lib/inv.lua"] = "/lib",
["mtrpc"] = "",
["liblz16"] = "",
},
name = "Drawer Storage System 2 Client",
2023-11-23 22:38:12 +11:00
description = "Client libraries for DSS2",
2023-11-23 19:11:38 +11:00
authors = "Izaya",
repo = "tree/master/"
},
["dss2-frontend"] = {
files = {},
dependencies = {
2023-11-23 22:38:12 +11:00
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/bin/search4.lua"] = "/bin",
2023-11-23 19:11:38 +11:00
["mtrpc"] = "",
["liblz16"] = "",
2023-11-23 22:38:12 +11:00
["mtmenu"] = "",
2023-11-23 19:11:38 +11:00
},
name = "Drawer Storage System 2 Frontend",
description = "Standard frontend for DSS2, suitable for client or server",
authors = "Izaya",
repo = "tree/master/"
},
2018-02-17 18:38:04 +11:00
}