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=-updated_at&page=517",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-updated_at&page=515",
"results": [
{
"name": "py38-python-jsonrpc-server",
"portdir": "python/py-python-jsonrpc-server",
"version": "0.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/palantir/python-jsonrpc-server",
"description": "JSON RPC 2.0 server library",
"long_description": "JSON RPC 2.0 server library",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1994
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"python38",
"py38-ujson"
]
},
{
"type": "test",
"ports": [
"py38-mock",
"py38-pytest"
]
}
],
"depends_on": []
},
{
"name": "py37-python-jsonrpc-server",
"portdir": "python/py-python-jsonrpc-server",
"version": "0.4.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/palantir/python-jsonrpc-server",
"description": "JSON RPC 2.0 server library",
"long_description": "JSON RPC 2.0 server library",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1994
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-ujson"
]
},
{
"type": "test",
"ports": [
"py37-mock",
"py37-pytest"
]
}
],
"depends_on": []
},
{
"name": "py27-python-jsonrpc-server",
"portdir": "python/py-python-jsonrpc-server",
"version": "0.4.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/palantir/python-jsonrpc-server",
"description": "JSON RPC 2.0 server library",
"long_description": "JSON RPC 2.0 server library",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1994
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-futures",
"py27-ujson",
"python27",
"py27-future"
]
},
{
"type": "test",
"ports": [
"py27-mock",
"py27-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-language-server"
]
}
]
},
{
"name": "py35-python-jsonrpc-server",
"portdir": "python/py-python-jsonrpc-server",
"version": "0.4.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/palantir/python-jsonrpc-server",
"description": "JSON RPC 2.0 server library",
"long_description": "JSON RPC 2.0 server library",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1994
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py35-setuptools"
]
},
{
"type": "lib",
"ports": [
"python35",
"py35-ujson"
]
},
{
"type": "test",
"ports": [
"py35-mock",
"py35-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py35-language-server"
]
}
]
},
{
"name": "py38-pybase62",
"portdir": "python/py-pybase62",
"version": "0.6.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/suminb/base62",
"description": "Python module for base62 encoding",
"long_description": "Python module for base62 encoding, a URL-safe encoding for arbitrary data.",
"active": false,
"categories": [
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 159
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-setuptools",
"py38-wheel",
"py38-build",
"clang-14",
"py38-installer"
]
},
{
"type": "lib",
"ports": [
"python38"
]
}
],
"depends_on": []
},
{
"name": "py38-pygtrie",
"portdir": "python/py-pygtrie",
"version": "2.5.0",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mina86/pygtrie",
"description": "Trie data structure implementation.",
"long_description": "pygtrie is a pure Python implementation of a trie data structure. Trie data structure, also known as radix or prefix tree, is a tree associating keys to values where all the descendants of a node have a common prefix (associated with that node). The trie module contains Trie, CharTrie and StringTrie classes each implementing a mutable mapping interface, i.e. dict interface. As such, in most circumstances, Trie could be used as a drop-in replacement for a dict, but the prefix nature of the data structure is trie’s real strength. The module also contains PrefixSet class which uses a trie to store a set of prefixes such that a key is contained in the set if it or its prefix is stored in the set.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"py38-setuptools",
"py38-wheel",
"py38-build",
"py38-installer"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"python38"
]
},
{
"type": "test",
"ports": [
"py38-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-magenta"
]
},
{
"type": "run",
"ports": [
"py38-magenta"
]
}
]
},
{
"name": "py37-pygtrie",
"portdir": "python/py-pygtrie",
"version": "2.4.2",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mina86/pygtrie",
"description": "Trie data structure implementation.",
"long_description": "pygtrie is a pure Python implementation of a trie data structure. Trie data structure, also known as radix or prefix tree, is a tree associating keys to values where all the descendants of a node have a common prefix (associated with that node). The trie module contains Trie, CharTrie and StringTrie classes each implementing a mutable mapping interface, i.e. dict interface. As such, in most circumstances, Trie could be used as a drop-in replacement for a dict, but the prefix nature of the data structure is trie’s real strength. The module also contains PrefixSet class which uses a trie to store a set of prefixes such that a key is contained in the set if it or its prefix is stored in the set.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-installer",
"py37-setuptools",
"py37-wheel",
"py37-build",
"clang-14"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"python37"
]
},
{
"type": "test",
"ports": [
"py37-pytest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-magenta"
]
},
{
"type": "run",
"ports": [
"py37-magenta"
]
}
]
},
{
"name": "py38-nose_xunitmp",
"portdir": "python/py-nose_xunitmp",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Ignas/nose_xunitmp",
"description": "Xunit output when running multiprocess tests using nose",
"long_description": "Nose plugin that makes xunit xml reports work when running tests on more than one cpu.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py38-wheel",
"py38-installer",
"clang-16",
"py38-setuptools",
"py38-build"
]
},
{
"type": "lib",
"ports": [
"py38-nose",
"python38"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py38-apache-beam"
]
}
]
},
{
"name": "py37-nose_xunitmp",
"portdir": "python/py-nose_xunitmp",
"version": "0.4.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Ignas/nose_xunitmp",
"description": "Xunit output when running multiprocess tests using nose",
"long_description": "Nose plugin that makes xunit xml reports work when running tests on more than one cpu.",
"active": false,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py37-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python37",
"py37-nose"
]
}
],
"depends_on": [
{
"type": "test",
"ports": [
"py37-apache-beam"
]
}
]
},
{
"name": "p5.34-algorithm-curvefit",
"portdir": "perl/p5-algorithm-curvefit",
"version": "1.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Algorithm::CurveFit",
"description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"long_description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-module-build",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-math-matrixreal",
"p5.34-math-symbolic",
"perl5.34",
"p5.34-test-pod-coverage",
"p5.34-test-pod",
"p5.34-data-dumper"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5-algorithm-curvefit",
"p5.34-statistics-covid"
]
}
]
},
{
"name": "p5.32-algorithm-curvefit",
"portdir": "perl/p5-algorithm-curvefit",
"version": "1.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Algorithm::CurveFit",
"description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"long_description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-module-build",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.32-math-matrixreal",
"p5.32-math-symbolic",
"perl5.32",
"p5.32-test-pod-coverage",
"p5.32-test-pod",
"p5.32-data-dumper"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-statistics-covid"
]
}
]
},
{
"name": "p5.28-algorithm-curvefit",
"portdir": "perl/p5-algorithm-curvefit",
"version": "1.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Algorithm::CurveFit",
"description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"long_description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-module-build",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.28-math-matrixreal",
"p5.28-math-symbolic",
"perl5.28",
"p5.28-test-pod-coverage",
"p5.28-test-pod",
"p5.28-data-dumper"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-statistics-covid"
]
}
]
},
{
"name": "p5.30-algorithm-curvefit",
"portdir": "perl/p5-algorithm-curvefit",
"version": "1.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Algorithm::CurveFit",
"description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"long_description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-module-build",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.30-math-matrixreal",
"p5.30-math-symbolic",
"perl5.30",
"p5.30-test-pod-coverage",
"p5.30-test-pod",
"p5.30-data-dumper"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-statistics-covid"
]
}
]
},
{
"name": "p5-algorithm-curvefit",
"portdir": "perl/p5-algorithm-curvefit",
"version": "1.60.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-algorithm-curvefit",
"homepage": "https://metacpan.org/pod/Algorithm::CurveFit",
"description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"long_description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"active": true,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-algorithm-curvefit"
]
}
],
"depends_on": []
},
{
"name": "p5.26-algorithm-curvefit",
"portdir": "perl/p5-algorithm-curvefit",
"version": "1.50.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Algorithm::CurveFit",
"description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"long_description": "Algorithm::CurveFit - Nonlinear Least Squares Fitting",
"active": false,
"categories": [
"perl"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"p5.26-data-dumper",
"p5.26-math-matrixreal",
"p5.26-math-symbolic",
"perl5.26",
"p5.26-test-pod",
"p5.26-test-pod-coverage",
"p5.26-module-build"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-statistics-covid"
]
}
]
},
{
"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": "rpg-cli",
"portdir": "games/rpg-cli",
"version": "1.2.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/facundoolano/rpg-cli",
"description": "Your filesystem as a dungeon!",
"long_description": "rpg-cli is a minimalist computer RPG written in Rust. Its command-line interface can be used as a cd replacement where you randomly encounter enemies as you change directories.",
"active": true,
"categories": [
"sysutils",
"games"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "p5.34-config-general",
"portdir": "perl/p5-config-general",
"version": "2.670.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Config::General",
"description": "Config::General - Generic Config Module",
"long_description": "Config::General - Generic Config Module",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.34-config-jfdi",
"p5.34-data-serializer",
"p5.34-log-handler",
"p5.34-catalyst-devel",
"p5.34-config-any",
"gscan2pdf",
"p5-config-general"
]
}
]
},
{
"name": "p5.32-config-general",
"portdir": "perl/p5-config-general",
"version": "2.670.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Config::General",
"description": "Config::General - Generic Config Module",
"long_description": "Config::General - Generic Config Module",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.32"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.32-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.32-catalyst-devel",
"p5.32-config-jfdi",
"p5.32-data-serializer",
"p5.32-log-handler",
"p5.32-config-any"
]
}
]
},
{
"name": "p5.30-config-general",
"portdir": "perl/p5-config-general",
"version": "2.670.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Config::General",
"description": "Config::General - Generic Config Module",
"long_description": "Config::General - Generic Config Module",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.30"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.30-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.30-catalyst-devel",
"p5.30-config-jfdi",
"p5.30-data-serializer",
"p5.30-log-handler",
"p5.30-config-any"
]
}
]
},
{
"name": "p5.28-config-general",
"portdir": "perl/p5-config-general",
"version": "2.670.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Config::General",
"description": "Config::General - Generic Config Module",
"long_description": "Config::General - Generic Config Module",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"perl5.28"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.28-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.28-catalyst-devel",
"p5.28-config-jfdi",
"p5.28-data-serializer",
"p5.28-log-handler",
"p5.28-config-any"
]
}
]
},
{
"name": "p5-config-general",
"portdir": "perl/p5-config-general",
"version": "2.670.0",
"license": "Artistic-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-config-general",
"homepage": "https://metacpan.org/pod/Config::General",
"description": "Config::General - Generic Config Module",
"long_description": "Config::General - Generic Config Module",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-config-general"
]
}
],
"depends_on": []
},
{
"name": "p5.26-config-general",
"portdir": "perl/p5-config-general",
"version": "2.630.0",
"license": "(Artistic-1 or GPL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/Config::General",
"description": "Generic Config Module",
"long_description": "Generic Config Module",
"active": false,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"perl5.26"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.26-catalyst-devel",
"p5.26-config-any",
"p5.26-config-jfdi",
"p5.26-data-serializer",
"p5.26-log-handler"
]
}
]
},
{
"name": "optar",
"portdir": "archivers/optar",
"version": "1.0.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/colindean/optar",
"description": "OPTical ARchiver",
"long_description": "OPTical ARchiver - highly compressed 2D barcode for paper or film archiving of digital data",
"active": true,
"categories": [
"graphics",
"archivers"
],
"maintainers": [],
"variants": [
"us_letter"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libpng"
]
},
{
"type": "run",
"ports": [
"ImageMagick"
]
}
],
"depends_on": []
},
{
"name": "mscompress",
"portdir": "archivers/mscompress",
"version": "20180118",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/erikolofsson/mscompress",
"description": "compress.exe/expand.exe compatible (de)compressor",
"long_description": "compress.exe/expand.exe compatible (de)compressor",
"active": true,
"categories": [
"archivers"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "edelta",
"portdir": "archivers/edelta",
"version": "0.10b",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jacobgorm/edelta",
"description": "EDelta is a fast XDelta-style binary differ",
"long_description": "EDelta is a fast (linear time) XDelta-style binary differ, but optimized for executables that have a very systematic way of changing between versions.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib"
]
}
],
"depends_on": []
},
{
"name": "deco-archive",
"portdir": "archivers/deco-archive",
"version": "1.7",
"license": "GPL-3",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/peha/deco-archive",
"description": "provides support for popular archive formats to deco",
"long_description": "deco-archive provides support for popular archive formats to the deco file extraction framework.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"deco"
]
}
]
},
{
"name": "deco",
"portdir": "archivers/deco",
"version": "1.6.4",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/peha/deco",
"description": "file extraction framework",
"long_description": "deco is a Un*x program, written in SUSv3-compliant C99, that is able to extract various archive file formats. It focuses on consistent behavior and has a modular pluggable extraction engine backend.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"deco-archive"
]
}
],
"depends_on": []
},
{
"name": "brunsli",
"portdir": "archivers/brunsli",
"version": "0.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/google/brunsli",
"description": "Brunsli is a lossless JPEG repacking library.",
"long_description": "Brunsli is a lossless JPEG repacking library. Brunsli allows for a 22% decrease in file size while allowing the original JPEG to be recovered byte-by-byte.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1241
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"brotli"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py37-imagecodecs",
"py38-imagecodecs",
"py310-imagecodecs",
"py311-imagecodecs",
"py312-imagecodecs",
"py313-imagecodecs",
"py314-imagecodecs",
"py39-imagecodecs",
"gdal",
"gdal-hdf5",
"gdal-kea",
"gdal-netcdf"
]
}
]
},
{
"name": "py-asitop",
"portdir": "python/py-asitop",
"version": "0.0.24",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "asitop",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by asitop",
"long_description": "This port has been replaced by asitop.",
"active": false,
"categories": [
"sysutil"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"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": "py310-asitop",
"portdir": "python/py-asitop",
"version": "0.0.24",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tlkh/asitop",
"description": "Perf monitoring CLI tool for Apple Silicon",
"long_description": "A Python-based nvtop-inspired command line tool for Apple Silicon (aka M1) Macs",
"active": false,
"categories": [
"python",
"sysutil"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 228
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py310-wheel",
"py310-installer",
"clang-16",
"py310-setuptools",
"py310-build"
]
},
{
"type": "lib",
"ports": [
"python310"
]
},
{
"type": "run",
"ports": [
"py310-dashing"
]
}
],
"depends_on": []
},
{
"name": "py39-asitop",
"portdir": "python/py-asitop",
"version": "0.0.24",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tlkh/asitop",
"description": "Perf monitoring CLI tool for Apple Silicon",
"long_description": "A Python-based nvtop-inspired command line tool for Apple Silicon (aka M1) Macs",
"active": false,
"categories": [
"python",
"sysutil"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 228
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py39-wheel",
"py39-installer",
"clang-16",
"py39-setuptools",
"py39-build"
]
},
{
"type": "lib",
"ports": [
"python39"
]
},
{
"type": "run",
"ports": [
"py39-dashing"
]
}
],
"depends_on": []
},
{
"name": "py311-asitop",
"portdir": "python/py-asitop",
"version": "0.0.24",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tlkh/asitop",
"description": "Perf monitoring CLI tool for Apple Silicon",
"long_description": "A Python-based nvtop-inspired command line tool for Apple Silicon (aka M1) Macs",
"active": false,
"categories": [
"python",
"sysutil"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 228
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py311-installer",
"py311-wheel",
"clang-16",
"py311-build",
"py311-setuptools"
]
},
{
"type": "lib",
"ports": [
"python311"
]
},
{
"type": "run",
"ports": [
"py311-dashing"
]
}
],
"depends_on": []
},
{
"name": "p5.34-moosex-nonmoose",
"portdir": "perl/p5-moosex-nonmoose",
"version": "0.270.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::NonMoose",
"description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"long_description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.34-test-fatal",
"p5.34-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-scalar-list-utils",
"perl5.34",
"p5.34-try-tiny",
"p5.34-module-runtime",
"p5.34-moose"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.34-treepath",
"p5.34-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5-moosex-nonmoose",
"p5.34-catalyst-model-dbic-schema"
]
}
]
},
{
"name": "p5.30-moosex-nonmoose",
"portdir": "perl/p5-moosex-nonmoose",
"version": "0.270.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::NonMoose",
"description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"long_description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.30-test-fatal",
"p5.30-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.30-scalar-list-utils",
"perl5.30",
"p5.30-try-tiny",
"p5.30-module-runtime",
"p5.30-moose"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.30-treepath",
"p5.30-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.30-catalyst-model-dbic-schema"
]
}
]
},
{
"name": "p5.32-moosex-nonmoose",
"portdir": "perl/p5-moosex-nonmoose",
"version": "0.270.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::NonMoose",
"description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"long_description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.32-test-fatal",
"p5.32-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.32-moose",
"perl5.32",
"p5.32-try-tiny",
"p5.32-scalar-list-utils",
"p5.32-module-runtime"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.32-treepath",
"p5.32-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.32-catalyst-model-dbic-schema"
]
}
]
},
{
"name": "p5.28-moosex-nonmoose",
"portdir": "perl/p5-moosex-nonmoose",
"version": "0.270.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::NonMoose",
"description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"long_description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"p5.28-test-fatal",
"p5.28-test-simple",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.28-scalar-list-utils",
"perl5.28",
"p5.28-try-tiny",
"p5.28-module-runtime",
"p5.28-moose"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.28-treepath",
"p5.28-dbix-class-schema-loader"
]
},
{
"type": "lib",
"ports": [
"p5.28-catalyst-model-dbic-schema"
]
}
]
},
{
"name": "p5-moosex-nonmoose",
"portdir": "perl/p5-moosex-nonmoose",
"version": "0.270.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-moosex-nonmoose",
"homepage": "https://metacpan.org/pod/MooseX::NonMoose",
"description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"long_description": "MooseX::NonMoose - easy subclassing of non-Moose classes",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-moosex-nonmoose"
]
}
],
"depends_on": []
},
{
"name": "p5.32-moosex-getopt",
"portdir": "perl/p5-moosex-getopt",
"version": "0.780.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Getopt",
"description": "MooseX::Getopt - A Moose role for processing command line options",
"long_description": "MooseX::Getopt - A Moose role for processing command line options",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.32-test-deep",
"p5.32-test-fatal",
"p5.32-test-needs",
"p5.32-test-simple",
"p5.32-test-trap",
"p5.32-test-warnings",
"p5.32-module-build",
"p5.32-module-build-tiny",
"p5.32-path-tiny"
]
},
{
"type": "lib",
"ports": [
"p5.32-getopt-long-descriptive",
"p5.32-moose",
"p5.32-moosex-role-parameterized",
"p5.32-namespace-autoclean",
"p5.32-try-tiny",
"perl5.32"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.32-devel-repl",
"p5.32-moosex-daemonize",
"p5.32-moosex-types-path-class",
"p5.32-moosex-types-path-tiny",
"p5.32-catalyst-runtime"
]
}
]
},
{
"name": "p5.34-moosex-getopt",
"portdir": "perl/p5-moosex-getopt",
"version": "0.780.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Getopt",
"description": "MooseX::Getopt - A Moose role for processing command line options",
"long_description": "MooseX::Getopt - A Moose role for processing command line options",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.34-test-deep",
"p5.34-test-fatal",
"p5.34-test-needs",
"p5.34-test-simple",
"p5.34-test-trap",
"p5.34-test-warnings",
"p5.34-module-build",
"p5.34-module-build-tiny",
"p5.34-path-tiny"
]
},
{
"type": "lib",
"ports": [
"p5.34-getopt-long-descriptive",
"p5.34-moose",
"p5.34-moosex-role-parameterized",
"p5.34-namespace-autoclean",
"p5.34-try-tiny",
"perl5.34"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.34-devel-repl",
"p5.34-moosex-daemonize",
"p5.34-moosex-types-path-class",
"p5.34-moosex-types-path-tiny",
"p5-moosex-getopt",
"p5.34-catalyst-runtime"
]
}
]
},
{
"name": "p5.30-moosex-getopt",
"portdir": "perl/p5-moosex-getopt",
"version": "0.780.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Getopt",
"description": "MooseX::Getopt - A Moose role for processing command line options",
"long_description": "MooseX::Getopt - A Moose role for processing command line options",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.30-test-deep",
"p5.30-test-fatal",
"p5.30-test-needs",
"p5.30-test-simple",
"p5.30-test-trap",
"p5.30-test-warnings",
"p5.30-module-build",
"p5.30-module-build-tiny",
"p5.30-path-tiny"
]
},
{
"type": "lib",
"ports": [
"p5.30-getopt-long-descriptive",
"p5.30-moose",
"p5.30-moosex-role-parameterized",
"p5.30-namespace-autoclean",
"p5.30-try-tiny",
"perl5.30"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.30-devel-repl",
"p5.30-moosex-daemonize",
"p5.30-moosex-types-path-class",
"p5.30-moosex-types-path-tiny",
"p5.30-catalyst-runtime"
]
}
]
},
{
"name": "p5.28-moosex-getopt",
"portdir": "perl/p5-moosex-getopt",
"version": "0.780.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://metacpan.org/pod/MooseX::Getopt",
"description": "MooseX::Getopt - A Moose role for processing command line options",
"long_description": "MooseX::Getopt - A Moose role for processing command line options",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.28-test-deep",
"p5.28-test-fatal",
"p5.28-test-needs",
"p5.28-test-simple",
"p5.28-test-trap",
"p5.28-test-warnings",
"p5.28-module-build",
"p5.28-module-build-tiny",
"p5.28-path-tiny"
]
},
{
"type": "lib",
"ports": [
"p5.28-getopt-long-descriptive",
"p5.28-moose",
"p5.28-moosex-role-parameterized",
"p5.28-namespace-autoclean",
"p5.28-try-tiny",
"perl5.28"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.28-devel-repl",
"p5.28-moosex-daemonize",
"p5.28-moosex-types-path-class",
"p5.28-moosex-types-path-tiny",
"p5.28-catalyst-runtime"
]
}
]
},
{
"name": "p5-moosex-getopt",
"portdir": "perl/p5-moosex-getopt",
"version": "0.780.0",
"license": "(Artistic-1 or GPL)",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": "p5.34-moosex-getopt",
"homepage": "https://metacpan.org/pod/MooseX::Getopt",
"description": "MooseX::Getopt - A Moose role for processing command line options",
"long_description": "MooseX::Getopt - A Moose role for processing command line options",
"active": true,
"categories": [
"perl"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"p5.34-moosex-getopt"
]
}
],
"depends_on": []
},
{
"name": "yubico-authenticator",
"portdir": "aqua/yubico-authenticator",
"version": "5.1.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developers.yubico.com/yubioath-desktop/",
"description": "Tool for generating one-time password codes with YubiKey",
"long_description": "Cross-platform application for generating Open Authentication (OATH) time-based TOTP and event-based HOTP one-time password codes, with the help of a YubiKey that protects the shared secrets.",
"active": true,
"categories": [
"aqua",
"security"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"qt5-qtdeclarative",
"qt5-qtmultimedia",
"qt5-qtquickcontrols2",
"pyotherside",
"qt5-qtquickcontrols",
"qt5-qtbase"
]
},
{
"type": "run",
"ports": [
"yubikey-manager4"
]
}
],
"depends_on": []
},
{
"name": "xrg",
"portdir": "aqua/xrg",
"version": "2.8.2",
"license": "GPL-2+",
"platforms": "{macosx >= 11}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.gauchosoft.com/Products/XRG/",
"description": "XRG is an open source system monitor for Mac OS X.",
"long_description": "XRG allows you to monitor CPU activity, memory usage, battery status, machine temperature, network activity, disk I/O, current weather, and stock market data. The goal of XRG is to be a functional system monitor that has a clean and flexible interface, so it doesn't intrude on the rest of your Mac experience. XRG is designed to take as little CPU time as possible while still showing detailed graphs on system usage.",
"active": true,
"categories": [
"aqua",
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "sequelpro-devel",
"portdir": "aqua/sequelpro-devel",
"version": "20200622",
"license": "MIT",
"platforms": "{darwin >= 15}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sequelpro.com/",
"description": "MySQL/MariaDB database management for macOS",
"long_description": "a fast, easy-to-use Mac database management application for working with MySQL & MariaDB databases",
"active": true,
"categories": [
"aqua",
"devel",
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "qlipper",
"portdir": "aqua/qlipper",
"version": "5.1.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pvanek/qlipper",
"description": "Lightweight & cross-platform clipboard history applet",
"long_description": "Lightweight & cross-platform clipboard history applet",
"active": true,
"categories": [
"aqua",
"textproc",
"office"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"qt5-qttools"
]
}
],
"depends_on": []
},
{
"name": "pixen",
"portdir": "aqua/pixen",
"version": "3.5.12-20140601",
"license": "MIT and Permissive",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pixenapp.com/",
"description": "A mature pixelart drawing tool for Mac OS X",
"long_description": "Pixen is a mature pixelart drawing tool for Mac OS X under the MIT License. It can be mainly used to create pixelart in Atari-Style.",
"active": true,
"categories": [
"aqua",
"graphics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "phantomjs-qt-sqlite-plugin",
"portdir": "aqua/phantomjs-qt",
"version": "5.5.1",
"license": "(LGPL-2.1 or LGPL-3 or GPL-3 or OpenSSLException)",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vitallium/qtbase",
"description": "SQLite Database Driver for Qt Tool Kit 5",
"long_description": "SQLite Database Driver for Qt Tool Kit 5",
"active": true,
"categories": [
"aqua",
"www"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"phantomjs-qt-qtbase",
"sqlite3"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"phantomjs-qt"
]
}
]
},
{
"name": "phantomjs-qt-qtwebkit",
"portdir": "aqua/phantomjs-qt",
"version": "5.5.1",
"license": "(LGPL-2.1 or LGPL-3 or GPL-3 or OpenSSLException)",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vitallium/qtwebkit",
"description": "Tools and Module(s) for Qt Tool Kit 5",
"long_description": "Tools and Module(s) for Qt Tool Kit 5: Qt WebKit and Qt WebKit Widgets",
"active": true,
"categories": [
"aqua",
"www"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"tests",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"pkgconfig",
"python27",
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"fontconfig",
"webp",
"phantomjs-qt-qtbase",
"libxslt",
"libxml2",
"zlib",
"leveldb",
"sqlite3",
"icu"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"phantomjs-qt"
]
}
]
}
]
}