HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50662,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=519",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=517",
"results": [
{
"name": "srm",
"portdir": "sysutils/srm",
"version": "1.2.15",
"license": "MIT and LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://srm.sourceforge.net/",
"description": "srm is a secure replacement for rm(1).",
"long_description": "srm is a secure replacement for rm(1). Unlike the standard rm, it overwrites the data in the target files before unlinking them. This prevents command-line recovery of the data by examining the raw block device. It may also help frustrate physical examination of the disk, although it's unlikely that it can completely prevent that type of recovery. It is, essentially, a paper shredder for sensitive files.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "sqsh",
"portdir": "sysutils/sqsh",
"version": "2.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sqsh.sourceforge.net/",
"description": "A Sybase Shell",
"long_description": "Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), a replacement for the venerable 'isql' program supplied by Sybase.",
"active": true,
"categories": [
"sysutils",
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"freetds",
"readline"
]
}
],
"depends_on": []
},
{
"name": "spinner",
"portdir": "sysutils/spinner",
"version": "1.2.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.laffeycomputer.com/spinner.html",
"description": "Keep ssh and telnet connections from dropping due to inactivity",
"long_description": "Spinner is a small program that displays a little spinning ASCII character in the top left corner of your terminal. To make this effect it cycles through punctuation marks like this - | / - | / ... (try it to see). By default the character is drawn in inverse video (or your terminal`s equivalent). But you can turn this off with the -i switch. It supports any terminal capable of handling VT100 style escape codes. Spinner is useful for keeping telnet and ssh links from dropping due to inactivity. Many firewalls, and some ISPs drop connections when they are perceived as idle. By having spinner running the server is constantly sending a tiny amount of data over the link, preserving the connection. Thus Spinner is an anti-dle, timeout preventing, background daemon process.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "sortu",
"portdir": "sysutils/sortu",
"version": "2.1.2",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/j256/sortu",
"description": "sort-unique",
"long_description": "The sortu program is a replacement for the sort and uniq programs. It is common for Unix script writers to want to count how many separate patterns are in a file. For example, if you have a list of addresses, you may want to see how many are from each state. So you cut out the state part, sort these, and then pass them through uniq -c. Sortu does all this for you in a fraction of the time. \n\n Sortu uses a hash table and some decent line processing to provide this functionality. For a relatively small number of keys, it can be significantly smaller than using sort, because it does not have to keep temporary files. If you are dealing with a large number of unique keys then sortu will run out of memory and stop. Sortu has some basic field and delimiter handling which should do most basic awk or cut features to separate out the field that you are sorting on.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "socat",
"portdir": "sysutils/socat",
"version": "1.8.1.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.dest-unreach.org/socat",
"description": "netcat on steroids",
"long_description": "socat is a relay for bidirectional data transfer between two independent data channels. Each of these data channels may be a file, pipe, device (serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the GNU line editor (readline), a program, or a combination of two of these.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"readline",
"tcp_wrappers",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "smug",
"portdir": "sysutils/smug",
"version": "0.3.13",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ivaaaan/smug",
"description": "A session manager for tmux written in Go",
"long_description": "A session manager for tmux written in Go. Smug automates your tmux workflow. You can create a single configuration file, and Smug will create all the required windows and panes from it. Inspired by tmuxinator and tmuxp.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "smlr",
"portdir": "sysutils/smlr",
"version": "0.0.6",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/thenatefisher/smlr",
"description": "Text truncation utility",
"long_description": "smlr reduces the size of a text input based on specified parameters. It makes your string smaller, if it's too big.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "",
"github": "thenatefisher",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "smartmontools",
"portdir": "sysutils/smartmontools",
"version": "7.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://smartmontools.sourceforge.net/",
"description": "SMART hard drive monitoring",
"long_description": "Two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI hard disks. In many cases, these utilities will provide advanced warning of disk degradation and failure.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "rjvbertin",
"github": "RJVB",
"ports_count": 55
}
],
"variants": [
"savestates",
"attributelog",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gsmartcontrol"
]
},
{
"type": "run",
"ports": [
"gutils-suite-core"
]
}
]
},
{
"name": "smart",
"portdir": "sysutils/smart",
"version": "1.4.1",
"license": "GPL-2+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://labix.org/smart",
"description": "Automatic updater and package installer/remover",
"long_description": "The Smart Package Manager project has the ambitious objective of creating smart and portable algorithms for solving adequately the problem of managing software upgrading and installation. This tool works in all major distributions, and will bring notable advantages over native tools currently in use (APT, APT-RPM, YUM, URPMI, etc).",
"active": true,
"categories": [
"sysutils",
"archivers"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"rpm"
]
}
],
"depends_on": []
},
{
"name": "slocate",
"portdir": "sysutils/slocate",
"version": "3.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://slocate.trakker.ca/",
"description": "Secure Locate is a replacement for locate.",
"long_description": "Secure locate provides a secure way to index and quickly search for files on your system. It uses incremental encoding just like GNU locate to compress its database to make searching faster, but it will also check file permissions and ownership so that users will not see files they do not have access to. The big advantage is that slocate will find files in your ~, even if you made it unreadable by nobody (who traditionally performs the locate database update), without letting another user find files there.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "sleuthkit",
"portdir": "sysutils/sleuthkit",
"version": "4.14.0",
"license": "(cpl or ibmpl)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sleuthkit.org/sleuthkit/",
"description": "Forensic toolkit",
"long_description": "The Sleuth Kit (previously known as TASK) is a collection of UNIX-based command line file system and media management forensic analysis tools. The file system tools allow you to examine file systems of a suspect computer in a non-intrusive fashion. Because the tools do not rely on the operating system to process the file systems, deleted and hidden content is shown. The media management tools allow you to examine the layout of disks and other media. The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac partitions, Sun slices (Volume Table of Contents), and GPT disks. With these tools, you can identify where partitions are located and extract them so that they can be analyzed with file system analysis tools.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"autoconf",
"automake",
"libtool",
"file"
]
},
{
"type": "lib",
"ports": [
"zlib",
"sqlite3",
"openssl",
"afflib",
"libewf"
]
},
{
"type": "run",
"ports": [
"perl5"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"autopsy"
]
},
{
"type": "lib",
"ports": [
"py-tsk",
"py27-tsk"
]
}
]
},
{
"name": "sleepwatcher",
"portdir": "sysutils/sleepwatcher",
"version": "2.2.1",
"license": "GPL-3+",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.bernhard-baehr.de",
"description": "monitors sleep, wakeup and idleness of a Mac",
"long_description": "SleepWatcher monitors sleep, wakeup and idleness of a Mac. It can be used to execute a Unix command when the Mac or the display of the Mac goes to sleep mode or wakes up or after a given time without user interaction. It also can send the Mac to sleep mode or retrieve the time since last user activity.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "sleepnow",
"portdir": "sysutils/sleepnow",
"version": "20070603",
"license": "unknown",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.snoize.com/SleepNow/",
"description": "put your Mac to sleep from the command-line",
"long_description": "SleepNow is a Mac OS X command-line tool which puts the machine to sleep, just as though someone had used the Sleep menu command while sitting in front of the machine. The advantage is that SleepNow can be run while logged in to the machine from anywhere on the net.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "skim",
"portdir": "sysutils/skim",
"version": "0.20.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lotabout/skim",
"description": "Fuzzy Finder in Rust",
"long_description": "Skim is a general fuzzy finder that saves you time. It works on files, lines and commands. It is blazingly fast as it reads the data source asynchronously.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "skhd",
"portdir": "sysutils/skhd",
"version": "0.3.9",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/koekeishiya/skhd",
"description": "Simple hotkey daemon for macOS",
"long_description": "skhd is a simple hotkey daemon for macOS that focuses on responsiveness and performance.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "macports",
"github": "thekevjames",
"ports_count": 9
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "skey",
"portdir": "sysutils/skey",
"version": "1.1.5",
"license": "MIT and BSD and Permissive",
"platforms": "darwin freebsd netbsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://en.wikipedia.org/wiki/S/KEY",
"description": "OpenBSD One Time Passwords (OTP)",
"long_description": "OpenBSD One Time Passwords (OTP)",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "sispmctl",
"portdir": "sysutils/sispmctl",
"version": "3.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sispmctl.sourceforge.net/",
"description": "tool for usingthe GEMBIRD SiS-PM device family",
"long_description": "tool for usingthe GEMBIRD SiS-PM device family",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libusb-compat"
]
}
],
"depends_on": []
},
{
"name": "simg2img-devel",
"portdir": "sysutils/simg2img",
"version": "20191105",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "simg2img",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by simg2img",
"long_description": "This port has been replaced by simg2img.",
"active": false,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "simg2img",
"portdir": "sysutils/simg2img",
"version": "1.1.5",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/anestisb/android-simg2img",
"description": "Convert Android sparse images to raw images (and vise-versa)",
"long_description": "Convert Android sparse images to raw images (and vise-versa)",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20"
]
},
{
"type": "lib",
"ports": [
"zlib"
]
}
],
"depends_on": []
},
{
"name": "sift",
"portdir": "sysutils/sift",
"version": "0.9.1",
"license": "GPL-3+",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sift-tool.org",
"description": "A fast and powerful open source alternative to grep",
"long_description": "sift is an alternative that aims for both speed and flexibility, adding features while trying to reach (or even surpass) the performance of the original grep. The additional features include gitignore support, conditions (e.g., match A only when preceded by B within X lines), full multi-core support and multiline matching.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "esafak",
"github": "esafak",
"ports_count": 134
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "showkey",
"portdir": "sysutils/showkey",
"version": "1.9",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://catb.org/esr/showkey/",
"description": "echo raw keystrokes back at you in a printable form",
"long_description": "This program puts your terminal in raw mode, eats keystrokes, and prints them back it you in a recognizable printed form (using <>-surrounded ASCII mnemonics for non-printables). This may be useful, for example, if you're not certain what your keyboard keys are sending.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "shmux",
"portdir": "sysutils/shmux",
"version": "1.0.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shmux/shmux",
"description": "utility for executing the command on many hosts in parallel",
"long_description": "shmux is program for executing the same command on many hosts in parallel. For each target, a child process is spawned by shmux, and a shell on the target obtained one of the supported methods: rsh, ssh, or sh.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pcre",
"clang-9.0"
]
},
{
"type": "run",
"ports": [
"fping"
]
}
],
"depends_on": []
},
{
"name": "sfind",
"portdir": "sysutils/sfind",
"version": "1.2",
"license": "CDDL-1 and BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://developer.berlios.de/projects/sfind/",
"description": "POSIX.1-2001 compliant implementation of find",
"long_description": "sfind is a highly portable and fully POSIX.1-2001 compliant implementation of the find utility.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"smake",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "searchfs",
"portdir": "sysutils/searchfs",
"version": "0.4.0",
"license": "BSD",
"platforms": "{darwin >= 20}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sveinbjornt/searchfs",
"description": "APFS / HFS+ search utility",
"long_description": "Command line tool to quickly search by filename on APFS and HFS+ volumes using the file system catalog.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "srirangav",
"github": "srirangav",
"ports_count": 15
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "test",
"ports": [
"python313"
]
}
],
"depends_on": []
},
{
"name": "sdd",
"portdir": "sysutils/sdd",
"version": "1.52",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://schilytools.sourceforge.net",
"description": "fast replacement for dd",
"long_description": "fast replacement for dd",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "screenresolution",
"portdir": "sysutils/screenresolution",
"version": "1.6",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jhford/screenresolution",
"description": "command-line utility to get, list, and set screen resolutions",
"long_description": "screenresolution is a command-line utility to get, list, and set screen resolutions.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "screen",
"portdir": "sysutils/screen",
"version": "5.0.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/screen/",
"description": "Screen manager with VT100/ANSI terminal emulation",
"long_description": "Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 144
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "scala_select",
"portdir": "sysutils/scala_select",
"version": "0.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default scala compiler",
"long_description": "scala_select installs files that allow 'port select' to switch the default scala compiler. It creates unsuffixed symlinks in the MacPorts prefix that point to the selected version.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"scala3.4",
"scala3.3",
"scala3.2",
"scala3.1",
"scala3.0",
"scala2.13",
"scala2.12",
"scala2.11",
"scala2.10",
"scala2.9",
"scala2.8",
"scala2.7"
]
}
]
},
{
"name": "salt-api",
"portdir": "sysutils/salt",
"version": "3000.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "salt",
"homepage": "https://saltstack.com/",
"description": "Salt is a Python-based remote execution, automation, configuration, and orchestration engine.",
"long_description": "SaltStack is fast, scalable and flexible software for data center automation, from infrastructure and any cloud, to the entire application stack.",
"active": false,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "jeremy.mcmillan",
"github": "aphor",
"ports_count": 6
}
],
"variants": [
"python35",
"python36",
"python37",
"python38"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-cffi",
"py38-cherrypy",
"py38-cryptography",
"py38-dateutil",
"py38-distro",
"py38-gitpython",
"py38-gnupg",
"py38-idna",
"py38-jinja2",
"python38",
"py38-msgpack",
"py38-psutil",
"py38-pycryptodome",
"py38-pyobjc",
"py38-setproctitle",
"py38-tornado",
"py38-yaml",
"py38-zmq",
"py38-mako",
"py38-asn1"
]
}
],
"depends_on": []
},
{
"name": "salt-syndic",
"portdir": "sysutils/salt",
"version": "3000.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "salt",
"homepage": "https://saltstack.com/",
"description": "Salt is a Python-based remote execution, automation, configuration, and orchestration engine.",
"long_description": "SaltStack is fast, scalable and flexible software for data center automation, from infrastructure and any cloud, to the entire application stack.",
"active": false,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "jeremy.mcmillan",
"github": "aphor",
"ports_count": 6
}
],
"variants": [
"python35",
"python36",
"python37",
"python38"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-cffi",
"py38-cherrypy",
"py38-cryptography",
"py38-dateutil",
"py38-distro",
"py38-gitpython",
"py38-gnupg",
"py38-idna",
"py38-jinja2",
"python38",
"py38-msgpack",
"py38-psutil",
"py38-pycryptodome",
"py38-pyobjc",
"py38-setproctitle",
"py38-tornado",
"py38-yaml",
"py38-zmq",
"py38-mako",
"py38-asn1"
]
}
],
"depends_on": []
},
{
"name": "salt-master",
"portdir": "sysutils/salt",
"version": "3000.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "salt",
"homepage": "https://saltstack.com/",
"description": "Salt is a Python-based remote execution, automation, configuration, and orchestration engine.",
"long_description": "SaltStack is fast, scalable and flexible software for data center automation, from infrastructure and any cloud, to the entire application stack.",
"active": false,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "jeremy.mcmillan",
"github": "aphor",
"ports_count": 6
}
],
"variants": [
"python35",
"python36",
"python37",
"python38"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-cffi",
"py38-cherrypy",
"py38-cryptography",
"py38-dateutil",
"py38-distro",
"py38-gitpython",
"py38-gnupg",
"py38-idna",
"py38-jinja2",
"python38",
"py38-msgpack",
"py38-psutil",
"py38-pycryptodome",
"py38-pyobjc",
"py38-setproctitle",
"py38-tornado",
"py38-yaml",
"py38-zmq",
"py38-mako",
"py38-asn1"
]
}
],
"depends_on": []
},
{
"name": "salt-minion",
"portdir": "sysutils/salt",
"version": "3000.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "salt",
"homepage": "https://saltstack.com/",
"description": "Salt is a Python-based remote execution, automation, configuration, and orchestration engine.",
"long_description": "SaltStack is fast, scalable and flexible software for data center automation, from infrastructure and any cloud, to the entire application stack.",
"active": false,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "jeremy.mcmillan",
"github": "aphor",
"ports_count": 6
}
],
"variants": [
"python35",
"python36",
"python37",
"python38"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-cffi",
"py38-cherrypy",
"py38-cryptography",
"py38-dateutil",
"py38-distro",
"py38-gitpython",
"py38-gnupg",
"py38-idna",
"py38-jinja2",
"python38",
"py38-msgpack",
"py38-psutil",
"py38-pycryptodome",
"py38-pyobjc",
"py38-setproctitle",
"py38-tornado",
"py38-yaml",
"py38-zmq",
"py38-mako",
"py38-asn1"
]
}
],
"depends_on": []
},
{
"name": "salt",
"portdir": "sysutils/salt",
"version": "3007.3",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://saltstack.com/",
"description": "Salt is a Python-based remote execution, automation, configuration, and orchestration engine.",
"long_description": "SaltStack is fast, scalable and flexible software for data center automation, from infrastructure and any cloud, to the entire application stack.",
"active": true,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "jeremy.mcmillan",
"github": "aphor",
"ports_count": 6
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py310-importlib-metadata",
"py310-msgpack",
"py310-yaml",
"py310-aiohttp",
"py310-jmespath",
"py310-jinja2",
"py310-markupsafe",
"py310-tornado",
"py310-jaraco.functools",
"py310-zmq",
"py310-cryptography",
"py310-distro",
"py310-openssl",
"py310-pycryptodomex",
"py310-psutil",
"py310-setproctitle",
"py310-gnupg",
"py310-cherrypy",
"py310-contextvars",
"py310-croniter",
"py310-jaraco.text",
"py310-looseversion",
"py310-timelib",
"python310",
"py310-requests",
"py310-urllib3",
"py310-packaging",
"py310-dateutil"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "rx",
"portdir": "sysutils/rx",
"version": "1.5",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/rx/rx.html",
"description": "Replacement for the GNU regex library",
"long_description": "A fast replacement for the GNU regex library.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "rw",
"portdir": "sysutils/rw",
"version": "1.0",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sortix.org/rw/",
"description": "a simple replacement for dd(1)",
"long_description": "Sortix rw is a program that reads blocks from the standard input and copies them to the standard output until the end of the standard input. rw(1) is designed to be a replacement for dd(1), providing only the the core blockwise I/O. It has a standard command line interface with dashed options, useful and efficient defaults.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "rvm",
"portdir": "sysutils/rvm",
"version": "1.11",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://rvm.sourceforge.net/",
"description": "archive manager to manage backups of multiple clients",
"long_description": "The Rsync Vault Manager is an archive manager that uses rsync to manage backups of multiple clients across multiple logical partitions (vaults).",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"rsync"
]
}
],
"depends_on": []
},
{
"name": "runit",
"portdir": "sysutils/runit",
"version": "2.1.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://smarden.org/runit/",
"description": "collection of tools for managing UNIX services",
"long_description": "runit is a cross-platform Unix init scheme with service supervision, fashioned after daemontools. It includes tools for starting, restarting, stopping, monitoring and logging any services that you might wish to run.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "ruby_select",
"portdir": "sysutils/ruby_select",
"version": "1.3",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default Ruby version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of Ruby.",
"active": true,
"categories": [
"sysutils",
"lang"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 110
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"ruby19",
"ruby20",
"ruby21",
"ruby22",
"ruby23",
"ruby24",
"ruby25",
"ruby-devel",
"ruby30",
"ruby26",
"ruby27",
"ruby",
"ruby31",
"ruby33",
"ruby34",
"ruby40",
"ruby32"
]
}
]
},
{
"name": "rsnapshot",
"portdir": "sysutils/rsnapshot",
"version": "1.5.1",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.rsnapshot.org/",
"description": "filesystem snapshot utility based on rsync",
"long_description": "rsnapshot is a filesystem snapshot utility based on rsync. It makes it easy to make periodic snapshots of local machines, and remote machines over SSH. The code makes extensive use of hard links whenever possible, to greatly reduce the disk space required.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [],
"variants": [
"perl5_28",
"perl5_30",
"perl5_32",
"perl5_34"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssh",
"rsync",
"p5.34-lchown"
]
}
],
"depends_on": []
},
{
"name": "rr",
"portdir": "sysutils/rr",
"version": "1.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://retain.sourceforge.net/",
"description": "rr is a basic command-line utility designed to retain/recall file and directory paths.",
"long_description": "rr is a basic command-line utility designed to retain/recall file and directory paths. This is done by treating the filename itself as a unique key to be referenced for future rr program calls. The purpose of this is to assist the user in shorthand typing and/or not having to remember arbitrary full paths.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1241
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "rpm54",
"portdir": "sysutils/rpm54",
"version": "5.4.15",
"license": "LGPL-2.1",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.openhub.net/p/rpm5",
"description": "The RPM package management system.",
"long_description": "The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package like its version, a description, etc.",
"active": true,
"categories": [
"sysutils",
"archivers"
],
"maintainers": [],
"variants": [
"perl5_28",
"perl5_30",
"perl5_32",
"perl5_34",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"gawk",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"beecrypt",
"gettext",
"ossp-uuid",
"pcre",
"popt",
"readline",
"python27",
"xar",
"expat",
"libiconv",
"neon",
"perl5.34",
"libmagic",
"xz",
"db60"
]
},
{
"type": "run",
"ports": [
"openssl",
"unzip",
"gzip",
"bzip2"
]
}
],
"depends_on": []
},
{
"name": "rpm2html",
"portdir": "sysutils/rpm2html",
"version": "1.11.2",
"license": "mit",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.nongnu.org/rpm2html/",
"description": "Translates an RPM database and dependency information into HTML",
"long_description": "The rpm2html utility automatically generates web pages that describe a set of RPM packages. The goals of rpm2html are to identify the dependencies between various packages, and to find the package(s) that will provide the resources needed to install a given package. Rpm2html analyzes the provides and requires of the given set of RPMs, and then shows the dependency cross-references using hypertext links.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"libxml2",
"zlib",
"rpm"
]
}
],
"depends_on": []
},
{
"name": "rpm",
"portdir": "sysutils/rpm",
"version": "4.4.9",
"license": "GPL-2 and LGPL-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rpm.org",
"description": "The RPM package management system.",
"long_description": "The RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package like its version, a description, etc.",
"active": true,
"categories": [
"sysutils",
"archivers"
],
"maintainers": [],
"variants": [
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"perl5.34",
"python27"
]
},
{
"type": "lib",
"ports": [
"popt",
"libiconv",
"neon",
"sqlite3",
"beecrypt",
"gettext"
]
},
{
"type": "run",
"ports": [
"openssl",
"unzip",
"gzip",
"bzip2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"yum",
"rpm2html",
"smart"
]
},
{
"type": "run",
"ports": [
"createrepo"
]
}
]
},
{
"name": "root_select",
"portdir": "sysutils/root_select",
"version": "1.3",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default ROOT version",
"long_description": "root_select installs files that allow 'port select' to switch between ROOT 5 and ROOT 6.",
"active": true,
"categories": [
"sysutils",
"science"
],
"maintainers": [
{
"name": "jonesc",
"github": "cjones051073",
"ports_count": 220
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"root5",
"root6"
]
}
]
},
{
"name": "rmtrash",
"portdir": "sysutils/rmtrash",
"version": "0.3.3",
"license": "permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20240808152721/http://www.nightproductions.net/cli.htm",
"description": "move the file to OS X's Trash",
"long_description": "rmtrash is a small utility that will move the file to OS X's Trash rather than obliterating the file (as rm does).",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "rlwrap",
"portdir": "sysutils/rlwrap",
"version": "0.46.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/hanslub42/rlwrap",
"description": "rlwrap is a readline wrapper.",
"long_description": "rlwrap is a wrapper that enables any other command to support editing of keyboard input using the GNU readline library.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "",
"github": "kakuhen",
"ports_count": 9
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"readline"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"derby",
"maxima",
"maxima-devel"
]
}
]
},
{
"name": "rkhunter",
"portdir": "sysutils/rkhunter",
"version": "1.4.6",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://rkhunter.sourceforge.net/",
"description": "A tool to search for rootkits.",
"long_description": "A tool to search for rootkits.",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1241
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"wget"
]
}
],
"depends_on": []
},
{
"name": "rex",
"portdir": "sysutils/rex",
"version": "1.5.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Rex",
"description": "Rex Deployment & Configuration Management",
"long_description": "Rex Deployment & Configuration Management",
"active": true,
"categories": [
"sysutils",
"perl"
],
"maintainers": [
{
"name": "christoph",
"github": "siccegge",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-parallel-forkmanager",
"p5.34-string-escape",
"p5.34-test-deep",
"p5.34-test-pod",
"p5.34-test-useallmodules",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-http-message",
"p5.34-io-string",
"p5.34-json-xs",
"p5.34-libwww-perl",
"p5.34-list-moreutils",
"p5.34-net-openssh",
"perl5.34",
"p5.34-term-readkey",
"p5.34-text-glob",
"p5.34-uri",
"p5.34-xml-simple",
"p5.34-yaml",
"p5.34-sort-naturally",
"p5.34-aws-signature4",
"p5.34-data-validate-ip",
"p5.34-devel-caller",
"p5.34-digest-hmac",
"p5.34-hash-merge"
]
}
],
"depends_on": []
},
{
"name": "restic",
"portdir": "sysutils/restic",
"version": "0.18.1",
"license": "BSD",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://restic.net",
"description": "Fast, secure, efficient backup program.",
"long_description": "Restic is a program that does backups right. Its design goals are: Easy, Fast, Verifiable, Secure, Efficient and Free.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"docs",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"resticprofile",
"autorestic"
]
}
]
},
{
"name": "repoview",
"portdir": "sysutils/repoview",
"version": "0.5.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://fedorahosted.org/repoview/",
"description": "make common metadata package repositories browseable",
"long_description": "RepoView allows one to easily create a set of static HTML pages in a repodata repository, allowing simple browsing of available packages. It uses kid templating engine to create the pages and is therefore easily customizeable.",
"active": false,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "run",
"ports": [
"python27",
"py27-kid",
"yum"
]
}
],
"depends_on": []
}
]
}