HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50784,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=974",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=972",
"results": [
{
"name": "libxkbcommon-x11",
"portdir": "devel/libxkbcommon",
"version": "1.7.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://xkbcommon.org",
"description": "library to handle keyboard descriptions",
"long_description": "libxkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications. It is also used by some XCB applications for proper keyboard support.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"ninja",
"pkgconfig",
"xorg-util-macros",
"bison",
"meson"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"xorg-libxcb",
"libxkbcommon"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gtk3-devel",
"gtk3",
"gtk4-devel",
"gtk4",
"i3",
"rofi"
]
}
]
},
{
"name": "libxkbcommon",
"portdir": "devel/libxkbcommon",
"version": "1.7.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://xkbcommon.org",
"description": "library to handle keyboard descriptions",
"long_description": "libxkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications. It is also used by some XCB applications for proper keyboard support.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"ninja",
"pkgconfig",
"xorg-util-macros",
"bison",
"meson"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"xkeyboard-config",
"libxml2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"i3",
"xdotool",
"libxkbcommon-x11"
]
}
]
},
{
"name": "libxdg-basedir",
"portdir": "devel/libxdg-basedir",
"version": "1.2.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/devnev/libxdg-basedir",
"description": "An implementation of the XDG Base Directory specification",
"long_description": "This library implements functions to list the directories according to the specification and provides a few higher-level functions for use with the specification.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"awesome",
"xmoto"
]
}
]
},
{
"name": "libwebsockets",
"portdir": "devel/libwebsockets",
"version": "4.5.2",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/warmcat/libwebsockets",
"description": "Canonical libwebsockets.org websocket library",
"long_description": "Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "slewsys",
"github": "slewsys",
"ports_count": 4
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libev",
"libuv",
"openssl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kismet",
"mosquitto",
"ttyd"
]
}
]
},
{
"name": "libvterm",
"portdir": "devel/libvterm",
"version": "0.3.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.leonerd.org.uk/code/libvterm/",
"description": "A library for a VT220/xterm/ECMA-48 terminal emulator",
"long_description": "An abstract C99 library which implements a VT220 or xterm-like terminal emulator. It doesn't use any particular graphics toolkit or output system, instead it invokes callback function pointers that its embedding program should provide it to draw on its behalf. It avoids calling malloc() during normal running state, allowing it to be used in embedded kernel situations.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "libuv",
"portdir": "devel/libuv",
"version": "1.44.2",
"license": "(MIT or BSD)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libuv.org/",
"description": "Cross-platform asychronous I/O",
"long_description": "libuv is a multi-platform support library with a focus on cross-platform asynchronous I/O.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1024
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qpid-proton",
"py36-gevent",
"luv",
"luv-luajit",
"uvw",
"uvw2",
"grpc",
"py39-grpcio",
"py39-grpcio-tools",
"py310-grpcio",
"py310-grpcio-tools",
"getdns",
"neovim",
"neovim-devel",
"py37-grpcio",
"py37-grpcio-tools",
"bind9",
"aria2",
"netdata",
"bind9.18",
"py38-grpcio",
"py38-grpcio-tools",
"cl-libuv",
"libwebsockets",
"ttyd",
"knot-resolver"
]
}
]
},
{
"name": "libuuid",
"portdir": "devel/libuuid",
"version": "1.0.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/libuuid/",
"description": "Portable uuid C library",
"long_description": "Portable uuid C library",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-alien-libuuid",
"erofs-utils",
"p5.30-alien-libuuid",
"p5.28-alien-libuuid",
"p5.32-alien-libuuid",
"p5.34-alien-libuuid",
"php53-uuid",
"php54-uuid",
"php55-uuid",
"php56-uuid",
"php70-uuid",
"php71-uuid",
"php72-uuid",
"php73-uuid",
"php74-uuid",
"php80-uuid",
"php81-uuid",
"php82-uuid",
"php83-uuid",
"netdata"
]
}
]
},
{
"name": "libut",
"portdir": "devel/libut",
"version": "2.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://libut.sourceforge.net/",
"description": "library for writing Unix servers or daemon processes",
"long_description": "libut is a C library for writing Unix servers or daemon processes. It invokes callbacks for I/O, signals, or timer activity. It supports logging, profiling, configuration, and runtime administration through an interactive control port.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
}
],
"depends_on": []
},
{
"name": "libusbmuxd-devel",
"portdir": "devel/libusbmuxd",
"version": "20250907",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/libimobiledevice/libusbmuxd",
"description": "A client library to multiplex connections from and to iOS devices",
"long_description": "A client library to multiplex connections from and to iOS devices by connecting to a socket provided by a usbmuxd daemon.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ijackson",
"github": "JacksonIsaac",
"ports_count": 44
},
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 229
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"clang-18",
"autoconf",
"libtool"
]
},
{
"type": "lib",
"ports": [
"libimobiledevice-glue-devel",
"libplist-devel"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libimobiledevice-devel"
]
}
]
},
{
"name": "libusbmuxd",
"portdir": "devel/libusbmuxd",
"version": "2.1.1",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libimobiledevice/libusbmuxd",
"description": "A client library to multiplex connections from and to iOS devices",
"long_description": "A client library to multiplex connections from and to iOS devices by connecting to a socket provided by a usbmuxd daemon.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ijackson",
"github": "JacksonIsaac",
"ports_count": 44
},
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 229
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libplist",
"libimobiledevice-glue"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libimobiledevice"
]
}
]
},
{
"name": "libusb-legacy",
"portdir": "devel/libusb-legacy",
"version": "0.1.12",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libusb.info/",
"description": "Library providing access to USB devices",
"long_description": "A library originally developed under Linux to give userland programs an API to access to USB hardware.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "libusb-compat",
"portdir": "devel/libusb-compat",
"version": "0.1.8",
"license": "LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libusb.info/",
"description": "library for USB device access",
"long_description": "library for use by user level applications to access USB devices regardless of OS",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libusb"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnokii",
"libnfc",
"usbprog",
"libptp2",
"piklab",
"twain-sane",
"libticonv",
"roboctl",
"linrad",
"playerstage-player",
"iguanaIR",
"sispmctl",
"lprof",
"qlandkarte",
"gnupg1",
"flashrom",
"libftdi",
"libftdi0",
"libftdi1",
"hamlib",
"hamlib-devel",
"libgphoto2",
"gphoto2",
"mspdebug",
"nut",
"avarice",
"gnupg2",
"lirc",
"micronucleus"
]
}
]
},
{
"name": "libusb-devel",
"portdir": "devel/libusb",
"version": "20220904-f3619c40",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://libusb.info/",
"description": "library for USB device access",
"long_description": "library for use by user level applications to access USB devices regardless of OS This port provides devel version of libusb, updated weekly to monthly.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libusb",
"portdir": "devel/libusb",
"version": "1.0.29",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libusb.info/",
"description": "library for USB device access",
"long_description": "library for use by user level applications to access USB devices regardless of OS",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"kde4-workspace"
]
},
{
"type": "lib",
"ports": [
"uhubctl",
"hackrf",
"hackrf-devel",
"py39-libusb1",
"FreeRDP",
"openni",
"lirc",
"micronucleus",
"bettercap",
"qdmr",
"minipro",
"kismet",
"libnfc",
"dfu-programmer",
"dfu-util",
"libdc1394",
"libdivecomputer",
"libfreespace",
"libnifalcon",
"libcaer",
"spice-gtk",
"py38-libusb1",
"libiio",
"idevicerestore",
"idevicerestore-devel",
"usbredir",
"SDRangel",
"airspy",
"airspyhf",
"bladeRF",
"exodriver",
"gr-baz",
"gr37-baz",
"ipsw",
"gr37-fcdproplus",
"limesuite",
"limesuite-devel",
"openhantek",
"osmocore",
"perseus-sdr",
"osmocore-devel",
"darktable",
"darktable-devel",
"ubertooth",
"ubertooth-devel",
"usbmuxd",
"usbmuxd-devel",
"SDRplay3",
"indi",
"linrad",
"iRecovery",
"iguanaIR",
"PineFlash",
"avrdude",
"SDRPlusPlus",
"xserve-frontpanel",
"libgpod",
"gpsbabel",
"scrcpy",
"VLC2",
"libVLC2",
"digikam",
"uhd",
"uhd-39lts",
"uhd-devel",
"usbutils",
"wb32-dfu-updater",
"ola",
"libmtp",
"welle.io",
"welle.io-devel",
"libftdi1",
"openocd",
"stlink",
"rtl-sdr",
"libusb-compat",
"py311-libusb1",
"py312-libusb1",
"py310-libusb1",
"argyll",
"sane-backends",
"cgminer",
"qemu",
"mos-devel",
"mos"
]
},
{
"type": "run",
"ports": [
"py36-pyusb",
"py311-pyusb",
"py312-pyusb",
"py314-pyusb",
"py313-pyusb",
"py27-pyusb",
"py37-pyusb",
"py38-pyusb",
"py39-pyusb",
"py35-pyusb",
"py310-pyusb"
]
}
]
},
{
"name": "libupnp",
"portdir": "devel/libupnp",
"version": "1.14.17",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/pupnp/pupnp",
"description": "portable open source UPnP development kit",
"long_description": "The portable SDK for UPnP(tm) Devices (libupnp) provides developers with an API and open source code for building control points, devices, and bridges that are compliant with Version 1.0 of the Universal Plug and Play Device Architecture Specification.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"test",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "test",
"ports": [
"gtest"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"VLC2",
"libVLC2",
"amule"
]
}
]
},
{
"name": "libunwind-headers",
"portdir": "devel/libunwind",
"version": "5.0.1",
"license": "MIT and NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://blog.llvm.org/2013/10/new-libunwind-implementation-in-libcabi.html",
"description": "A version of Apple's libunwind library that is included in libSystem",
"long_description": "Apple's libunwind library (part of libSystem) was released as OSS and is now stewarded by the LLVM Project.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 301
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz-bootstrap"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cctools",
"strip7"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
]
},
{
"name": "libunwind",
"portdir": "devel/libunwind",
"version": "5.0.1",
"license": "MIT and NCSA",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "http://blog.llvm.org/2013/10/new-libunwind-implementation-in-libcabi.html",
"description": "A version of Apple's libunwind library that is included in libSystem",
"long_description": "Apple's libunwind library (part of libSystem) was released as OSS and is now stewarded by the LLVM Project.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 301
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz-bootstrap"
]
},
{
"type": "lib",
"ports": [
"libunwind-headers"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"toast",
"csview",
"so",
"ncmc",
"ncmdump",
"termusic",
"drill",
"py-rustworkx",
"py310-rustworkx",
"py311-rustworkx",
"py312-rustworkx",
"dominant_colours",
"rust-script",
"bingrep",
"just",
"jlq",
"py37-tokenizers",
"bore-cli",
"librsvg",
"librsvg-devel",
"dprint",
"doge",
"pijul-devel",
"phetch",
"procs",
"cbindgen",
"ned",
"zee",
"onefetch",
"tiron",
"jujutsu",
"brush",
"macdisp",
"py38-tokenizers",
"rs-aggregate",
"cfonts",
"sniprun",
"stgit",
"stylua",
"volta-node",
"sniffglue",
"joshuto",
"libkrun",
"asciinema",
"py35-bcrypt",
"py36-bcrypt",
"treefmt",
"prek",
"jless",
"rav1e",
"himalaya",
"py38-safetensors",
"hyfetch",
"py-cryptg",
"py310-cryptg",
"wiki-tui",
"py311-cryptg",
"py312-cryptg",
"py313-cryptg",
"nushell",
"yazi",
"gdrive3",
"gitoxide",
"osxbom",
"jql",
"dune",
"dua-cli",
"scout",
"shellharden",
"bupstash",
"sccache",
"shisho",
"ata",
"libopenraw",
"halloy",
"ruff",
"py37-jellyfish",
"shadowsocks-rust",
"py38-pydantic_core",
"blades",
"atuin",
"fastmod",
"py37-cryptography",
"py38-cryptography",
"keysync",
"ddh",
"modus",
"texlab",
"rq",
"stork",
"PineFlash",
"cloudman",
"diskonaut",
"dmux",
"killport",
"fif",
"ruplacer",
"hunt",
"binocle",
"when",
"mise",
"jot",
"py36-cryptography",
"tectonic",
"cargo2port",
"py39-bcrypt",
"py310-bcrypt",
"py311-bcrypt",
"py312-bcrypt",
"py313-bcrypt",
"py314-bcrypt",
"wrangler",
"rust",
"cargo",
"wasmtime",
"rust-bootstrap-10.5",
"arti",
"broot",
"sd",
"hgrep",
"gperftools",
"numbat",
"wasmer",
"eva",
"py37-pydantic_core",
"py37-maturin",
"dura",
"git-branchless",
"gitweb",
"py-tokenizers",
"py310-tokenizers",
"py311-tokenizers",
"serpl",
"fornjot",
"lemmeknow",
"git-delta",
"rpg-cli",
"ares",
"cgrc",
"xsv",
"geckodriver",
"taizen",
"py311-tiktoken",
"py312-tiktoken",
"uv",
"tree-sitter-cli",
"py37-orjson",
"t-rec",
"py310-jellyfish",
"py311-jellyfish",
"py312-jellyfish",
"py313-jellyfish",
"py314-jellyfish",
"ascii-gen",
"wgshadertoy",
"lapce",
"dust",
"rustic",
"hk",
"zola",
"typst",
"mqttui",
"tealdeer",
"starship",
"carl",
"watchman",
"lucky-commit",
"vivid",
"wasm-pack",
"code-minimap",
"watchexec",
"kondo",
"kbs2",
"repgrep",
"bartib",
"zenith",
"daktilo",
"py-orjson",
"py310-orjson",
"py311-orjson",
"py312-orjson",
"py313-orjson",
"py314-orjson",
"ouch",
"nixpacks",
"wezterm",
"orz",
"csvlens",
"age-plugin-yubikey",
"viddy",
"gitui",
"tu",
"git-absorb",
"oxipng",
"replibyte",
"conserve",
"yj",
"rune",
"py39-jellyfish",
"fend",
"rye",
"jwt-cli",
"mdcat",
"sad",
"pueue",
"py38-cryptg",
"dog",
"flawz",
"felix",
"fnm",
"zellij",
"srgn",
"otree",
"riff",
"py38-jellyfish",
"clavus",
"alacritty",
"committed",
"amber-lang",
"av1an",
"rebels-in-the-sky",
"silicon",
"git-cinnabar",
"pqrs",
"py-safetensors",
"py311-safetensors",
"py310-safetensors",
"meli",
"goku",
"bandwhich",
"roapi",
"columnq",
"rustpython",
"macmon",
"ripgrep-all",
"igrep",
"blake3",
"amp",
"t-rex",
"sig",
"rustscan",
"jaq",
"rage",
"ferium",
"backdown",
"coreutils-uutils",
"folderify",
"sequoia-keystore",
"aichat",
"presenterm",
"cocogitto",
"cargo-generate",
"neocmakelsp",
"navi",
"tuc",
"gping",
"kty",
"skim",
"git-cliff",
"py39-cryptography",
"py310-cryptography",
"py311-cryptography",
"py312-cryptography",
"py39-safetensors",
"py313-cryptography",
"py314-cryptography",
"diffr",
"mask",
"mercurial-rustext",
"hex",
"xan",
"dijo",
"wstunnel",
"py39-tokenizers",
"gql",
"veryl",
"tui-journal",
"pastel",
"hexyl",
"py-maturin",
"elp",
"py310-maturin",
"py39-maturin",
"py311-maturin",
"py312-maturin",
"py313-maturin",
"py314-maturin",
"fclones",
"mesalink",
"oxker",
"py-pydantic_core",
"py310-pydantic_core",
"py311-pydantic_core",
"py312-pydantic_core",
"py313-pydantic_core",
"py314-pydantic_core",
"py310-dulwich",
"py311-dulwich",
"py312-dulwich",
"py313-dulwich",
"py314-dulwich",
"py38-orjson",
"racer",
"py38-maturin",
"fd",
"cargo-asm",
"hck",
"weathr",
"agg",
"display-switch",
"qsv",
"hackernews-tui",
"nomino",
"choose",
"binwalk",
"ast-grep",
"gfold",
"kdash",
"gifski",
"libgifski",
"bat",
"aq",
"bottom",
"rsspls",
"cargo-c",
"jnv",
"jgenesis",
"py39-pydantic_core",
"gleam",
"sequoia-sq",
"py37-bcrypt",
"py38-bcrypt",
"ffsend",
"envelope",
"ox",
"miniserve",
"run",
"ripgrep",
"idevice_pair",
"py38-dulwich",
"whitebox-tools",
"sshs",
"dufs",
"lychee",
"grex",
"codex",
"kalker",
"rotz",
"git-interactive-rebase-tool",
"sequoia-chameleon-gnupg",
"gitu",
"inferno",
"tre-tree",
"tabiew",
"pngquant",
"svgcleaner",
"viu",
"hoard-cli",
"websocat",
"termscp",
"newsboat",
"mcfly",
"gpg-tui",
"lsd",
"zizmor",
"taskwarrior-tui",
"czkawka",
"kubie",
"py39-orjson",
"edit",
"taplo",
"kibi",
"py39-dulwich",
"difftastic",
"argc",
"oha",
"mdbook",
"tokei",
"xh",
"eza",
"diskus",
"helix",
"angle-grinder",
"genact",
"kalc",
"tlrc",
"zoxide",
"rust-analyzer",
"vrc-get",
"alcom",
"rhit",
"garage",
"xplr",
"ab-av1",
"qrtool",
"hyperfine",
"hurl",
"hwatch",
"rio",
"monolith",
"wiper",
"cobalt.rs",
"krunkit",
"rustup",
"py39-cryptg",
"fselect",
"topgrade"
]
}
]
},
{
"name": "libuninameslist",
"portdir": "devel/libuninameslist",
"version": "20230916",
"license": "Permissive",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/fontforge/libuninameslist",
"description": "A Library of Unicode annotation data",
"long_description": "The Unicode consortium provides a file containing annotations on many unicode characters. This library contains a compiled version of this file so that programs can access these data easily.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"fontforge"
]
}
]
},
{
"name": "libucl",
"portdir": "devel/libucl",
"version": "0.9.2",
"license": "BSD",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/vstakhov/libucl",
"description": "Universal configuration library parser",
"long_description": "Universal configuration library parser",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libtuxcap",
"portdir": "devel/libtuxcap",
"version": "1.4.0",
"license": "PopCap",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/tuxcap/",
"description": "framework for 2-D game development",
"long_description": "TuxCap is a port of the PopCap games framework used for 2-D game development. It comes with PyCap Python bindings, a fast 2-D physics engine, a particle engine, widgets and many documented examples.",
"active": true,
"categories": [
"devel",
"games"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"cmake"
]
},
{
"type": "lib",
"ports": [
"ImageMagick",
"libsdl_mixer",
"python27",
"libsdl"
]
},
{
"type": "run",
"ports": [
"glxinfo"
]
}
],
"depends_on": []
},
{
"name": "libtool",
"portdir": "devel/libtool",
"version": "2.5.4",
"license": "libtool",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/libtool",
"description": "The GNU Portable Library Tool",
"long_description": "GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "larryv",
"github": "larryv",
"ports_count": 48
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"m4"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libmp3splt",
"mpg123",
"pulseaudio",
"psqlODBC",
"unixODBC",
"global",
"libabw",
"libextractor",
"libgphoto2",
"pcrexx",
"TeXmacs",
"erlsom",
"GraphicsMagick",
"ImageMagick",
"graphviz",
"graphviz-devel",
"openvrml",
"synfig",
"vips",
"gforth",
"gst",
"mdk",
"php71-mcrypt",
"php70-mcrypt",
"php56-mcrypt",
"php55-mcrypt",
"php54-mcrypt",
"php53-mcrypt",
"php52-mcrypt",
"pure",
"ettercap",
"trafshow",
"php72-mcrypt",
"php73-mcrypt",
"php74-mcrypt",
"php80-mcrypt",
"pure-faust",
"pure-glpk",
"hamlib",
"hamlib-devel",
"ngspice",
"playerstage-stage",
"plplot",
"plplot-single",
"courier-authlib",
"libprelude",
"oath-toolkit",
"prelude-manager",
"xca",
"xmlsec",
"clamav",
"freeradius",
"nut",
"redland",
"php81-mcrypt",
"ngspice-lib",
"php82-mcrypt",
"xmlsec-1.2",
"clamav-legacy",
"squid",
"php83-mcrypt",
"ImageMagick7",
"guile-2.2",
"guile-1.8",
"guile-3.0"
]
},
{
"type": "build",
"ports": [
"djview",
"emacs-mac-app",
"emacs-mac-app-devel",
"pinentry-mac",
"arj",
"dact",
"gnutar",
"lha",
"lrzip",
"slimdata",
"ucl",
"xar",
"minizip",
"a52dec",
"audiofile",
"cdparanoia",
"cmuclmtk",
"easytag",
"espeak-ng",
"faac",
"gmpc",
"id3lib",
"libao",
"libdca",
"libmodplug",
"libmusicbrainz2",
"libofa",
"liboss",
"libsamplerate",
"libshout",
"libtagedit",
"mpeg4ip",
"ncmpcpp",
"soundtouch",
"stk",
"tagtool",
"twolame",
"vorbis-tools",
"xgsch2pcb",
"gnokii",
"hidapi",
"telepathy-logger",
"dfu-programmer",
"upslug2",
"usbprog",
"csvdb",
"db46",
"db46-java",
"dbslayer",
"gigabase",
"iplike",
"libgda5",
"pgtcl",
"postgis2",
"psiconv",
"pxlib",
"qof",
"sparkey",
"ResIL",
"apr-util",
"aqbanking6",
"aqbanking6-gtk2",
"aqbanking6-gtk3",
"asio",
"bakefile",
"beecrypt",
"bitwise",
"capnproto",
"cdecl",
"coccinelle",
"codeblocks",
"cppunit",
"cunit",
"fsvs",
"ftnchek",
"geany",
"geoclue2",
"glade3",
"gpgme",
"gsoap",
"gtkimageview",
"gumbo-parser",
"gvfs",
"gwenhywfar4",
"gwenhywfar4-gtk",
"gwenhywfar4-gtk3",
"gwenhywfar5",
"gwenhywfar5-gtk2",
"gwenhywfar5-gtk3",
"ideviceinstaller",
"ideviceinstaller-devel",
"idevicerestore",
"idevicerestore-devel",
"jubatus-mpio",
"jubatus-msgpack-rpc",
"libast",
"libb2",
"libchloride",
"libcmis",
"libconfig-hr",
"libdivecomputer",
"libdvbpsi",
"libdvdnav",
"libelf",
"libevent1",
"libfixposix",
"libgee",
"libgpg-error",
"libimobiledevice",
"libimobiledevice-devel",
"libirecovery",
"libirecovery-devel",
"libjwt",
"liblightgrep",
"libmaa",
"libmaxminddb",
"libmcs",
"libmongo-client",
"libmowgli",
"libmwaw",
"libnewt",
"libofx",
"liboil",
"libpwquality",
"librets",
"libsdl_gfx",
"libsdl_pango",
"libsl",
"libtar",
"libtermkey",
"libucl",
"libuninameslist",
"libusb-devel",
"libusb-compat",
"libusb-legacy",
"libusbmuxd-devel",
"libvterm",
"libxdg-basedir",
"libxo",
"libyaml",
"log4cplus",
"log4cpp",
"lutok",
"lzo",
"mediainfolib",
"mesalink",
"mesos",
"midgard2-core",
"modglue",
"mono",
"mono-addins",
"monotone-devel",
"mpir",
"mpir-devel",
"msgpack0",
"nettle",
"oniguruma5",
"oniguruma6",
"openscop",
"openslp",
"patchutils",
"pcrexx",
"ppl",
"protobuf-c",
"protobuf-cpp",
"pthsem",
"qd",
"qqwing",
"radlib",
"robodoc",
"safestr",
"sdlconsole",
"sparsehash",
"srecord",
"t1lib",
"tclreadline",
"thrift",
"ucpp",
"udis86",
"unibilium",
"universal-ctags",
"upower",
"usbmuxd",
"usbmuxd-devel",
"valgrind-devel",
"valgrind-macos-devel",
"wolfssl",
"xmlwrapp",
"xxl",
"zeitgeist",
"zmq",
"zmq3",
"zmq22",
"zmq-devel",
"zshdb",
"TeXmacs",
"abiword-x11",
"bluefish",
"emacs",
"emacs-devel",
"emacs-app",
"emacs-app-devel",
"l3afpad",
"leafpad",
"dosbox",
"dosbox-x",
"freesci",
"gelide",
"hercules",
"qemu",
"bitcoin",
"cgminer",
"cpuminer",
"offlinefs",
"osxfuse",
"s3fs",
"alienarena",
"cannonsmash",
"circuslinux",
"cmatrix",
"crack-attack",
"freedroidclassic",
"gdash",
"gnubg",
"moon-buggy",
"nwntools",
"robotfindskitten",
"teg",
"tuxtype",
"xgalaga",
"librttopo",
"accountsservice",
"adwaita-icon-theme",
"alacarte",
"anjuta",
"balsa",
"baobab",
"conglomerate",
"dconf",
"dia",
"empathy",
"eog-plugins",
"evince",
"gconf",
"gconf-editor",
"gconfmm",
"gdl",
"gdl3",
"gdlmm3",
"gdm",
"gfbgraph",
"ghex",
"glabels",
"glom",
"gnome-applets",
"gnome-calendar",
"gnome-chemistry-utils",
"gnome-chess",
"gnome-control-center",
"gnome-font-viewer",
"gnome-js-common",
"gnome-menus",
"gnome-mime-data",
"gnome-mud",
"gnome-music",
"gnome-online-accounts",
"gnome-photo-print",
"gnome-photos",
"gnome-session",
"gnome-sudoku",
"gnome-system-log",
"gnome-system-monitor",
"gnome-terminal",
"gnome-themes-extra",
"gnome-turtle",
"gnome-vfs",
"gnome-weather",
"gnotify",
"gnotime",
"gnucash",
"gnucash-devel",
"gnumeric",
"goffice",
"goffice08",
"grisbi",
"gspell",
"gstreamer010-gst-ffmpeg",
"gstreamer010-gst-plugins-bad",
"gstreamer010-gst-plugins-gl",
"gstreamer010-gst-plugins-good",
"gthumb",
"gtk-doc",
"gtk-quartz-engine",
"gtk2",
"gtksourceview",
"gtksourceview2",
"gtksourceview3",
"keybinder",
"py27-keybinder",
"libbonoboui",
"libepc",
"libglade2",
"libgnome",
"libgnome-keyring",
"libgnomecanvas",
"libgnomecups",
"libgnomekbd",
"libgnomeprint",
"libgnomeprintui",
"libgnomeui",
"libgtkhtml3",
"libgtkhtml4",
"libgtop",
"libsocialweb",
"libwnck",
"libwnck3",
"liferea",
"linsmith",
"oregano",
"policykit-gnome",
"regexxer",
"seahorse",
"seed",
"startup-notification",
"vino",
"vte-gtk2-compat",
"xchat-gnome",
"yelp",
"aalib",
"agave",
"antigraingeometry",
"autotrace",
"cogl",
"diff-pdf",
"djvulibre",
"dmtx-utils",
"dvisvgm",
"ftgl",
"g2",
"gegl-0.3",
"giblib",
"gimp-gap",
"gimp-lqr-plugin",
"gimp-resynthesizer",
"gimp-save-for-web",
"gimp2",
"gimp2-devel",
"graphviz",
"graphviz-devel",
"jbig2enc",
"jp2a",
"leptonica",
"libart_lgpl",
"libcaca",
"libcaca-devel",
"libdmtx",
"libemf",
"libexif",
"libguichan",
"libhermes",
"libmypaint",
"libopenraw",
"libpgf",
"libraw",
"libspiro",
"libwmf",
"libwpg-0.3",
"minidjvu",
"mozjpeg",
"openjpeg15",
"osm-gps-map",
"osm-gps-map-gtk2",
"plotutils",
"poly2tri-c",
"pstoedit",
"rawstudio",
"synfig",
"synfigstudio",
"vsd2svg",
"zimg",
"bitchx",
"hadoop",
"algol68g",
"colm",
"g95",
"gforth",
"ghc",
"gprolog",
"hugs98",
"mozart",
"obc",
"pfe",
"php80",
"php80-apache2handler",
"php80-cgi",
"php80-fpm",
"scsh",
"libetpan",
"mpack",
"opendkim",
"opensmtpd",
"ColPack",
"TinySVM",
"arpack",
"blitzwave",
"buddy",
"crfsuite",
"fftw",
"fftw-single",
"fgsl",
"fityk",
"flint",
"liblbfgs",
"libqalculate",
"libticables2",
"libticalcs2",
"libticonv",
"libtifiles2",
"matio",
"maxima-devel",
"octave",
"optpp",
"qalculate-gtk",
"reduce",
"singular",
"tilp2",
"HandBrake",
"HandBrakeCLI",
"VLC2",
"libVLC2",
"XviD",
"despotify",
"dirac",
"dvdauthor",
"frei0r-plugins",
"gtkpod",
"jpeginfo",
"libass",
"libbdplus",
"libgpod",
"libmovit",
"libquicktime-devel",
"libtheora",
"libvideogfx",
"mediainfo",
"MediaInfo-gui",
"ming",
"moc",
"mp4v2",
"ogmtools",
"pHash",
"schroedinger",
"shairport-sync",
"smpeg",
"transcode",
"vapoursynth",
"xine-lib",
"aria2",
"arp-scan",
"bwm-ng",
"darkstat",
"ddclient",
"docsis",
"flow-tools",
"fwknop-client",
"gajim",
"gftp",
"gq",
"grsync",
"httrack",
"irrtoolset",
"kerberos5",
"knock",
"ldns",
"lftp",
"libgrss",
"libnet",
"liboauth",
"liboping-devel",
"libpcapnav",
"libstrophe",
"libtorrent",
"libtorrent-devel",
"logjam",
"mcabber",
"mediatomb",
"mtr",
"munge",
"nc6",
"nefu",
"nfdump",
"nload",
"ntop",
"nxcomp",
"nxproxy",
"ola",
"onioncat",
"openfortivpn",
"openssh",
"pidgin",
"libpurple",
"finch",
"profanity",
"proftpd",
"quagga",
"rdesktop",
"rtorrent-devel",
"scotty",
"shellinabox",
"sshguard",
"ssldump",
"sstp-client",
"surfraw",
"thttpd",
"tnftpd",
"torsocks",
"traceroute",
"transmission-x11",
"tsocks",
"ucarp",
"vde2",
"wallet",
"wallet-server",
"wallet-kdc",
"wol",
"denemo",
"ghostscript",
"pslib",
"py27-pygtk",
"py27-xmlsec",
"py36-xmlsec",
"py37-xmlsec",
"py38-xmlsec",
"py39-xmlsec",
"py27-osmgpsmap",
"ADMS",
"libxavna",
"asco",
"ccfits",
"chemical-mime-data",
"ckon",
"erfa",
"exonerate",
"ghemical",
"gmtsar",
"gpredict",
"gst-plugins-cairovis",
"gst-plugins-math",
"hamlib-devel",
"hdfeos",
"hdfeos5",
"iverilog",
"libfec",
"libghemical",
"libnova",
"libosmo-dsp",
"libsc",
"linrad",
"netcdf-cxx",
"nightshade",
"opendx",
"osmocore",
"osmocore-devel",
"perseus-sdr",
"playerstage-player",
"psfex",
"quantum-espresso",
"qucs",
"solid",
"source-extractor",
"tempo",
"tophat",
"verilator",
"viking",
"vis5d",
"wview",
"xraylib",
"aff4",
"afflib",
"aimage",
"aircrack-ng",
"bulk_extractor",
"cracklib",
"gnomint",
"gss",
"ike-scan",
"libident",
"libprelude",
"libyubikey",
"md5deep",
"medusa",
"nbtscan",
"opensc",
"outguess",
"pam-google-authenticator",
"pam-u2f",
"pidgin-otr",
"pkcs11-helper",
"prelude-manager",
"shibboleth",
"softhsm",
"ssss",
"steghide",
"tcpcrypt-devel",
"voms",
"yara",
"yubico-c-client",
"yubico-pam",
"OpenIPMI",
"bash-completion",
"byobu",
"collectd",
"cuetools",
"dcfldd",
"debianutils",
"dpkg",
"duff",
"duti",
"fdupes",
"file",
"libmagic",
"freeradius",
"htop",
"ipmitool",
"krbafs",
"libirman",
"lirc",
"lnav",
"logrotate",
"rlwrap",
"sleuthkit",
"tmate",
"tmpreaper",
"tmux-devel",
"uptimed",
"watch",
"xtail",
"BibTool",
"aidadoc",
"apertium",
"asciidoc",
"aspell",
"barcode",
"dict",
"ekhtml",
"enchant",
"fmt-ptrn",
"fribidi",
"hunspell",
"kakasi",
"liblangtag",
"liblrdf",
"libots",
"libplist-devel",
"libpostal",
"librevenge",
"libsgml",
"libunistring",
"libwpd-0.10",
"libwps-0.3",
"libxml",
"libxmldiff",
"man-db",
"opensp",
"pinfo",
"pmw",
"sablotron",
"sand",
"simstring",
"py27-simstring",
"source-highlight",
"libsphinxclient",
"stardict",
"sword",
"tesseract",
"tesseract-training",
"tnef",
"unac",
"uni2ascii",
"unrtf",
"wv",
"xmlroff",
"xmlto",
"yamcha",
"FileZilla",
"cgilib",
"cherokee",
"emacs-w3m",
"fcgi",
"fcgiwrap",
"flood",
"libsass",
"lighttpd",
"litmus",
"mod_authn_otp",
"mod_gnutls",
"mod_qos",
"py27-nghttp2",
"py36-nghttp2",
"py37-nghttp2",
"privoxy",
"sassc",
"varnish",
"webkit-gtk",
"webkit-gtk3",
"webkit-gtk-2.0",
"webkit-gtk3-2.0",
"yaws",
"Eterm",
"XawM",
"blt",
"glw",
"gtk-engines2",
"gtkmm",
"gtkspell3",
"homebank",
"libhangul",
"nabi",
"neXtaw",
"nimbus",
"tango-icon-theme",
"tango-icon-theme-extras",
"xcircuit",
"xclip",
"xdiskusage",
"xdm",
"xinit",
"xkeyboard-config",
"xonclock",
"xorg-libXext",
"xorg-libXfont2",
"xorg-libXpresent",
"xorg-libXt",
"xorg-server",
"xorg-server-1.18",
"xorg-server-devel",
"xorg-server-legacy",
"xplanet",
"xtrap",
"libxfce4util",
"vte-gtk2-xfce",
"xfconf",
"dnsperf",
"procenv",
"php81",
"php81-apache2handler",
"php81-cgi",
"php81-fpm",
"zbar",
"p5.28-barcode-zbar",
"p5.30-barcode-zbar",
"p5.32-barcode-zbar",
"integrit",
"cups-ppdc",
"dvbcut",
"py27-pygtk-devel",
"gtk2-devel",
"rsync-hfscomp",
"zvbi",
"mscompress",
"easytag-devel",
"dvisvgm-devel",
"telescope",
"mod_tile",
"py310-xmlsec",
"mach_override",
"sysbench",
"aephea",
"jo",
"libaribb24",
"geany-plugins",
"gnuastro",
"got",
"php82",
"php82-apache2handler",
"php82-cgi",
"php82-fpm",
"fdm",
"ffms2",
"pkixssh",
"rofi",
"codeblocks-devel",
"demangle",
"ruby-devel",
"ragel-devel",
"4ti2",
"LiDIA",
"QSopt_ex",
"TOPCOM",
"latte-int",
"fplll",
"mpfrcx",
"yices",
"mcsim",
"admesh",
"libfirm",
"adept2",
"cmh",
"fortran-datetime",
"R-httpuv",
"audiowmark",
"py311-xmlsec",
"starpu",
"cyrus-sasl-xoauth2",
"libdsk",
"shadowsocks-libev",
"nrsc5",
"BRiAl",
"m4ri",
"atkmm-1.6",
"cairomm-1.0",
"libopenraw-legacy",
"nghttp3",
"libxc5",
"libxc6",
"mhxd",
"mdds-2.0",
"mdds-2.1",
"orcus-0.17",
"orcus-0.18",
"libimobiledevice-glue-devel",
"normaliz",
"php83",
"php83-apache2handler",
"php83-cgi",
"php83-fpm",
"libwired",
"wire",
"wired-server",
"uacme",
"ancient",
"alac",
"libqb",
"starpu13",
"pnetcdf",
"posh",
"ifuse",
"redwax-tool",
"spral",
"py312-xmlsec",
"libass-devel",
"libt3config",
"libt3highlight",
"libt3key",
"libt3widget",
"libt3window",
"libtranscript",
"tilde",
"termdebug",
"jemalloc-devel",
"lnav-devel",
"sudosh2",
"libhsts",
"liberasurecode",
"jnv",
"pg12-postgis3-doc",
"pg13-postgis3-doc",
"pg14-postgis3-doc",
"pg15-postgis3-doc",
"pg16-postgis3-doc",
"wxHexEditor",
"whiptcl",
"py38-libnewt",
"py39-libnewt",
"py310-libnewt",
"py311-libnewt",
"py312-libnewt",
"love-0.10",
"love-0.7",
"love-0.8",
"love-0.9",
"love-11",
"libclastfm",
"libdbusmenu",
"xpad",
"php84-apache2handler",
"php84",
"php84-cgi",
"php84-fpm",
"libmspack",
"guile-3.0",
"racket",
"ivykis",
"schismtracker",
"utdns",
"libsixel",
"p5.34-barcode-zbar",
"libtatsu-devel",
"iverilog-docs",
"py313-xmlsec",
"py313-libnewt",
"btfs",
"pg17-postgis3-doc",
"xnec2c",
"erofs-utils",
"libbacktrace",
"bstring",
"screen4",
"lbreakouthd",
"py314-xmlsec",
"pg12-postgis",
"pg12-postgis-doc",
"pg13-postgis",
"pg13-postgis-doc",
"pg14-postgis",
"pg14-postgis-doc",
"pg15-postgis",
"pg15-postgis-doc",
"pg16-postgis",
"pg16-postgis-doc",
"pg17-postgis",
"pg17-postgis-doc",
"libigloo"
]
},
{
"type": "run",
"ports": [
"gobject-introspection",
"lscsoft-deps",
"xfce4-dev-tools",
"gobject-introspection-devel"
]
}
]
},
{
"name": "libtins",
"portdir": "devel/libtins",
"version": "4.5",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libtins.github.io/",
"description": "high-level, multiplatform C++ network packet sniffing and crafting library",
"long_description": "libtins is a high-level, multiplatform C++ network packet sniffing and crafting library.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 97
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libpcap"
]
}
],
"depends_on": []
},
{
"name": "libtermkey",
"portdir": "devel/libtermkey",
"version": "0.22",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.leonerd.org.uk/code/libtermkey/",
"description": "Cross-platform asynchronous I/O",
"long_description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"unibilium"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"vis"
]
}
]
},
{
"name": "libtasn1",
"portdir": "devel/libtasn1",
"version": "4.21.0",
"license": "(LGPL-2.1+ or GPL-3+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/libtasn1/",
"description": "ASN.1 structure parser library",
"long_description": "The libtasn1 library was developed for ASN1 (Abstract Syntax Notification One) structures management.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1297
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p11-kit",
"rdesktop",
"gnutls",
"gnutls-devel",
"qgis3",
"qgis3-ltr",
"heimdal",
"libprelude",
"samba4"
]
}
]
},
{
"name": "libtar",
"portdir": "devel/libtar",
"version": "1.2.20",
"license": "BSD and MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/tklauser/libtar",
"description": "library for manipulating POSIX tar files",
"long_description": "libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"hydrogen"
]
}
]
},
{
"name": "libtapi",
"portdir": "devel/libtapi",
"version": "1300.6.5-20231128",
"license": "APSL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://opensource.apple.com/source/tapi/",
"description": "libtapi adds ld64 linker support for text-based API libraries.",
"long_description": "libtapi adds ld64 linker support for text-based API libraries. Newer MacOS SDKs contain only these TAPI stubs.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"cmake",
"clang-11-bootstrap",
"python311"
]
},
{
"type": "lib",
"ports": [
"libcxx"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ld64-latest"
]
}
]
},
{
"name": "libstaroffice",
"portdir": "devel/libstaroffice",
"version": "0.0.7",
"license": "MPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/fosnola/libstaroffice",
"description": "Import filter for old StarOffice documents.",
"long_description": "Import filter for old StarOffice documents.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "audvare",
"github": "Tatsh",
"ports_count": 25
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"librevenge"
]
}
],
"depends_on": []
},
{
"name": "libssh2",
"portdir": "devel/libssh2",
"version": "1.11.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libssh2.org/",
"description": "libssh2 is a library implementing the SSH2 protocol",
"long_description": "libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06), SECSH-DHGEX(04), and SECSH-NUMBERS(10).",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "normen",
"github": "Gminfly",
"ports_count": 11
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"gawk",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-git-raw",
"p5.26-net-ssh2",
"zabbix42",
"zabbix44",
"medusa",
"libgit2-glib",
"p5.28-git-raw",
"p5.30-git-raw",
"p5.32-git-raw",
"p5.34-git-raw",
"qore-ssh2-module",
"xine-ui",
"zabbix4",
"zabbix5",
"cargo",
"VLC2",
"libVLC2",
"php53-ssh2",
"php54-ssh2",
"php55-ssh2",
"php56-ssh2",
"php70-ssh2",
"php71-ssh2",
"php72-ssh2",
"php73-ssh2",
"php74-ssh2",
"php80-ssh2",
"php81-ssh2",
"php82-ssh2",
"php83-ssh2",
"zabbix3",
"p5.28-net-ssh2",
"p5.30-net-ssh2",
"p5.32-net-ssh2",
"p5.34-net-ssh2",
"libgit2",
"gstreamer1-gst-plugins-bad",
"libgit2-devel",
"mergestat",
"xine-lib",
"mlterm",
"nmap"
]
}
]
},
{
"name": "libssh",
"portdir": "devel/libssh",
"version": "0.11.1",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.libssh.org",
"description": "an SSH library",
"long_description": "The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library.",
"active": true,
"categories": [
"devel",
"net",
"security"
],
"maintainers": [
{
"name": "ionic",
"github": "Ionic",
"ports_count": 24
}
],
"variants": [
"debug",
"kerberos5",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"cmake",
"pkgconfig",
"doxygen"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl",
"kerberos5"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"yafc",
"wireshark3",
"wireshark4",
"x2goclient",
"tmate",
"hydra",
"dar",
"R-ssh",
"kde4-runtime"
]
}
]
},
{
"name": "libsolv",
"portdir": "devel/libsolv",
"version": "0.7.24",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openSUSE/libsolv",
"description": "Library for solving packages and reading repositories",
"long_description": "Library for solving packages and reading repositories",
"active": true,
"categories": [
"devel",
"math"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
},
{
"name": "ijackson",
"github": "JacksonIsaac",
"ports_count": 44
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"expat",
"xz",
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libmamba"
]
}
]
},
{
"name": "libsodium",
"portdir": "devel/libsodium",
"version": "1.0.20",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jedisct1/libsodium",
"description": "Portable and packageable NaCl-based crypto library",
"long_description": "libsodium is a library for network communication, encryption, decryption, signatures, etc.",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"softether5",
"py27-libnacl",
"py35-libnacl",
"py36-libnacl",
"py35-pynacl",
"pijul-devel",
"libchloride",
"toxcore",
"pijul",
"fbzmq",
"fizz",
"folly",
"mvfst",
"abaddon",
"py38-libnacl",
"et",
"py37-libnacl",
"nheko",
"php84-sodium",
"php83-sodium",
"php82-sodium",
"mtxclient",
"php81-sodium",
"php80-sodium",
"shadowsocks-libev",
"bupstash",
"KeePassXC",
"KeePassXC-devel",
"php74-sodium",
"php73-sodium",
"php72-sodium",
"minisign",
"unbound",
"py39-pynacl",
"py310-pynacl",
"py311-pynacl",
"py313-pynacl",
"py314-pynacl",
"py312-pynacl",
"py27-pynacl",
"py36-pynacl",
"py37-pynacl",
"magic-wormhole",
"wangle",
"uTox",
"pure-ftpd",
"warzone2100",
"py38-pynacl",
"proftpd",
"R-sodium",
"rspamd",
"oxenmq",
"zmq",
"zmq-devel",
"shairport-sync",
"edencommon",
"py313-libnacl"
]
},
{
"type": "run",
"ports": [
"rb33-ffi-libsodium",
"rb32-ffi-libsodium",
"rb31-ffi-libsodium"
]
}
]
},
{
"name": "libsockets",
"portdir": "devel/libsockets",
"version": "2.3.9.9",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.alhem.net/Sockets/",
"description": "C++ Sockets is a C++ wrapper for BSD-style sockets.",
"long_description": "C++ Sockets is a C++ wrapper for BSD-style sockets.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libxml2"
]
}
],
"depends_on": []
},
{
"name": "libsl",
"portdir": "devel/libsl",
"version": "0.3.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/stig/libsimplelist",
"description": "yet another generic linked list C-library",
"long_description": "libsimplelist is yet another generic linked list C-library.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "libsigsegv",
"portdir": "devel/libsigsegv",
"version": "2.14",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/libsigsegv",
"description": "Library for handling page faults in user mode.",
"long_description": "GNU libsigsegv is a library for handling page faults in user mode. A page fault occurs when a program tries to access to a region of memory that is currently not available. Catching and handling a page fault is a useful technique for implementing pageable virtual memory, memory-mapped access to persistent databases, generational garbage collectors, stack overflow handlers, distributed shared memory, etc.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"Maude",
"gst",
"clisp",
"asymptote"
]
}
]
},
{
"name": "libsignal-protocol-c",
"portdir": "devel/libsignal-protocol-c",
"version": "2.3.3",
"license": "(GPL-3 or MPL-2)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/signalapp/libsignal-protocol-c",
"description": "A ratcheting forward secrecy protocol for synchronous and asynchronous messaging environments.",
"long_description": "A ratcheting forward secrecy protocol for synchronous and asynchronous messaging environments.",
"active": true,
"categories": [
"devel",
"net",
"security"
],
"maintainers": [
{
"name": "calvin",
"github": "cardi",
"ports_count": 27
}
],
"variants": [
"debug",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"profanity"
]
}
]
},
{
"name": "libsigcxx3",
"portdir": "devel/libsigcxx3",
"version": "3.6.0",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
"description": "Typesafe callback framework for C++",
"long_description": "libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual. This is the libsigc++-3.0 API, which installs in parallel with libsigc++-2.0. The API is not significantly different, but the implementation is far simpler, using variadic templates instead of generating C++ code from .m4 filessystem.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 354
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"m4",
"meson",
"ninja",
"pkgconfig",
"mm-common",
"libxslt"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gtkmm4",
"gnome3-core",
"pavucontrol",
"glibmm",
"glibmm-devel",
"cairomm"
]
},
{
"type": "run",
"ports": [
"gnome3-core"
]
}
]
},
{
"name": "libsigcxx2",
"portdir": "devel/libsigcxx2",
"version": "2.12.1",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libsigcplusplus.github.io/libsigcplusplus/",
"description": "C++ signal callback system",
"long_description": "libsigc++ implements a typesafe callback system for standard C++. It allows you to define signals and to connect those signals to any callback function, either global or a member function, regardless of whether it is static or virtual.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2625
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 354
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"m4",
"meson",
"ninja",
"pkgconfig",
"mm-common",
"libxslt"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libpar2",
"libtorrent",
"modglue",
"net6",
"obby",
"rtorrent",
"gnome3-core",
"inkscape-devel",
"libtorrent-devel",
"rtorrent-devel",
"gnome-bindings-cxx",
"inkscape",
"pangomm-1.4-devel",
"pangomm-1.4",
"glibmm-2.4",
"pangomm-devel",
"pangomm",
"cherrytree",
"cairomm-1.0",
"stardict",
"rawtherapee",
"synfig",
"centerim"
]
},
{
"type": "run",
"ports": [
"gnome3-core"
]
}
]
},
{
"name": "libsdl_ttf-framework",
"portdir": "devel/libsdl_ttf-framework",
"version": "20110120",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.libsdl.org/projects/SDL_ttf/",
"description": "Framework version of libsdl_ttf",
"long_description": "Framework version of libsdl_ttf",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "run",
"ports": [
"libsdl-framework",
"libsdl_ttf"
]
}
],
"depends_on": []
},
{
"name": "libsdl_ttf",
"portdir": "devel/libsdl_ttf",
"version": "2.0.11-20220526",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20201111165552/https://www.libsdl.org/projects/SDL_ttf/release-1.2.html",
"description": "add on library for libSDL for rendering TrueType fonts",
"long_description": "This library is a wrapper around FreeType and allows rendering TrueType fonts in SDL applications.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libsdl",
"freetype"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"tuxtype",
"rb31-rubysdl",
"xmoto",
"svinepalsen",
"p5.26-alien-sdl",
"CrimsonFields",
"fife",
"freedink",
"lincity-ng",
"netpanzer",
"openmortal",
"ocamlsdl",
"p5.28-alien-sdl",
"p5.30-alien-sdl",
"p5.32-alien-sdl",
"p5.34-alien-sdl",
"tuxmath",
"t4k_common",
"glob2",
"rb33-rubysdl",
"rb32-rubysdl"
]
},
{
"type": "run",
"ports": [
"libsdl_ttf-framework",
"rb32-sdl-ffi",
"rb31-sdl-ffi",
"rb33-sdl-ffi"
]
}
]
},
{
"name": "libsdl_pango",
"portdir": "devel/libsdl_pango",
"version": "0.1.2",
"license": "LGPL-2.1+",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sdlpango.sourceforge.net/",
"description": "SDL_Pango connects Pango to SDL",
"long_description": "Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the engine to SDL.",
"active": true,
"categories": [
"devel",
"x11"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"automake",
"libtool",
"pkgconfig",
"autoconf"
]
},
{
"type": "lib",
"ports": [
"fontconfig",
"pango",
"libsdl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p5.26-alien-sdl",
"frozenbubble2",
"p5.28-alien-sdl",
"p5.30-alien-sdl",
"p5.32-alien-sdl",
"p5.34-alien-sdl",
"tuxmath",
"t4k_common",
"nightshade"
]
}
]
},
{
"name": "libsdl_net-framework",
"portdir": "devel/libsdl_net-framework",
"version": "1.2.8",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.libsdl.org/projects/SDL_net/",
"description": "Framework version of libsdl_net",
"long_description": "Framework version of libsdl_net",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "run",
"ports": [
"libsdl-framework",
"libsdl_net"
]
}
],
"depends_on": []
},
{
"name": "libsdl_net",
"portdir": "devel/libsdl_net",
"version": "1.2.8-20220916",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20220113201851/https://www.libsdl.org/projects/SDL_net/release-1.2.html",
"description": "cross-platform networking library",
"long_description": "This is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libsdl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lbreakout2",
"p5.26-alien-sdl",
"rocksndiamonds",
"2Pong",
"gav",
"netpanzer",
"openmortal",
"p5.28-alien-sdl",
"p5.30-alien-sdl",
"p5.32-alien-sdl",
"p5.34-alien-sdl",
"tuxmath",
"t4k_common",
"glob2",
"xmoto",
"dosbox",
"tuxtype"
]
},
{
"type": "run",
"ports": [
"libsdl_net-framework"
]
}
]
},
{
"name": "libsdl_image-framework",
"portdir": "devel/libsdl_image-framework",
"version": "20110119",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.libsdl.org/projects/SDL_image/",
"description": "Framework version of libsdl_image",
"long_description": "Framework version of libsdl_image",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "run",
"ports": [
"libsdl-framework",
"libsdl_image"
]
}
],
"depends_on": []
},
{
"name": "libsdl_image",
"portdir": "devel/libsdl_image",
"version": "1.2.12-20220527",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20211017021914/http://www.libsdl.org/projects/SDL_image/release-1.2.html",
"description": "Add on library for libSDL handling several image formats",
"long_description": "This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libsdl",
"libjpeg-turbo",
"libpng",
"tiff"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"armagetronad-common"
]
},
{
"type": "lib",
"ports": [
"freedroidclassic",
"rocksndiamonds",
"p5.26-alien-sdl",
"sdlconsole",
"atari800",
"54321",
"SDLInvaders",
"bomberclone",
"cannonsmash",
"circuslinux",
"criticalmass",
"duke3d",
"fife",
"flobopuyo",
"freedink",
"frozenbubble2",
"gav",
"lincity-ng",
"netpanzer",
"oilwar",
"openmortal",
"rott",
"rrgbis",
"vectoroids",
"ocamlsdl",
"p5.28-alien-sdl",
"p5.30-alien-sdl",
"p5.32-alien-sdl",
"p5.34-alien-sdl",
"tuxmath",
"t4k_common",
"iulib",
"armagetronad",
"tuxtype",
"svinepalsen",
"libbpg",
"glpong",
"chromium-bsu",
"glob2",
"rb33-rubysdl",
"rb32-rubysdl",
"rb31-rubysdl",
"libguichan"
]
},
{
"type": "run",
"ports": [
"libsdl_image-framework",
"rb31-sdl-ffi",
"rb33-sdl-ffi",
"rb32-sdl-ffi"
]
}
]
},
{
"name": "libsdl_gfx-framework",
"portdir": "devel/libsdl_gfx-framework",
"version": "20110120",
"license": "unknown",
"platforms": "{macosx any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ferzkopp.net/~aschiffler/Software/SDL_gfx-2.0/",
"description": "Framework version of libsdl_gfx",
"long_description": "Framework version of libsdl_gfx",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "run",
"ports": [
"libsdl-framework",
"libsdl_gfx"
]
}
],
"depends_on": []
},
{
"name": "libsdl_gfx",
"portdir": "devel/libsdl_gfx",
"version": "2.0.24",
"license": "LGPL-2.1",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx",
"description": "graphics primitives SDL extension",
"long_description": "The SDL_gfx library evolved out of the SDL_gfxPrimitives code which provided basic drawing routines such as lines, circles or polygons and SDL_rotozoom which implemented a interpolating rotozoomer for SDL surfaces. The current components of the SDL_gfx library are: Graphic Primitives, Rotozoomer, Framerate control, MMX image filters. It is backwards compatible to the above mentioned code. It is written in plain C and can be used in C++ code.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"clang-16",
"autoconf",
"libtool"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"libsdl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"freedroidclassic",
"p5.26-alien-sdl",
"freedink",
"lincity-ng",
"mjpegtools",
"p5.28-alien-sdl",
"p5.30-alien-sdl",
"p5.32-alien-sdl",
"p5.34-alien-sdl",
"iulib"
]
},
{
"type": "run",
"ports": [
"rb33-sdl-ffi",
"rb32-sdl-ffi",
"rb31-sdl-ffi",
"libsdl_gfx-framework"
]
}
]
},
{
"name": "libsdl2_ttf",
"portdir": "devel/libsdl2_ttf",
"version": "2.24.0",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libsdl-org/SDL_ttf",
"description": "add on library for libSDL for rendering TrueType fonts",
"long_description": "This library is a wrapper around FreeType and allows rendering TrueType fonts in SDL applications.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"harfbuzz",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libsdl2",
"freetype"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"lbreakouthd",
"lpairs2"
]
},
{
"type": "lib",
"ports": [
"py38-SDL2",
"py39-SDL2",
"py310-SDL2",
"py311-SDL2",
"py312-SDL2",
"py313-SDL2",
"py314-SDL2",
"py35-SDL2",
"py34-SDL2",
"py35-kivy",
"py35-game",
"py311-kivy",
"blobwars",
"freeciv",
"neverball",
"py36-SDL2",
"py27-kivy",
"py36-kivy",
"widelands",
"widelands-devel",
"py37-game",
"ufo-ai",
"grafx2",
"py36-game",
"rb33-sdl2",
"rb32-sdl2",
"rb31-sdl2",
"enigma-devel",
"py27-SDL2",
"py39-game",
"enigma",
"openrct2",
"video-compare",
"py37-SDL2",
"py27-game",
"py310-game",
"py311-game",
"py312-game",
"py313-game",
"py314-game",
"libSDL2pp",
"simh",
"py38-game",
"opensimh",
"wesnoth"
]
},
{
"type": "run",
"ports": [
"rb31-sdl2-bindings",
"rb32-sdl2-bindings",
"rb33-sdl2-bindings"
]
}
]
},
{
"name": "libsdl2_net",
"portdir": "devel/libsdl2_net",
"version": "2.2.0",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libsdl-org/SDL_net",
"description": "cross-platform networking library",
"long_description": "This is a small sample cross-platform networking library, with a sample chat client and server application. The chat client uses the GUIlib GUI framework library.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libsdl2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"Maelstrom",
"blobwars",
"dosbox-staging",
"crispy-doom",
"wesnoth",
"dosbox-x",
"scummvm",
"scummvm-devel"
]
}
]
},
{
"name": "libsdl2_image",
"portdir": "devel/libsdl2_image",
"version": "2.8.8",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libsdl-org/SDL_image",
"description": "Add on library for libSDL handling several image formats",
"long_description": "This is a simple library to load images of various formats as SDL surfaces. This library supports BMP, PPM, PCX, GIF, JPEG, PNG, TGA, and TIFF formats.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"jxl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libsdl2",
"tiff",
"webp"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"lbreakouthd",
"lpairs2"
]
},
{
"type": "lib",
"ports": [
"py38-SDL2",
"py39-SDL2",
"py310-SDL2",
"py311-SDL2",
"py312-SDL2",
"py313-SDL2",
"py314-SDL2",
"py35-SDL2",
"py34-SDL2",
"py35-kivy",
"py35-game",
"py311-kivy",
"blobwars",
"freeciv",
"starfighter",
"dosbox-staging",
"py36-SDL2",
"gdash",
"py27-kivy",
"py36-kivy",
"gource",
"widelands",
"widelands-devel",
"logstalgia",
"py37-game",
"grafx2",
"Rgb2Hires",
"py36-game",
"rb33-sdl2",
"rb32-sdl2",
"rb31-sdl2",
"enigma-devel",
"py27-SDL2",
"py39-game",
"enigma",
"libmovit",
"py37-SDL2",
"py27-game",
"py310-game",
"py311-game",
"py312-game",
"py313-game",
"py314-game",
"libSDL2pp",
"redeclipse",
"supertux",
"py38-game",
"pingus",
"wesnoth"
]
},
{
"type": "run",
"ports": [
"rb31-sdl2-bindings",
"rb32-sdl2-bindings",
"rb33-sdl2-bindings"
]
}
]
},
{
"name": "libsdl2_gfx",
"portdir": "devel/libsdl2_gfx",
"version": "1.0.4",
"license": "zlib",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/",
"description": "SDL2 graphics drawing primitives and other support functions",
"long_description": "Library containing 20+ graphics primitives (line, box, circle, polygon, etc.) for SDL2.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libsdl2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"freeciv",
"rb33-sdl2",
"rb32-sdl2",
"rb31-sdl2"
]
},
{
"type": "run",
"ports": [
"rb33-sdl2-bindings",
"rb32-sdl2-bindings",
"rb31-sdl2-bindings"
]
}
]
}
]
}