HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49962,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=111",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=109",
"results": [
{
"name": "libt3config",
"portdir": "devel/libt3config",
"version": "1.0.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://os.ghalkes.nl/",
"description": "The libt3config library provides functions for reading and writing simple structured configuration files.",
"long_description": "The libt3config library provides functions for reading and writing simple structured configuration files. libt3config provides the following features: simple structured syntax, simple API for reading and manipulating configurations, parsed configurations which uses typed data (boolean, integer, floating point number string, list, section), schema definitions, allowing verification of the structure of loaded configuration data, and no use of global variables, allowing easy use in threaded programs (with the exception that if uselocale is not available, setlocale should not be called at the same time in another thread while reading or writing configuration data).",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libt3key",
"libt3highlight",
"libt3widget"
]
}
]
},
{
"name": "libt3highlight",
"portdir": "devel/libt3highlight",
"version": "0.5.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://os.ghalkes.nl/",
"description": "The libt3highlight library provides functions for syntax-highlighting different types of text files.",
"long_description": "The libt3highlight library provides functions for syntax-highlighting different types of text files. Its main design goal is an easily restartable syntax highlighting, suitable for use in interactive text editors. To make the syntax highlighting restartable, libt3highlight uses a single integer start-of-line state. However, it does provide several advanced features, such as dynamic end-of-state patterns, which make it possible to highlight complex languages like Perl and Bash with high fidelity.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"pcre2",
"libt3config"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"tilde"
]
}
]
},
{
"name": "libt3key",
"portdir": "devel/libt3key",
"version": "0.2.10",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://os.ghalkes.nl/",
"description": "The libt3key library provides functions for retrieving the character sequences used by terminals to represent keys pressed by the user.",
"long_description": "The libt3key library provides functions for retrieving the character sequences used by terminals to represent keys pressed by the user. Although the terminfo database provides part of this information, it lacks information for the sequences returned by modern terminals/terminal emulators for many combinations of modifiers with other keys. For example, many terminal emulators provide separate character sequences for Control combined with the cursor keys, which is not stored in the terminfo database. Many programs contain their own databases with this information. This library tries to be a database usable by many programs, such that all programs can benefit from the information collected.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libt3config"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libt3widget"
]
}
]
},
{
"name": "libt3widget",
"portdir": "devel/libt3widget",
"version": "1.2.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://os.ghalkes.nl/",
"description": "The libt3widget library provides a C++ dialog toolkit.",
"long_description": "The libt3widget library provides a C++ dialog toolkit. It provides objects for dialogs and widgets like buttons, text fields, check boxes etc., to facilitate easy construction of dialog based programs for Un*x terminals.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libt3config",
"libt3key",
"pcre2",
"libtranscript",
"libt3window",
"libunistring",
"xorg-libxcb"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"tilde"
]
}
]
},
{
"name": "libt3window",
"portdir": "devel/libt3window",
"version": "0.4.1",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://os.ghalkes.nl/",
"description": "The libt3window library provides functions for manipulating the terminal and for creating (possibly overlapping) windows on a terminal.",
"long_description": "The libt3window library provides functions for manipulating the terminal and for creating (possibly overlapping) windows on a terminal. libt3window can be used instead of (n)curses for drawing on the terminal. libt3window provides the following features: (Overlapping) windows for drawing; overlapping windows hide windows deeper in the window stack; clipping of windows to the size of the parent window; UTF-8 used internally, which is converted to the terminal encoding before output. libt3window depends on libunistring for UTF-8 processing and libtranscript for character set conversion. It provides easy access to the most needed terminal functionality, and has a small code size.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libunistring",
"libtranscript"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libt3widget"
]
}
]
},
{
"name": "libtagedit",
"portdir": "audio/libtagedit",
"version": "1.1.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20070404105351/http://www.diotavelli.net/tagedit.html",
"description": "C++ interface to music file tag editing",
"long_description": "libtagedit provides a C++ interface to music file tag editing which should be as easy as possible. It has a plugin structure and is easily extendable. Currently, it includes plugins for MP3 (ID3v2 r/w and ID3v1 reading), OGG and FLAC files.",
"active": true,
"categories": [
"audio"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"automake",
"libtool",
"pkgconfig",
"autoconf"
]
},
{
"type": "lib",
"ports": [
"libvorbis",
"libogg",
"flac"
]
}
],
"depends_on": []
},
{
"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": "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": "libtasn1",
"portdir": "devel/libtasn1",
"version": "4.20.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": 1140
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"p11-kit",
"gnutls",
"gnutls-devel",
"rdesktop",
"samba4",
"heimdal",
"libprelude",
"qgis3",
"qgis3-ltr"
]
}
]
},
{
"name": "libtatsu",
"portdir": "devel/libtatsu",
"version": "1.0.5",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libimobiledevice.org/",
"description": "Library handling the communication with Apple's Tatsu Signing Server (TSS).",
"long_description": "This library is part of the libimobiledevice project. The main purpose of this library is to allow creating TSS request payloads, sending them to Apple's TSS server, and retrieving and processing the response. The code was originally part of idevicerestore and has been split out to its own library, while obviously idevicerestore will remain the main consumer.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "turbocool3r",
"github": "turbocool3r",
"ports_count": 4
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libplist"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libimobiledevice"
]
}
]
},
{
"name": "libtatsu-devel",
"portdir": "devel/libtatsu",
"version": "20250922",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libimobiledevice.org/",
"description": "Library handling the communication with Apple's Tatsu Signing Server (TSS).",
"long_description": "This library is part of the libimobiledevice project. The main purpose of this library is to allow creating TSS request payloads, sending them to Apple's TSS server, and retrieving and processing the response. The code was originally part of idevicerestore and has been split out to its own library, while obviously idevicerestore will remain the main consumer.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "turbocool3r",
"github": "turbocool3r",
"ports_count": 4
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libplist-devel"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libimobiledevice-devel"
]
}
]
},
{
"name": "libtcd",
"portdir": "science/libtcd",
"version": "2.2.7-r2",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.flaterco.com/xtide/",
"description": "API for using Tide Constituent Database files",
"long_description": "libtcd provides a software API for reading and writing Tide Constituent Database (TCD) files.",
"active": true,
"categories": [
"science"
],
"maintainers": [
{
"name": "dstrubbe",
"github": "dstrubbe",
"ports_count": 38
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xtide"
]
}
]
},
{
"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": "libtextstyle",
"portdir": "devel/gettext",
"version": "0.22.5",
"license": "GPL-3+",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/gettext/",
"description": "a text styling library, part of gettext",
"long_description": "libtextstyle provides an easy way to add styling to programs that produce output to a console or terminal emulator window. This library is part of gettext and a prerequisite for tools like msgfmt and friends.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"poke",
"bison",
"gettext",
"gettext-tools-libs"
]
}
]
},
{
"name": "libthai",
"portdir": "textproc/libthai",
"version": "0.1.18",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://linux.thai.net/projects/libthai",
"description": "Thai language support library.",
"long_description": "Thai language support library.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"doxygen",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libdatrie"
]
}
],
"depends_on": []
},
{
"name": "libtheora",
"portdir": "multimedia/libtheora",
"version": "1.1.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://www.theora.org/",
"description": "Xiph.org Foundation's open video codec",
"long_description": "Theora is an open video codec being developed by the Xiph.org Foundation as part of their Ogg project (It is a project that aims to integrate On2's VP3 video codec, Ogg Vorbis audio codec and Ogg multimedia container formats into a multimedia solution that can compete with MPEG-4 format).",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libogg"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"icecast2",
"gstreamer010-gst-plugins-base",
"love-11",
"raceintospace",
"boswars",
"indi",
"ufo-ai",
"libshout2",
"ffmpeg",
"ffmpeg-devel",
"ffmpeg4",
"ffmpeg8",
"gpac",
"VLC2",
"libVLC2",
"transcode",
"paraview",
"warzone2100",
"allegro5",
"love-0.10",
"godot",
"godot-3.2",
"gstreamer1-gst-plugins-base",
"qxmpp",
"scummvm",
"scummvm-devel",
"ffmpeg6",
"ffmpeg7",
"Io"
]
}
]
},
{
"name": "libticables2",
"portdir": "math/libticables2",
"version": "1.3.5",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lpg.ticalc.org/prj_tilp/",
"description": "TILibs",
"long_description": "Utility libraries for TI related apps",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"glib2",
"libticonv",
"libtifiles2",
"gettext"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gfm",
"libticalcs2",
"tiemu3",
"tilp2"
]
}
]
},
{
"name": "libticalcs2",
"portdir": "math/libticalcs2",
"version": "1.1.9",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lpg.ticalc.org/prj_tilp",
"description": "TILibs",
"long_description": "Utility libraries for TI related apps",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libtifiles2",
"gettext",
"glib2",
"libticables2",
"libticonv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gfm",
"tiemu3",
"tilp2"
]
}
]
},
{
"name": "libticonv",
"portdir": "math/libticonv",
"version": "1.1.5",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lpg.ticalc.org/prj_tilp/",
"description": "TILibs",
"long_description": "Utility libraries for TI related apps",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"automake",
"libtool",
"pkgconfig",
"autoconf"
]
},
{
"type": "lib",
"ports": [
"libusb-compat",
"libiconv",
"glib2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libticables2",
"gfm",
"libticalcs2",
"libtifiles2",
"tiemu3",
"tilp2"
]
}
]
},
{
"name": "libtifiles2",
"portdir": "math/libtifiles2",
"version": "1.1.7",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lpg.ticalc.org/prj_tilp/",
"description": "TILibs",
"long_description": "Utility libraries for TI related apps",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libarchive",
"zlib",
"gettext",
"glib2",
"libticonv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libticables2",
"gfm",
"libticalcs2",
"tiemu3",
"tilp2"
]
}
]
},
{
"name": "libtins",
"portdir": "devel/libtins",
"version": "4.2",
"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": 96
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libpcap"
]
}
],
"depends_on": []
},
{
"name": "libtomcrypt",
"portdir": "security/libtomcrypt",
"version": "1.18.2",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libtom.net/LibTomCrypt",
"description": "Cryptographic toolkit",
"long_description": "LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.",
"active": true,
"categories": [
"security"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"libtommath",
"clang-15"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"bitkeeper"
]
}
]
},
{
"name": "libtommath",
"portdir": "math/libtommath",
"version": "1.3.0",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.libtom.net/LibTomMath/",
"description": "Comprehensive, modular and portable mathematical routines",
"long_description": "LibTomMath provides highly optimized and portable routines for a vast majority of integer based number theoretic applications (including public key cryptography).",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"libtomcrypt"
]
},
{
"type": "lib",
"ports": [
"MoarVM",
"convertlit",
"bitkeeper"
]
}
]
},
{
"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": 463
}
],
"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",
"sumo",
"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",
"djview-qt5",
"emacs-mac-app",
"emacs-mac-app-devel",
"arj",
"dact",
"gnutar",
"lha",
"libaec",
"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",
"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",
"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",
"lttoolbox",
"man-db",
"opensp",
"pinfo",
"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"
]
},
{
"type": "run",
"ports": [
"gobject-introspection",
"lscsoft-deps",
"xfce4-dev-tools",
"gobject-introspection-devel"
]
}
]
},
{
"name": "libtorrent",
"portdir": "net/libtorrent",
"version": "0.13.8",
"license": "(GPL-2+ or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rakshasa/libtorrent",
"description": "BitTorrent library",
"long_description": "libTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"clang-17",
"autoconf",
"libtool"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libsigcxx2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rtorrent"
]
}
]
},
{
"name": "libtorrent-devel",
"portdir": "net/libtorrent-devel",
"version": "20241204",
"license": "(GPL-2+ or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rakshasa/libtorrent",
"description": "BitTorrent library (unstable release)",
"long_description": "libTorrent is a BitTorrent library written in C++ for *nix. It is designed to avoid redundant copying and storing of data that other clients and libraries suffer from. This is the unstable release of libTorrent.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"clang-17",
"autoconf",
"libtool"
]
},
{
"type": "lib",
"ports": [
"openssl3",
"libsigcxx2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rtorrent-devel"
]
}
]
},
{
"name": "libtorrent-rasterbar",
"portdir": "net/libtorrent-rasterbar",
"version": "2.0.11",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libtorrent.org/",
"description": "A C++ bittorrent library (not the same as port libtorrent)",
"long_description": "A C++ bittorrent library designed to run on anything from embedded systems to large scale seed servers. It comes with python bindings and detailed documentation.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
},
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 224
}
],
"variants": [
"debug",
"python310",
"python311",
"python312",
"python313",
"error_logging"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"openssl",
"boost181",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"deluge",
"btfs",
"qBittorrent",
"qBittorrent-qt5"
]
}
]
},
{
"name": "libtranscript",
"portdir": "devel/libtranscript",
"version": "0.3.3",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://os.ghalkes.nl/",
"description": "libtranscript is a character-set conversion library, much like the iconv set of functions.",
"long_description": "libtranscript is a character-set conversion library, much like the iconv set of functions. The library allows great control over the conversions. It was designed for use in programs which use Unicode internally, using UTF-8, UTF-16 or UTF-32/UCS-4.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1016
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"pkgconfig",
"clang-16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libt3window",
"libt3widget",
"tilde"
]
}
]
},
{
"name": "libtranslate",
"portdir": "textproc/libtranslate",
"version": "0.99",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.nongnu.org/libtranslate/",
"description": "A natural language translation library",
"long_description": "libtranslate is a library for translating text and web pages between natural languages. Its modular infrastructure allows to implement new translation services separately from the core library. libtranslate is shipped with a generic module supporting web-based translation services such as Babel Fish, Google Language Tools and SYSTRAN. Moreover, the generic module allows to add new services simply by adding a few lines to a XML file. The libtranslate distribution includes a powerful command line interface (see translate(1)).",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"intltool",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"glib2",
"libiconv",
"gettext-runtime"
]
}
],
"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": 1826
}
],
"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": "libu2f-host",
"portdir": "security/libu2f-host",
"version": "1.1.10",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developers.yubico.com/libu2f-host/",
"description": "Yubico Universal 2nd Factor (U2F) Host C Library",
"long_description": "Libu2f-host provides a C library and command-line tool that implements the host-side of the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 96
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"hidapi",
"json-c"
]
}
],
"depends_on": []
},
{
"name": "libu2f-server",
"portdir": "security/libu2f-server",
"version": "1.1.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://developers.yubico.com/libu2f-server/",
"description": "Yubico Universal 2nd Factor (U2F) Server C Library",
"long_description": "This is a C library that implements the server-side of the U2F protocol. More precisely, it provides an API for generating the JSON blobs required by U2F devices to perform the U2F Registration and U2F Authentication operations, and functionality for verifying the cryptographic operations.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 96
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"help2man",
"gengetopt",
"pkgconfig",
"clang-9.0",
"check"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"json-c",
"openssl"
]
}
],
"depends_on": []
},
{
"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": "libudns",
"portdir": "net/libudns",
"version": "0.4",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.corpit.ru/mjt/udns.html",
"description": "DNS resolver library",
"long_description": "UDNS is a stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"jabberd"
]
}
]
},
{
"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": "libuninum",
"portdir": "textproc/libuninum",
"version": "2.7",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://billposer.org/Software/libuninum.html",
"description": "library for converting Unicode strings to numbers and vice versa",
"long_description": "libuninum is a library for converting Unicode strings to numbers and numbers to Unicode strings.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gawk",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gmp"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"msort"
]
}
]
},
{
"name": "libunique",
"portdir": "gnome/libunique",
"version": "1.1.6",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.gnome.org/Attic/LibUnique",
"description": "Unique is a library for writing single instance applications.",
"long_description": "Unique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.",
"active": true,
"categories": [
"devel",
"gnome"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"dbus-glib",
"gobject-introspection",
"gtk2",
"xorg-libX11"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gmpc"
]
}
]
},
{
"name": "libunique3",
"portdir": "gnome/libunique3",
"version": "3.0.2",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.gnome.org/Attic/LibUnique",
"description": "Unique is a library for writing single instance applications.",
"long_description": "Unique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.",
"active": true,
"categories": [
"devel",
"gnome"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2695
}
],
"variants": [
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"dbus-glib",
"xorg-libX11",
"gobject-introspection",
"gtk3"
]
}
],
"depends_on": []
},
{
"name": "libunistring",
"portdir": "textproc/libunistring",
"version": "1.4.1",
"license": "(LGPL-3+ or GPL-2+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/libunistring/",
"description": "library for manipulating Unicode strings",
"long_description": "Text files are nowadays usually encoded in Unicode, and may consist of very different scripts – from Latin letters to Chinese Hanzi –, with many kinds of special characters – accents, right-to-left writing marks, hyphens, Roman numbers, and much more. But the POSIX platform APIs for text do not contain adequate functions for dealing with particular properties of many Unicode characters. In fact, the POSIX APIs for text have several assumptions at their base which don't hold for Unicode text. This library provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnutls",
"gnutls-devel",
"mailutils",
"guile-2.2",
"clisp",
"notcurses",
"podofo",
"libidn2",
"termdebug",
"zmap",
"texinfo",
"the_Foundation",
"rygel",
"libt3window",
"libt3widget",
"tilde",
"libpsl",
"libpsl-docs",
"podofo-0.10",
"guile-3.0",
"gnome-characters",
"wget"
]
}
]
},
{
"name": "libunrar",
"portdir": "archivers/unrar",
"version": "7.2.2",
"license": "Restrictive/Distributable",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.rarlab.com/",
"description": "unrar library",
"long_description": "unrar library",
"active": true,
"categories": [
"archivers"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"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": 283
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz-bootstrap"
]
},
{
"type": "lib",
"ports": [
"libunwind-headers"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"wezterm",
"binwalk",
"cargo",
"cargo-c",
"git-interactive-rebase-tool",
"racer",
"stgit",
"amp",
"libopenraw",
"librsvg",
"pngquant",
"t-rec",
"gleam",
"rust",
"newsboat",
"websocat",
"py35-bcrypt",
"py36-bcrypt",
"py37-bcrypt",
"py38-bcrypt",
"py39-bcrypt",
"py36-cryptography",
"py37-cryptography",
"py38-cryptography",
"py39-cryptography",
"py38-dulwich",
"py39-dulwich",
"py37-jellyfish",
"py38-jellyfish",
"py39-jellyfish",
"py-tokenizers",
"py37-tokenizers",
"py38-tokenizers",
"py39-tokenizers",
"asciinema",
"bupstash",
"folderify",
"starship",
"watchman",
"tectonic",
"angle-grinder",
"zola",
"oha",
"git-cinnabar",
"gitweb",
"yj",
"committed",
"drill",
"git-delta",
"wrangler",
"onefetch",
"hurl",
"broot",
"git-branchless",
"gitui",
"hgrep",
"librsvg-devel",
"ouch",
"py310-cryptography",
"py310-dulwich",
"git-absorb",
"py310-jellyfish",
"py310-bcrypt",
"t-rex",
"bat",
"qsv",
"nushell",
"rust-bootstrap-10.5",
"fclones",
"oxipng",
"arti",
"fornjot",
"rust-analyzer",
"dua-cli",
"hck",
"gfold",
"zee",
"blake3",
"fselect",
"navi",
"hyperfine",
"miniserve",
"toast",
"xplr",
"scout",
"wasmtime",
"coreutils-uutils",
"hexyl",
"xh",
"procs",
"mask",
"kubie",
"pastel",
"ruplacer",
"fd",
"sad",
"cfonts",
"hackernews-tui",
"mesalink",
"cargo-generate",
"hwatch",
"py-maturin",
"py37-maturin",
"py38-maturin",
"py39-maturin",
"py310-maturin",
"py-orjson",
"py37-orjson",
"py38-orjson",
"py39-orjson",
"py310-orjson",
"atuin",
"zellij",
"cbindgen",
"blades",
"difftastic",
"mdcat",
"helix",
"lsd",
"wasmer",
"tuc",
"wasm-pack",
"gping",
"ffsend",
"texlab",
"bingrep",
"cobalt.rs",
"zoxide",
"shellharden",
"argc",
"av1an",
"rav1e",
"mdbook",
"himalaya",
"rhit",
"rsspls",
"replibyte",
"git-cliff",
"dust",
"hunt",
"mcfly",
"joshuto",
"ares",
"dprint",
"grex",
"dura",
"lychee",
"taskwarrior-tui",
"kdash",
"topgrade",
"modus",
"just",
"riff",
"monolith",
"igrep",
"cgrc",
"rustic",
"py310-tokenizers",
"rq",
"nixpacks",
"tree-sitter-cli",
"fif",
"genact",
"stork",
"meli",
"jot",
"roapi",
"columnq",
"lemmeknow",
"keysync",
"alacritty",
"agg",
"skim",
"felix",
"rustscan",
"ddh",
"jujutsu",
"bore-cli",
"py311-cryptography",
"py311-maturin",
"garage",
"phetch",
"mqttui",
"py311-dulwich",
"tealdeer",
"py311-orjson",
"hoard-cli",
"rust-script",
"dominant_colours",
"bottom",
"py311-bcrypt",
"kbs2",
"whitebox-tools",
"nomino",
"jlq",
"termusic",
"so",
"ruff",
"zenith",
"fnm",
"eva",
"typst",
"binocle",
"tokei",
"py311-jellyfish",
"sccache",
"py-cryptg",
"py38-cryptg",
"py39-cryptg",
"py310-cryptg",
"ripgrep-all",
"fastmod",
"volta-node",
"code-minimap",
"gperftools",
"taizen",
"wiki-tui",
"jwt-cli",
"halloy",
"backdown",
"fend",
"jless",
"sniprun",
"py311-cryptg",
"killport",
"tui-journal",
"stylua",
"py311-tokenizers",
"py-safetensors",
"py38-safetensors",
"py39-safetensors",
"py310-safetensors",
"py311-safetensors",
"repgrep",
"eza",
"bandwhich",
"pijul-devel",
"daktilo",
"py312-maturin",
"gdrive3",
"pueue",
"presenterm",
"gifski",
"libgifski",
"py312-orjson",
"ripgrep",
"sd",
"kalker",
"py312-dulwich",
"silicon",
"lapce",
"py312-cryptography",
"gpg-tui",
"ascii-gen",
"hyfetch",
"wgshadertoy",
"jaq",
"jql",
"gql",
"ast-grep",
"rs-aggregate",
"py312-jellyfish",
"viu",
"PineFlash",
"sniffglue",
"tlrc",
"py311-tiktoken",
"py312-tiktoken",
"csvlens",
"py312-bcrypt",
"py-pydantic_core",
"py38-pydantic_core",
"py39-pydantic_core",
"py310-pydantic_core",
"py311-pydantic_core",
"py312-pydantic_core",
"czkawka",
"py37-pydantic_core",
"mise",
"conserve",
"cargo2port",
"gitoxide",
"srgn",
"rustpython",
"py-rustworkx",
"py310-rustworkx",
"py311-rustworkx",
"py312-rustworkx",
"yazi",
"kalc",
"uv",
"treefmt",
"vrc-get",
"bartib",
"wstunnel",
"py312-cryptg",
"dog",
"watchexec",
"ata",
"veryl",
"jnv",
"gitu",
"rune",
"orz",
"goku",
"tu",
"rotz",
"clavus",
"tiron",
"rye",
"hex",
"neocmakelsp",
"termscp",
"oxker",
"numbat",
"amber-lang",
"rio",
"sig",
"flawz",
"otree",
"pqrs",
"osxbom",
"envelope",
"qrtool",
"ox",
"ferium",
"serpl",
"lucky-commit",
"shadowsocks-rust",
"kondo",
"aichat",
"viddy",
"ned",
"inferno",
"rage",
"age-plugin-yubikey",
"kty",
"dune",
"choose",
"ncmc",
"ncmdump",
"aq",
"elp",
"sequoia-sq",
"py313-maturin",
"py313-dulwich",
"py313-cryptography",
"cargo-asm",
"dufs",
"py313-orjson",
"diffr",
"rebels-in-the-sky",
"sshs",
"csview",
"macmon",
"diskus",
"rpg-cli",
"shisho",
"svgcleaner",
"py313-pydantic_core",
"dijo",
"cloudman",
"diskonaut",
"dmux",
"when",
"py313-bcrypt",
"xsv",
"geckodriver",
"libkrun",
"krunkit",
"hk",
"vivid",
"zizmor",
"ab-av1",
"sequoia-chameleon-gnupg",
"jgenesis",
"cocogitto",
"taplo",
"xan",
"wiper",
"carl",
"py313-jellyfish",
"mercurial-rustext",
"tabiew",
"doge",
"alcom",
"edit",
"brush",
"idevice_pair",
"py314-maturin",
"py314-orjson",
"sequoia-keystore",
"py314-dulwich",
"kibi",
"py314-cryptography",
"py314-pydantic_core",
"run",
"py313-cryptg",
"prek",
"py314-bcrypt"
]
}
]
},
{
"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": 283
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz-bootstrap"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"cctools",
"strip7"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
]
},
{
"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": "liburcu",
"portdir": "devel/liburcu",
"version": "0.14.0",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "userspace-rcu",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by userspace-rcu",
"long_description": "This port has been replaced by userspace-rcu.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
null
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "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": 463
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"kde4-workspace"
]
},
{
"type": "lib",
"ports": [
"uhubctl",
"cgminer",
"mos-devel",
"mos",
"hackrf",
"hackrf-devel",
"py39-libusb1",
"FreeRDP",
"openni",
"lirc",
"bettercap",
"minipro",
"kismet",
"libnfc",
"dfu-programmer",
"dfu-util",
"libdc1394",
"libdivecomputer",
"libfreespace",
"libnifalcon",
"libcaer",
"py38-libusb1",
"libiio",
"ipsw",
"spice-gtk",
"usbredir",
"SDRangel",
"airspy",
"airspyhf",
"bladeRF",
"ola",
"exodriver",
"gr-baz",
"gr37-baz",
"gr37-fcdproplus",
"qdmr",
"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",
"xserve-frontpanel",
"SDRPlusPlus",
"libgpod",
"gpsbabel",
"scrcpy",
"VLC2",
"libVLC2",
"digikam",
"uhd",
"uhd-39lts",
"uhd-devel",
"usbutils",
"argyll",
"wb32-dfu-updater",
"libmtp",
"welle.io",
"welle.io-devel",
"libftdi1",
"qemu",
"openocd",
"idevicerestore",
"idevicerestore-devel",
"micronucleus",
"stlink",
"rtl-sdr",
"libusb-compat",
"py311-libusb1",
"py312-libusb1",
"py310-libusb1",
"sane-backends"
]
},
{
"type": "run",
"ports": [
"py36-pyusb",
"py310-pyusb",
"py311-pyusb",
"py312-pyusb",
"py314-pyusb",
"py313-pyusb",
"py27-pyusb",
"py37-pyusb",
"py38-pyusb",
"py39-pyusb",
"py35-pyusb"
]
}
]
},
{
"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": 463
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libusb"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"avarice",
"gnokii",
"libnfc",
"usbprog",
"libptp2",
"piklab",
"twain-sane",
"libticonv",
"roboctl",
"linrad",
"playerstage-player",
"iguanaIR",
"sispmctl",
"lprof",
"qlandkarte",
"gnupg1",
"nut",
"flashrom",
"libftdi",
"libftdi0",
"libftdi1",
"hamlib-devel",
"micronucleus",
"libgphoto2",
"gphoto2",
"mspdebug",
"hamlib",
"lirc",
"gnupg2"
]
}
]
},
{
"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": 463
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
}
],
"depends_on": []
},
{
"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": 463
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"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": 42
},
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 224
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libplist",
"libimobiledevice-glue"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libimobiledevice"
]
}
]
},
{
"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": 42
},
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 224
}
],
"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"
]
}
]
}
]
}