HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 51892,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=997",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=995",
"results": [
{
"name": "py35-socketpool",
"portdir": "python/py-socketpool",
"version": "0.5.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/benoitc/socketpool",
"description": "Socketpool - a simple Python socket pool.",
"long_description": "Socket pool is a simple socket pool that supports multiple factories and backends. It can easily be used by gevent, eventlet or any other library.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "py37-rrdtool",
"portdir": "python/py-rrdtool",
"version": "0.1.15",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/commx/python-rrdtool",
"description": "Python bindings for rrdtool",
"long_description": "Python bindings for rrdtool",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"py37-wheel",
"py37-installer",
"clang-16",
"py37-setuptools",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"rrdtool",
"python37"
]
}
],
"depends_on": []
},
{
"name": "py37-ez_setup",
"portdir": "python/py-ez_setup",
"version": "0.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/ez_setup/",
"description": "To solve a setuptools problem",
"long_description": "To solve a setuptools problem",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37"
]
}
],
"depends_on": []
},
{
"name": "py36-ez_setup",
"portdir": "python/py-ez_setup",
"version": "0.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/ez_setup/",
"description": "To solve a setuptools problem",
"long_description": "To solve a setuptools problem",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py35-ez_setup",
"portdir": "python/py-ez_setup",
"version": "0.9",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/ez_setup/",
"description": "To solve a setuptools problem",
"long_description": "To solve a setuptools problem",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "py27-enum",
"portdir": "python/py-enum",
"version": "0.4.7",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/enum/",
"description": "Robust enumerated type support in Python",
"long_description": "This package provides a module for robust enumerations in Python.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"python27"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-enum"
]
}
]
},
{
"name": "py-enum",
"portdir": "python/py-enum",
"version": "0.4.7",
"license": "GPL-3",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.org/project/enum/",
"description": "Robust enumerated type support in Python",
"long_description": "This package provides a module for robust enumerations in Python.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py27-enum"
]
}
],
"depends_on": []
},
{
"name": "py36-distutils-extra",
"portdir": "python/py-distutils-extra",
"version": "2.39",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://launchpad.net/python-distutils-extra",
"description": "enhancements to the Python build system",
"long_description": "This package provides additional functions to Python's distutils and setuptools. It allows you to easily integrate gettext, icons and GNOME documentation into your build and installation process. It also provides an auto module which provides a do what I mean automatic build system; if you stick to the conventions, you do not need to write setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the package metadata (such as project name and version).",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "ionic",
"github": "Ionic",
"ports_count": 24
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36",
"intltool"
]
}
],
"depends_on": []
},
{
"name": "py35-distutils-extra",
"portdir": "python/py-distutils-extra",
"version": "2.39",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://launchpad.net/python-distutils-extra",
"description": "enhancements to the Python build system",
"long_description": "This package provides additional functions to Python's distutils and setuptools. It allows you to easily integrate gettext, icons and GNOME documentation into your build and installation process. It also provides an auto module which provides a do what I mean automatic build system; if you stick to the conventions, you do not need to write setup.cfg, POTFILES.in, or MANIFEST.in, and setup.py just needs to have the package metadata (such as project name and version).",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "ionic",
"github": "Ionic",
"ports_count": 24
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py35-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35",
"intltool"
]
}
],
"depends_on": []
},
{
"name": "p5.26-pcsc",
"portdir": "perl/p5-pcsc",
"version": "1.4.14",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ludovic.rousseau.free.fr/softwares/pcsc-perl/",
"description": "Perl lib for accessing PC/SC card or reader.",
"long_description": "Perl lib for accessing PC/SC card or reader.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": []
},
{
"name": "py27-bottle-sqlalchemy",
"portdir": "python/py-bottle-sqlalchemy",
"version": "0.4.3",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/iurisilvio/bottle-sqlalchemy",
"description": "SQLAlchemy plugin for bottle web microframework",
"long_description": "This bottle-sqlalchemy plugin integrates SQLAlchemy with Bottle applications. It injects a SQLAlchemy session in routes and handles the session cycle.",
"active": false,
"categories": [
"devel",
"databases",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-bottle",
"py27-sqlalchemy"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-bottle-sqlalchemy"
]
}
]
},
{
"name": "py-bottle-sqlalchemy",
"portdir": "python/py-bottle-sqlalchemy",
"version": "0.4.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/iurisilvio/bottle-sqlalchemy",
"description": "SQLAlchemy plugin for bottle web microframework",
"long_description": "This bottle-sqlalchemy plugin integrates SQLAlchemy with Bottle applications. It injects a SQLAlchemy session in routes and handles the session cycle.",
"active": false,
"categories": [
"devel",
"databases",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-bottle-sqlalchemy"
]
}
],
"depends_on": []
},
{
"name": "py27-canmatrix",
"portdir": "python/py-canmatrix",
"version": "0.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ebroecker/canmatrix",
"description": "Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd",
"long_description": "Canmatrix implements a Python Can Matrix Object which describes the can-communication and the needed objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes two Tools (canconvert and cancompare) for converting and comparing CAN databases.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "aw.kornilov",
"github": "ierofant",
"ports_count": 15
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-future",
"py27-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py37-canmatrix",
"portdir": "python/py-canmatrix",
"version": "0.6",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ebroecker/canmatrix",
"description": "Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd",
"long_description": "Canmatrix implements a Python Can Matrix Object which describes the can-communication and the needed objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes two Tools (canconvert and cancompare) for converting and comparing CAN databases.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "aw.kornilov",
"github": "ierofant",
"ports_count": 15
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py37-wheel",
"py37-build",
"py37-installer",
"py37-setuptools"
]
},
{
"type": "lib",
"ports": [
"py37-future",
"py37-setuptools",
"python37"
]
}
],
"depends_on": []
},
{
"name": "py36-canmatrix",
"portdir": "python/py-canmatrix",
"version": "0.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ebroecker/canmatrix",
"description": "Converting Can (Controller Area Network) Database Formats .arxml .dbc .dbf .kcd",
"long_description": "Canmatrix implements a Python Can Matrix Object which describes the can-communication and the needed objects (Boardunits, Frames, Signals, Values, ...) Canmatrix also includes two Tools (canconvert and cancompare) for converting and comparing CAN databases.",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "aw.kornilov",
"github": "ierofant",
"ports_count": 15
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-future",
"py36-setuptools"
]
}
],
"depends_on": []
},
{
"name": "py27-backports-shutil_get_terminal_size",
"portdir": "python/py-backports-shutil_get_terminal_size",
"version": "1.0.0",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/chrippa/backports.shutil_get_terminal_size",
"description": "A backport of the get_terminal_size function from Python 3.3's shutil",
"long_description": "A backport of the get_terminal_size function from Python 3.3's shutil",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-nose",
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-backports"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-columnize",
"py-backports-shutil_get_terminal_size",
"py27-ipython"
]
}
]
},
{
"name": "py-backports-shutil_get_terminal_size",
"portdir": "python/py-backports-shutil_get_terminal_size",
"version": "1.0.0",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/chrippa/backports.shutil_get_terminal_size",
"description": "A backport of the get_terminal_size function from Python 3.3's shutil",
"long_description": "A backport of the get_terminal_size function from Python 3.3's shutil",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-backports-shutil_get_terminal_size"
]
}
],
"depends_on": []
},
{
"name": "py37-backports.cached-property",
"portdir": "python/py-backports.cached-property",
"version": "1.0.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/penguinolog/backports.cached_property",
"description": "Backport of Python 3.8 functools.cached_property.",
"long_description": "Backport of Python 3.8 functools.cached_property.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools_scm",
"py37-wheel",
"clang-14",
"py37-setuptools",
"py37-toml"
]
},
{
"type": "lib",
"ports": [
"py37-backports",
"python37"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py-backports.cached-property",
"py37-curtsies"
]
}
]
},
{
"name": "py-backports.cached-property",
"portdir": "python/py-backports.cached-property",
"version": "1.0.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/penguinolog/backports.cached_property",
"description": "Backport of Python 3.8 functools.cached_property.",
"long_description": "Backport of Python 3.8 functools.cached_property.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py37-backports.cached-property"
]
}
],
"depends_on": []
},
{
"name": "py36-backports.cached-property",
"portdir": "python/py-backports.cached-property",
"version": "1.0.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/penguinolog/backports.cached_property",
"description": "Backport of Python 3.8 functools.cached_property.",
"long_description": "Backport of Python 3.8 functools.cached_property.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py36-setuptools",
"py36-toml",
"py36-wheel",
"clang-9.0",
"py36-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py36-backports",
"python36"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py36-curtsies"
]
}
]
},
{
"name": "p5.26-alien-gnuplot",
"portdir": "perl/p5-alien-gnuplot",
"version": "1.33.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Alien::Gnuplot",
"description": "Alien::Gnuplot - Find and verify functionality of the gnuplot executable.",
"long_description": "Alien::Gnuplot - Find and verify functionality of the gnuplot executable.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"gnuplot",
"p5.26-http-tiny",
"p5.26-time-hires"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-pdl-graphics-gnuplot"
]
}
]
},
{
"name": "py36-mando",
"portdir": "python/py-mando",
"version": "0.6.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mando.readthedocs.org/",
"description": "Create Python CLI apps with little to no effort at all!",
"long_description": "mando is a wrapper around argparse, and allows you to write complete CLI applications in seconds while maintaining all the flexibility.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "g5pw",
"github": "g5pw",
"ports_count": 28
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36",
"py36-six"
]
}
],
"depends_on": []
},
{
"name": "py27-mando",
"portdir": "python/py-mando",
"version": "0.6.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mando.readthedocs.org/",
"description": "Create Python CLI apps with little to no effort at all!",
"long_description": "mando is a wrapper around argparse, and allows you to write complete CLI applications in seconds while maintaining all the flexibility.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "g5pw",
"github": "g5pw",
"ports_count": 28
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-six"
]
}
],
"depends_on": []
},
{
"name": "py35-mando",
"portdir": "python/py-mando",
"version": "0.6.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://mando.readthedocs.org/",
"description": "Create Python CLI apps with little to no effort at all!",
"long_description": "mando is a wrapper around argparse, and allows you to write complete CLI applications in seconds while maintaining all the flexibility.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "g5pw",
"github": "g5pw",
"ports_count": 28
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-six"
]
}
],
"depends_on": []
},
{
"name": "octave-pkg-octave-doc",
"portdir": "octave/octave-pkg-octave-doc",
"version": "0.4.8",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://octave.sourceforge.io/pkg-octave-doc/",
"description": "Create a function reference from Octave help texts (docstrings) from single functions or all functions in a package, which can be installed with pkg.",
"long_description": "Create a function reference from Octave help texts (docstrings) from single functions or all functions in a package, which can be installed with pkg. The generated pages follow the template of the Octave Packages at GitHub Pages based on bootstrap 5 and they have similar layout to the older documentation reference pages at Source Forge.",
"active": false,
"categories": [
"science",
"math",
"octave"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1419
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
},
{
"type": "lib",
"ports": [
"git",
"octave",
"texi2html"
]
}
],
"depends_on": []
},
{
"name": "rb-rcairo",
"portdir": "ruby/rb-rcairo",
"version": "1.14.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rcairo/rcairo",
"description": "Ruby bindings for cairo",
"long_description": "Ruby bindings for Cairo. Cairo is a 2D graphics library with support for multiple output devices.",
"active": false,
"categories": [
"graphics",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"cairo",
"ruby",
"rb-pkg-config"
]
}
],
"depends_on": []
},
{
"name": "rb19-rcairo",
"portdir": "ruby/rb19-rcairo",
"version": "1.14.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rcairo/rcairo",
"description": "Ruby bindings for cairo",
"long_description": "Ruby bindings for Cairo. Cairo is a 2D graphics library with support for multiple output devices.",
"active": false,
"categories": [
"graphics",
"ruby"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"cairo",
"ruby19",
"rb19-pkg-config"
]
}
],
"depends_on": []
},
{
"name": "p5.26-astro-coord-eci-vsop87d",
"portdir": "perl/p5-astro-coord-eci-vsop87d",
"version": "0.3.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Astro::Coord::ECI::VSOP87D",
"description": "Astro::Coord::ECI::VSOP87D - Implement the VSOP87D position model",
"long_description": "Astro::Coord::ECI::VSOP87D - Implement the VSOP87D position model",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2646
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-time-local"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-astro-satpass",
"p5.26-module-build"
]
}
],
"depends_on": []
},
{
"name": "p5.26-http-body",
"portdir": "perl/p5-http-body",
"version": "1.220.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/HTTP::Body",
"description": "HTTP Body Parser",
"long_description": "HTTP::Body parses chunks of HTTP POST data and supports application/octet-stream, application/x-www-form-urlencoded, and multipart/form-data.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-test-deep"
]
},
{
"type": "lib",
"ports": [
"perl5.26",
"p5.26-http-message"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-apache-authcookie",
"p5.26-catalyst-runtime",
"p5.26-dancer",
"p5.26-lwp-consolelogger"
]
}
]
},
{
"name": "p5.26-thrift",
"portdir": "perl/p5-thrift",
"version": "0.13.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://thrift.apache.org/",
"description": "Perl implementation of Thrift serialization library",
"long_description": "Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, Smalltalk, and OCaml.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"thrift",
"perl5.26",
"p5.26-bit-vector",
"p5.26-class-accessor"
]
}
],
"depends_on": []
},
{
"name": "p5.26-file-copy-recursive-reduced",
"portdir": "perl/p5-file-copy-recursive-reduced",
"version": "0.6.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/File::Copy::Recursive::Reduced",
"description": "File::Copy::Recursive::Reduced - Recursive copying of files and directories within Perl 5 toolchain",
"long_description": "File::Copy::Recursive::Reduced - Recursive copying of files and directories within Perl 5 toolchain",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2646
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-capture-tiny",
"p5.26-path-tiny"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-module-build-xsutil"
]
}
]
},
{
"name": "py37-tastypie",
"portdir": "python/py-tastypie",
"version": "0.14.4",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/django-tastypie/django-tastypie",
"description": "flexible & capable API layer for Django",
"long_description": "flexible & capable API layer for Django",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-dateutil",
"py37-django",
"py37-mimeparse"
]
}
],
"depends_on": []
},
{
"name": "py27-tastypie",
"portdir": "python/py-tastypie",
"version": "0.14.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/django-tastypie/django-tastypie",
"description": "flexible & capable API layer for Django",
"long_description": "flexible & capable API layer for Django",
"active": false,
"categories": [
"www",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-dateutil",
"py27-django",
"py27-mimeparse"
]
}
],
"depends_on": []
},
{
"name": "py37-stomper",
"portdir": "python/py-stomper",
"version": "0.4.3",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/oisinmulvihill/stomper",
"description": "A transport neutral client implementation of the STOMP protocol",
"long_description": "This is a python client implementation of the STOMP protocol. The client is attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. The messages can be easily generated and parsed, however its up to the user to do the sending and receiving.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-future"
]
}
],
"depends_on": []
},
{
"name": "py37-ipwhois",
"portdir": "python/py-ipwhois",
"version": "1.1.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/secynic/ipwhois",
"description": "py-ipwhois is a simple package for retrieving and parsing whois data for IPv4 and IPv6 addresses.",
"long_description": "py-ipwhois is a simple package for retrieving and parsing whois data for IPv4 and IPv6 addresses.",
"active": false,
"categories": [
"devel",
"net",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-dnspython"
]
}
],
"depends_on": []
},
{
"name": "rb25-locale",
"portdir": "ruby/rb-locale",
"version": "2.1.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "Pure ruby library which provides basic APIs for localization",
"long_description": "Pure ruby library which provides basic APIs for localization",
"active": false,
"categories": [
"devel",
"textproc",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby25"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb25-gettext"
]
}
]
},
{
"name": "rb26-locale",
"portdir": "ruby/rb-locale",
"version": "2.1.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "Pure ruby library which provides basic APIs for localization",
"long_description": "Pure ruby library which provides basic APIs for localization",
"active": false,
"categories": [
"devel",
"textproc",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby26"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb26-gettext"
]
}
]
},
{
"name": "rb27-locale",
"portdir": "ruby/rb-locale",
"version": "2.1.3",
"license": "Ruby",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ruby-gettext.github.io",
"description": "Pure ruby library which provides basic APIs for localization",
"long_description": "Pure ruby library which provides basic APIs for localization",
"active": false,
"categories": [
"devel",
"textproc",
"ruby"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 655
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"ruby27"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"rb27-gettext"
]
}
]
},
{
"name": "py37-zdaemon",
"portdir": "python/py-zdaemon",
"version": "4.3",
"license": "ZPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zopefoundation/zdaemon",
"description": "Daemon process control library and tools for Unix-based systems",
"long_description": "zdaemon is a Python package which provides APIs for managing applications run as daemons. Its principal use to date has been to manage the application server and storage server daemons for Zope / ZEO, although it is not limited to running Python-based applications.",
"active": false,
"categories": [
"sysutils",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-setuptools",
"py37-zconfig"
]
}
],
"depends_on": []
},
{
"name": "py37-zconfig",
"portdir": "python/py-zconfig",
"version": "3.5.0",
"license": "ZPL-2.1",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/zopefoundation/ZConfig/",
"description": "Configuration library for configuration-intensive applications",
"long_description": "ZConfig is a configuration library intended for general use. It supports a hierarchical schema-driven configuration model that allows a schema to specify data conversion routines written in Python. ZConfig's model is very different from the model supported by the ConfigParser module found in Python's standard library, and is more suitable to configuration-intensive applications.",
"active": false,
"categories": [
"python",
"zope"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-wheel",
"py37-installer",
"clang-16",
"py37-setuptools",
"py37-build"
]
},
{
"type": "lib",
"ports": [
"py37-setuptools",
"python37"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-zdaemon"
]
}
]
},
{
"name": "py-selectors2",
"portdir": "python/py-selectors2",
"version": "2.0.2",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sethmlarson/selectors2",
"description": "Back-ported, durable, and portable selectors",
"long_description": "Back-ported, durable, and portable selectors",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"py27-selectors2"
]
}
],
"depends_on": []
},
{
"name": "py27-selectors2",
"portdir": "python/py-selectors2",
"version": "2.0.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sethmlarson/selectors2",
"description": "Back-ported, durable, and portable selectors",
"long_description": "Back-ported, durable, and portable selectors",
"active": false,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2122
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "test",
"ports": [
"py27-mock",
"py27-nose",
"py27-psutil"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"py27-wurlitzer"
]
},
{
"type": "lib",
"ports": [
"py27-rfc6555",
"py-selectors2"
]
}
]
},
{
"name": "py36-scikits-module",
"portdir": "python/py-scikits-module",
"version": "0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://scikits.appspot.com",
"description": "provides the files common to all scikits",
"long_description": "provides the files common to all scikits",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python36"
]
}
],
"depends_on": []
},
{
"name": "py35-scikits-module",
"portdir": "python/py-scikits-module",
"version": "0.1",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://scikits.appspot.com",
"description": "provides the files common to all scikits",
"long_description": "provides the files common to all scikits",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2896
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python35"
]
}
],
"depends_on": []
},
{
"name": "p5.26-pod-weaver",
"portdir": "perl/p5-pod-weaver",
"version": "4.15.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Pod::Weaver",
"description": "Pod::Weaver - weave together a Pod document from an outline",
"long_description": "Pod::Weaver - weave together a Pod document from an outline",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2646
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-ppi",
"p5.26-software-license",
"p5.26-test-differences"
]
},
{
"type": "lib",
"ports": [
"p5.26-list-moreutils",
"p5.26-log-dispatchouli",
"p5.26-mixin-linewise",
"p5.26-module-runtime",
"p5.26-moose",
"p5.26-namespace-autoclean",
"perl5.26",
"p5.26-pod-elemental",
"p5.26-string-flogger",
"p5.26-string-formatter",
"p5.26-string-rewriteprefix",
"p5.26-text-tabsxwrap",
"p5.26-params-util",
"p5.26-config-mvp",
"p5.26-config-mvp-reader-ini",
"p5.26-datetime"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-dist-zilla-plugin-podweaver",
"p5.26-dist-zilla-stash-podweaver",
"p5.26-pod-weaver-plugin-ensureuniquesections",
"p5.26-pod-weaver-section-allowoverride",
"p5.26-pod-weaver-section-contributors",
"p5.26-pod-weaver-section-generatesection"
]
}
]
},
{
"name": "p5.26-dist-zilla-plugin-promptifstale",
"portdir": "perl/p5-dist-zilla-plugin-promptifstale",
"version": "0.57.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Dist::Zilla::Plugin::PromptIfStale",
"description": "Dist::Zilla::Plugin::PromptIfStale - Check at build/release time if modules are out of date",
"long_description": "Dist::Zilla::Plugin::PromptIfStale - Check at build/release time if modules are out of date",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2646
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"p5.26-app-cmd",
"p5.26-file-pushd",
"p5.26-io-tty",
"p5.26-module-runtime",
"p5.26-test-deep",
"p5.26-test-fatal"
]
},
{
"type": "lib",
"ports": [
"p5.26-moose",
"p5.26-namespace-autoclean",
"p5.26-parse-cpan-packages-fast",
"perl5.26",
"p5.26-term-ansicolor",
"p5.26-try-tiny",
"p5.26-yaml-tiny",
"p5.26-path-tiny",
"p5.26-config-mvp",
"p5.26-cpan-distnameinfo",
"p5.26-dist-zilla",
"p5.26-encode",
"p5.26-http-message",
"p5.26-http-tiny"
]
}
],
"depends_on": []
},
{
"name": "p5.26-variable-magic",
"portdir": "perl/p5-variable-magic",
"version": "0.620.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Variable::Magic",
"description": "Associate user-defined magic to variables from Perl.",
"long_description": "Associate user-defined magic to variables from Perl.",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-b-hooks-endofscope",
"p5.26-tie-refhash-weak"
]
}
]
},
{
"name": "p5.26-data-uuid",
"portdir": "perl/p5-data-uuid",
"version": "1.226.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Data::UUID",
"description": "Perl extension for generating Globally/Universally Unique Identifiers (GUIDs/UUIDs).",
"long_description": "Perl extension for generating Globally/Universally Unique Identifiers (GUIDs/UUIDs).",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-catalyst-authentication-credential-http",
"p5.26-chi",
"p5.26-class-dbi-uuid",
"p5.26-object-id",
"p5.26-rdf-query",
"p5.26-rdf-trine",
"p5.26-test2-harness",
"p5.26-test2-plugin-uuid"
]
}
]
},
{
"name": "pkgconfig-bootstrap",
"portdir": "devel/pkgconfig",
"version": "0.29.2",
"license": "GPL-2+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pkg-config.freedesktop.org/",
"description": "pkg-config, a system for managing library compile and link flags",
"long_description": "The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries.",
"active": false,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 2085
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"apple-gcc42"
]
},
{
"type": "lib",
"ports": [
"libiconv-bootstrap"
]
}
],
"depends_on": []
},
{
"name": "xcbuild",
"portdir": "devel/xcbuild",
"version": "0.1.99",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facebook/xcbuild",
"description": "xcbuild is an Xcode-compatible build tool with the goal of providing faster builds, better documentation of the build process and running on multiple platforms",
"long_description": "xcbuild is an Xcode-compatible build tool with the goal of providing faster builds, better documentation of the build process and running on multiple platforms",
"active": false,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"ninja",
"clang-9.0"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"libpng",
"zlib",
"libxml2",
"cmake",
"ninja",
"pkgconfig"
]
}
],
"depends_on": []
}
]
}