HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 52324,
"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": "libpointing",
"portdir": "devel/libpointing",
"version": "1.0.7",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://libpointing.org",
"description": "An open-source cross-platform library to get raw events from pointing devices and master transfer functions.",
"long_description": "Libpointing is an open-source cross-platform library that provides direct access to HID pointing devices and supports the design of pointing transfer functions.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "gery.casiez",
"github": "casiez",
"ports_count": 1
},
{
"name": "izzatbek",
"github": "Izzatbek",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libpoly",
"portdir": "devel/libpoly",
"version": "0.2.1",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/SRI-CSL/libpoly",
"description": "LibPoly is a C library for manipulating polynomials.",
"long_description": "LibPoly is a C library for manipulating polynomials. The target applications are symbolic reasoning engines, such as SMT solvers, that need to reason about polynomial constraints. It is research software under development, so the features and the API might change rapidly.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gmp"
]
}
],
"depends_on": []
},
{
"name": "libpostal",
"portdir": "textproc/libpostal",
"version": "1.1.4",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/openvenues/libpostal",
"description": "A C library for parsing/normalizing street addresses around the world",
"long_description": "A C library for parsing/normalizing street addresses around the world. Powered by statistical NLP and open geo data.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 162
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
},
{
"type": "run",
"ports": [
"libpostal-data"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pypostal",
"py35-pypostal",
"py36-pypostal",
"py37-pypostal",
"py38-pypostal",
"py39-pypostal",
"py310-pypostal",
"py311-pypostal",
"py312-pypostal",
"py313-pypostal",
"amass"
]
}
]
},
{
"name": "libpostal-data",
"portdir": "textproc/libpostal-data",
"version": "1.0.0",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/openvenues/libpostal",
"description": "Data files required by the libpostal port",
"long_description": "Data files required by the libpostal port",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 162
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"libpostal"
]
}
]
},
{
"name": "libpqxx",
"portdir": "databases/libpqxx",
"version": "7.9.2",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pqxx.org/development/libpqxx",
"description": "Official C++ client API for PostgreSQL",
"long_description": "libpqxx is the official C++ client API for PostgreSQL, the enterprise-strength open-source database software. There are many similar libraries for PostgreSQL and for other databases, some of them database independent. Most of these, however, are fairly C like in their programming style, and fail to take advantage of the full power of the C++ language as it has matured since the acceptance of the Standard in 1996. What libpqxx brings you is effective use of templates to reduce the inconvenience of dealing with type conversions, standard C++ strings to keep you from having to worry about buffer allocation and overflow attacks, exceptions to take the tedious and error prone plumbing around error handling out of your hands, constructors and destructors to bring resource management under control, and even basic object orientation to give you some extra reliability features that would be hard to get with most other database interfaces.",
"active": true,
"categories": [
"devel",
"databases"
],
"maintainers": [],
"variants": [
"postgresql13",
"postgresql14",
"postgresql15",
"postgresql16",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"postgresql16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"osm2pgrouting"
]
}
]
},
{
"name": "libpqxx26",
"portdir": "databases/libpqxx26",
"version": "2.6.9",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pqxx.org/development/libpqxx/",
"description": "Official C++ client API for PostgreSQL",
"long_description": "libpqxx is the official C++ client API for PostgreSQL, the enterprise-strength open-source database software. There are many similar libraries for PostgreSQL and for other databases, some of them database independent. Most of these, however, are fairly C like in their programming style, and fail to take advantage of the full power of the C++ language as it has matured since the acceptance of the Standard in 1996. What libpqxx brings you is effective use of templates to reduce the inconvenience of dealing with type conversions, standard C++ strings to keep you from having to worry about buffer allocation and overflow attacks, exceptions to take the tedious and error prone plumbing around error handling out of your hands, constructors and destructors to bring resource management under control, and even basic object orientation to give you some extra reliability features that would be hard to get with most other database interfaces.",
"active": false,
"categories": [
"devel",
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"postgresql83"
]
}
],
"depends_on": []
},
{
"name": "libprelude",
"portdir": "security/libprelude",
"version": "5.2.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.prelude-siem.org/",
"description": "Secure Connections between all Sensors and the Prelude Manager",
"long_description": "Libprelude is a collection of generic functions providing communication between all Sensors, like IDS (Intrusion Detection System), and the Prelude Manager. It provides a convenient interface for sending and receiving IDMEF (Information and Event Message Exchange Format) alerts to Prelude Manager with transparent SSL, fail-over and replication support, asynchronous events and timer interfaces, an abstracted configuration API (hooking at the command-line, the configuration line, or wide configuration, available from the Manager), and a generic plugin API. It allows you to easily turn your favorite security program into a Prelude sensor.",
"active": true,
"categories": [
"security"
],
"maintainers": [
{
"name": "thomas.andrejak",
"github": "ToToL",
"ports_count": 1
}
],
"variants": [
"python38",
"perl"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"gtk-doc",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"python38",
"zlib",
"libiconv",
"gettext",
"gnutls",
"libgpg-error",
"libtasn1",
"libtool"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libpreludedb",
"prelude-lml",
"prelude-manager"
]
}
]
},
{
"name": "libpreludedb",
"portdir": "security/libpreludedb",
"version": "5.2.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.prelude-siem.org/",
"description": "library for easy access to the Prelude database",
"long_description": "Prelude is a Universal Security Information Management (SIM) system. Prelude collects, normalizes, sorts, aggregates, correlates and reports all security-related events independently of the product brand or license giving rise to such events. This port provides an abstract method of accessing various database variants.",
"active": true,
"categories": [
"security"
],
"maintainers": [],
"variants": [
"python38",
"sqlite3",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"python38",
"libprelude"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"prelude-manager"
]
}
]
},
{
"name": "libproj4",
"portdir": "gis/libproj4",
"version": "3_20081120",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://home.comcast.net/~gevenden56/proj/index.html",
"description": "Cartographic projections C libary",
"long_description": "a comprehensive library of cartographic projection functions and lproj that performs cartographic projections on tabular data",
"active": true,
"categories": [
"gis"
],
"maintainers": [
{
"name": "takeshi",
"github": "tenomoto",
"ports_count": 53
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gsl"
]
}
],
"depends_on": []
},
{
"name": "libproplist",
"portdir": "devel/libproplist",
"version": "0.10.1",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.windowmaker.org/",
"description": "Property library for GNOME and Window Maker",
"long_description": "The purpose of libPropList is to closely mimick the behaviour of the property lists used in GNUstep/OPENSTEP and to be compatible with it.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libproxy",
"portdir": "net/libproxy",
"version": "0.5.11",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://libproxy.github.io/libproxy",
"description": "A library that provides automatic proxy configuration management.",
"long_description": "Libproxy exists to answer the question: Given a network resource, how do I reach it? It handles all the details, enabling you to get back to programming.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2661
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 360
}
],
"variants": [
"duktape",
"curl",
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gobject-introspection",
"gsettings-desktop-schemas",
"glib2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"VLC2",
"libVLC2",
"glib-networking",
"hexchat",
"libproxy-vapi",
"libquvi",
"wget",
"neon"
]
}
]
},
{
"name": "libproxy-vapi",
"portdir": "net/libproxy",
"version": "0.5.11",
"license": "LGPL-2.1+",
"platforms": "{darwin any}",
"epoch": 1,
"replaced_by": null,
"homepage": "https://libproxy.github.io/libproxy",
"description": "A library that provides automatic proxy configuration management.",
"long_description": "Libproxy exists to answer the question: Given a network resource, how do I reach it? It handles all the details, enabling you to get back to programming.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2661
},
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 360
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"glib2",
"libproxy",
"gobject-introspection",
"gsettings-desktop-schemas",
"vala"
]
}
],
"depends_on": []
},
{
"name": "libpsl",
"portdir": "net/libpsl",
"version": "0.22.0-20260624",
"license": "MIT",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/rockdaboot/libpsl",
"description": "A C library and utility to handle the Public Suffix List",
"long_description": "A C library and utility to handle the Public Suffix List",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libidn2",
"gettext-runtime",
"libiconv",
"libunistring"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"curl",
"libpsl-docs",
"libsoup",
"libsoup-2.4",
"libsoup-devel",
"lua54-psl",
"lua53-psl",
"lua52-psl",
"lua51-psl",
"wget2",
"wget"
]
}
]
},
{
"name": "libpsl-docs",
"portdir": "net/libpsl",
"version": "0.22.0-20260624",
"license": "MIT",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/rockdaboot/libpsl",
"description": "GTK docs for libpsl.",
"long_description": "GTK docs for libpsl.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"gtk-doc",
"gcc15"
]
},
{
"type": "lib",
"ports": [
"libunistring",
"libgcc",
"gettext-runtime",
"libidn2",
"libpsl",
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "libpst",
"portdir": "devel/libpst",
"version": "0.6.76",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.five-ten-sg.com/libpst/",
"description": "library to convert pst files to mbox and other formats",
"long_description": "library to convert pst files to mbox and other formats",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libgsf",
"ImageMagick",
"gd2",
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "libptp2",
"portdir": "devel/libptp2",
"version": "1.1.10",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://libptp.sourceforge.net/",
"description": "libptp2 is a library used to communicate with PTP devices like digital cameras.",
"long_description": "libptp2 is a library used to communicate with PTP devices like still imaging cameras or MP3 players (KODAK mc3). You can download files or tweak camera properties using ptpcam program bundled with libptp2.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"libusb-compat"
]
}
],
"depends_on": []
},
{
"name": "libptytty",
"portdir": "devel/libptytty",
"version": "2.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://software.schmorp.de/pkg/libptytty.html",
"description": "library for OS-independent pseudo-tty management",
"long_description": "library for OS-independent pseudo-tty management",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "emanuele.giaquinta",
"github": "exg",
"ports_count": 5
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"rlwrap",
"rxvt-unicode"
]
}
]
},
{
"name": "libpub",
"portdir": "devel/libpub",
"version": "0.40",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/publib/",
"description": "library of C functions for various purposes",
"long_description": "publib is a library of C functions for various purposes.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libpurple",
"portdir": "net/pidgin",
"version": "2.14.14",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.pidgin.im/",
"description": "Multi-protocol Instant Messaging client",
"long_description": "Pidgin is an Open Source clone of America OnLine's Instant Messenger client that uses GTK+ version 2. It features multiple groups, group chat, user information fetching and registration, time stamping, and more. It also supports other IM protocols, including Yahoo!, ICQ, Jabber, Napster, IRC, and Zephyr via included plugins.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2661
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"autoconf",
"automake",
"gettext",
"libtool",
"pkgconfig",
"gsed",
"intltool",
"python311"
]
},
{
"type": "lib",
"ports": [
"glib2",
"gnutls",
"gconf",
"tcl",
"libidn",
"libxml2",
"tk",
"perl5.34",
"gettext-runtime"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"telepathy-haze",
"Chatty",
"centerim",
"pidgin",
"finch"
]
}
]
},
{
"name": "libpuzzle",
"portdir": "graphics/libpuzzle",
"version": "0.11",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://libpuzzle.pureftpd.org/project/libpuzzle",
"description": "a library to find visually similar images",
"long_description": "The Puzzle library is designed to quickly find visually similar images (gif, png, jpg), even if they have been resized, recompressed, recolored or slightly modified.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"gd2"
]
}
],
"depends_on": []
},
{
"name": "libpwquality",
"portdir": "devel/libpwquality",
"version": "1.4.0",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libpwquality/libpwquality",
"description": "A library for password quality checking and the generation of random passwords that pass the checks.",
"long_description": "A library for password quality checking and the generation of random passwords that pass the checks.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"python311",
"python310",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"cracklib",
"libiconv",
"python311",
"gettext"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnome-control-center"
]
}
]
},
{
"name": "libqalculate",
"portdir": "math/libqalculate",
"version": "5.11.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/qalculate/libqalculate",
"description": "libqalculate is math libary for expression evaluation with units, variables and functions support and CAS functionality.",
"long_description": "libqalculate is math libary for expression evaluation with units, variables and functions support and CAS functionality. This library directly supports the GUI interface qalculate-gtk or qalculate-kde.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "jjstickel",
"github": "jjstickel",
"ports_count": 143
},
{
"name": "judaew",
"github": "judaew",
"ports_count": 648
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"autoconf",
"automake",
"gettext",
"libtool",
"pkgconfig",
"doxygen",
"intltool"
]
},
{
"type": "lib",
"ports": [
"gmp",
"icu",
"mpfr",
"readline",
"curl",
"libiconv",
"libxml2",
"gettext-runtime"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"qalculate-qt",
"cantor",
"kde4-workspace",
"step",
"qalculate-gtk"
]
}
]
},
{
"name": "libqb",
"portdir": "devel/libqb",
"version": "2.0.8",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://clusterlabs.github.io/libqb/",
"description": "libqb is a library providing high performance logging, tracing, IPC, and poll.",
"long_description": "libqb is a library providing high performance logging, tracing, IPC, and poll.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1069
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"doxygen",
"clang-18",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"glib2"
]
}
],
"depends_on": []
},
{
"name": "libQGLViewer",
"portdir": "graphics/libQGLViewer",
"version": "2.6.4",
"license": "(GPL-2+ or Commercial)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.libqglviewer.com/",
"description": "A C++ library based on Qt that eases the creation of OpenGL 3D viewers",
"long_description": "libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers. It provides some of the typical 3D viewer functionalities, such as the possibility to move the camera using the mouse, which lacks in most of the other APIs. Other features include mouse manipulated frames, interpolated keyFrames, object selection, stereo display, screenshot saving and much more. It can be used by OpenGL beginners as well as to create complex applications, being fully customizable and easy to extend.",
"active": true,
"categories": [
"graphics"
],
"maintainers": [
{
"name": "raphael",
"github": "raphael-st",
"ports_count": 18
}
],
"variants": [
"qt4",
"qt5",
"universal",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"qt4-mac"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-PyQGLViewer"
]
}
]
},
{
"name": "libqtxdg",
"portdir": "devel/libqtxdg",
"version": "3.5.0",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lxqt/libqtxdg",
"description": "Qt implementation of freedesktop.org xdg specs",
"long_description": "Qt implementation of freedesktop.org xdg specs",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"lxqt-build-tools",
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"qt5-qtsvg",
"qt5-qtbase"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"liblxqt"
]
}
]
},
{
"name": "libqtxdg-devel",
"portdir": "devel/libqtxdg-devel",
"version": "20200424",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "libqtxdg",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by libqtxdg",
"long_description": "This port has been replaced by libqtxdg.",
"active": false,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"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": "libqtxdg-legacy",
"portdir": "devel/libqtxdg-legacy",
"version": "1.2.0",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lxqt/libqtxdg",
"description": "Qt implementation of freedesktop.org xdg specs",
"long_description": "Qt implementation of freedesktop.org xdg specs",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"qt4-mimetypes"
]
}
],
"depends_on": []
},
{
"name": "libquantum",
"portdir": "science/libquantum",
"version": "0.2.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.libquantum.de/",
"description": "library for the simulation of a quantum computer",
"long_description": "libquantum is a C library for the simulation of a quantum computer. Based on the principles of quantum mechanics, it provides an implementation of a quantum register. Basic operations for register manipulation such as the Hadamard gate or the Controlled-NOT gate are available through an easy-to-use interface. Measurements can be performed on either single qubits or the whole quantum register.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libquicktime",
"portdir": "multimedia/libquicktime",
"version": "1.2.4",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libquicktime.sourceforge.net",
"description": "library for reading and writing quicktime files",
"long_description": "library for reading and writing quicktime files",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"lame",
"libvorbis",
"libjpeg-turbo",
"libpng",
"x264",
"libiconv",
"mesa",
"zlib",
"xorg-libXaw",
"xorg-libXext",
"xorg-libXt",
"xorg-libXv",
"xorg-libice",
"xorg-libsm",
"gettext-runtime",
"xorg-libX11",
"faac",
"faad2"
]
}
],
"depends_on": []
},
{
"name": "libquicktime-devel",
"portdir": "multimedia/libquicktime-devel",
"version": "1.2.4-20240203",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libquicktime.sourceforge.net",
"description": "library for reading and writing quicktime files",
"long_description": "library for reading and writing quicktime files",
"active": true,
"categories": [
"multimedia"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 303
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"autoconf",
"automake",
"clang-18",
"libtool",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"schroedinger",
"x264",
"libiconv",
"xorg-libX11",
"xorg-libXaw",
"xorg-libXext",
"zlib",
"xorg-libXv",
"xorg-libice",
"xorg-libsm",
"gettext-runtime",
"ffmpeg4",
"xorg-libXt",
"faac",
"faad2",
"lame",
"libvorbis",
"libjpeg-turbo",
"libpng"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"transcode",
"mjpegtools"
]
}
]
},
{
"name": "libquirc",
"portdir": "graphics/libquirc",
"version": "1.2",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/dlbeer/quirc",
"description": "QR decoder library",
"long_description": "QR codes are a type of high-density matrix barcodes, and quirc is a library for extracting and decoding them from images.",
"active": true,
"categories": [
"graphics",
"math"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 360
}
],
"variants": [
"full",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gmake",
"clang-20"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py38-opencv4-devel",
"py37-opencv4",
"opencv4",
"opencv4-devel",
"py310-opencv4",
"py311-opencv4",
"py312-opencv4",
"py313-opencv4",
"py314-opencv4",
"py310-opencv4-devel",
"py311-opencv4-devel",
"py312-opencv4-devel",
"py313-opencv4-devel",
"py314-opencv4-devel",
"py37-opencv4-devel",
"py39-opencv4",
"py39-opencv4-devel",
"py38-opencv4",
"qrscan"
]
}
]
},
{
"name": "libquvi",
"portdir": "net/libquvi",
"version": "0.9.4",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://quvi.sourceforge.net/",
"description": "A command line tool for parsing video download links.",
"long_description": "libquvi is a command line tool for parsing video download links. It supports Youtube and other similar video websites. liblibquvi is a library for parsing video download links with C API. It is written in C and intended to be a cross-platform library.",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"lua52",
"curl",
"glib2",
"libquvi-scripts",
"libproxy",
"libgcrypt",
"libgpg-error"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"quvi"
]
}
]
},
{
"name": "libquvi-scripts",
"portdir": "net/libquvi-scripts",
"version": "0.9.20131130",
"license": "AGPL-3",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://quvi.sourceforge.net/",
"description": "A command line tool for parsing video download links.",
"long_description": "libquvi-scripts is a command line tool for parsing video download links. It supports Youtube and other similar video websites. liblibquvi-scripts is a library for parsing video download links with C API. It is written in C and intended to be a cross-platform library.",
"active": true,
"categories": [
"net",
"www"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"lua52-luajson",
"lua52",
"lua52-luasocket",
"lua52-luabitop",
"lua52-luaexpat"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libquvi"
]
}
]
},
{
"name": "libqxp",
"portdir": "devel/libqxp",
"version": "0.0.2",
"license": "MPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.documentfoundation.org/DLP/Libraries/libqxp",
"description": "Library parsing QuarkXPress documents.",
"long_description": "Library parsing QuarkXPress documents.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "audvare",
"github": "Tatsh",
"ports_count": 25
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-20"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"icu",
"librevenge",
"boost181"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libreoffice",
"scribus-devel"
]
}
]
},
{
"name": "libranlib",
"portdir": "math/libranlib",
"version": "1.0",
"license": "Restrictive/Distributable and Noncommercial",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://netlib.org/random/",
"description": "Library of Routines for Random Number Generation",
"long_description": "This library provides routines that return: Beta random deviates, Chi-square random deviates, Exponential random deviates, F random deviates, Gamma random deviates, Multivariate normal random deviates (mean and covariance matrix specified), Noncentral chi-square random deviates, Noncentral F random deviates, Univariate normal random deviates, Random permutations of an integer array, Real uniform random deviates between specif, Binomial random deviates, Negative Binomial random deviates, Multinomial random deviates, Poisson random deviates, Integer uniform deviates between specified limits and Seeds for the random number generator calculated from a character string.",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libraqm",
"portdir": "devel/libraqm",
"version": "0.10.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://host-oman.github.io/libraqm/",
"description": "A library for complex text layout",
"long_description": "Raqm is a small library that encapsulates the logic for complex text layout and provides a convenient API. It currently provides bidirectional text support (using FriBiDi), shaping (using HarfBuzz), and proper script itemization. As a result, Raqm can support most writing systems covered by Unicode.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "reneeotten",
"github": "reneeotten",
"ports_count": 2220
}
],
"variants": [
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"ninja",
"clang-18",
"pkgconfig",
"meson"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"fribidi",
"freetype",
"harfbuzz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py311-matplotlib",
"py312-matplotlib",
"py313-matplotlib",
"py314-matplotlib",
"supertux"
]
}
]
},
{
"name": "librasterlite2",
"portdir": "databases/librasterlite2",
"version": "1.1.0-beta1",
"license": "(MPL-1.1 or GPL-2+ or LGPL-2.1+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gaia-gis.it/fossil/librasterlite2/index",
"description": "Library that stores and retrieves raster coverages using a SpatiaLite",
"long_description": "librasterlite2 is an open source library that stores and retrieves huge raster coverages using a SpatiaLite DBMS.",
"active": true,
"categories": [
"databases",
"gis"
],
"maintainers": [
{
"name": "n_larsson",
"github": "nilason",
"ports_count": 111
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"minizip",
"zstd",
"spatialite",
"sqlite3",
"glib2",
"librttopo",
"proj",
"cairo",
"fontconfig",
"giflib",
"libgeotiff",
"lz4",
"libpixman",
"libpng",
"openjpeg",
"tiff",
"webp",
"curl",
"freetype",
"geos",
"libiconv",
"libxml2",
"fcgi",
"freexl",
"libjpeg-turbo",
"lzma"
]
}
],
"depends_on": []
},
{
"name": "libraw",
"portdir": "graphics/libraw",
"version": "0.21.4",
"license": "(LGPL-2.1 or CDDL)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libraw.org",
"description": "Library for RAW image manipulation",
"long_description": "A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).",
"active": true,
"categories": [
"graphics"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"automake",
"libtool",
"pkgconfig",
"autoconf"
]
},
{
"type": "lib",
"ports": [
"lcms2",
"libjpeg-turbo",
"jasper"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"Pangolin",
"gegl",
"ImageMagick7",
"gegl-devel",
"gegl-0.3",
"ImageMagick",
"openimageio",
"nomacs",
"luminance-hdr",
"gthumb",
"geeqie",
"photoqt",
"rawproc",
"libkdcraw",
"py310-rawpy",
"py311-rawpy"
]
}
]
},
{
"name": "librdkafka",
"portdir": "net/librdkafka",
"version": "2.14.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/confluentinc/librdkafka",
"description": "The Apache Kafka C/C++ library",
"long_description": "Full Apache Kafka protocol support, including producer and consumer",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "alexey.trenikhin+macports",
"github": "alexeyt820",
"ports_count": 3
}
],
"variants": [
"zstd",
"lz4",
"ssl",
"sasl",
"curl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zstd",
"openssl",
"lz4",
"cyrus-sasl2",
"curl",
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kcat",
"syslog-ng-devel"
]
}
]
},
{
"name": "libre",
"portdir": "net/libre",
"version": "4.6.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/baresip/re",
"description": "Protocol library for real-time communications with async I/O support",
"long_description": "libre is a Protocol library for real-time communications with async I/O support.",
"active": true,
"categories": [
"devel",
"net"
],
"maintainers": [
{
"name": "aeh",
"github": "alfredh",
"ports_count": 7
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"baresip",
"librem",
"restund"
]
}
]
},
{
"name": "LibreCAD",
"portdir": "cad/LibreCAD",
"version": "2.2.0.2",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://librecad.org",
"description": "LibreCAD is a free Open Source CAD application.",
"long_description": "LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation is free from our large, dedicated community of users, contributors and developers. You, too, can also get involved!",
"active": true,
"categories": [
"cad"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1069
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"qt5-qttools",
"qt5-qttranslations",
"qt5-qtbase",
"libxmlxx2",
"boost181",
"freetype",
"qt5-qtsvg"
]
}
],
"depends_on": []
},
{
"name": "LibreCAD-devel",
"portdir": "cad/LibreCAD",
"version": "2.2.1_alpha",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://librecad.org",
"description": "LibreCAD is a free Open Source CAD application.",
"long_description": "LibreCAD is a free Open Source CAD application for Windows, Apple and Linux. Support and documentation is free from our large, dedicated community of users, contributors and developers. You, too, can also get involved!",
"active": true,
"categories": [
"cad"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1069
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"qt5-qttools",
"qt5-qttranslations",
"qt5-qtbase",
"libxmlxx2",
"boost181",
"freetype",
"qt5-qtsvg"
]
}
],
"depends_on": []
},
{
"name": "librem",
"portdir": "net/librem",
"version": "1.0.0",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/baresip/rem",
"description": "portable audio and video processing media library",
"long_description": "librem is a portable audio and video processing media library.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "aeh",
"github": "alfredh",
"ports_count": 7
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl",
"libre"
]
}
],
"depends_on": []
},
{
"name": "libreoffice",
"portdir": "office/libreoffice",
"version": "7.6.4.1",
"license": "(LGPL-3 or MPL-1.1)",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libreoffice.org",
"description": "Free, open source office suite.",
"long_description": "LibreOffice is a free and powerful office suite, and a successor to OpenOffice.org (commonly known as OpenOffice). Its clean interface and feature-rich tools help you unleash your creativity and enhance your productivity.",
"active": true,
"categories": [
"aqua",
"office"
],
"maintainers": [
{
"name": "audvare",
"github": "Tatsh",
"ports_count": 25
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"dragonbox",
"clang-20",
"frozen",
"unixODBC",
"autoconf",
"automake",
"bison",
"cppunit",
"flex",
"gettext",
"gmake",
"gpatch",
"gperf",
"pkgconfig",
"ucpp",
"mesa"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"nspr",
"ossp-uuid",
"readline",
"graphite2",
"harfbuzz",
"harfbuzz-icu",
"lcms2",
"libcdr-0.1",
"libepoxy",
"libfreehand",
"libjpeg-turbo",
"libmspub",
"libpagemaker",
"libpng",
"libvisio-0.1",
"libwpg-0.3",
"webp",
"curl",
"nss",
"xmlsec",
"expat",
"hunspell",
"hyphen",
"libe-book",
"libetonyek",
"libiconv",
"liblangtag",
"libodfgen",
"librevenge",
"libwpd-0.10",
"bzip2",
"libxml2",
"libxslt",
"mythes",
"neon",
"raptor2",
"redland",
"boost176",
"libcuckoo",
"mdds-2.1",
"orcus-0.18",
"libwps",
"xz",
"zlib",
"gdbm",
"sqlite3",
"box2d",
"clucene",
"gettext",
"icu",
"libabw",
"libepubgen",
"libexttextcat",
"libmwaw",
"libnumbertext",
"libqxp",
"libstaroffice",
"libzmf"
]
},
{
"type": "run",
"ports": [
"py311-lxml",
"python311"
]
}
],
"depends_on": []
},
{
"name": "librep",
"portdir": "lang/librep",
"version": "0.92.7",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sawfish.wikia.com/wiki/Librep",
"description": "A shared library implementing a Lisp dialect",
"long_description": "librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts.",
"active": true,
"categories": [
"lang"
],
"maintainers": [
{
"name": "me",
"github": "lloyd",
"ports_count": 4
}
],
"variants": [
"readline",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"gdbm",
"gmp",
"libffi"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"sawfish"
]
},
{
"type": "lib",
"ports": [
"rep-gtk"
]
}
]
},
{
"name": "libresidfp",
"portdir": "audio/libresidfp",
"version": "1.1.1",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libsidplayfp/libresidfp",
"description": "cycle exact SID emulation",
"long_description": "This project is meant to replicate the SID as faithfully as possible while keeping good performance for realtime use. It is not intended to expose the chip internal state or adding fancy effects. Both the 6581 and the 8580 models are emulated.",
"active": true,
"categories": [
"devel",
"audio"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 85
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libsidplayfp"
]
}
]
},
{
"name": "libressl",
"portdir": "security/libressl",
"version": "4.3.2",
"license": "OpenSSL and SSLeay",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libressl.org",
"description": "LibreSSL SSL/TLS cryptography library",
"long_description": "LibreSSL is composed of four parts: The openssl(1) utility, which provides tools for managing keys, certificates, etc. libcrypto: a library of cryptography fundamentals libssl: a TLS library, backwards-compatible with OpenSSL libtls: a new TLS library, designed to make it easier to write foolproof applications This port tracks the stable releases, for development releases please use libressl-devel.",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "artkiver",
"github": "artkiver",
"ports_count": 12
},
{
"name": "cal",
"github": "neverpanic",
"ports_count": 60
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ldns",
"rpki-client"
]
}
]
},
{
"name": "libressl-devel",
"portdir": "security/libressl-devel",
"version": "4.3.1",
"license": "OpenSSL and SSLeay",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.libressl.org",
"description": "LibreSSL SSL/TLS cryptography library",
"long_description": "LibreSSL is composed of four parts: The openssl(1) utility, which provides tools for managing keys, certificates, etc. libcrypto: a library of cryptography fundamentals libssl: a TLS library, backwards-compatible with OpenSSL libtls: a new TLS library, designed to make it easier to write foolproof applications This port tracks the development releases, for stable releases please use libressl.",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "artkiver",
"github": "artkiver",
"ports_count": 12
},
{
"name": "cal",
"github": "neverpanic",
"ports_count": 60
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "libretls",
"portdir": "devel/libretls",
"version": "3.8.1",
"license": "ISC",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.causal.agency/libretls/about/",
"description": "libtls for OpenSSL",
"long_description": "LibreTLS is a port of libtls from LibreSSL to OpenSSL. libtls is a new TLS library, designed to make it easier to write foolproof applications.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "june",
"github": "causal-agent",
"ports_count": 2
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pounce",
"got",
"catgirl",
"telescope"
]
}
]
},
{
"name": "libretroshare",
"portdir": "net/libretroshare",
"version": "2024.07.04",
"license": "(AGPL-3 or Apache-2 or GPL-3 or LGPL-3 or MIT)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://retroshare.cc",
"description": "RetroShare is a decentralized, private, secure, cross-platform communication software.",
"long_description": "RetroShare is a decentralized, private, secure, cross-platform communication software. RetroShare functionalities (file sharing, chat, messages, forums, channels…) are implemented under the hood by libretroshare which offer a documented C++ and JSON API. While RetroShare is an application on its own, libretroshare is meant to be used as part of other programs.",
"active": true,
"categories": [
"devel",
"net",
"security",
"p2p"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"git",
"pkgconfig",
"doxygen",
"python311",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"restbed",
"zlib",
"rapidjson",
"miniupnpc",
"openssl3",
"sqlcipher"
]
}
],
"depends_on": []
}
]
}