mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-14 14:28:05 +11:00
418 lines
12 KiB
INI
418 lines
12 KiB
INI
{
|
||
["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/"
|
||
},
|
||
["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",
|
||
description = "Simple and powerful networking stack",
|
||
authors = "Izaya, Skye",
|
||
repo = "tree/master/"
|
||
},
|
||
["frequestd"] = {
|
||
files = {
|
||
["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 = {
|
||
["master/FRequest/OpenOS/usr/bin/fget.lua"] = "/bin"
|
||
},
|
||
dependencies = {
|
||
["minitel"] = ""
|
||
},
|
||
name = "FGet",
|
||
description = "Dumb-as-rocks FRequest client",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["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/"
|
||
},
|
||
["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/"
|
||
},
|
||
["mmail-send"] = {
|
||
files = {
|
||
["master/MMail/OpenOS/usr/bin/mmail-send.lua"] = "/bin",
|
||
["master/MMail/OpenOS/usr/man/mmail-send"] = "/man"
|
||
},
|
||
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",
|
||
["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",
|
||
["master/syslog/OpenOS/usr/man/syslogd"] = "/man",
|
||
},
|
||
name = "syslogd",
|
||
description = "System logging daemon with network capabilities",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["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/"
|
||
},
|
||
["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/"
|
||
},
|
||
["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/"
|
||
},
|
||
["portinfo"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["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/"
|
||
},
|
||
["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/"
|
||
},
|
||
["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/"
|
||
},
|
||
["liblzss"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["https://raw.githubusercontent.com/kieselsteini/lzss/master/lzss.lua"] = "/lib",
|
||
},
|
||
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"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/lz16/liblz16.lua"] = "/lib",
|
||
["liblzss"] = "",
|
||
},
|
||
name = "LZ16 Library",
|
||
description = "Stream compression library using LZSS",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["libmtar"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/libmtar.lua"] = "/lib",
|
||
},
|
||
name = "MiniTel ARchive Library",
|
||
description = "Library implementing a dumb-as-rocks archive format",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["mtar"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/mtar/OpenOS/usr/bin/mtar.lua"] = "/bin",
|
||
["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/"
|
||
},
|
||
["diskpart"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["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 = {},
|
||
dependencies = {
|
||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
||
["diskpart"] = "",
|
||
["vcomponent"] = "",
|
||
},
|
||
name = "partman",
|
||
description = "Partition management daemon",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["rtfs"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["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/"
|
||
},
|
||
["rica"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rica/service/rica.lua"] = "//etc/rc.d",
|
||
["vcomponent"] = "",
|
||
["mtrpc"] = "",
|
||
},
|
||
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/"
|
||
},
|
||
["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/"
|
||
},
|
||
["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"] = ""
|
||
},
|
||
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",
|
||
description = "Client libraries for DSS2",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
["dss2-frontend"] = {
|
||
files = {},
|
||
dependencies = {
|
||
["https://git.shadowkat.net/izaya/OC-DSS2/raw/branch/master/OpenOS/client/usr/bin/search4.lua"] = "/bin",
|
||
["mtrpc"] = "",
|
||
["liblz16"] = "",
|
||
["mtmenu"] = "",
|
||
},
|
||
name = "Drawer Storage System 2 Frontend",
|
||
description = "Standard frontend for DSS2, suitable for client or server",
|
||
authors = "Izaya",
|
||
repo = "tree/master/"
|
||
},
|
||
}
|