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=523",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=521",
"results": [
{
"name": "just",
"portdir": "sysutils/just",
"version": "1.46.0",
"license": "permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/casey/just",
"description": "A handy way to store and run project-specific commands",
"long_description": "just is a simple tool which allows you to easily save and run project specific commands.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "casey",
"github": "casey",
"ports_count": 1
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"dog"
]
}
]
},
{
"name": "jump",
"portdir": "sysutils/jump",
"version": "0.67.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gsamokovarov.com/jump",
"description": "Jump helps you navigate faster by learning your habits.",
"long_description": "Jump integrates with your shell and learns about your navigational habits by keeping track of the directories you visit. It gives you the most visited directory for the shortest search term you type.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "jq",
"portdir": "sysutils/jq",
"version": "1.8.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://jqlang.github.io/jq/",
"description": "A lightweight and flexible command-line JSON processor",
"long_description": "jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"oniguruma6"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"vcvrack",
"neohtop"
]
},
{
"type": "lib",
"ports": [
"R-jqr",
"libzsv",
"zsv",
"jaq"
]
},
{
"type": "run",
"ports": [
"jnv",
"ijq",
"gutils-suite-core"
]
}
]
},
{
"name": "john-jumbo",
"portdir": "sysutils/john",
"version": "1.9.0",
"license": "GPL-2 and GPL-3+ and Apache-2 and Restrictive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.openwall.com/john/",
"description": "This is the community-enhanced, jumbo version of John the Ripper.",
"long_description": "This is the community-enhanced, jumbo version of John the Ripper.",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [],
"variants": [
"native",
"experimental",
"threads",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gmp",
"libomp",
"libpcap",
"bzip2",
"openssl3",
"zlib"
]
},
{
"type": "run",
"ports": [
"p5.34-net-radius",
"p5.34-netpacket",
"p5.34-data-plist",
"py27-scapy",
"py27-pysap",
"python313",
"py313-protobuf3",
"ruby34",
"py313-asn1crypto",
"py313-bsddb3",
"py313-ldap3",
"py313-parsimonious",
"python27",
"py27-asn1",
"py27-lxml",
"py27-plyvel",
"py27-pycryptodome",
"perl5.34",
"p5.34-compress-raw-lzma",
"p5.34-digest-md4"
]
}
],
"depends_on": []
},
{
"name": "john",
"portdir": "sysutils/john",
"version": "1.9.0",
"license": "(GPL-2+ or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.openwall.com/john/",
"description": "Featureful Unix password cracker",
"long_description": "John the Ripper is a UNIX password cracker, currently available for UNIX (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 Alpha), DOS, WinNT/Win95.",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": []
},
{
"name": "jobpool",
"portdir": "sysutils/jobpool",
"version": "0.2",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.cs.mu.oz.au/~mgnb/jobpool/",
"description": "Jobpool is a shell script utility for running jobs in parallel",
"long_description": "Jobpool is a shell script utility for running jobs in parallel. It manages a queue of jobs by ensuring that no more than J jobs run at one time, and does so portably and with low overhead. (Currently the only available documentation is the webpage for this utility, so this port downloads and installs it as well.)",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "jdupes",
"portdir": "sysutils/jdupes",
"version": "1.27.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jbruchon/jdupes",
"description": "identify and take actions upon duplicate files",
"long_description": "jdupes is a powerful duplicate file finder and an enhanced fork of 'fdupes'.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libjodycode"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"gutils-suite-core"
]
}
]
},
{
"name": "jc",
"portdir": "sysutils/jc",
"version": "1.25.6",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/jc",
"description": "jc converts the output of popular command-line tools and file-types to JSON.",
"long_description": "jc converts the output of popular command-line tools and file-types to JSON. This allows for piping the output to tools like jq, and/or for easier parsing within scripts.",
"active": true,
"categories": [
"sysutils",
"textproc",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py314-wheel",
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools"
]
},
{
"type": "lib",
"ports": [
"py314-pygments",
"py314-ruamel-yaml",
"py314-xmltodict",
"python314"
]
}
],
"depends_on": []
},
{
"name": "istioctl",
"portdir": "sysutils/istioctl",
"version": "1.28.2",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://istio.io",
"description": "Istio command line configuration utility",
"long_description": "Istio is an open, platform-independent service mesh designed to manage communications between microservices and applications. Without requiring changes to the underlying services, Istio provides automated baseline traffic resilience, service metrics collection, distributed tracing, traffic encryption, protocol upgrades, and advanced routing functionality for all service-to-service communication. The port deploys the istioctl command line utility, used to create, list, modify, and delete configuration resources in a deployed Istio system.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "isightcapture",
"portdir": "sysutils/isightcapture",
"version": "1.1",
"license": "Permissive",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://web.archive.org/web/20100212064359/http://www.intergalactic.de/pages/iSight.html",
"description": "a command-line utility to capture a frame from an iSight camera",
"long_description": "iSightCapture captures a single frame from an attached iSight camera and saves it to a file. It works even when no graphical user is logged in, unlike many other applications. iSightCapture has only been tested with Mac OS X Tiger and iSight.",
"active": true,
"categories": [
"sysutils",
"graphics"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "iselect",
"portdir": "sysutils/iselect",
"version": "1.4.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ossp.org/pkg/tool/iselect/",
"description": "OSSP iselect is an interactive line selection tool for textual files, operating via a full-screen Curses-based terminal session.",
"long_description": "OSSP iselect is an interactive line selection tool for textual files, operating via a full-screen Curses-based terminal session. It can be used either as an user interface frontend controlled by a scripting backend as its wrapper or in batch mode as a pipeline filter (usually between grep and the final executing command).",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "ipmitool",
"portdir": "sysutils/ipmitool",
"version": "1.8.19",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ipmitool/ipmitool",
"description": "Intelligent Platform Management Interface management utility",
"long_description": "IPMItool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface (IPMI) version 1.5 and version 2.0 specifications. IPMI is an open standard for monitoring, logging, recovery, inventory, and control of hardware that is implemented independent of the main CPU, BIOS, and OS. The ipmitool program provides a simple command-line interface to the Baseboard Management Controller. It features the ability to read the sensor data repository (SDR) and print sensor values, display the contents of the System Event Log (SEL), print Field Replaceable Unit (FRU) inventory information, read and set LAN configuration parameters, and perform remote chassis power control.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "dports",
"github": "drkp",
"ports_count": 70
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"wget",
"coreutils",
"autoconf",
"automake",
"libtool",
"curl"
]
},
{
"type": "lib",
"ports": [
"readline",
"openssl"
]
}
],
"depends_on": []
},
{
"name": "ipbt",
"portdir": "sysutils/ipbt",
"version": "20240909.a852474",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.chiark.greenend.org.uk/~sgtatham/ipbt/",
"description": "a high-tech ttyrec player for Unix",
"long_description": "ipbt plays ttyrec files and works by embedding a terminal emulator (PuTTY). The input file is read in full and run through the internal terminal emulator, and the resulting screen states are saved in an internal movie array in such a way that any screen state ('frame') can be retrieved efficiently.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 433
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"perl5",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "ioping",
"portdir": "sysutils/ioping",
"version": "1.3",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/koct9i/ioping",
"description": "Simple disk I/0 latency measuring tool",
"long_description": "A tool to monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "harensdeveloper",
"github": "harens",
"ports_count": 39
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "interceptty",
"portdir": "sysutils/interceptty",
"version": "0.6",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.suspectclass.com/~sgifford/interceptty/",
"description": "port interceptor for serial ports",
"long_description": "interceptty is a program that can sit between a real (or fake) serial port and an application, recording any communications between the application and the device. It can also be used as a network serial server or client, to provide an emulated serial port connected to a program, and for various other tasks.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "infracost",
"portdir": "sysutils/infracost",
"version": "0.10.41",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.infracost.io",
"description": "Cloud cost estimates for Terraform in your CLI",
"long_description": "Infracost shows hourly and monthly cost estimates for a Terraform project. This helps developers, DevOps et al. quickly see the cost breakdown and compare different deployment options upfront.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "influxdb",
"portdir": "sysutils/influxdb",
"version": "2.7.10",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://influxdata.com",
"description": "Scalable datastore for metrics, events, and real-time analytics",
"long_description": "InfluxDB is an open source time series platform. This includes APIs for storing and querying data, processing it in the background for ETL, monitoring and/or alerting purposes, user dashboards, visualizing and exploring the data and more.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"pkgconfig",
"protobuf3-cpp",
"yarn",
"go",
"rust",
"coreutils",
"npm10",
"clang-17",
"nodejs22"
]
},
{
"type": "fetch",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "iguanaIR",
"portdir": "sysutils/iguanaIR",
"version": "1.0pre2",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://iguanaworks.net/projects/IguanaIR",
"description": "Driver for IguanaWorks USB IR Transceiver",
"long_description": "The IguanaWorks USB IR Transceiver, available for purchase at the IguanaWorks website, is a simple USB device that can communicate with most home electronics and remote controls via infrared (IR). The transceiver can both send and receive IR codes and is fully compatible with LIRC.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libusb",
"libusb-compat",
"popt"
]
}
],
"depends_on": []
},
{
"name": "ifstat",
"portdir": "sysutils/ifstat",
"version": "1.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gael.roualland.free.fr/ifstat/",
"description": "ifstat is a tool to report network interface bandwidth",
"long_description": "ifstat is a tool to report network interfaces bandwith just like vmstat/iostat do for other system counters. ifstat gathers these statistics from the kernel internal counters, which is highly operating system dependent.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [],
"variants": [
"snmp",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "iRecovery",
"portdir": "sysutils/iRecovery",
"version": "0.1",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Chronic-Dev/libirecovery",
"description": "Console client for iBoot/iBSS iPhone, iPod touch and iPad",
"long_description": "iRecovery is a libusb-based command line utility for Mac OS X and Linux. It is able to talk to the iBoot/iBSS in Apple's iPhone/iPod touch via USB. It supports iBoot/iBSS 2.x, 3.x and 4.x.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"libusb",
"readline"
]
}
],
"depends_on": []
},
{
"name": "hyperic-sigar",
"portdir": "sysutils/hyperic-sigar",
"version": "1.6.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sigar.sourceforge.net/",
"description": "Hardware/OS information gathering tool",
"long_description": "SIGAR (System Information Gatherer and Reporter) is a cross-platform, cross-language library and command-line tool for accessing operating system and hardware level information in Java, Perl and .NET.",
"active": false,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "hyperfine",
"portdir": "sysutils/hyperfine",
"version": "1.20.0",
"license": "(MIT or Apache-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sharkdp/hyperfine",
"description": "A command-line benchmarking tool.",
"long_description": "Features statistical analysis across multiple runs, support for arbitrary shell commands, constant feedback about the benchmark progress and current estimates, warmup runs, cache-clearing commands which can be set up before each timing run, statistical outlier detection, CSV/JSON/Markdown/AsciiDoc export and more.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "htop",
"portdir": "sysutils/htop",
"version": "3.4.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://htop.dev",
"description": "an interactive text-mode process viewer for Unix",
"long_description": "htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"autoconf",
"automake",
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"gutils-suite-core"
]
}
]
},
{
"name": "hr",
"portdir": "sysutils/hr",
"version": "1.5",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/LuRsT/hr",
"description": "A horizontal ruler for your terminal",
"long_description": "A simple shell script that puts a horizontal ruler in your terminal.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 228
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "hostage",
"portdir": "sysutils/hostage",
"version": "1.0.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/emcrisostomo/hostage",
"description": "A command line utility to programmatically edit the host name database file (/etc/hosts)",
"long_description": "hostage is a command line utility to programmatically edit the host name database, which is typically the /etc/hosts plain text file in many UNIX and UNIX-like operating systems. hostage can list and validate a host name database file, add entries to the database, remove entries by address, and remove entries by host name.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 167
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"antlr4-cpp-runtime"
]
}
],
"depends_on": []
},
{
"name": "highlnk",
"portdir": "sysutils/highlnk",
"version": "0.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://thpinfo.com/2004/highlnk/",
"description": "searches identical files to hardlink them to save space",
"long_description": "The HighLnk projects aims to save space on read-only partitions and on CDs/DVDs by hard-linking files that are the same.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "hfsutils",
"portdir": "sysutils/hfsutils",
"version": "3.2.6",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.mars.org/home/rob/proj/hfs/",
"description": "command line programs and libraries for manipulating HFS volumes",
"long_description": "hfsutils contains command line programs and libraries for manipulating HFS volumes.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "hexyl",
"portdir": "sysutils/hexyl",
"version": "0.16.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sharkdp/hexyl",
"description": "A command-line hex viewer.",
"long_description": "hexyl is a simple hex viewer for the terminal. It uses a colored output to distinguish different categories of bytes (NULL bytes, printable ASCII characters, ASCII whitespace characters, other ASCII characters and non-ASCII).",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"go-md2man",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "hexedit",
"portdir": "sysutils/hexedit",
"version": "1.6",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://rigaux.org/hexedit.html",
"description": "A hexeditor for the console.",
"long_description": "view and edit files in hexadecimal or in ASCII. hexedit shows a file both in ASCII and in hexadecimal. The file can be a device as the file is not whole read. You can modify the file and search through it. You have also copy&paste and save to file functions. Truncating or appending to the file. Modifications are shown in bold.",
"active": true,
"categories": [
"sysutils",
"editors"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "hem",
"portdir": "sysutils/hem",
"version": "0.3.3",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rtomayko/hem",
"description": "persistent ssh connection and tunnel manager",
"long_description": "Hem manages multiple background SSH connections using an ifconfig/rc style interface. It is most often used to setup persistent, long-running port tunnels and control master connections. Hem monitors connection upedness and can automatically bounce downed connection.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autossh",
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "helm-2.12",
"portdir": "sysutils/helm",
"version": "2.12.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-2.13",
"portdir": "sysutils/helm",
"version": "2.13.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-2.14",
"portdir": "sysutils/helm",
"version": "2.14.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-2.15",
"portdir": "sysutils/helm",
"version": "2.15.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-2.16",
"portdir": "sysutils/helm",
"version": "2.16.12",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-2.17",
"portdir": "sysutils/helm",
"version": "2.17.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-3.0",
"portdir": "sysutils/helm",
"version": "3.0.3",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-3.1",
"portdir": "sysutils/helm",
"version": "3.1.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-3.2",
"portdir": "sysutils/helm",
"version": "3.2.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-3.3",
"portdir": "sysutils/helm",
"version": "3.3.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-3.4",
"portdir": "sysutils/helm",
"version": "3.4.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm-3.5",
"portdir": "sysutils/helm",
"version": "3.5.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/helm/helm",
"description": "Kubernetes package manager",
"long_description": "Helps you manage Kubernetes applications — Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"helm_select"
]
}
],
"depends_on": []
},
{
"name": "helm_select",
"portdir": "sysutils/helm",
"version": "0.0",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.macports.org/",
"description": "Common files for selecting default Helm version",
"long_description": "This port installs files that allow 'port select' to create links to the preferred default version of Helm/Tiller.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"helm-4.1",
"helm-4.0",
"helm-3.19",
"helm-3.18",
"helm-3.17",
"helm-3.16",
"helm-3.15",
"helm-3.14",
"helm-3.13",
"helm-3.12",
"helm-3.11",
"helm-3.10",
"helm-3.9",
"helm-3.8",
"helm-3.7",
"helm-3.6",
"helm-3.5",
"helm-3.4",
"helm-3.3",
"helm-3.2",
"helm-3.1",
"helm-3.0",
"helm-2.17",
"helm-2.16",
"helm-2.15",
"helm-2.14",
"helm-2.13",
"helm-2.12"
]
}
]
},
{
"name": "helm",
"portdir": "sysutils/helm",
"version": "4.1.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "helm-4.1",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by helm-4.1",
"long_description": "This port has been replaced by helm-4.1.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "",
"github": "pedrohdz",
"ports_count": 81
},
{
"name": "sirn",
"github": "sirn",
"ports_count": 32
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"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": "hatools",
"portdir": "sysutils/hatools",
"version": "2.14",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.fatalmind.com/software/hatools/",
"description": "hatools provide locking and timeout mechanisms for shell scripts.",
"long_description": "The hatools provide reliable and easy-to-use locking and timeout mechanisms for shell scripts.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "gwhich",
"portdir": "sysutils/gwhich",
"version": "2.23",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://carlowood.github.io/which/",
"description": "GNU Which - Everything you never wanted in a which",
"long_description": "Which is a utility that prints out the full path of the executables that bash would execute when the passed program names would have been entered on the shell prompt. It does this by using the exact same algorithm as bash. Tildes and a dot in the PATH are now expanded to the full path by default. Options allow to rather print '~/*' or './*' and/or to print all executables that match any directory in PATH.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "gtime",
"portdir": "sysutils/gtime",
"version": "1.9",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/time/",
"description": "GNU implementation of time(1)",
"long_description": "The 'time' command runs another program, then displays information about the resources used by that program, collected by the system while the program was running. You can select which information is reported and the format in which it is shown, or have 'time' save the information in a file instead of displaying it on the screen.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 144
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"ocaml-hacl-star",
"ocaml-hacl-star-raw"
]
},
{
"type": "lib",
"ports": [
"arb"
]
},
{
"type": "run",
"ports": [
"gutils-suite-core"
]
}
]
},
{
"name": "gsmartcontrol",
"portdir": "sysutils/gsmartcontrol",
"version": "1.1.4",
"license": "(GPL-2 or GPL-3)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://gsmartcontrol.sourceforge.net/",
"description": "GSmartControl is a graphical user interface for smartctl",
"long_description": "GSmartControl is a graphical user interface for smartctl (from the smartmontools package), which is a tool for querying and controlling SMART (Self-Monitoring, Analysis, and Reporting Technology) data on modern hard disk drives. It allows you to inspect the drive's SMART data to determine its health, as well as run various tests on it.",
"active": true,
"categories": [
"sysutils",
"gnome"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"pcre",
"gtk3",
"smartmontools",
"gtkmm3"
]
}
],
"depends_on": []
},
{
"name": "grok",
"portdir": "sysutils/grok",
"version": "1.20111028.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/jordansissel/grok",
"description": "Easily parse logs and other files.",
"long_description": "Grok is simple software that allows you to easily parse logs and other files. You teach grok how to parse data through the config file. Grok is a system for reacting to events - those events being log entries.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"flex",
"gperf",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"libevent",
"pcre",
"tokyocabinet"
]
}
],
"depends_on": []
},
{
"name": "groff",
"portdir": "sysutils/groff",
"version": "1.23.0",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/groff/",
"description": "GNU Troff (Groff)",
"long_description": "The groff (GNU Troff) software is a typesetting package which reads plain text mixed with formatting commands and produces formatted output. Groff now supports HTML.",
"active": true,
"categories": [
"sysutils",
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"m4",
"texinfo",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"uchardet",
"netpbm",
"urw-fonts",
"ghostscript",
"psutils"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"xephem",
"gfm",
"tiemu3",
"tilp2",
"oregano",
"enchant2",
"bitkeeper",
"libbind",
"imager",
"osxbom",
"srecord",
"gildas",
"man-db",
"geda-gaf"
]
},
{
"type": "lib",
"ports": [
"cppman",
"fsdb",
"man"
]
},
{
"type": "run",
"ports": [
"munin",
"pandoc"
]
}
]
}
]
}