HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50429,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=655",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=created_at&page=653",
"results": [
{
"name": "py310-pytrie",
"portdir": "python/py-pytrie",
"version": "0.4.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gsakkis/pytrie/",
"description": "A pure Python implementation of the trie data structure.",
"long_description": "A pure Python implementation of the trie data structure.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-sortedcontainers",
"python310"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-autobahn"
]
}
]
},
{
"name": "py310-txaio",
"portdir": "python/py-txaio",
"version": "23.1.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/crossbario/txaio",
"description": "Compatibility API between asyncio/Twisted/Trollius",
"long_description": "txaio is a helper library for writing code that runs unmodified on both Twisted and asyncio / Trollius.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"buildbot",
"py310-autobahn"
]
}
]
},
{
"name": "py310-clint",
"portdir": "python/py-clint",
"version": "0.5.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kennethreitz/clint",
"description": "Clint: Python Command-line Application Tools",
"long_description": "Clint is a module filled with a set of awesome tools for developing commandline applications.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-setuptools",
"py310-wheel",
"py310-installer",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "test",
"ports": [
"py310-pytest"
]
}
],
"depends_on": []
},
{
"name": "py39-crayons",
"portdir": "python/py-crayons",
"version": "0.4.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/crayons/",
"description": "Text UI colors",
"long_description": "This module is really simple, it gives you colored strings for terminal usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``magenta``, ``cyan``, ``white``, ``clean``, and ``disable``.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-17",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"py39-colorama",
"python39"
]
}
],
"depends_on": []
},
{
"name": "py310-crayons",
"portdir": "python/py-crayons",
"version": "0.4.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/crayons/",
"description": "Text UI colors",
"long_description": "This module is really simple, it gives you colored strings for terminal usage. Included colors are ``red``, ``green``, ``yellow``, ``blue``, ``black``, ``magenta``, ``magenta``, ``cyan``, ``white``, ``clean``, and ``disable``.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-colorama",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-gitdb",
"portdir": "python/py-gitdb",
"version": "4.0.12",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/gitdb",
"description": "GitDB is a pure-Python git object database",
"long_description": "GitDB is a pure-Python git object database",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-smmap"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-gitpython"
]
}
]
},
{
"name": "py310-gitpython",
"portdir": "python/py-gitpython",
"version": "3.1.46",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/GitPython",
"description": "A python library used to interact with Git repositories.",
"long_description": "GitPython provides object model access to your git repository. Once you have created a repository object, you can traverse it to find parent commit(s), trees, blobs, etc.",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-gitdb",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-smmap",
"portdir": "python/py-smmap",
"version": "6.0.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gitpython-developers/smmap",
"description": "Pure python sliding memory map manager",
"long_description": "Pure python sliding memory map manager",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-setuptools",
"py310-wheel",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "test",
"ports": [
"py310-nose"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-gitdb"
]
}
]
},
{
"name": "py38-snmp",
"portdir": "python/py-snmp",
"version": "4.4.12",
"license": "BSD",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://snmplabs.com/pysnmp/",
"description": "SNMP library for Python",
"long_description": "SNMP library for Python",
"active": false,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "valyukov",
"github": "valyukov",
"ports_count": 8
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"py38-asn1",
"py38-pycryptodome",
"py38-smi",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py39-snmp",
"portdir": "python/py-snmp",
"version": "4.4.12",
"license": "BSD",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://snmplabs.com/pysnmp/",
"description": "SNMP library for Python",
"long_description": "SNMP library for Python",
"active": false,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "valyukov",
"github": "valyukov",
"ports_count": 8
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"py39-asn1",
"py39-pycryptodome",
"py39-smi",
"python39"
]
}
],
"depends_on": []
},
{
"name": "py310-snmp",
"portdir": "python/py-snmp",
"version": "4.4.12",
"license": "BSD",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://snmplabs.com/pysnmp/",
"description": "SNMP library for Python",
"long_description": "SNMP library for Python",
"active": true,
"categories": [
"net",
"python"
],
"maintainers": [
{
"name": "valyukov",
"github": "valyukov",
"ports_count": 8
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"py310-asn1",
"py310-pycryptodome",
"py310-smi",
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-snmp"
]
}
]
},
{
"name": "jless",
"portdir": "textproc/jless",
"version": "0.9.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pauljuliusmartinez.github.io",
"description": "A command-line pager for JSON data.",
"long_description": "jless is a command-line JSON viewer. Use it as a replacement for whatever combination of less, jq, cat and your editor you currently use for viewing JSON files.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py310-regions",
"portdir": "python/py-regions",
"version": "0.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/astropy/regions",
"description": "Astropy affilated package for region handling",
"long_description": "Astropy affilated package for region handling",
"active": false,
"categories": [
"science",
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py310-build",
"py310-extension-helpers",
"py310-installer",
"py310-setuptools",
"py310-cython",
"py310-setuptools_scm",
"py310-wheel"
]
},
{
"type": "lib",
"ports": [
"py310-numpy",
"py310-astropy",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-python-snappy",
"portdir": "python/py-python-snappy",
"version": "0.7.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://github.com/andrix/python-snappy",
"description": "Python library for the snappy compression library from Google",
"long_description": "Python library for the snappy compression library from Google",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-wheel",
"py310-build",
"py310-installer",
"snappy",
"py310-setuptools",
"py310-cffi"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-cramjam",
"snappy"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-autobahn"
]
}
]
},
{
"name": "py310-txtorcon",
"portdir": "python/py-txtorcon",
"version": "24.8.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://txtorcon.readthedocs.org",
"description": "Twisted based Tor controller client with state tracking and configuration abstractions.",
"long_description": "Twisted based Tor controller client with state tracking and configuration abstractions.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-u-msgpack-python",
"portdir": "python/py-u-msgpack-python",
"version": "2.8.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vsergeev/u-msgpack-python",
"description": "A portable lightweight MessagePack serializer and deserializer written in pure Python.",
"long_description": "A portable lightweight MessagePack serializer and deserializer written in pure Python.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py310-autobahn"
]
}
]
},
{
"name": "py310-pypng",
"portdir": "python/py-pypng",
"version": "0.20220715.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/drj11/pypng",
"description": "Pure Python PNG image encoder/decoder",
"long_description": "Pure Python PNG image encoder/decoder",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"python310"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-pyqrcode"
]
}
]
},
{
"name": "vtm",
"portdir": "sysutils/vtm",
"version": "0.9.99.69",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/netxs-group/vtm",
"description": "Monotty Desktopio - text-based desktop environment inside your terminal",
"long_description": "vtm is a terminal multiplexer with window manager and session sharing.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"legacy-support",
"macports-libcxx"
]
}
],
"depends_on": []
},
{
"name": "py310-spake2",
"portdir": "python/py-spake2",
"version": "0.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/warner/python-spake2",
"description": "SPAKE2 password authenticated key exchange pure python",
"long_description": "SPAKE2 password authenticated key exchange pure python",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-hkdf",
"python310"
]
}
],
"depends_on": []
},
{
"name": "mrustc-rust",
"portdir": "lang/mrustc",
"version": "1.54.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/thepowersgang/mrustc",
"description": "Rust and cargo which was compiled by mrustc.",
"long_description": "Rust and cargo which was compiled by mrustc.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"ninja",
"pkgconfig",
"mrustc",
"cctools",
"cmake",
"git",
"gmake"
]
},
{
"type": "lib",
"ports": [
"openssl11",
"curl"
]
},
{
"type": "run",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "rust-legacy-bootstrap",
"portdir": "lang/rust-legacy-bootstrap",
"version": "20220210",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/catap/rust-legacy-bootstrap",
"description": "A series of patches which is required to bootstrap rust on legacy systems",
"long_description": "A series of patches which is required to bootstrap rust on legacy systems",
"active": false,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "kirill",
"github": "catap",
"ports_count": 120
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-12"
]
}
],
"depends_on": []
},
{
"name": "py310-pyqrcode",
"portdir": "python/py-pyqrcode",
"version": "1.2.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mnooner256/pyqrcode",
"description": "A QR code generator written purely in Python with SVG EPS PNG and terminal output.",
"long_description": "A QR code generator written purely in Python with SVG EPS PNG and terminal output.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-pypng",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-yaspin",
"portdir": "python/py-yaspin",
"version": "2.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pavdmyt/yaspin",
"description": "Yaspin is a lightweight terminal spinner for Python with safe pipes and redirects",
"long_description": "Yaspin is a lightweight terminal spinner for Python with safe pipes and redirects. It provides a full-featured terminal spinner to show the progress during long-hanging operations.",
"active": true,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 151
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-poetry-core",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-termcolor"
]
}
],
"depends_on": []
},
{
"name": "step-ca",
"portdir": "security/step-ca",
"version": "0.28.4",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/smallstep/certificates",
"description": "A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.",
"long_description": "step-ca is an online Certificate Authority (CA) for secure, automated X.509 and SSH certificate management. It's the server counterpart to step CLI. It is secured with TLS, and it offers several configurable certificate provisioners, flexible certificate templating, and pluggable database backends to suit a wide variety of contexts and workflows. It employs sane default algorithms and attributes, so you don't have to be a security engineer to use it securely.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "wyuenho",
"github": "wyuenho",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "berty",
"portdir": "net/berty",
"version": "2.470.12",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://berty.tech",
"description": "Berty is an open, secure, offline-first, peer-to-peer and zero trust messaging app",
"long_description": "Berty is an open, secure, offline-first, peer-to-peer and zero trust messaging app that works with or without internet access, cellular data or trust in the network",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "memcached-devel",
"portdir": "sysutils/memcached-devel",
"version": "1.6.15",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://memcached.org/",
"description": "A high performance, distributed memory object caching system.",
"long_description": "Memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"sasl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libevent"
]
}
],
"depends_on": []
},
{
"name": "google-glog-0.4",
"portdir": "devel/google-glog",
"version": "0.4.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "google-glog",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by google-glog",
"long_description": "This port has been replaced by google-glog.",
"active": false,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"gflags"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"gflags"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "py38-django-debug-toolbar",
"portdir": "python/py-django-debug-toolbar",
"version": "2.2.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/django-debug-toolbar/django-debug-toolbar",
"description": "Configurable debug information for the Django Framework.",
"long_description": "A configurable set of panels for the Django Framework that display various debug information about the current request/response.",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-wheel",
"py38-build",
"py38-installer",
"py38-setuptools"
]
},
{
"type": "lib",
"ports": [
"py38-django",
"py38-sqlparse",
"python38"
]
}
],
"depends_on": []
},
{
"name": "py39-django-debug-toolbar",
"portdir": "python/py-django-debug-toolbar",
"version": "2.2.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/django-debug-toolbar/django-debug-toolbar",
"description": "Configurable debug information for the Django Framework.",
"long_description": "A configurable set of panels for the Django Framework that display various debug information about the current request/response.",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py39-wheel",
"py39-build",
"py39-installer",
"py39-setuptools"
]
},
{
"type": "lib",
"ports": [
"py39-django",
"py39-sqlparse",
"python39"
]
}
],
"depends_on": []
},
{
"name": "ssh-tools",
"portdir": "sysutils/ssh-tools",
"version": "1.9",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://codeberg.org/vaporup/ssh-tools",
"description": "Additional tools that make SSH more convenient",
"long_description": "Additional tools that make SSH more convenient",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
},
{
"type": "run",
"ports": [
"perl5"
]
}
],
"depends_on": []
},
{
"name": "hwatch",
"portdir": "sysutils/hwatch",
"version": "0.3.19",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/blacknon/hwatch",
"description": "hwatch is an alternative watch command that records the result of command execution and can display history and diffs.",
"long_description": "hwatch is an alternative watch command that records the result of command execution and can display history and diffs.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "py310-kubernetes",
"portdir": "python/py-kubernetes",
"version": "34.1.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/kubernetes-client/python",
"description": "Official Python Client Library for Kubernetes",
"long_description": "Official Python Client Library for Kubernetes",
"active": true,
"categories": [
"sysutils",
"python"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-dateutil",
"py310-yaml",
"py310-requests-oauthlib",
"python310",
"py310-websocket-client",
"py310-durationpy",
"py310-google-auth",
"py310-certifi",
"py310-requests",
"py310-urllib3",
"py310-six"
]
}
],
"depends_on": []
},
{
"name": "py310-websocket-client",
"portdir": "python/py-websocket-client",
"version": "1.9.0",
"license": "LGPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://websocket-client.readthedocs.io/",
"description": "WebSocket client for Python with low level API options",
"long_description": "websocket-client is a WebSocket client for Python. It provides access to low level APIs for WebSockets. websocket-client implements version hybi-13 of the WebSocket procotol. This client does not currently support the permessage-deflate extension from RFC 7692.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "test",
"ports": [
"py310-socks",
"py310-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-praw",
"py310-kubernetes",
"py310-jupyter_server",
"py310-docker"
]
},
{
"type": "run",
"ports": [
"py310-selenium",
"py310-engineio",
"py310-socketio"
]
}
]
},
{
"name": "ssh-askpass",
"portdir": "security/ssh-askpass",
"version": "1.5.1",
"license": "ISC",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/theseal/ssh-askpass",
"description": "ssh-askpass for OS X/macOS",
"long_description": "ssh-askpass for OS X/macOS",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "py-scikit-dsp-comm",
"portdir": "python/py-scikit-dsp-comm",
"version": "2.0.1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mwickert/scikit-dsp-comm",
"description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"long_description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-scikit-dsp-comm"
]
}
],
"depends_on": []
},
{
"name": "py37-scikit-dsp-comm",
"portdir": "python/py-scikit-dsp-comm",
"version": "2.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mwickert/scikit-dsp-comm",
"description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"long_description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py37-numpy",
"python37",
"py37-scipy",
"py37-pyaudio",
"py37-colorama"
]
}
],
"depends_on": []
},
{
"name": "py38-scikit-dsp-comm",
"portdir": "python/py-scikit-dsp-comm",
"version": "2.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mwickert/scikit-dsp-comm",
"description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"long_description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-colorama",
"py38-numpy",
"py38-pyaudio",
"py38-scipy"
]
}
],
"depends_on": []
},
{
"name": "py39-scikit-dsp-comm",
"portdir": "python/py-scikit-dsp-comm",
"version": "2.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mwickert/scikit-dsp-comm",
"description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"long_description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py39-setuptools",
"py39-wheel",
"py39-build",
"py39-installer"
]
},
{
"type": "lib",
"ports": [
"python39",
"py39-colorama",
"py39-numpy",
"py39-pyaudio",
"py39-scipy"
]
}
],
"depends_on": []
},
{
"name": "py310-scikit-dsp-comm",
"portdir": "python/py-scikit-dsp-comm",
"version": "2.0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mwickert/scikit-dsp-comm",
"description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"long_description": "A collection of functions and classes to support signal processing and communications theory teaching and research",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-numpy",
"py310-colorama",
"py310-scipy",
"py310-pyaudio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-scikit-dsp-comm"
]
}
]
},
{
"name": "ncdu1",
"portdir": "sysutils/ncdu",
"version": "1.22",
"license": "MIT",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://dev.yorhel.nl/ncdu",
"description": "NCurses Disk Usage",
"long_description": "ncdu is an ncurses version of the famous old 'du' unix command. It provides a fast and easy interface to your harddrive. Where is your disk space going? Why is your home directory that large? ncdu can answer those questions for you in just a matter of seconds!",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 644
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "py310-cartopy",
"portdir": "python/py-cartopy",
"version": "0.25.0",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://scitools.org.uk/cartopy/docs/latest",
"description": "A cartographic python library with matplotlib support",
"long_description": "Cartopy is a Python package designed for geospatial data processing in order to produce maps and other geospatial data analyses. Cartopy makes use of the powerful PROJ, NumPy and Shapely libraries and includes a programmatic interface built on top of Matplotlib for the creation of publication quality maps.",
"active": true,
"categories": [
"graphics",
"science",
"python",
"gis"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 604
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-cython",
"py310-setuptools_scm",
"py310-wheel",
"py310-setuptools_scm_git_archive",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-pyproj",
"python310",
"py310-owslib",
"py310-pyshp",
"py310-packaging",
"py310-numpy",
"py310-Pillow",
"py310-scipy",
"py310-matplotlib",
"py310-shapely",
"py310-beautifulsoup4"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-herbie-data",
"py310-geoplot",
"py310-tropycal"
]
}
]
},
{
"name": "py310-epsg",
"portdir": "python/py-epsg",
"version": "0.4.0",
"license": "LGPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rhattersley/pyepsg",
"description": "Easy access to the EPSG database via https://epsg.io/",
"long_description": "Easy access to the EPSG database via https://epsg.io/",
"active": true,
"categories": [
"python",
"gis"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 604
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"py310-requests",
"python310"
]
}
],
"depends_on": []
},
{
"name": "py310-geopy",
"portdir": "python/py-geopy",
"version": "2.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/geopy/geopy",
"description": "Geocoding library for Python.",
"long_description": "geopy makes it easy for developers to locate the coordinates of addresses, cities, countries, and landmarks across the globe using third-party geocoders and other sources of data. geopy includes geocoder classes the OpenStreetMap Nominatim, ESRI ArcGIS, Google Geocoding API (V3), Baidu Maps, Bing Maps API, Yandex, IGN France, GeoNames, Mapzen Search, OpenMapQuest, PickPoint, What3Words, OpenCage, SmartyStreets, and GeocodeFarm geocoder services. The various geocoder classes are located in geopy.geocoders.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-build",
"py310-installer",
"clang-18",
"py310-setuptools",
"py310-wheel"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-tz",
"py310-geographiclib"
]
},
{
"type": "test",
"ports": [
"py310-pytest",
"py310-mock"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-contextily"
]
}
]
},
{
"name": "py310-owslib",
"portdir": "python/py-owslib",
"version": "0.34.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://owslib.readthedocs.io/",
"description": "OGC Web Service utility library",
"long_description": "OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. OWSLib provides a common API for accessing service metadata and wrappers for numerous OGC Web Service interfaces.",
"active": true,
"categories": [
"net",
"science",
"python",
"gis"
],
"maintainers": [
{
"name": "petr",
"github": "petrrr",
"ports_count": 604
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-pyproj",
"py310-requests",
"py310-dateutil",
"py310-yaml",
"py310-lxml"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py310-cartopy"
]
}
]
},
{
"name": "py310-tropycal",
"portdir": "python/py-tropycal",
"version": "1.4",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tropycal/tropycal",
"description": "Tropycal is a Python package intended to simplify the process of retrieving and analyzing tropical cyclone data, both for past storms and in real time, and is geared towards the research and operational meteorology sectors.",
"long_description": "Tropycal is a Python package intended to simplify the process of retrieving and analyzing tropical cyclone data, both for past storms and in real time, and is geared towards the research and operational meteorology sectors.",
"active": true,
"categories": [
"science",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1184
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"py310-setuptools_scm",
"py310-wheel",
"py310-build",
"py310-installer",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"py310-networkx",
"py310-pyshp",
"python310",
"py310-cartopy",
"py310-xarray",
"py310-requests",
"py310-numpy",
"py310-scipy",
"py310-pandas",
"py310-matplotlib"
]
}
],
"depends_on": []
},
{
"name": "reposurgeon",
"portdir": "devel/reposurgeon",
"version": "5.3",
"license": "BSD",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.catb.org/esr/reposurgeon",
"description": "A tool for editing version-control repositories and translating among different systems. Supports git, bzr, Subversion, darcs, and fossil directly.",
"long_description": "A tool for editing version-control repositories and translating among different systems. Supports git, bzr, Subversion, darcs, and fossil directly. reposurgeon enables risky operations that version-control systems don’t want to let you do, such as (a) editing past comments and metadata, (b) excising commits, (c) coalescing commits, and (d) removing files and subtrees from repo history. The original motivation for reposurgeon was to clean up artifacts created by repository conversions.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"gawk",
"go",
"asciidoctor",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "ffuf",
"portdir": "security/ffuf",
"version": "2.1.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ffuf/ffuf",
"description": "Fast web fuzzer written in Go",
"long_description": "Fast web fuzzer written in Go. Supports virtual host discovery, directory discovery, GET & POST parameter fuzzing, and more.",
"active": true,
"categories": [
"security",
"www"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "py310-autobahn",
"portdir": "python/py-autobahn",
"version": "24.4.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://crossbar.io/autobahn",
"description": "WebSocket client & server library WAMP real time framework",
"long_description": "WebSocket client & server library WAMP real time framework",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py310-setuptools",
"clang-18",
"py310-installer",
"py310-build",
"py310-wheel"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-cryptography",
"py310-flatbuffers",
"py310-openssl",
"py310-passlib",
"py310-twisted",
"py310-pynacl",
"py310-cbor2",
"py310-service_identity",
"py310-pytrie",
"py310-txaio",
"py310-python-snappy",
"py310-u-msgpack-python",
"py310-qrcode",
"py310-argon2-cffi",
"py310-ujson",
"py310-msgpack",
"py310-cffi",
"py310-attrs"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"buildbot",
"buildbot-worker"
]
}
]
},
{
"name": "ytcast",
"portdir": "multimedia/ytcast",
"version": "1.4.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/MarcoLucidi01/ytcast",
"description": "Cast YouTube videos to your smart TV from command-line.",
"long_description": "Cast YouTube videos to your smart TV from command-line. This program does roughly the same thing as the \"Play on TV\" button that appears on the player bar when you visit youtube.com with Chrome or when you use the YouTube smartphone app.",
"active": true,
"categories": [
"net",
"multimedia"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "libolm",
"portdir": "security/libolm",
"version": "3.2.10",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/matrix-org/olm",
"description": "Implementation of the olm and megolm cryptographic ratchets",
"long_description": "An implementation of the Double Ratchet cryptographic ratchet described by https://whispersystems.org/docs/specifications/doubleratchet/, written in C and C++11 and exposed as a C API.",
"active": false,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-12"
]
}
],
"depends_on": []
}
]
}