HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50581,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=114",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=112",
"results": [
{
"name": "libzip",
"portdir": "archivers/libzip",
"version": "1.11.4",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://libzip.org/",
"description": "libzip is a C library for reading, creating, and modifying zip archives",
"long_description": "libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted.",
"active": true,
"categories": [
"archivers"
],
"maintainers": [],
"variants": [
"debug",
"gnutls",
"mbedtls",
"openssl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"coreutils",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"zlib"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"openrct2",
"freedink",
"routino",
"gwyddion",
"ideviceinstaller",
"ideviceinstaller-devel",
"idevicerestore",
"idevicerestore-devel",
"pstoedit",
"ds9",
"xournalpp",
"openscad",
"openscad-devel",
"subsurface",
"qgis3",
"qgis3-ltr",
"kchmviewer",
"sc-im",
"warzone2100",
"tldr-cpp-client",
"ebook-tools",
"php53-zip",
"php52-zip",
"php54-zip",
"php55-zip",
"php56-zip",
"php71-zip",
"php70-zip",
"php72-zip",
"php73-zip",
"php74-zip",
"php80-zip",
"php81-zip",
"php82-zip",
"php83-zip",
"GraphicsMagick",
"taisei",
"rizin",
"lib3mf",
"radare2"
]
}
]
},
{
"name": "libzita-resampler",
"portdir": "audio/libzita-resampler",
"version": "1.11.2",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://kokkinizita.linuxaudio.org/linuxaudio/",
"description": "Libzita-resampler is a C++ library for resampling audio signals.",
"long_description": "Libzita-resampler is a C++ library for resampling audio signals. It is designed to be used within a real-time processing context, to be fast, and to provide high-quality sample rate conversion. The library operates on signals represented in single-precision floating point format. For multichannel operation both the input and output signals are assumed to be stored as interleaved samples. The API allows a trade-off between quality and CPU load. For the latter a range of approximately 1:6 is available. Even at the highest quality setting libzita-resampler will be faster than most similar libraries, e.g. libsamplerate.",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "aeioudev",
"github": "aeiouaeiouaeiouaeiouaeiouaeiou",
"ports_count": 10
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"audiowmark"
]
}
]
},
{
"name": "libzmf",
"portdir": "devel/libzmf",
"version": "0.0.2",
"license": "MPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.documentfoundation.org/DLP/Libraries/libzmf",
"description": "Library for parsing Zoner Callisto/Draw documents.",
"long_description": "Library for parsing Zoner Callisto/Draw documents.",
"active": true,
"categories": [
"devel",
"graphics"
],
"maintainers": [
{
"name": "audvare",
"github": "Tatsh",
"ports_count": 25
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"librevenge",
"zlib",
"boost181",
"icu",
"libpng"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"scribus-devel"
]
}
]
},
{
"name": "libzookeeper",
"portdir": "devel/libzookeeper",
"version": "3.4.6",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://zookeeper.apache.org/",
"description": "C bindings for ZooKeeper, the high-performance coordination service",
"long_description": "ZooKeeper is a distributed, open-source coordination service for distributed applications. It exposes a simple set of primitives that distributed applications can build upon to implement higher level services for synchronization, configuration maintenance, and groups and naming. It is designed to be easy to program to, and uses a data model styled after the familiar directory tree structure of file systems. This port contains the C bindings for interacting with it.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"apache-ant",
"clang-16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"jubatus"
]
}
]
},
{
"name": "libzsv",
"portdir": "textproc/zsv",
"version": "0.3.8-alpha",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/liquidaty/zsv",
"description": "(Library) zsv: world's fastest (simd) CSV parser, with an extensible CLI",
"long_description": "(Library) zsv is a fast CSV parser library and extensible command-line utility. It achieves high performance using SIMD operations, efficient memory use and other optimization techniques.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"realpath",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"jq"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"zsv"
]
}
]
},
{
"name": "libzzip",
"portdir": "archivers/libzzip",
"version": "0.13.80",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/gdraheim/zziplib",
"description": "library providing read access on ZIP-archives",
"long_description": "The ZZIPlib provides read access on ZIP-archives. The library uses only the patent-free compression-algorithms supported by Zlib. It provides functions that transparently access files being either real files or zipped files, both with the same filepath.",
"active": true,
"categories": [
"devel",
"archivers"
],
"maintainers": [],
"variants": [
"debug",
"sdl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"cmake",
"pkgconfig",
"python313"
]
},
{
"type": "lib",
"ports": [
"zlib"
]
},
{
"type": "test",
"ports": [
"zip",
"unzip"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cmconvert",
"texlive-bin",
"lua54-luazip",
"lua52-luazip",
"lua53-luazip",
"lua51-luazip",
"mpd"
]
}
]
},
{
"name": "LiDIA",
"portdir": "math/LiDIA",
"version": "2.3.0.20190901",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mkoeppe/LiDIA",
"description": "A library for computational number theory",
"long_description": "A library for computational number theory",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gmp",
"glpk"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"latte-int"
]
}
]
},
{
"name": "LiE",
"portdir": "math/LiE",
"version": "2.2.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://young.sp2mi.univ-poitiers.fr/~marc/LiE/",
"description": "A computer algebra program for Lie group calculations",
"long_description": "LiE is a computer algebra system that is specialised in computations involving (reductive) Lie groups and their representations.",
"active": true,
"categories": [
"math"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": []
},
{
"name": "lifelines",
"portdir": "genealogy/lifelines",
"version": "3.0.62",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lifelines.sourceforge.net/",
"description": "Genealogy software",
"long_description": "LifeLines is second generation, open source genealogy software. It provides GEDCOM interoperability and powerful scripting, with a curses-based UI.",
"active": true,
"categories": [
"genealogy"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gettext"
]
}
],
"depends_on": []
},
{
"name": "liferea",
"portdir": "gnome/liferea",
"version": "1.12.9",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 20090731,
"replaced_by": null,
"homepage": "http://lzone.de/liferea/",
"description": "A feed aggregator for GTK+/GNOME.",
"long_description": "Liferea is an aggregator for online news feeds. It supports the RSS/RDF, CDF, Atom, OCS and OPML formats and enclosures (podcasting). It also has filtering mechanisms.",
"active": true,
"categories": [
"net",
"gnome"
],
"maintainers": [
{
"name": "devans",
"github": "dbevans",
"ports_count": 2615
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"autoconf",
"automake",
"libtool",
"pkgconfig",
"intltool"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"libxslt",
"webkit2-gtk",
"sqlite3",
"libpeas1",
"libsoup-2.4",
"json-glib",
"desktop-file-utils",
"gobject-introspection",
"gsettings-desktop-schemas",
"gtk3"
]
},
{
"type": "run",
"ports": [
"adwaita-icon-theme"
]
}
],
"depends_on": []
},
{
"name": "LightGBM",
"portdir": "math/LightGBM",
"version": "4.5.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lightgbm.readthedocs.io",
"description": "Fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework",
"long_description": "Fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework, based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.",
"active": true,
"categories": [
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"libomp",
"eigen3",
"libfmt10",
"fast_double_parser"
]
}
],
"depends_on": []
},
{
"name": "lightning",
"portdir": "devel/lightning",
"version": "1.2",
"license": "GPL-2+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnu.org/software/lightning/",
"description": "Generates assembly language code at run-time",
"long_description": "GNU lightning is a library that generates assembly language code at run-time. It is very fast, making it ideal for Just-In-Time compilers, and it a bstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "lighttpd",
"portdir": "www/lighttpd",
"version": "1.4.82",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.lighttpd.net/",
"description": "A secure, fast, compliant and flexible web-server",
"long_description": "lighttpd is a secure, fast, compliant and very flexible web server which has been optimized for high-performance environments. It has a very low memory footprint compared to other web servers and takes care of CPU load.",
"active": true,
"categories": [
"www"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"mysql57",
"ssl",
"davprops",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-18"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"lua",
"brotli",
"spawn-fcgi",
"zlib",
"zstd",
"openssl",
"pcre2",
"xxhashlib"
]
}
],
"depends_on": []
},
{
"name": "ligo-lvalert",
"portdir": "science/ligo-lvalert",
"version": "1.4.3",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.lsc-group.phys.uwm.edu/daswg/projects/lvalert.html",
"description": "The LIGO-Virgo Alert System",
"long_description": "A prototype notification service built on the xmpp (jabber) protocol and the pubsub extension. It provides a basic notification tool which allows multiple producers and consumers of notifications.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"py27-libxml2",
"py27-ligo-common",
"python27",
"py27-pyxmpp",
"py27-m2crypto",
"py27-dnspython"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"ligo-lvalert-heartbeat"
]
}
]
},
{
"name": "ligo-lvalert-heartbeat",
"portdir": "science/ligo-lvalert-heartbeat",
"version": "1.1.2",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.lsc-group.phys.uwm.edu/daswg/projects/lvalert.html",
"description": "LVAlert Heartbeat Tools",
"long_description": "This module implements a basic functionality monitor for lvalert_listen instances via the LVAlert system itself.",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"py27-setuptools",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-ligo-common",
"py27-pyxmpp",
"ligo-lvalert"
]
}
],
"depends_on": []
},
{
"name": "ligotools",
"portdir": "science/ligotools",
"version": "1.2.0",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://wiki.ligo.org/DASWG/LIGOTools",
"description": "This is a collection of tools used by the LIGO scientific community",
"long_description": "This is a collection of tools used by the LIGO scientific community",
"active": true,
"categories": [
"science"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"tcl"
]
}
],
"depends_on": []
},
{
"name": "lilv",
"portdir": "audio/lilv",
"version": "0.24.14",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://drobilla.net/software/lilv.html",
"description": "LV2 host reference implementation",
"long_description": "lilv is an LV2 host reference implementation. It provides a C library to make the use of LV2 plugins as simple as possible for applications.",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "aggraef",
"github": "agraef",
"ports_count": 44
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"python27",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"lv2",
"sratom",
"serd",
"sord"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pure-lilv"
]
}
]
},
{
"name": "lilypond",
"portdir": "textproc/lilypond",
"version": "2.24.4",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lilypond.org",
"description": "An automated engraving system for typesetting sheet music.",
"long_description": "Lilypond is a unix-based automated engraving system that generates beautiful sheet music from input files. Lilypond uses its own input format, .ly, which in many ways is similar to LaTeX. Lilypond can export sheet music to PDF, EPS, SVG, and PNG formats, and can also create MIDI files.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
}
],
"variants": [
"mactex",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.34-encode",
"p5.34-pod-escapes",
"p5.34-pod-simple",
"p5.34-podlators",
"p5.34-scalar-list-utils",
"autoconf",
"bison",
"flex",
"gmake",
"pkgconfig",
"fontforge",
"t1utils",
"texlive-fonts-recommended",
"texlive-metapost",
"texinfo",
"urw-core35-fonts"
]
},
{
"type": "lib",
"ports": [
"extractpdfmark",
"pango",
"python311",
"guile-2.2",
"ghostscript"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"denemo"
]
}
]
},
{
"name": "lilypond-devel",
"portdir": "textproc/lilypond",
"version": "2.25.13",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lilypond.org",
"description": "An automated engraving system for typesetting sheet music.",
"long_description": "The development version of the LilyPond music typesetter.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
}
],
"variants": [
"mactex",
"docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"p5.34-encode",
"p5.34-pod-escapes",
"p5.34-pod-simple",
"p5.34-podlators",
"p5.34-scalar-list-utils",
"autoconf",
"bison",
"flex",
"gmake",
"pkgconfig",
"fontforge",
"t1utils",
"texlive-fonts-recommended",
"texlive-metapost",
"texinfo",
"urw-core35-fonts"
]
},
{
"type": "lib",
"ports": [
"extractpdfmark",
"pango",
"python311",
"guile-2.2",
"ghostscript"
]
}
],
"depends_on": []
},
{
"name": "lima",
"portdir": "sysutils/lima",
"version": "2.0.3",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://lima-vm.io",
"description": "Linux virtual machines",
"long_description": "Lima launches Linux virtual machines with automatic file sharing and port forwarding (similar to WSL2). The original goal of Lima was to promote containerd including nerdctl (contaiNERD ctl) to Mac users, but Lima can be used for non-container applications as well. Lima also supports other container engines, such as Docker, Podman, Kubernetes, etc. Lima can also emulate other architectures if QEMU is installed.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1023
},
{
"name": "austin",
"github": "halostatue",
"ports_count": 21
}
],
"variants": [
"additional_guestagents"
],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
},
{
"type": "run",
"ports": [
"qemu"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"colima"
]
}
]
},
{
"name": "LimeChat",
"portdir": "aqua/LimeChat",
"version": "2.47",
"license": "GPL-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://limechat.net/mac/",
"description": "IRC Client for Mac",
"long_description": "LimeChat is an IRC client for Mac OS X that's fast and stable, offering one window for multiple servers and rich keyboard shortcuts for your comfortable operations.",
"active": true,
"categories": [
"aqua",
"irc"
],
"maintainers": [
{
"name": "danchr",
"github": "danchr",
"ports_count": 172
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "limesuite",
"portdir": "science/limesuite",
"version": "22.09.1",
"license": "Apache-2",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://myriadrf.org/projects/lime-suite/",
"description": "provides drivers and SDR application support for the LMS7002M RFIC",
"long_description": "Lime Suite is a collection of software supporting several hardware platforms including the LimeSDR, drivers for the LMS7002M transceiver RFIC, and other tools for developing with LMS7-based hardware.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"debug",
"wxgui",
"soapy",
"octave",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"SoapySDR",
"libusb",
"wxWidgets-3.2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"SDRangel",
"gr-limesdr",
"gr37-limesdr",
"gr-limesdr-devel",
"SDRPlusPlus"
]
}
]
},
{
"name": "limesuite-devel",
"portdir": "science/limesuite",
"version": "20220505-c1b19b23",
"license": "Apache-2",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://myriadrf.org/projects/lime-suite/",
"description": "provides drivers and SDR application support for the LMS7002M RFIC",
"long_description": "Lime Suite is a collection of software supporting several hardware platforms including the LimeSDR, drivers for the LMS7002M transceiver RFIC, and other tools for developing with LMS7-based hardware. This port is kept up with the LimeSuite GIT 'master' branch, is typically updated weekly to monthly.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
},
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
}
],
"variants": [
"debug",
"wxgui",
"soapy",
"octave",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"SoapySDR",
"libusb",
"wxWidgets-3.2"
]
}
],
"depends_on": []
},
{
"name": "linalg",
"portdir": "math/linalg",
"version": "1.8.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jchristopherson/linalg",
"description": "Linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines",
"long_description": "Linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines",
"active": true,
"categories": [
"science",
"math"
],
"maintainers": [
{
"name": "vital.had",
"github": "barracuda156",
"ports_count": 2571
}
],
"variants": [
"debug",
"accelerate",
"atlas",
"blis",
"flexiblas",
"openblas",
"clang10",
"clang11",
"clang12",
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang18",
"clang19",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"g95",
"gcc10",
"gcc11",
"gcc12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17",
"gcc14"
]
},
{
"type": "lib",
"ports": [
"vecLibFort",
"libgcc",
"qrupdate"
]
}
],
"depends_on": []
},
{
"name": "linc",
"portdir": "devel/linc",
"version": "1.0.3",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gnome.org/projects/ORBit2",
"description": "linc is a library for writing networked servers/clients.",
"long_description": "linc is a library that eases the task of writing networked servers & clients. It takes care of connection initiation and maintainance, and the details of various transports. Previously used by ORBit2 to handle message transmission/receipt, now obsolete.",
"active": true,
"categories": [
"devel",
"gnome"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"glib2"
]
}
],
"depends_on": []
},
{
"name": "lincity",
"portdir": "games/lincity",
"version": "1.13.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lincity.sourceforge.net/",
"description": "city simulation game",
"long_description": "Lincity is a city simulation game. You are required to build and maintain a city. You must feed, house, provide jobs and goods for your residents. You can build a sustainable economy with the help of renewable energy and recycling, or you can go for broke and build rockets to escape from a pollution ridden and resource starved planet, it's up to you.",
"active": true,
"categories": [
"games"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gettext",
"libpng",
"xorg-libXext",
"xorg-libsm"
]
}
],
"depends_on": []
},
{
"name": "lincity-ng",
"portdir": "games/lincity-ng",
"version": "2.0",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lincity-ng.berlios.de/",
"description": "3D city simulation game",
"long_description": "LinCity-NG is a City Simulation Game. It is a polished and improved version of the classic LinCity game.",
"active": true,
"categories": [
"games"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"jam",
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libsdl_image",
"libsdl_ttf",
"libsdl_mixer",
"libiconv",
"libxml2",
"physfs",
"libsdl",
"libsdl_gfx"
]
}
],
"depends_on": []
},
{
"name": "Lingon",
"portdir": "aqua/Lingon",
"version": "2.1.1",
"license": "Apache-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sourceforge.net/projects/lingon",
"description": "Graphical interface for creating launchd configurations",
"long_description": "Lingon is a graphical interface for creating launchd configuration files and controlling them through launchctl.",
"active": true,
"categories": [
"aqua",
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": []
},
{
"name": "linhpsdr",
"portdir": "science/linhpsdr",
"version": "20230106-02361708",
"license": "GPL-3",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/g0orx/linhpsdr",
"description": "linHPSDR is an HPSDR application for Linux and macOS",
"long_description": "linHPSDR is an HPSDR application for Linux and macOS",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gettext",
"glib2",
"gtk3",
"gdk-pixbuf2",
"libsoundio",
"SoapySDR",
"wdsp",
"pango",
"fftw-3",
"atk"
]
}
],
"depends_on": []
},
{
"name": "linkchecker",
"portdir": "www/linkchecker",
"version": "10.6.0",
"license": "GPL-2+",
"platforms": "{darwin any} freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pypi.python.org/pypi/LinkChecker/",
"description": "linkchecker for html pages",
"long_description": "linkchecker for html pages with recursive checking, multithreaded, output can be colored or normal text, HTML, SQL, CSV or a sitemap graph in XML or GML format, additionally reports download time for HTML pages HTTP/1.1 and 1.0, HTTPS, FTP, mailto:, news:, nntp:, gopher, telnet and local file links are supported, restrict link checking with regular expression filters for URLs, proxy support, give username/password for HTTP and FTP authorization, robots.txt exclusion protocol support, i18n support, CGI web interface. The gui portion is no longer included as it is not maintained.",
"active": true,
"categories": [
"www",
"python"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 431
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-hatch-vcs",
"py314-hatchling"
]
},
{
"type": "lib",
"ports": [
"python314",
"py314-requests",
"py314-dnspython",
"py314-beautifulsoup4",
"py314-pyxdg"
]
},
{
"type": "test",
"ports": [
"py314-pytest",
"py314-openssl",
"py314-parameterized",
"py314-py"
]
}
],
"depends_on": []
},
{
"name": "link-grammar",
"portdir": "textproc/link-grammar",
"version": "5.12.4",
"license": "LGPL-2.1 and MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://opencog.github.io/link-grammar-website/",
"description": "Link Grammar Parser",
"long_description": "The Link Grammar Parser is a syntactic parser of English, based on link grammar, an original theory of English syntax. Given a sentence, the system assigns to it a syntactic structure, which consists of a set of labeled links connecting pairs of words. The parser also produces a \"constituent\" (Penn tree-bank style phrase tree) representation of a sentence (showing noun phrases, verb phrases, etc.).",
"active": true,
"categories": [
"textproc"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"track_space_usage",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"libedit",
"hunspell"
]
}
],
"depends_on": []
},
{
"name": "links",
"portdir": "www/links",
"version": "2.30",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://links.twibright.com/",
"description": "Lynx-like WWW browser that supports tables, menus, etc",
"long_description": "Lynx-like WWW browser with text and graphics modes with many features like displaying tables, menus, etc.",
"active": true,
"categories": [
"www"
],
"maintainers": [],
"variants": [
"svg",
"tiff",
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"bzip2",
"openssl3",
"libevent",
"xz"
]
}
],
"depends_on": []
},
{
"name": "links1",
"portdir": "www/links1",
"version": "1.04",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.jikos.cz/~mikulas/links/",
"description": "text WWW browser with tables",
"long_description": "Links is a text-based browser with support for HTML tables and frames.",
"active": true,
"categories": [
"www"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl"
]
}
],
"depends_on": []
},
{
"name": "linphone",
"portdir": "net/linphone",
"version": "3.5.2",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.linphone.org/",
"description": "voice over IP sip phone",
"long_description": "With linphone you can communicate freely with people over the internet, with voice and text instant messaging.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0",
"intltool"
]
},
{
"type": "lib",
"ports": [
"speex",
"libglade2",
"libexosip2"
]
}
],
"depends_on": []
},
{
"name": "linrad",
"portdir": "science/linrad",
"version": "20211204-997",
"license": "MIT",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sm5bsz.com/linuxdsp/linrad.htm",
"description": "Linrad is a free multi-OS SDR receiver (A Software Defined Radio receiver).",
"long_description": "Linrad is a free multi-OS SDR receiver (A Software Defined Radio receiver).",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
}
],
"variants": [
"airspy",
"airspyhf",
"bladerf",
"perseus",
"rtlsdr",
"sdrplay"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"makeicns",
"clang-9.0",
"nasm"
]
},
{
"type": "fetch",
"ports": [
"subversion"
]
},
{
"type": "lib",
"ports": [
"portaudio",
"xorg-libXext",
"libusb",
"libusb-compat",
"SDRplay",
"airspy",
"airspyhf",
"rtl-sdr",
"xorg-libX11"
]
}
],
"depends_on": []
},
{
"name": "linsmith",
"portdir": "gnome/linsmith",
"version": "0.99.31",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://jcoppens.com/soft/linsmith/index.en.php",
"description": "linSmith is a Smith Charting program.",
"long_description": "linSmith is a Smith Charting program. You can enter either discrete components or transmission lines, see the results on screen and/or generate Postscript output. Component values can be changed numerically or using scrollbars.",
"active": true,
"categories": [
"science",
"gnome"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libgnomeui",
"cairo",
"libxml2",
"gtk2"
]
}
],
"depends_on": []
},
{
"name": "linuxdoc",
"portdir": "textproc/linuxdoc",
"version": "1.1",
"license": "none",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://tldp.org/",
"description": "Linuxdoc SGML DTD",
"long_description": "Linuxdoc SGML DTD",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "run",
"ports": [
"iso8879",
"mkcatalog"
]
}
],
"depends_on": []
},
{
"name": "linuxdoc-tools",
"portdir": "textproc/linuxdoc-tools",
"version": "0.9.82",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/agmartin/linuxdoc-tools",
"description": "convert LinuxDoc SGML source into other formats",
"long_description": "convert LinuxDoc SGML source into other formats",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"texlive"
]
},
{
"type": "lib",
"ports": [
"flex",
"perl5",
"opensp",
"texinfo"
]
}
],
"depends_on": []
},
{
"name": "liquid-dsp",
"portdir": "science/liquid-dsp",
"version": "20221120-c3e0de7e",
"license": "MIT",
"platforms": "darwin macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.liquidsdr.org/",
"description": "liquid-dsp is an open-source signal processing library for software-defined radios written in C.",
"long_description": "liquid-dsp is an open-source signal processing library for software-defined radios written in C. Its purpose is to provide a set of extensible DSP modules that do no rely on external dependencies or cumbersome frameworks.",
"active": true,
"categories": [
"science",
"comms"
],
"maintainers": [
{
"name": "michaelld",
"github": "michaelld",
"ports_count": 466
},
{
"name": "ra1nb0w",
"github": "ra1nb0w",
"ports_count": 148
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"gsed",
"clang-17",
"autoconf",
"grep"
]
},
{
"type": "lib",
"ports": [
"libfec",
"fftw-3-single"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"CubicSDR",
"PothosLiquidDSP",
"gr37-lora-rpp0",
"gr-lora-rpp0",
"inspectrum"
]
},
{
"type": "run",
"ports": [
"luaradio"
]
}
]
},
{
"name": "liquidwar",
"portdir": "games/liquidwar",
"version": "5.6.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.ufoot.org/liquidwar/",
"description": "A unique multiplayer wargame",
"long_description": "Liquid War is a unique multiplayer wargame. You control an army of liquid and have to try and eat your opponents. The rules of Liquid War are truely original and have been invented by Thomas Colcombet. A single player mode is available, but the game is definitely designed to be multiplayer, and has network support.",
"active": true,
"categories": [
"games"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gmake",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"allegro"
]
}
],
"depends_on": []
},
{
"name": "lirc",
"portdir": "sysutils/lirc",
"version": "0.10.2",
"license": "(GPL-2+ or OpenSSLException)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.lirc.org",
"description": "Linux Infrared Remote Control",
"long_description": "LIRC enables receiving and/or sending infra-red remote controls signals. The only hardware is known to work (on the Mac operating system) includes the IR receiver in older HDHomerun tuner boxes and the Sony Vaio PCVA-IR5U receiver. Other hardware _could_ work but is untested. Lirc does not currently work with the IR receiver built into various Mac models. Lirc on OSX can also receive signals relayed from another Lirc server.",
"active": true,
"categories": [
"sysutils",
"net"
],
"maintainers": [],
"variants": [
"gui",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"doxygen",
"gsed",
"py312-setuptools",
"py312-yaml",
"autoconf",
"automake",
"libtool",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"libftdi1",
"libusb",
"libusb-compat",
"portaudio"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libirman"
]
}
]
},
{
"name": "lis",
"portdir": "math/lis",
"version": "2.0.30",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.ssisc.org/lis/index.en.html",
"description": "a parallel software library for solving linear equations and eigenvalue problems",
"long_description": "Lis (Library of Iterative Solvers for linear systems, pronounced [lis]) is a parallel software library for solving linear equations and eigenvalue problems that arise in the numerical solution of partial differential equations using iterative methods.",
"active": true,
"categories": [
"science",
"math"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1513
}
],
"variants": [
"clang13",
"clang14",
"clang15",
"clang16",
"clang17",
"clang10",
"clang11",
"clang12",
"gcc13",
"gcc14",
"gccdevel",
"gfortran",
"mpich",
"clang18",
"clang19",
"clang50",
"clang60",
"clang70",
"clang80",
"clang90",
"clangdevel",
"gcc10",
"gcc11",
"gcc12",
"openmpi",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17",
"gcc14"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"libgcc"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gerris"
]
}
]
},
{
"name": "lisaem",
"portdir": "emulators/lisaem",
"version": "1.2.6",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://lisa.sunder.net/",
"description": "Apple Lisa emulator",
"long_description": "Apple Lisa emulator",
"active": true,
"categories": [
"emulators"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"wxwidgets28",
"wxgtk28"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"wxWidgets-2.8"
]
}
],
"depends_on": []
},
{
"name": "lisp-hyperspec",
"portdir": "lang/lisp-hyperspec",
"version": "7.0",
"license": "Restrictive/Distributable and Noncommercial",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.lispworks.com/reference/HyperSpec/index.html",
"description": "The Common Lisp HyperSpec",
"long_description": "This is an HTML document derived from the ANSI Common Lisp standard (X3.226-1994), with permission from ANSI and NCITS (previously known as X3). The Common Lisp HyperSpec was prepared by Kent Pitman at Harlequin, who as Project Editor of X3J13 managed the completion of the document which became the ANSI Common Lisp Standard. In hardcopy, the ANSI Common Lisp standard is nearly 1100 printed pages describing nearly a thousand functions and variables in sufficient detail to accommodate hosting of the language on a wide variety of hardware and operating system platforms. While the paper version remains the official standard, we think that in practice you'll find the Common Lisp HyperSpec much easier to navigate and use than its paper alternative. In addition to the Common Lisp standard itself, the Common Lisp HyperSpec also incorporates interesting and useful cross references to other materials of the Common Lisp committee, J13 (formerly X3J13).",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "listat",
"portdir": "mail/listat",
"version": "2.1.1-20170611",
"license": "none",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://wordsmith.org/anu/listat/",
"description": "generates interesting statistics on mailing list demographics",
"long_description": "professional package to generate interesting statistics on mailing list demographics.",
"active": true,
"categories": [
"textproc",
"mail"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "run",
"ports": [
"perl5"
]
}
],
"depends_on": []
},
{
"name": "listres",
"portdir": "x11/listres",
"version": "1.0.4",
"license": "X11",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.x.org/",
"description": "List resources in X11 widgets",
"long_description": "The listres program generates a list of a widget's resource database. The class in which each resource is first defined, the instance and class name, and the type of each resource is listed. If no specific widgets or the -all switch are given, a two-column list of widget names and their class hierarchies is printed.",
"active": true,
"categories": [
"graphics",
"x11"
],
"maintainers": [
{
"name": "jeremyhu",
"github": "jeremyhu",
"ports_count": 301
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"xorg-libXaw"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"xorg-apps"
]
}
]
},
{
"name": "litebrowser",
"portdir": "www/litebrowser",
"version": "0.0.0-20211116",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/litehtml/litebrowser-linux",
"description": "a simple web browser based on litehtml",
"long_description": "litebrowser is a minimal web browser intended primarily to demonstrate the capabilities of the litehtml rendering engine.",
"active": true,
"categories": [
"www"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"cairo",
"fontconfig",
"litehtml",
"gtkmm3",
"pango",
"curl",
"poco",
"gtk3"
]
}
],
"depends_on": []
},
{
"name": "litecli",
"portdir": "databases/litecli",
"version": "1.15.0",
"license": "BSD",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://litecli.com/",
"description": "CLI for SQLite Databases with auto-completion and syntax highlighting",
"long_description": "CLI for SQLite Databases with auto-completion and syntax highlighting",
"active": true,
"categories": [
"databases",
"python"
],
"maintainers": [],
"variants": [
"python310",
"python311",
"python312",
"python313"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel",
"py313-setuptools_scm"
]
},
{
"type": "lib",
"ports": [
"py313-configobj",
"python313",
"py313-cli-helpers",
"py313-setuptools",
"py313-prompt_toolkit",
"py313-pygments",
"py313-click",
"py313-sqlparse"
]
}
],
"depends_on": []
},
{
"name": "litecoin",
"portdir": "finance/litecoin",
"version": "0.16.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://litecoin.org",
"description": "Litecoin is a P2P Internet currency that enables instant payments to anyone in the world.",
"long_description": "Litecoin is a peer-to-peer Internet currency that enables instant payments to anyone in the world. It is based on the Bitcoin protocol but differs from Bitcoin in that it can be efficiently mined with consumer-grade hardware. Litecoin provides faster transaction confirmations (2.5 minutes on average) and uses memory-hard, scrypt-based mining proof-of-work algorithm to target the regular computers and GPUs most people already have. The Litecoin network is scheduled to produce 84 million currency units. One of the aims of Litecoin was to provide a mining algorithm that could run at the same time, on the same hardware used to mine bitcoins. With the rise of specialized ASICs for Bitcoin, Litecoin continues to satisfy these goals. It is unlikely for ASIC mining to be developed for Litecoin until the currency is widely used.",
"active": true,
"categories": [
"finance"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"qt5-qttools",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openssl",
"protobuf3-cpp",
"zmq",
"qt5-qtbase",
"miniupnpc",
"boost171",
"qrencode",
"db48",
"libevent"
]
}
],
"depends_on": []
},
{
"name": "litehtml",
"portdir": "devel/litehtml",
"version": "0.6",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.litehtml.com",
"description": "fast, lightweight HTML/CSS rendering engine",
"long_description": "litehtml is a fast, lightweight HTML/CSS rendering engine.",
"active": true,
"categories": [
"devel",
"www"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"gumbo-parser"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"litebrowser"
]
}
]
}
]
}