HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50278,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=35",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=33",
"results": [
{
"name": "crafty",
"portdir": "games/crafty",
"version": "25.2",
"license": "Restrictive and Noncommercial",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20220407202829/https://craftychess.com/",
"description": "Crafty is a chess program, that can be interfaced with xboard.",
"long_description": "Crafty is the derivative of Cray Blitz, a computer chess program. It is a very strong one, and its current peak ICC ratings are 3286 (bullet), 3388 (blitz) and 2792 (standard). It can be used with xboard just like gnuchess.",
"active": true,
"categories": [
"games"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": []
},
{
"name": "cram",
"portdir": "devel/cram",
"version": "0.7",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://bitheap.org/cram/",
"description": "A simple testing framework for command line applications",
"long_description": "Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the test with the command's actual output.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "git",
"github": "SoapZA",
"ports_count": 23
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": []
},
{
"name": "create-dmg",
"portdir": "sysutils/create-dmg",
"version": "1.2.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/create-dmg/create-dmg",
"description": "A shell script to build fancy DMGs",
"long_description": "A shell script to build fancy DMGs",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 640
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "create-dmg-js",
"portdir": "sysutils/create-dmg-js",
"version": "7.1.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/sindresorhus/create-dmg",
"description": "Create a good-looking DMG for your macOS app in seconds",
"long_description": "Create a good-looking DMG for your macOS app in seconds",
"active": true,
"categories": [
"sysutils",
"archivers"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 223
}
],
"variants": [
"dmg_icon"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"npm11"
]
},
{
"type": "lib",
"ports": [
"nodejs24"
]
}
],
"depends_on": []
},
{
"name": "createrepo",
"portdir": "sysutils/createrepo",
"version": "0.4.11",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://createrepo.baseurl.org/",
"description": "generates common metadata for package repositories",
"long_description": "createrepo generates the metadata necessary for an RPM package repository. This repository format (repodata) is supported by apt, red-carpet(zen), smart, up2date, Yast and yum.",
"active": false,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "run",
"ports": [
"python27",
"py27-libxml2",
"py27-yum-metadata-parser",
"rpm"
]
},
{
"type": "test",
"ports": [
"py27-checker"
]
}
],
"depends_on": []
},
{
"name": "creduce",
"portdir": "devel/creduce",
"version": "2.10.0",
"license": "NCSA",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://embed.cs.utah.edu/creduce",
"description": "Test-case reduction for C compiler bugs",
"long_description": "C-Reduce is a tool that takes a large C, C++, or OpenCL file that has a property of interest (such as triggering a compiler bug) and automatically produces a much smaller C/C++ file that has the same property. It is intended for use by people who discover and report bugs in compilers and other tools that process source code.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "larryv",
"github": "larryv",
"ports_count": 48
}
],
"variants": [
"llvm90",
"llvm11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"llvm-9.0",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"clang-9.0",
"perl5.34",
"p5.34-exporter-lite",
"zlib",
"p5.34-getopt-tabular",
"p5.34-regexp-common",
"p5.34-term-readkey",
"p5.34-file-which",
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "crfpp",
"portdir": "math/crfpp",
"version": "0.58",
"license": "LGPL-3+ and BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://taku910.github.io/crfpp/",
"description": "Yet Another CRF toolkit",
"long_description": "CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data. CRF++ is designed for generic purpose and will be applied to a variety of NLP tasks, such as Named Entity Recognition, Information Extraction and Text Chunking.",
"active": true,
"categories": [
"textproc",
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"nkf",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"extractopinion",
"knp",
"knp3",
"cabocha",
"kakarot"
]
}
]
},
{
"name": "crfsuite",
"portdir": "math/crfsuite",
"version": "0.12.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.chokkan.org/software/crfsuite/",
"description": "A fast implementation of Conditional Random Fields (CRFs)",
"long_description": "CRFsuite is an implementation of Conditional Random Fields (CRFs) for labeling sequential data.",
"active": true,
"categories": [
"textproc",
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"liblbfgs"
]
}
],
"depends_on": []
},
{
"name": "CrimsonFields",
"portdir": "games/CrimsonFields",
"version": "0.5.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://crimson.seul.org",
"description": "Tactical war game in the tradition of Battle Isle",
"long_description": "Crimson Fields is a tactical war game in the tradition of Battle Isle, including a map editor and the possibility to import the original History Line or Battle Isle maps.",
"active": true,
"categories": [
"games"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"makeicns",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libsdl_mixer",
"libsdl",
"libsdl_ttf"
]
}
],
"depends_on": []
},
{
"name": "crispy-doom",
"portdir": "games/crispy-doom",
"version": "6.0",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fabiangreffrath/crispy-doom",
"description": "A limit-removing enhanced-resolution Doom source port based on Chocolate Doom",
"long_description": "Crispy Doom is a friendly fork of Chocolate Doom that provides a higher display resolution, removes the static limits of the Doom engine and offers further optional visual, tactical and physical enhancements while remaining entirely config file, savegame, netplay and demo compatible with the original.",
"active": true,
"categories": [
"games"
],
"maintainers": [
{
"name": "harens",
"github": "harens",
"ports_count": 149
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"pkgconfig",
"clang-15",
"python311"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libpng",
"libsamplerate",
"libsdl2_mixer",
"libsdl2",
"libsdl2_net"
]
}
],
"depends_on": []
},
{
"name": "criticalmass",
"portdir": "games/criticalmass",
"version": "1.0.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://criticalmass.sourceforge.net/critter.php",
"description": "Critical Mass is an SDL/OpenGL space shoot'em up game.",
"long_description": "Critical Mass is an SDL/OpenGL space shoot'em up game.",
"active": true,
"categories": [
"games"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libsdl_mixer",
"libsdl",
"libsdl_image",
"libpng"
]
}
],
"depends_on": []
},
{
"name": "crlibm",
"portdir": "devel/crlibm",
"version": "1.0beta5",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20170128033523/http://lipforge.ens-lyon.fr/www/crlibm/",
"description": "An efficient and proven correctly-rounded mathematical library",
"long_description": "An efficient and proven correctly-rounded mathematical library",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py313-pycrlibm",
"py27-pycrlibm",
"py35-pycrlibm",
"py36-pycrlibm"
]
}
]
},
{
"name": "croc",
"portdir": "net/croc",
"version": "10.3.1",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 1,
"replaced_by": null,
"homepage": "https://schollz.com/blog/croc6",
"description": "Easily and securely send things from one computer to another",
"long_description": "croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that: allows any two computers to transfer data (using a relay), provides end-to-end encryption (using PAKE), enables easy cross-platform transfers (Windows, Linux, Mac), allows multiple file transfers, allows resuming transfers that are interrupted, does not need a local server or port-forwarding, is faster than wormhole, rsync, scp through compression and multiplexing (speedups 1.5x to 4x), and supports IPv6.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "CronniX",
"portdir": "aqua/CronniX",
"version": "3.0.2",
"license": "GPL-3",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/cronnix/",
"description": "graphical frontend for scheduling cronjobs",
"long_description": "CronniX is a macOS frontend to the Unix scheduler cron. Cron is a system service that allows scheduled execution of scripts and programs.",
"active": true,
"categories": [
"aqua"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "fetch",
"ports": [
"subversion"
]
}
],
"depends_on": []
},
{
"name": "cronolog",
"portdir": "sysutils/cronolog",
"version": "1.6.2",
"license": "Apache-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fordmason/cronolog",
"description": "cronolog is a web log rotation program",
"long_description": "cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "cronolog-devel",
"portdir": "sysutils/cronolog-devel",
"version": "1.7.0-beta",
"license": "Apache-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fordmason/cronolog",
"description": "cronolog is a web log rotation program",
"long_description": "cronolog is a simple filter program that reads log file entries from standard input and writes each entry to the output file specified by a filename template and the current date and time. When the expanded filename changes, the current file is closed and a new one opened. This development release of 1.7 adds patches to support helper programs that can process a log after it is rolled. Run cronolog with no options for help.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "jberry",
"github": "jdberry",
"ports_count": 6
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "crswallow",
"portdir": "sysutils/crswallow",
"version": "0.2",
"license": "MPL-1.1 and GPL-2+ and LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/crswallow/",
"description": "filter or rate-limit text lines containing CR",
"long_description": "crswallow processes text lines passed in from stdin and forwards most of them to stdout/stderr. Text lines which contain the carriage return character (cr) are often used by software to print progress information on a text console. Some tools update the status very often, e.g. mencoder may do so several hundred times per second. Such output can be very disturbing when running software over a remote terminal connection with low bandwidth. The crswallow filter can limit status output to a single update in a given time interval, for example once per second.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "stefan.van.der.eijk",
"github": "",
"ports_count": 2
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"x264transcode"
]
}
]
},
{
"name": "crunch",
"portdir": "security/crunch",
"version": "3.6",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/crunch-wordlist/",
"description": "Wordlist generator",
"long_description": "Crunch is a wordlist generator where you can specify a standard character set or a character set you specify. crunch can generate all possible combinations and permutations.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 223
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "cryfs",
"portdir": "fuse/cryfs",
"version": "1.0.3",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.cryfs.org/",
"description": "Cryptographic filesystem for the cloud",
"long_description": "CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others",
"active": true,
"categories": [
"net",
"fuse"
],
"maintainers": [
{
"name": "jolan78",
"github": "jolan78",
"ports_count": 1
}
],
"variants": [
"debug",
"fs_link"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"range-v3",
"python313",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libfmt10",
"spdlog",
"boost187",
"libomp",
"curl",
"macfuse",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "cryptcat",
"portdir": "net/cryptcat",
"version": "1.2.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cryptcat.sourceforge.net/",
"description": "lightweight netcat with integrated transport encryption",
"long_description": "Cryptcat is a lightweight version of netcat with integrated transport encryption capabilities.",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "cryptlib",
"portdir": "devel/cryptlib",
"version": "3.4.8",
"license": "(Sleepycat or Restrictive)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.cs.auckland.ac.nz/~pgut001/cryptlib/",
"description": "cryptlib is a powerful security toolkit (library)",
"long_description": "cryptlib is a powerful security toolkit that allows even inexperienced crypto programmers to easily add encryption and authentication services to their software. The high-level interface provides anyone with the ability to add strong security capabilities to an application in as little as half an hour, without needing to know any of the low-level details that make the encryption or authentication work.",
"active": true,
"categories": [
"devel",
"security",
"crypto"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"secpwgen"
]
}
]
},
{
"name": "crystal",
"portdir": "lang/crystal",
"version": "1.18.2",
"license": "Apache-2",
"platforms": "{darwin >= 19}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://crystal-lang.org",
"description": "Crystal programming language",
"long_description": "Crystal is a fast, compiled programming language with a Ruby-inspired syntax.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 82
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"libffi",
"boehmgc",
"llvm-21",
"pcre2"
]
},
{
"type": "run",
"ports": [
"libxml2",
"zlib",
"gmp",
"libevent",
"libyaml",
"openssl",
"pkgconfig"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"amber",
"shards",
"frightcrawler"
]
}
]
},
{
"name": "crystfel",
"portdir": "science/crystfel",
"version": "0.6.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.desy.de/~twhite/crystfel/",
"description": "A suite of programs for processing serial crystallography data",
"long_description": "CrystFEL is a suite of programs for processing diffraction data acquired serially in a snapshot manner, such as when using the technique of Serial Femtosecond Crystallography (SFX) with a free-electron laser source.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"fftw-3",
"gsl",
"gtk2",
"pango",
"hdf5",
"gdk-pixbuf2"
]
}
],
"depends_on": []
},
{
"name": "cscope",
"portdir": "devel/cscope",
"version": "15.9",
"license": "BSD",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cscope.sourceforge.net/",
"description": "development tool for browsing source code",
"long_description": "Cscope is a developer's tool for browsing source code. It has an impeccable Unix pedigree, having been originally developed at Bell Labs back in the days of the PDP-11. Cscope was part of the official AT&T Unix distribution for many years, and has been used to manage projects involving 20 million lines of code.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"flex",
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "csfml",
"portdir": "multimedia/csfml",
"version": "2.5.1",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sfml-dev.org",
"description": "C bindings for SFML, the Simple and Fast Multimedia Library",
"long_description": "C bindings for SFML, the Simple and Fast Multimedia Library. It provides a simple interface to the various components of your computer, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network.",
"active": true,
"categories": [
"devel",
"multimedia"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-12"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"sfml"
]
}
],
"depends_on": []
},
{
"name": "csound",
"portdir": "audio/csound",
"version": "6.18.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.csound.com",
"description": "A language that is used to describe sound synthesizers.",
"long_description": "Csound is a computer programming language for dealing with sound. It is called Csound because it is written in the C programming language, as opposed to some of its predecessors. Csound was written at MIT by Barry Vercoe, based on an earlier language called Music360.",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"pulseaudio",
"tests",
"universal",
"debug",
"double",
"portaudio"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"bison",
"cmake",
"flex",
"gettext"
]
},
{
"type": "lib",
"ports": [
"libsndfile",
"curl",
"gettext-runtime",
"liblo"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"CsoundQt"
]
}
]
},
{
"name": "CsoundQt",
"portdir": "aqua/CsoundQt",
"version": "1.1.1",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://csoundqt.github.io",
"description": "CsoundQt is a frontend for Csound",
"long_description": "CsoundQt is a frontend for Csound featuring a highlighting editor with autocomplete, interactive widgets and integrated help. It is cross-platform and aims to be a simple yet powerful and complete development environment for Csound.",
"active": true,
"categories": [
"aqua",
"audio"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"double",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"qt5-qtbase",
"qt5-qtxmlpatterns",
"csound",
"libsndfile"
]
}
],
"depends_on": []
},
{
"name": "cspice",
"portdir": "science/cspice",
"version": "N0066",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://naif.jpl.nasa.gov/naif/",
"description": "SPICE: An Observation Geometry System for Planetary Science Missions",
"long_description": "NASA's Navigation and Ancillary Information Facility (NAIF) provides this toolkit in order to allow (planetary) scientists access to all kinds of space exploration related positioning information.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"doc",
"prefix_binaries"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-spiceypy",
"py37-spiceypy",
"py311-spiceypy",
"py310-spiceypy",
"py312-spiceypy",
"py313-spiceypy"
]
}
]
},
{
"name": "cssc",
"portdir": "devel/cssc",
"version": "1.4.1",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/cssc/",
"description": "SCCS replacement",
"long_description": "CSSC is the GNU Project's replacement for SCCS. SCCS is a proprietary suite of tools which is provided with most commercial versions of Unix.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "cssed",
"portdir": "editors/cssed",
"version": "0.4.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cssed.sourceforge.net/",
"description": "small graphical CSS editor and validator",
"long_description": "cssed is a small developer editor and validator, that tries to ease the CSS editing.",
"active": true,
"categories": [
"www",
"editors",
"x11"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"hicolor-icon-theme",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gtk2",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "csshX",
"portdir": "net/csshX",
"version": "0.74",
"license": "(Artistic-1 or GPL)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/csshx/",
"description": "Cluster ssh tool for Terminal.app",
"long_description": "csshX is a tool to allow simultaneous control of multiple SSH sessions. csshX will attempt to create an SSH session to each remote host in separate Terminal.app windows. A master window will also be created. All keyboard input in the master will be sent to all the slave windows.",
"active": true,
"categories": [
"sysutils",
"net",
"security"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "csu",
"portdir": "devel/csu",
"version": "85",
"license": "(APSL-1.1 or APSL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://opensource.apple.com/source/Csu/",
"description": "Common startup and C runtime setup code",
"long_description": "Common startup and C runtime setup code",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "csup",
"portdir": "net/csup",
"version": "20060318",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://mu.org/~mux/csup.html",
"description": "Csup is a rewrite of CVSup in C.",
"long_description": "Csup is a rewrite of CVSup in C. CVSup(R) is a software for distributing and updating collections of files accross a network. It can efficiently and accurately mirror all types of files, including sources, binaries, hard links, symbolic links, and even device nodes. In addition to being a great general-purpose mirroring tool, CVSup includes special features and optimizations specifically tailored to CVS repositories. It is being used as the preferred way to update sources within the FreeBSD, NetBSD and OpenBSD projects and more.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl"
]
}
],
"depends_on": []
},
{
"name": "csv2strings",
"portdir": "devel/csv2strings",
"version": "1.1.2",
"license": "GLP-3.0",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/csknns/csv2strings",
"description": "Apple's strings file convertor",
"long_description": "Parse & convert Apple's strings file to and from a csv file, with first column the translation key, second column the translation value, and the third the comments.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "christos.koninis",
"github": "csknns",
"ports_count": 2
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "csv2xml",
"portdir": "textproc/csv2xml",
"version": "0.6",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://csv2xml.sourceforge.net/",
"description": "A simple csv to xml converter.",
"long_description": "A simple csv to xml converter.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "csvdb",
"portdir": "databases/csvdb",
"version": "0.6",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/darkrose/csvdb",
"description": "csvdb - an SQL engine for csv",
"long_description": "csvdb is an SQL engine for csv (character separated values) files, allowing files to be searched and modified as if they were database tables",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"autoconf",
"libtool",
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"readline",
"gettext"
]
}
],
"depends_on": []
},
{
"name": "csview",
"portdir": "textproc/csview",
"version": "1.3.4",
"license": "(MIT or Apache-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/wfxr/csview",
"description": "Pretty and fast csv viewer for cli with cjk/emoji support.",
"long_description": "Pretty and fast csv viewer for cli with cjk/emoji support.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "csvkit_select",
"portdir": "python/csvkit_select",
"version": "0.1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "",
"description": "common files for selecting default csvkit version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of csvkit",
"active": true,
"categories": [
"python"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"py27-csvkit",
"py35-csvkit",
"py36-csvkit",
"py37-csvkit",
"py38-csvkit",
"py310-csvkit",
"py311-csvkit",
"py312-csvkit",
"py313-csvkit",
"py39-csvkit"
]
}
]
},
{
"name": "csvlens",
"portdir": "textproc/csvlens",
"version": "0.13.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/YS-L/csvlens",
"description": "Command line csv viewer",
"long_description": "Command line csv viewer",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "csvtk",
"portdir": "textproc/csvtk",
"version": "0.33.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/shenwei356/csvtk",
"description": "A cross-platform, efficient and practical CSV/TSV toolkit in Golang",
"long_description": "A cross-platform, efficient and practical CSV/TSV toolkit in Golang",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "austin",
"github": "halostatue",
"ports_count": 21
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "csvToLedger",
"portdir": "office/csvToLedger",
"version": "1.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tazzben/csvToLedger",
"description": "Convert CSVs to Ledger format",
"long_description": "This tool allows you to convert CSVs into a format appropriate for Ledger. It's particularly useful when you need to specify multipart transactions.",
"active": true,
"categories": [
"office"
],
"maintainers": [
{
"name": "bosmith",
"github": "tazzben",
"ports_count": 9
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-dateutil"
]
}
],
"depends_on": []
},
{
"name": "CSXCAD",
"portdir": "textproc/CSXCAD",
"version": "20231216-c6a15872",
"license": "GPL-3",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/thliebig/CSXCAD",
"description": "CSXCAD is a C++ library to describe geometrical objects and their physical or non-physical properties",
"long_description": "CSXCAD is a C++ library to describe geometrical objects and their physical or non-physical properties",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"hdf5",
"fparser",
"boost176",
"tinyxml",
"cgal4",
"vtk"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"QCSXCAD",
"openEMS",
"AppCSXCAD"
]
}
]
},
{
"name": "ctags",
"portdir": "devel/ctags",
"version": "5.8",
"license": "(GPL-2 or public-domain)",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "http://ctags.sourceforge.net/",
"description": "Reimplementation of ctags(1)",
"long_description": "Exuberant Ctags generates an index (or tag) file of source language objects in source files that allows these items to be quickly and easily located by a text editor or other utility. Alternatively, it can generate a cross reference file which lists, in human-readable form, information about the various objects found in a set of source code files. Supported languages include: Assembler, AWK, ASP, BETA, Bourne/Korn/Zsh Shell, C, C++, COBOL, Eiffel, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang, Scheme, Tcl, Vim and Yacc.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"murk"
]
},
{
"type": "lib",
"ports": [
"global",
"source-highlight"
]
},
{
"type": "run",
"ports": [
"xemacs"
]
}
]
},
{
"name": "ctlang",
"portdir": "graphics/ctlang",
"version": "1.5.3",
"license": "AMPAS",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/ampas/CTL",
"description": "Programming language for digital color management",
"long_description": "The Color Transformation Language, or CTL, is a programming language for digital color management.",
"active": true,
"categories": [
"graphics",
"lang"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1504
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"aces_container",
"imath",
"openexr",
"tiff"
]
}
],
"depends_on": []
},
{
"name": "ctool",
"portdir": "security/ctool",
"version": "1.2.3",
"license": "Noncommercial",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://web.archive.org/web/20050405212926/http://www.macsecurity.org/tools/ctool/",
"description": "ctool is a checksumming application.",
"long_description": "ctool is a checusmming application that is mindful of the prebinding information stored in Mach-o executable files.",
"active": true,
"categories": [
"security"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl",
"curl"
]
}
],
"depends_on": []
},
{
"name": "ctop",
"portdir": "sysutils/ctop",
"version": "0.7.6",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ctop.sh",
"description": "Top-like interface for container metrics",
"long_description": "ctop provides a concise and condensed overview of real-time metrics for multiple containers.\nctop comes with built-in support for Docker and runC; connectors for other container and cluster systems are planned for future releases.",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 640
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "ctorrent",
"portdir": "net/ctorrent",
"version": "3.3.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/dtorrent/",
"description": "command line BitTorrent client",
"long_description": "Enhanced CTorrent is a BitTorrent client for unix-like environments. High performance with minimal system resources and dependencies is a priority.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": []
},
{
"name": "ctpv",
"portdir": "graphics/ctpv",
"version": "1.1",
"license": "MIT",
"platforms": "darwin linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/NikitaIvanovV/ctpv",
"description": "Image previews for lf file manager",
"long_description": "ctpv is a file previewer utility for a terminal. It supports previews for source code, archives, PDF files, images, videos, etc.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "github.ssk",
"github": "suhailskhan",
"ports_count": 3
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libmagic"
]
}
],
"depends_on": []
},
{
"name": "ctris",
"portdir": "games/ctris",
"version": "0.43",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dominikhackl/ctris",
"description": "Ncurses based tetris clone written in C.",
"long_description": "ctetris is a beautiful tetris clone, written in C using the ncurses library. It works very fast and efficiently, so it should be possible to play it even over a slow remote terminal.",
"active": true,
"categories": [
"games"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "cubeb",
"portdir": "audio/cubeb",
"version": "20250325",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mozilla/cubeb",
"description": "Cross platform audio library",
"long_description": "Cross platform audio library",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1019
}
],
"variants": [
"debug",
"jack",
"pulse",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"doxygen",
"clang-17",
"python313"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"speexDSP"
]
}
],
"depends_on": []
}
]
}