HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49661,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=964",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=962",
"results": [
{
"name": "commons-codec",
"portdir": "java/commons-codec",
"version": "1.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://commons.apache.org/codec/",
"description": "Jakarta Commons-Codec",
"long_description": "Commons Codec provides implementations of common encoders and decoders such as Base64, Hex, various phonetic encodings, and URLs.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"junit",
"kaffe"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"cassandra"
]
}
]
},
{
"name": "commons-cli",
"portdir": "java/commons-cli",
"version": "1.1",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://commons.apache.org/cli/",
"description": "Jakarta Commons-CLI",
"long_description": "The Jakarta Commons CLI library provides an API for processing command line interfaces. It was formed by the merger of ideas and code from three different libraries - Werken, Avalon and Optz.",
"active": true,
"categories": [
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"commons-lang",
"commons-logging",
"junit",
"kaffe"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"cassandra"
]
}
]
},
{
"name": "committed",
"portdir": "devel/committed",
"version": "1.1.7",
"license": "Apache-2 and MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/crate-ci/committed",
"description": "A linter for git commit messages",
"long_description": "A linter for git commit messages",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 153
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"cargo",
"legacy-support",
"rust"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libgit2",
"libunwind",
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "commitizen",
"portdir": "devel/commitizen",
"version": "2.42.1",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://commitizen-tools.github.io/commitizen/",
"description": "Create committing rules for projects, auto bump versions, and auto changelog generation",
"long_description": "Commitizen is a tool designed for teams. Its main purpose is to define a standard way of committing rules and communicating it. The reasoning behind it is that it is easier to read, and enforces writing descriptive commits.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 146
}
],
"variants": [
"bash_completion"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15",
"py310-setuptools"
]
},
{
"type": "lib",
"ports": [
"python310",
"py310-argcomplete"
]
},
{
"type": "run",
"ports": [
"py310-packaging",
"py310-chardet",
"py310-colorama",
"py310-yaml",
"py310-jinja2",
"py310-tomlkit",
"py310-termcolor",
"py310-questionary",
"py310-decli",
"py310-typing_extensions",
"bash-completion"
]
}
],
"depends_on": []
},
{
"name": "comix",
"portdir": "graphics/comix",
"version": "4.0.4",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://comix.sourceforge.net/",
"description": "Comix is a user-friendly, customizable image viewer.",
"long_description": "Comix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books, but also serves as a generic viewer. It reads images in ZIP, RAR or tar archives (also gzip or bzip2 compressed) as well as plain image files. It is written in Python and uses GTK+ through the PyGTK bindings.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"unrar",
"python27",
"py27-Pillow",
"py27-pygtk"
]
}
],
"depends_on": []
},
{
"name": "comet-git",
"portdir": "devel/comet-git",
"version": "0.0.5",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/liamg/comet",
"description": "Command line tool to help you use conventional commit messages",
"long_description": "Command line tool to help you use conventional commit messages",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "comcast",
"portdir": "net/comcast",
"version": "1.0.1",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tylertreat/comcast",
"description": "Simulating terrible network connections so you can build better systems.",
"long_description": "Testing distributed systems under hard failures like network partitions and instance termination is critical, but it's also important we test them under less catastrophic conditions because this is what they most often experience. Comcast is a tool designed to simulate common network problems like latency, bandwidth restrictions, and dropped/reordered/corrupted packets. It works by wrapping up some system tools in a portable(ish) way.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "columnq",
"portdir": "textproc/roapi",
"version": "0.5.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/roapi/roapi",
"description": "Simple CLI to help you query tabular data with support for a rich set of growing formats and data sources.",
"long_description": "Simple CLI to help you query tabular data with support for a rich set of growing formats and data sources. It supports JSON, CSV, Parquet, Arrow and all other formats that are supported by ROAPI, which is documented at here. It also supports querying datasets from remote locations like S3 and HTTPs, see ROAPI's blob store documentation for more info.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"cmake",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "ColPack",
"portdir": "math/ColPack",
"version": "1.0.10",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cscapes.cs.purdue.edu/coloringpage/",
"description": "A graph coloring algorithm package",
"long_description": "ColPack is a package comprising of implementations of algorithms for the specialized vertex coloring problems as well as algorithms for a variety of related supporting tasks in derivative computation",
"active": true,
"categories": [
"science",
"math"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ADOL-C"
]
}
]
},
{
"name": "colout",
"portdir": "textproc/colout",
"version": "1.1",
"license": "GPL-3",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nojhan.github.io/colout/",
"description": "Color Up Arbitrary Command Ouput",
"long_description": "colout read lines of text stream on the standard input and output characters matching a given regular expression PATTERN in given COLOR and STYLE.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-wheel",
"py313-build",
"py313-installer",
"py313-setuptools",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"py313-pygments",
"py313-babel",
"python313"
]
}
],
"depends_on": []
},
{
"name": "color-theme-mode.el",
"portdir": "editors/color-theme-mode.el",
"version": "6.6.0",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.nongnu.org/color-theme/",
"description": "color-theme is an emacs-lisp mode for skinning your emacs",
"long_description": "color-theme is an emacs-lisp mode for skinning your emacs. Features are: * Huge and extensible theme library * Easy to use * Works on pretty all emacs flavours * Mature source code",
"active": true,
"categories": [
"editors"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "lib",
"ports": [
"emacs"
]
}
],
"depends_on": []
},
{
"name": "colorsvn",
"portdir": "textproc/colorsvn",
"version": "0.3.3",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://colorsvn.tigris.org",
"description": "colorsvn is the Subversion output colorizer",
"long_description": "colorsvn is the Subversion output colorizer. Colorsvn was extracted from kde-sdk and was extended with build process and configuration.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"subversion"
]
}
],
"depends_on": []
},
{
"name": "colorer",
"portdir": "textproc/colorer",
"version": "take5.be5",
"license": "MPL-1.1 and GPL-2 and LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://colorer.sourceforge.net/",
"description": "A library that provides source text syntax highlighting services",
"long_description": "Colorer take5 is a syntax highlighting and text parsing library, that provides services of text parsing in host editor systems in real-time and transforming results into colored text. Result information allows to search and build outlined lists of functions, structures, and to search and indent programming language constructions (brackets, paired tags).",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "ryandesign",
"github": "",
"ports_count": 218
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"php53-colorer"
]
}
]
},
{
"name": "colordiff",
"portdir": "textproc/colordiff",
"version": "1.0.21",
"license": "GPL-2+",
"platforms": "any",
"epoch": 20090422,
"replaced_by": null,
"homepage": "https://www.colordiff.org",
"description": "Color-highlighted diff(1) output",
"long_description": "The Perl script colordiff is a wrapper for diff(1) and produces the same output but with pretty 'syntax' highlighting. Colour schemes can be customized.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "colm",
"portdir": "lang/colm",
"version": "0.14.7",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.colm.net/open-source/colm/",
"description": "Programming language for analysis and transformation.",
"long_description": "Colm is a programming language designed for the analysis and transformation of computer languages. Colm is influenced primarily by TXL. It is in the family of program transformation languages.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ragel-devel",
"ragel"
]
}
]
},
{
"name": "collectd",
"portdir": "sysutils/collectd",
"version": "5.12.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://collectd.org/",
"description": "flexible daemon periodically collecting system statistics data",
"long_description": "collectd is a daemon which collects system performance statistics periodically and provides mechanisms to store the values in a variety of ways, for example in RRD files.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
},
{
"name": "raimue",
"github": "raimue",
"ports_count": 56
}
],
"variants": [
"aggregation",
"amqp",
"apache",
"apcups",
"apple_sensors",
"ascent",
"barometer",
"battery",
"bind",
"ceph",
"chrony",
"contextswitch",
"cpu",
"cpusleep",
"csv",
"curl",
"curl_json",
"curl_xml",
"dbi",
"df",
"disk",
"dns",
"email",
"ethstat",
"exec",
"filecount",
"gmond",
"gps",
"grpc",
"hddtemp",
"interface",
"java",
"load",
"log_logstash",
"logfile",
"lpar",
"lua",
"mbmon",
"memcachec",
"memcached",
"memory",
"multimeter",
"mysql",
"network",
"nginx",
"notify_desktop",
"notify_email",
"notify_nagios",
"ntpd",
"numa",
"nut",
"olsrd",
"openldap",
"openvpn",
"perl",
"pf",
"pinba",
"ping",
"postgresql",
"powerdns",
"python",
"rrdcached",
"rrdtool",
"smart",
"snmp",
"snmp_agent",
"statsd",
"swap",
"syslog",
"table",
"tail",
"tail_csv",
"tcpconns",
"teamspeak2",
"ted",
"threshold",
"tokyotyrant",
"unixsock",
"uptime",
"users",
"uuid",
"varnish",
"virt",
"write_graphite",
"write_http",
"write_log",
"write_sensu",
"write_tsdb",
"zookeeper",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"curl",
"rrdtool",
"libxml2",
"libgcrypt"
]
}
],
"depends_on": []
},
{
"name": "collada-dom",
"portdir": "science/collada-dom",
"version": "2.4.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://collada.org/mediawiki/index.php/Portal:COLLADA_DOM",
"description": "COLLADA Document Object Model (DOM)",
"long_description": "The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document.",
"active": true,
"categories": [
"devel",
"science"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"pcre",
"libxml2",
"boost176"
]
}
],
"depends_on": []
},
{
"name": "colima",
"portdir": "sysutils/colima",
"version": "0.9.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/abiosoft/colima",
"description": "Run Kubernetes and Docker containers with minimal setup",
"long_description": "Colima allows running Docker, containerd and Kubernetes locally with minimal setup. It supports port forwarding, volume mounts and multiple instances. On initial startup, Colima initiates with a user specified runtime that defaults to Docker.",
"active": true,
"categories": [
"sysutils",
"emulators"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
},
{
"name": "austin",
"github": "halostatue",
"ports_count": 21
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
},
{
"type": "run",
"ports": [
"lima"
]
}
],
"depends_on": []
},
{
"name": "cointop",
"portdir": "finance/cointop",
"version": "1.6.10",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cointop.sh",
"description": "A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies in realtime.",
"long_description": "A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies in realtime. The interface is inspired by htop, and shortcut keys inspired by vim.",
"active": true,
"categories": [
"finance"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "coinor-osi",
"portdir": "math/coinor-osi",
"version": "0.108.9",
"license": "EPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coin-or/osi",
"description": "A uniform API for calling embedded linear and mixed-integer programming solvers.",
"long_description": "The COIN-OR Open Solver Interface is a uniform API for interacting with callable solver libraries. It supports linear programming solvers as well as the ability to \"finish off\" a mixed-integer problem calling the solver library's MIP solver.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "flyingsamson",
"github": "flyingsamson",
"ports_count": 18
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"glpk",
"coinor-coinutils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"coinor-cgl",
"coinor-cbc",
"coinor-clp"
]
}
]
},
{
"name": "coinor-liblemon",
"portdir": "science/coinor-liblemon",
"version": "1.3.1",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lemon.cs.elte.hu",
"description": "Library of Efficient Models and Optimization in Networks",
"long_description": "A C++ template library providing easy-to-use implementations of common graph and network related data structures and algorithms.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "",
"github": "BSeppke",
"ports_count": 1
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"seqan2-apps"
]
}
]
},
{
"name": "coinor-coinutils",
"portdir": "math/coinor-coinutils",
"version": "2.11.10",
"license": "EPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coin-or/CoinUtils",
"description": "Utilities, data structures, and linear algebra methods for COIN-OR projects",
"long_description": "CoinUtils is an open-source collection of classes and helper functions that are generally useful to multiple COIN-OR projects. \nThese utilities include: \n * classes for storing and manipulating sparse matrices and vectors, \n * performing matrix factorization, \n * parsing input files in standard formats, e.g. MPS, \n * building representations of mathematical programs, \n * performing simple presolve operations, \n * warm starting algorithms for mathematical programs, \n * comparing floating point numbers with a tolerance \n * classes for storing and manipulating conflict graphs, and \n * classes for searching and storing cliques and odd cycles in conflict graphs, among others.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "flyingsamson",
"github": "flyingsamson",
"ports_count": 18
}
],
"variants": [
"openblas",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"OpenBLAS",
"glpk"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"coinor-cgl",
"coinor-cbc",
"coinor-clp",
"coinor-osi"
]
}
]
},
{
"name": "coinor-clp",
"portdir": "math/coinor-clp",
"version": "1.17.9",
"license": "EPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coin-or/clp",
"description": "A solver for linear programs",
"long_description": "Clp (Coin-or linear programming) is an open-source linear programming solver. \nIt is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available. It is designed to find solutions of mathematical optimization problems of the form \n \nminimize c'x \nsuch that lhs <= Ax <= rhs \nand lb <= x <= ub \n \nCLP includes primal and dual Simplex solvers. Both dual and primal algorithms can use matrix storage methods provided by the user (0-1 and network matrices are already supported in addition to the default sparse matrix). The dual algorithm has Dantzig and Steepest edge row pivot choices, new ones may be provided by the user. The same is true for the column pivot choice of the primal algorithm. The primal can also use a non linear cost which should work for piecewise linear convex functions. CLP also includes a barrier method for solving LPs.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "flyingsamson",
"github": "flyingsamson",
"ports_count": 18
}
],
"variants": [
"openblas",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"glpk",
"mumps",
"readline",
"coinor-coinutils",
"coinor-osi",
"asl",
"OpenBLAS"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"coinor-cgl",
"coinor-cbc"
]
}
]
},
{
"name": "coinor-cgl",
"portdir": "math/coinor-cgl",
"version": "0.60.8",
"license": "EPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coin-or/cgl",
"description": "A library of cutting-plane generators.",
"long_description": "The COIN-OR Cut Generation Library (Cgl) is an open collection of cutting plane implementations (\"cut generators\") for use in teaching, research, and applications. Cgl can be used with other COIN-OR packages that make use of cuts, such as the mixed-integer linear programming solver Cbc. Each cut generator has its own maintainer who leads the development of its functionality, testing, and documentation. See below for a listing of available generators. All the generators are combined in one library when Cgl is compiled.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "flyingsamson",
"github": "flyingsamson",
"ports_count": 18
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"coinor-clp",
"coinor-coinutils",
"coinor-osi"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"coinor-cbc"
]
}
]
},
{
"name": "coinor-cbc",
"portdir": "math/coinor-cbc",
"version": "2.10.11",
"license": "EPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coin-or/cbc",
"description": "An LP-based branch-and-cut library",
"long_description": "CBC is an open-source MILP solver. It uses many of the COIN-OR components and is designed to be used with CLP. It is available as a library and as a standalone solver.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "flyingsamson",
"github": "flyingsamson",
"ports_count": 18
}
],
"variants": [
"openblas",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"glpk",
"mumps",
"asl",
"readline",
"coinor-clp",
"coinor-coinutils",
"coinor-osi",
"coinor-cgl",
"OpenBLAS"
]
}
],
"depends_on": []
},
{
"name": "Coin-framework",
"portdir": "graphics/Coin",
"version": "3.1.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/Coin3D/coin/wiki/Home",
"description": "cross platform C++ OpenGL scene graph library",
"long_description": "Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"zlib",
"fontconfig",
"qt4-mac",
"freetype",
"simage",
"bzip2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"SoQt",
"py27-pivy",
"py35-pivy",
"py36-pivy",
"py310-pivy",
"py37-pivy",
"py38-pivy",
"py39-pivy",
"freecad"
]
}
]
},
{
"name": "Coin",
"portdir": "graphics/Coin",
"version": "3.1.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitbucket.org/Coin3D/coin/wiki/Home",
"description": "cross platform C++ OpenGL scene graph library",
"long_description": "Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [],
"variants": [
"manpages",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"zlib",
"fontconfig",
"qt4-mac",
"freetype",
"simage",
"bzip2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"Quarter",
"SoXt"
]
}
]
},
{
"name": "coherence",
"portdir": "net/coherence",
"version": "0.7.dev0-20180629",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coherence-project/Coherence",
"description": "Coherence, a Python UPnP and DLNA media framework",
"long_description": "Coherence is a framework written in Python, providing several UPnP MediaServers and MediaRenderers, and enabling your application to participate in digital living networks.",
"active": false,
"categories": [
"net",
"multimedia",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py27-docutils",
"py27-setuptools"
]
},
{
"type": "lib",
"ports": [
"py27-feedparser",
"py27-gdata",
"py27-gobject",
"gstreamer010-gst-plugins-base",
"py27-service_identity",
"py27-twisted",
"py27-gst-python",
"py27-id3lib",
"python27",
"py27-axiom"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"upnp-inspector"
]
}
]
},
{
"name": "cogl",
"portdir": "graphics/cogl",
"version": "1.22.8",
"license": "LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.gnome.org/Projects/Clutter",
"description": "A hardware accelerated 3D graphics API",
"long_description": "Cogl is a small open source library for using 3D graphics hardware for rendering. The API departs from the flat state machine style of OpenGL and is designed to make it easy to write orthogonal components that can render without stepping on each others toes.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"x11",
"quartz",
"debug",
"examples",
"gstreamer",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"grep",
"autoconf",
"automake",
"libtool",
"pkgconfig",
"gtk-doc",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"xorg-libXfixes",
"gobject-introspection",
"xorg-libXrandr",
"cairo",
"gdk-pixbuf2",
"mesa",
"pango",
"xorg-libXcomposite",
"xorg-libXdamage",
"xorg-libXext"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gingerblue",
"gnome3-core",
"gnome-voice",
"gnome-radio",
"clutter"
]
},
{
"type": "run",
"ports": [
"gnome3-core"
]
}
]
},
{
"name": "cog",
"portdir": "gnome/cog",
"version": "0.8.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.krakoa.dk/old-linux-software.html",
"description": "A program for editing advanced GNOME 2 settings in an easy way.",
"long_description": "A program for editing advanced GNOME 2 settings in an easy way.",
"active": true,
"categories": [
"gnome"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gtk2",
"desktop-file-utils",
"libgnomeui",
"libglade2",
"gconf"
]
}
],
"depends_on": []
},
{
"name": "coeurl",
"portdir": "net/coeurl",
"version": "0.3.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://nheko.im/nheko-reborn/coeurl",
"description": "Simple library to do http requests asynchronously via CURL in C++",
"long_description": "Simple library to do http requests asynchronously via CURL in C++",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libevent",
"curl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"nheko",
"mtxclient"
]
}
]
},
{
"name": "codespell",
"portdir": "python/codespell",
"version": "2.4.1",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/codespell-project/codespell/",
"description": "codespell: check code for common misspellings",
"long_description": "codespell: check code for common misspellings",
"active": true,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 1931
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py313-setuptools_scm",
"py313-setuptools",
"py313-wheel",
"clang-17",
"py313-build",
"py313-installer"
]
},
{
"type": "lib",
"ports": [
"python313"
]
},
{
"type": "run",
"ports": [
"py313-chardet"
]
}
],
"depends_on": []
},
{
"name": "codesearch",
"portdir": "devel/codesearch",
"version": "1.2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 2,
"replaced_by": null,
"homepage": "https://github.com/google/codesearch",
"description": "Indexed regular expression-based search",
"long_description": "Code Search is a tool for indexing and then performing regular expression searches over large bodies of source code. It is a set of command-line programs written in Go",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "codemod",
"portdir": "devel/codemod",
"version": "55a92a8ef237568302173e45bc282a0f8d1f2fad",
"license": "Apache-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/personalcomputer/codemod",
"description": "A tool to assist with large-scale codebase refactors",
"long_description": "A tool/library to assist with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": []
},
{
"name": "code-minimap",
"portdir": "textproc/code-minimap",
"version": "0.6.4",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wfxr/code-minimap",
"description": "A high performance code minimap renderer",
"long_description": "This tool is for generating text minimaps at speed. You can use it to implement IDE-like minimap plugin for a terminal text editor, minimap.vim for example.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "",
"github": "foamkeen",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "codegroup",
"portdir": "comms/codegroup",
"version": "20080907",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.fourmilab.ch/codegroup/",
"description": "codegroup encodes and decodes arbitrary binary data in five-letter code groups, just like spies use!",
"long_description": "codegroup encodes any file into five-letter code groups, allowing it to be transmitted through any medium, and decodes files containing codegroups into the original input. Encoded files contain a 16-bit cyclical redundancy check (CRC) and file size to verify, when decoded, that the message is complete and correct. Files being decoded may contain other information before and after the codegroups, allowing in-the-clear annotations to be included. \n \ncodegroup makes no attempt, on its own, to prevent your message from being read. Cryptographic security should be delegated to a package intended for that purpose, such as pgp. codegroup can then be applied to the encrypted binary output, transforming it into easily transmitted text. Text created by codegroup uses only upper case ASCII letters and spaces. Unlike files encoded with uuencode or pgp's “ASCII armour” facility, the output of codegroup can be easily (albeit tediously) read over the telephone, broadcast by shortwave radio to agents in the field, or sent by telegram, telex, or Morse code. \n \nOnly codegroup conforms to the telegraphic convention of all upper case letters, and passes the “telephone test” of being readable without any modifiers such as “capital” and “lower-case”. Avoiding punctuation marks and lower case letters makes the output of codegroup much easier to transmit over a voice or traditional telegraphic link.",
"active": true,
"categories": [
"comms"
],
"maintainers": [
{
"name": "amtor",
"github": "RobK88",
"ports_count": 10
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": []
},
{
"name": "codec2",
"portdir": "audio/codec2",
"version": "1.2.0",
"license": "LGPL-2.1",
"platforms": "darwin macosx",
"epoch": 2,
"replaced_by": null,
"homepage": "https://www.rowetel.com/codec2.html",
"description": "Codec 2 is an open source speech codec designed for communications quality speech between 700 and 3200 bit/s",
"long_description": "Codec 2 is an open source speech codec designed for communications quality speech between 700 and 3200 bit/s. The main application is low-bandwidth HF/VHF digital radio. It fills a gap in open source voice codecs beneath 5000 bit/s and is released under the GNU Lesser General Public License (LGPL). Informal listening tests indicate that Codec 2 at 700 bits/s has better speech quality than MELP and is comparable to TWELP at 600 bit/s. The Codec 2 project also contains several modems (OFDM, FDMDV, COHPSK and mFSK) carefully designed for digital voice over HF radio.",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
}
],
"variants": [
"debug",
"lpcnet",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libsamplerate",
"lpcnetfreedv",
"speex"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"quisk",
"gnuradio-devel",
"SDRangel",
"freedv-gui",
"gnuradio",
"gnuradio-next",
"lpcnetfreedv",
"SDRPlusPlus",
"baresip"
]
}
]
},
{
"name": "codeblocks-devel",
"portdir": "devel/codeblocks-devel",
"version": "20250101-r13598",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.codeblocks.org/",
"description": "Open Source, Cross-platform, Free C/C++/D IDE",
"long_description": "Open Source, Cross-platform, Free C/C++/D IDE. This port tracks the upstream development of CodeBlocks.",
"active": true,
"categories": [
"aqua",
"devel",
"x11"
],
"maintainers": [],
"variants": [
"wxwidgets32",
"wxgtk30",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17",
"boost176",
"autoconf",
"automake",
"libtool"
]
},
{
"type": "fetch",
"ports": [
"subversion"
]
},
{
"type": "lib",
"ports": [
"hunspell",
"wxWidgets-3.2",
"bzip2"
]
}
],
"depends_on": []
},
{
"name": "codeblocks",
"portdir": "devel/codeblocks",
"version": "20.03",
"license": "GPL-3+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.codeblocks.org/",
"description": "Open Source, Cross-platform, Free C/C++/D IDE",
"long_description": "Code::Blocks is a free C++ IDE built specifically to meet the most demanding needs of its users. It was designed, right from the start, to be extensible and configurable.",
"active": true,
"categories": [
"aqua",
"devel",
"x11"
],
"maintainers": [],
"variants": [
"universal",
"wxwidgets30",
"wxwidgets28",
"wxgtk30",
"wxgtk28"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"hunspell",
"boost176",
"wxgtk-3.0"
]
}
],
"depends_on": []
},
{
"name": "cocot",
"portdir": "textproc/cocot",
"version": "20080315",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://vmi.jp/software/cygwin/cocot.html",
"description": "COde COnverter on Tty",
"long_description": "COde COnverter on Tty",
"active": true,
"categories": [
"textproc",
"japanese"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libiconv"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"jnethack"
]
}
]
},
{
"name": "cocogitto",
"portdir": "devel/cocogitto",
"version": "6.5.0",
"license": "MIT, and Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/cocogitto/cocogitto",
"description": "The Conventional Commits toolbox",
"long_description": "The Conventional Commits toolbox, providing verified commits, automatic version bump and changelog, release profiles, conventional git log, GitHub integration, and monorepo support.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "austin",
"github": "halostatue",
"ports_count": 21
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
},
{
"type": "run",
"ports": [
"libgit2"
]
}
],
"depends_on": []
},
{
"name": "cocoa-tlassemble",
"portdir": "sysutils/cocoa-tlassemble",
"version": "1.0",
"license": "BSD",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dbridges/cocoa-tlassemble",
"description": "tlassemble is a simple Mac OS X command line utility that combines a sequence of images into a movie.",
"long_description": "tlassemble is a simple Mac OS X command line utility that combines a sequence of images into a movie.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "cocoa-sharp",
"portdir": "devel/cocoa-sharp",
"version": "0.2",
"license": "GPL-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.go-mono.org/",
"description": "Cocoa bindings for the Mono .NET Development Framework",
"long_description": "These are Cocoa bindings for Mono, which is an implementation of the .NET Development Framework.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"mono"
]
}
],
"depends_on": []
},
{
"name": "CocoaRestClient",
"portdir": "www/CocoaRestClient",
"version": "1.4.7",
"license": "BSD",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://mmattozzi.github.io/cocoa-rest-client/",
"description": "A free, native macOS app for testing HTTP/REST endpoints",
"long_description": "Test and interact with HTTP/REST resources: \n* Make GET, PUT, POST, DELETE, and HEAD calls. \n* Set request headers and display response headers. \n* Automatically pretty print XML and JSON content. \n* Quick save of request URLs, body, and headers in one convenient drawer. \n* Lightweight: Low real memory usage. \n* SSL Support (including untrusted certificates). \n* Optionally follows HTTP redirects. \n* Set HTTP Basic or Digest Auth. \n* Set HTTP request body content to a raw text blob or a list of parameters. \n* Upload files using HTTP multipart requests. HTTP form encoding also supported. \n* Unified diff tool for comparing responses.",
"active": true,
"categories": [
"www"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "CocoaDialog",
"portdir": "aqua/CocoaDialog",
"version": "2.3.7",
"license": "GPL-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cocoadialog.com/v2/#2.3.x",
"description": "common GUI controls for command-line application",
"long_description": "CocoaDialog is a macOS application that allows the use of common GUI controls such as file selectors, text input, progress bars, yes/no confirmations and more with a command-line application. It requires no knowledge of Cocoa, and is ideal for use in shell and Perl scripts (or Ruby, or Python, or... etc).",
"active": true,
"categories": [
"aqua",
"sysutils"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "Cockatrice",
"portdir": "games/Cockatrice",
"version": "2016-05-06-Release",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://www.woogerworks.com/",
"description": "A board for playing trading card games like MTG online",
"long_description": "A board for playing trading card games like MTG online (This port installs only the client as well as oracle.)",
"active": true,
"categories": [
"games"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"protobuf3-cpp"
]
}
],
"depends_on": []
},
{
"name": "coccinelle",
"portdir": "devel/coccinelle",
"version": "1.1.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/coccinelle/coccinelle",
"description": "coccinelle is a semantic diff.",
"long_description": "coccinelle is a program matching and transformation engine which provides the language SmPL (Semantic Patch Language) for specifying desired matches and transformations in C code.",
"active": true,
"categories": [
"devel",
"textproc",
"ocaml"
],
"maintainers": [],
"variants": [
"python310",
"pcre",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-13",
"autoconf",
"automake",
"libtool"
]
},
{
"type": "lib",
"ports": [
"ocaml",
"ocaml-findlib",
"ocaml-menhir",
"ocaml-parmap"
]
}
],
"depends_on": []
},
{
"name": "cobertura",
"portdir": "java/cobertura",
"version": "1.6",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cobertura.sourceforge.net/",
"description": "Java code coverage tool",
"long_description": "Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"javancss",
"junit",
"objectweb-asm",
"apache-ant"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"kaffe"
]
},
{
"type": "run",
"ports": [
"junit"
]
}
],
"depends_on": []
},
{
"name": "cobalt.rs",
"portdir": "www/cobalt.rs",
"version": "0.20.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cobalt-org.github.io",
"description": "A straightforward static site generator written in Rust",
"long_description": "A straightforward static site generator written in Rust. Cobalt will help you get up and running quickly but scales to handle your more complex cases. It tries to be no-hassle with a workflow-centric command line and a familiar template language. Written in Rust, Cobalt is blazing fast and allows you to quickly see the results of your work.",
"active": true,
"categories": [
"devel",
"www"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "cntlm",
"portdir": "net/cntlm",
"version": "0.92.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cntlm.sourceforge.net/",
"description": "Cntlm is an NTLM / NTLM Session Response / NTLMv2 authenticating HTTP proxy",
"long_description": "Cntlm integrates TCP/IP port forwarding (HTTP tunneling), SOCKS5 proxy mode, standalone proxy allowing you to browse intranet as well as Internet and to access corporate web servers with NTLM protection. There are many advanced features like NTLMv2 support, password protection, password hashing, completely mutliplatform code (running on just about every architecture and OS out there) and so much more.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"coreutils"
]
}
],
"depends_on": []
}
]
}