HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 49664,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=945",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-created_at&page=943",
"results": [
{
"name": "SourceKittenDaemon",
"portdir": "devel/sourcekittendaemon",
"version": "0.1.5",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/terhechte/SourceKittenDaemon",
"description": "Swift Auto Completions for any Text Editor",
"long_description": "Swift Auto Completions for any Text Editor",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"carthage",
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "soprano",
"portdir": "devel/soprano",
"version": "2.9.4",
"license": "GPL-2+ and LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://projects.kde.org/projects/kdesupport/soprano",
"description": "The Qt-based RDF framework.",
"long_description": "Soprano is a software library that provides an object-oriented C++/Qt4 framework for RDF data.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"docs",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"automoc",
"cmake",
"pkgconfig"
]
},
{
"type": "lib",
"ports": [
"raptor2",
"qt4-mac",
"redland",
"phonon",
"libiodbc",
"strigi"
]
},
{
"type": "run",
"ports": [
"virtuoso"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pykde4",
"akonadi",
"smokekde",
"kdelibs4",
"kdepim4-runtime"
]
}
]
},
{
"name": "socketxx",
"portdir": "devel/socketxx",
"version": "1.12.12",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/malaterre/socketxx-1",
"description": "a family of C++ classes that gives the same interface as the iostream classes for input and output for communication between processes",
"long_description": "Socket++ is a family of C++ classes that gives the same interface as the iostream classes for input and output for communication between processes.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gdcm2",
"gdcm"
]
}
]
},
{
"name": "smithy",
"portdir": "devel/smithy",
"version": "0.3.0",
"license": "GPL-3",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/honza/smithy",
"description": "A tiny git forge written in Go",
"long_description": "Smithy is a web frontend for git repositories. It's implemented entirely in Golang, compiles to a single binary, and it's fast and easy to deploy. Smithy is an alternative to cgit or gitweb, and doesn't seek to compete with Gitea and the like.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"scdoc",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "smake",
"portdir": "devel/smake",
"version": "1.7-2024-03-21",
"license": "CDDL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://codeberg.org/schilytools/schilytools",
"description": "A highly portable make program with automake features",
"long_description": "Smake is a highly portable make program with automake features. It is currently mainly targeted to be used with the Schily SING makefile system.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "amtor",
"github": "RobK88",
"ports_count": 10
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"gettext",
"gmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gettext-runtime"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"scalc",
"sfind",
"cdrtools",
"star"
]
}
]
},
{
"name": "slib-guile",
"portdir": "devel/slib-guile",
"version": "1.0",
"license": "public-domain",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.macports.org",
"description": "Wrapper port to properly set up slib and guile together",
"long_description": "Create a symbolic link and a catalog file so that guile can find the slib library files.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"slib",
"guile-2.2"
]
}
],
"depends_on": []
},
{
"name": "slib",
"portdir": "devel/slib",
"version": "3c1",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://people.csail.mit.edu/jaffer/SLIB.html",
"description": "A portable scheme library",
"long_description": "SLIB is a portable library for the programming language Scheme. It provides a platform independent framework for using packages of Scheme procedures and syntax. As distributed, SLIB contains useful packages for all Scheme implementations. Its catalog can be transparently extended to accomodate packages specific to a site, implementation, user, or directory.",
"active": true,
"categories": [
"devel",
"lang"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"slib-guile",
"gauche"
]
}
]
},
{
"name": "skaffold",
"portdir": "devel/skaffold",
"version": "2.17.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://skaffold.dev",
"description": "Skaffold is a command line tool that facilitates continuous development for Kubernetes applications",
"long_description": "Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application. It also provides building blocks and describe customizations for a CI/CD pipeline.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "breun",
"github": "breun",
"ports_count": 95
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "simple-websocket-server",
"portdir": "devel/simple-websocket-server",
"version": "2.0.2",
"license": "MIT",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://gitlab.com/eidheim/Simple-WebSocket-Server",
"description": "websocket server and client library in C++11",
"long_description": "A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Asio (both Boost.Asio and standalone Asio can be used) and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "rene.vanpaassen",
"github": "repagh",
"ports_count": 2
}
],
"variants": [
"debug",
"tests"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"boost176"
]
}
],
"depends_on": []
},
{
"name": "simple-web-server",
"portdir": "devel/simple-web-server",
"version": "3.1.1",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://gitlab.com/eidheim/Simple-Web-Server",
"description": "HTTP and HTTPS server and client library in C++11",
"long_description": "A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "rene.vanpaassen",
"github": "repagh",
"ports_count": 2
}
],
"variants": [
"debug",
"tests"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"boost176"
]
}
],
"depends_on": []
},
{
"name": "sigh",
"portdir": "devel/sigh",
"version": "1.0",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://incise.org/sigh",
"description": "lib for handling UNIX signals in a simple, sane, and safe manner",
"long_description": "lib for handling UNIX signals in a simple, sane, and safe manner",
"active": false,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "sid",
"portdir": "devel/sid",
"version": "1.10",
"license": "BSD and Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.tendra.org/sid/",
"description": "Syntax Improving Device: a LL(1) parser generator",
"long_description": "Sid is an LL(1) parser generator. The input grammar need not be LL(1) as sid will attempt to transform it to an LL(1) grammar. The grammar file and the action action files are kept separated for better portability.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"docbook-xml",
"docbook-xsl-nons",
"libxslt"
]
}
],
"depends_on": []
},
{
"name": "shfmt",
"portdir": "devel/shfmt",
"version": "3.12.0",
"license": "BSD",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/mvdan/sh",
"description": "Autoformat shell script source code",
"long_description": "A shell script formatter supporting POSIX shell, Bash, and mksh.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "amake",
"github": "amake",
"ports_count": 153
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"scdoc",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "shellharden",
"portdir": "devel/shellharden",
"version": "4.3.1",
"license": "MPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/anordal/shellharden",
"description": "The corrective bash syntax highlighter",
"long_description": "Shellharden is a syntax highlighter and a tool to semi-automate the rewriting of scripts to ShellCheck conformance, mainly focused on quoting. The default mode of operation is like cat, but with syntax highlighting in foreground colors and suggestive changes in background colors.",
"active": true,
"categories": [
"devel",
"sysutils"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "shellcheck",
"portdir": "devel/shellcheck",
"version": "0.11.0",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/koalaman/shellcheck",
"description": "ShellCheck, a static analysis tool for shell scripts",
"long_description": "The goals of ShellCheck are: \n - To point out and clarify typical beginner's syntax issues, that causes a shell to give cryptic error messages. \n - To point out and clarify typical intermediate level semantic problems, that causes a shell to behave strangely and counter-intuitively. \n - To point out subtle caveats, corner cases and pitfalls, that may cause an advanced user's otherwise working script to fail under future circumstances.",
"active": true,
"categories": [
"devel",
"haskell"
],
"maintainers": [],
"variants": [
"stack"
],
"dependencies": [
{
"type": "build",
"ports": [
"cctools",
"openssl",
"cabal",
"ghc",
"file",
"grep",
"gsed",
"pandoc",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"gmp",
"libiconv"
]
},
{
"type": "patch",
"ports": [
"cabal"
]
}
],
"depends_on": []
},
{
"name": "shc",
"portdir": "devel/shc",
"version": "4.0.3",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/neurobin/shc",
"description": "Shell Script Compiler",
"long_description": "SHC is a generic shell script compiler. It takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary. The compiled binary will still be dependent on the shell specified in the first line of the shell code (i.e shebang: #!/bin/sh or such), thus shc does not create completely independent binaries. shc itself is not a compiler such as cc, it rather encodes and encrypts a shell script and generates C source code with the added expiration capability. It then uses the system compiler to compile a stripped binary which behaves exactly like the original script. Upon execution, the compiled binary will decrypt and execute the code with the shells' -c option.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 428
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "shared-mime-info",
"portdir": "devel/shared-mime-info",
"version": "2.4",
"license": "GPL-2+",
"platforms": "darwin linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.freedesktop.org/wiki/Software/shared-mime-info/",
"description": "Database of common types.",
"long_description": "The core database of common types and the update-mime-database command used to extend it. \n Installs and starts a watcher daemon that keeps the cache up-to-date when other ports add or remove mime definitions.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mascguy",
"github": "mascguy",
"ports_count": 350
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"xmlto",
"clang-16",
"gettext",
"meson",
"ninja",
"pkgconfig",
"itstool"
]
},
{
"type": "lib",
"ports": [
"glib2",
"libxml2"
]
},
{
"type": "run",
"ports": [
"bash",
"coreutils"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"kdepim4-runtime",
"photoqt-qt4",
"chemical-mime-data",
"nfoview",
"oregano",
"kdepimlibs4",
"kdepimlibs4-kioslaves",
"p5.26-file-mimeinfo",
"tsclient",
"gramps",
"anjuta",
"totem",
"akonadi",
"glom",
"nautilus",
"bluefish",
"rox-filer",
"Thunar",
"p5.28-file-mimeinfo",
"p5.30-file-mimeinfo",
"p5.32-file-mimeinfo",
"p5.34-file-mimeinfo",
"logtalk",
"kdelibs4",
"kde4-runtime",
"gdk-pixbuf2-devel",
"gdk-pixbuf2",
"meld",
"fyre",
"eog",
"dia",
"gnome",
"gnome-chemistry-utils",
"gnome-control-center",
"photoqt"
]
},
{
"type": "run",
"ports": [
"gnome-vfs",
"gtk3-devel",
"gtk3",
"genius",
"gtk2",
"gcstar",
"gtk2-devel"
]
}
]
},
{
"name": "shards",
"portdir": "devel/shards",
"version": "0.19.1",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/crystal-lang/shards",
"description": "Crystal application dependency manager",
"long_description": "Shards is a dependency manager for the Crystal Programming Language.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "conradwt",
"github": "conradwt",
"ports_count": 2
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"crystal"
]
},
{
"type": "test",
"ports": [
"fossil",
"mercurial"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"amber",
"frightcrawler"
]
}
]
},
{
"name": "sglib",
"portdir": "devel/sglib",
"version": "1.0.4",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sglib.sourceforge.net/",
"description": "useful macros for manipulating common data structures",
"long_description": "sglib is a library defining useful macros manipulating common data structures.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "served",
"portdir": "devel/served",
"version": "1.6.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/meltwater/served",
"description": "Served is a C++ library for building high performance RESTful web servers.",
"long_description": "Served builds upon Boost.ASIO to provide a simple API for developers to create HTTP services in C++.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"boost176"
]
}
],
"depends_on": []
},
{
"name": "semgrep",
"portdir": "devel/semgrep",
"version": "0.14.0",
"license": "LGPL-2.1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/returntocorp/semgrep",
"description": "Fast and syntax-aware semantic code pattern search for many languages: like grep but for code.",
"long_description": "semgrep is like grep but for code: it is a tool for easily detecting and preventing bugs and anti-patterns in your codebase. It combines the convenience of grep with the correctness of syntactical and semantic search.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"ocaml",
"opam",
"clang-17"
]
},
{
"type": "fetch",
"ports": [
"git"
]
}
],
"depends_on": []
},
{
"name": "sdlconsole",
"portdir": "devel/sdlconsole",
"version": "2.1",
"license": "LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sdlconsole.sourceforge.net/",
"description": "a Quake-style console for SDL programs",
"long_description": "SDL_Console is a drop down console that can be easily added to any SDL application. It is similar to Quake and other games consoles. A console gives you the ability to interact with your program in an easy way by executing predefined commands. You can also have more than one console at a time.",
"active": true,
"categories": [
"devel",
"multimedia"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 343
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libsdl_image"
]
}
],
"depends_on": []
},
{
"name": "sdf2-bundle",
"portdir": "devel/sdf2-bundle",
"version": "2.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.program-transformation.org/Sdf/SdfBundle",
"description": "Package related to the SDF2 syntax defintion formalism.",
"long_description": "The sdf2-bundle is an easy to install collection of packages related to the SDF2 syntax definition formalism. The packages are developed at the CWI. The main packages of the sdf2-bundle are pgen, a parser generator for SDF2 and sglr, a parser.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"libaterm"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"strategoxt"
]
}
]
},
{
"name": "scriptix",
"portdir": "devel/scriptix",
"version": "0.31",
"license": "BSD",
"platforms": "{darwin < 16}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/awemud/",
"description": "scripting system coded in C++",
"long_description": "Scriptix is a scripting system coded in C++, designed solely for embedding in other C++ applications. Scriptix doesn't pretend to be a stand-alone language.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-15"
]
},
{
"type": "lib",
"ports": [
"boehmgc"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"awemud"
]
}
]
},
{
"name": "scons",
"portdir": "devel/scons",
"version": "4.10.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scons.org",
"description": "A software construction tool",
"long_description": "SCons is an Open Source software construction tool--that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache.",
"active": true,
"categories": [
"devel",
"python"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"nsis",
"py36-isce2",
"fife",
"nonpareil",
"fsp",
"fspclient",
"serf1",
"py37-isce2",
"aircraft_oap",
"field3d",
"boswars",
"iulib",
"relax",
"ocropus",
"glob2",
"cantera",
"gmtl",
"rmlint",
"ncpp",
"fsplib",
"godot",
"godot-3.2",
"gpsd"
]
},
{
"type": "run",
"ports": [
"consodoc"
]
}
]
},
{
"name": "scm_breeze",
"portdir": "devel/scm_breeze",
"version": "1.0.0",
"license": "MIT",
"platforms": "any",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/ndbroadbent/scm_breeze",
"description": "Streamline your SCM workflow",
"long_description": "SCM Breeze is a set of shell scripts (for bash and zsh) that enhance your interaction with tools such as git. It integrates with your shell to give you numbered file shortcuts, a repository index with tab completion, and a community driven collection of useful SCM functions.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "sccs",
"portdir": "devel/sccs",
"version": "5.09",
"license": "CDDL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sccs.sourceforge.net",
"description": "SCCS version control system",
"long_description": "The UNIX Source Code Control System",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "makr",
"github": "mohd-akram",
"ports_count": 82
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "scc",
"portdir": "devel/scc",
"version": "3.5.0",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/boyter/scc",
"description": "scc is a very fast & accurate code counter with complexity calculations and COCOMO estimates written in pure Go",
"long_description": "Succinct Code Counter: scc is a tool for counting the physical lines of code, blank lines, and comment lines in the source code of many programming languages. Its goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "scald",
"portdir": "devel/scald",
"version": "0.0.4",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.flyn.org/projects/scald/",
"description": "Markup language for generating source code",
"long_description": "Scald can assist lazy developers. Scald is a tool to generate program code from an HTML-like XML description. For example, scald will process an XML description into C code that prints an HTML form and saves user input data into a configuration file.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mike",
"github": "",
"ports_count": 4
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"fmt-ptrn"
]
},
{
"type": "run",
"ports": [
"libxml2",
"libxslt"
]
}
],
"depends_on": []
},
{
"name": "sbt-0.7",
"portdir": "devel/sbt-0.7",
"version": "0.7.7",
"license": "none",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "sbt",
"homepage": "https://code.google.com/p/simple-build-tool/",
"description": "Obsolete port, replaced by sbt",
"long_description": "This port has been replaced by sbt.",
"active": false,
"categories": [
"devel",
"java"
],
"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": "sbt",
"portdir": "devel/sbt",
"version": "1.9.8",
"license": "Apache-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.scala-sbt.org/",
"description": "Simple build tool (sbt) simplifies building Scala projects",
"long_description": "Simple build tool (sbt) is provides unintrusive and easy to set up for simple Scala projects. All configuration, customization, and extension are done in Scala. Sbt supports continuous compilation and testing with triggered execution in mixed Scala/Java projects.",
"active": true,
"categories": [
"devel",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openjdk17"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"eqwalizer",
"sn-demangler",
"curves"
]
},
{
"type": "run",
"ports": [
"giter8"
]
}
]
},
{
"name": "samurai",
"portdir": "devel/samurai",
"version": "1.2",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/michaelforney/samurai",
"description": "ninja-compatible build tool written in C.",
"long_description": "samurai (samu) is a compatible replacement ninja build tool written in C99 with a focus on simplicity, speed, and portability. samurai implements the ninja build language through version 1.9.0 except for MSVC dependency handling (deps = msvc). It uses the same format for .ninja_log and .ninja_deps as ninja, currently version 5 and 4 respectively. It is feature-complete and supports most of the same options as ninja. The port provides the native `samu` command and a symlink so it can be called as `ninja` by standard build systems.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "safestr",
"portdir": "devel/safestr",
"version": "1.0.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20120106082710/http://www.zork.org/safestr/",
"description": "Safe C String Library",
"long_description": "The goal of the SafeStr library is to provide a rich string-handling library for C that has safe semantics yet interoperates with legacy library code in a straightforward manner. Additionally, porting code that uses standard C string handling should be straightforward. The library should work on all modern Unix-like platforms, as well as any 32-bit Microsoft Windows OS.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"xxl"
]
}
],
"depends_on": []
},
{
"name": "rust-analyzer",
"portdir": "devel/rust-analyzer",
"version": "20251110",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rust-analyzer.github.io",
"description": "A Rust compiler frontend providing LSP implementation",
"long_description": "rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "",
"github": "fabius",
"ports_count": 1
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "rtags",
"portdir": "devel/rtags",
"version": "2.38",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Andersbakken/rtags",
"description": "A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang",
"long_description": "A client/server indexer for c/c++/objc[++] with integration for Emacs based on clang",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-12"
]
},
{
"type": "lib",
"ports": [
"zlib",
"clang-13"
]
}
],
"depends_on": []
},
{
"name": "robodoc",
"portdir": "devel/robodoc",
"version": "4.99.44",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.xs4all.nl/~rfsber/Robo/robodoc.html",
"description": "Bot used to document source code.",
"long_description": "ROBODoc can be used to document functions, methods, classes, variables, makefile entries, system tests, and anything else you can think of. ROBODoc works with any language that supports reasonable comments, and uses a syntax similar to that of the old Amiga \"Autodocs\" program.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "",
"github": "remkos",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "roboctl",
"portdir": "devel/roboctl",
"version": "0.3.7",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://personalpages.tds.net/~jwbacon/Ports",
"description": "Communication tools for Lego and VEX robots",
"long_description": "Tools for communicating with and controlling Lego Mindstorms and VEX robotics controllers.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libusb-compat"
]
}
],
"depends_on": []
},
{
"name": "robin-map",
"portdir": "devel/robin-map",
"version": "0.6.3",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Tessil/robin-map",
"description": "C++ implementation of a fast hash map and hash set using robin hood hashing",
"long_description": "The robin-map library is a C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
}
],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"openimageio"
]
}
]
},
{
"name": "rlog",
"portdir": "devel/rlog",
"version": "1.4",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.arg0.net/rlog",
"description": "A flexible message logging facility for C++",
"long_description": "RLog provides a flexible message logging facility for C++ programs and libraries. It is highly optimized for the case where no log messages are output, so that it can be left in production code and enabled on-demand.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"encfs"
]
}
]
},
{
"name": "rke",
"portdir": "devel/rke",
"version": "1.7.1",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rancher/rke",
"description": "Rancher Kubernetes Engine (RKE), an extremely simple, lightning fast Kubernetes distribution that runs entirely within containers.",
"long_description": "Rancher Kubernetes Engine (RKE) is a CNCF-certified Kubernetes distribution that runs entirely within Docker containers. It works on bare-metal and virtualized servers. RKE solves the problem of installation complexity, a common issue in the Kubernetes community. With RKE, the installation and operation of Kubernetes is both simplified and easily automated, and it’s entirely independent of the operating system and platform you’re running. As long as you can run a supported version of Docker, you can deploy and run Kubernetes with RKE.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "emcrisostomo",
"github": "emcrisostomo",
"ports_count": 161
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "rizin",
"portdir": "devel/rizin",
"version": "0.8.1",
"license": "LGPL-3",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://rizin.re",
"description": "UNIX-like reverse engineering framework and command-line toolset",
"long_description": "Rizin is a fork of the radare2 reverse engineering framework with a focus on usability, working features and code cleanliness.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 96
},
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"meson",
"ninja",
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"lz4",
"zlib",
"zstd",
"libzip",
"xxhash",
"openssl3",
"capstone"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"cutter-rizin"
]
}
]
},
{
"name": "remake",
"portdir": "devel/remake",
"version": "4.2.1-dbg-1.5",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://bashdb.sourceforge.net/remake/",
"description": "Debugger for GNU Makefiles",
"long_description": "remake is a patched and modernized version of GNU make utility that adds improved error reporting, the ability to trace execution in a comprehensible way, and a debugger.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "raimue",
"github": "raimue",
"ports_count": 56
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gettext",
"readline",
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "reinteract",
"portdir": "devel/reinteract",
"version": "0.5.10",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.reinteract.org",
"description": "a system for interactive experimentation with python",
"long_description": "Reinteract is a system for interactive experimentation with python. You enter Python code and expressions and immediately see the results.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"quartz",
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"python27",
"py27-pygtk"
]
}
],
"depends_on": []
},
{
"name": "reflex",
"portdir": "devel/reflex",
"version": "2.5.4-20241231",
"license": "BSD-old",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://invisible-island.net/reflex/",
"description": "a variant of the flex fast lexical scanner",
"long_description": "Reflex is a new implementation of flex, which is a tool for generating programs that perform pattern-matching on text.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"vile"
]
}
]
},
{
"name": "redo",
"portdir": "devel/redo",
"version": "0.42",
"license": "LGPL-2",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://apenwarr.ca/log/?m=201012#14",
"description": "Smaller, easier, more powerful, and more reliable than make.",
"long_description": "redo is literally the most amazingly groundbreaking build system since the original invention of 'make'. Claims: it can do everything make can do; with no baked-in assumptions about what you're building; with much less code; with much greater parallelism; with finer-grained dependencies; with much less syntax (actually nothing but /bin/sh); while supporting recursion and full dependency information simultaneously (no Recursive Make Considered Harmful crap); yet build scripts are highly modular and readable; and you can checksum your targets instead of using timestamps; and your build scripts run linearly instead of an orderless \"ruleset\"; with no implicit rules required; and implementing C header autodependencies is completely sane; and dependency checks involve no forking or parsing so it's crazy fast; and you can incrementally convert parts of your project; because it can play well with other build systems; including jobserver compatibility with make -j; oh, and you can write a plug-compatible toy implementation in 100 lines of shell.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "chenguokai17",
"github": "chenguokai",
"ports_count": 6
}
],
"variants": [
"doc",
"bash_completion",
"python27",
"python_select"
],
"dependencies": [
{
"type": "build",
"ports": [
"py27-beautifulsoup",
"py27-markdown",
"clang-14"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"python27"
]
},
{
"type": "run",
"ports": [
"bash-completion"
]
}
],
"depends_on": []
},
{
"name": "readosm",
"portdir": "devel/readosm",
"version": "1.1.0a",
"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/readosm/index",
"description": "A library for extracting Open Stream Map (OSM) files",
"long_description": "ReadOSM is a simple library intended for extracting the contents from Open Street Map files: both input formats (.osm XML based and .osm.pbf based on Google's Protocol Buffer serialization) are indifferently supported.",
"active": true,
"categories": [
"devel",
"gis"
],
"maintainers": [
{
"name": "khindenburg",
"github": "kurthindenburg",
"ports_count": 428
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"spatialite-tools"
]
}
]
},
{
"name": "readline-5",
"portdir": "devel/readline-5",
"version": "5.2.014",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://cnswww.cns.cwru.edu/~chet/readline/rltop.html",
"description": "Library that provides command line editing",
"long_description": "The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands. The include files are kept in PREFIX/include/readline5 and the library files are kept in PREFIX/lib/readline5.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "kimuraw",
"github": "kimuraw",
"ports_count": 109
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": []
},
{
"name": "readline",
"portdir": "devel/readline",
"version": "8.2.013",
"license": "GPL-3+",
"platforms": "darwin freebsd",
"epoch": 0,
"replaced_by": null,
"homepage": "https://tiswww.case.edu/php/chet/readline/rltop.html",
"description": "Library that provides command line editing",
"long_description": "The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in. Both Emacs and vi editing modes are available. The Readline library includes additional functions to maintain a list of previously-entered command lines, to recall and perhaps reedit those lines, and perform csh-like history expansion on previous commands.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "mcalhoun",
"github": "MarcusCalhoun-Lopez",
"ports_count": 1502
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"ncurses"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"postgresql18",
"ncmpcpp",
"c3270",
"gnokii",
"zssh",
"bossa",
"usbprog",
"csvdb",
"freetds",
"gdbm",
"libgda5",
"mysql5",
"postgresql10",
"postgresql11",
"postgresql12",
"postgresql13",
"postgresql80",
"postgresql81",
"postgresql82",
"postgresql83",
"postgresql84",
"postgresql90",
"postgresql91",
"postgresql92",
"postgresql93",
"postgresql94",
"postgresql95",
"postgresql96",
"pspg",
"sqlite2",
"unixODBC",
"bitwise",
"cdecl",
"cgdb",
"devtodo",
"idevicerestore",
"idevicerestore-devel",
"libirecovery",
"libirecovery-devel",
"liboop",
"maloc",
"mspdebug",
"nusmv",
"omake",
"physfs",
"remake",
"tclreadline",
"tig",
"zeroc-ice33",
"zeroc-ice34",
"zeroc-ice35",
"atari800",
"bochs",
"hatari",
"scummvm",
"scummvm-devel",
"x48",
"freeciv",
"freeciv-x11",
"gnubg",
"gnuchess",
"teg",
"wesnoth",
"xqf",
"grass",
"grass7",
"folks",
"genius",
"gjs",
"seed",
"asymptote",
"fontforge",
"gphoto2",
"wxLua",
"analitza",
"Io",
"algol68g",
"clisp",
"gcl",
"gnu-apl",
"gst",
"lua",
"lua52",
"lua50",
"lua51",
"mdk",
"mercury",
"mruby",
"newlisp",
"nhc98",
"pure",
"q",
"ruby",
"ruby186",
"ruby19",
"ruby20",
"ruby21",
"ruby22",
"ruby23",
"ruby24",
"ruby25",
"ruby26",
"ruby27",
"ruby30",
"sdcc",
"sdcc29",
"spidermonkey",
"spidermonkey185",
"swi-prolog",
"yap",
"yap-devel",
"abook",
"gnupg1",
"gnupg2",
"GiNaC",
"LiE",
"R",
"aamath",
"calc",
"fityk",
"gnudatalanguage",
"gnuplot",
"gunits",
"libqalculate",
"octave",
"pdc",
"pspp",
"pspp-devel",
"pyxplot",
"shogun",
"shogun-devel",
"singular",
"VLC2",
"libVLC2",
"fluidsynth",
"xine-ui",
"argus-clients",
"ccxstream",
"gftp",
"heimdal",
"hsftp",
"hss",
"inetutils",
"ldapvi",
"lftp",
"lsh",
"microdc2",
"mutella",
"pdsh",
"pftp",
"profanity",
"quagga",
"samba3",
"samba4",
"tftp-hpa",
"yafc",
"yaz",
"zeek",
"pal",
"tasksh",
"pilot-link",
"p5.26-term-readline-gnu",
"p5.28-term-readline-gnu",
"p5.30-term-readline-gnu",
"pure-readline",
"arb",
"emergent",
"gnucap",
"gnucap-devel",
"grads",
"gri",
"hamlib",
"iverilog",
"miriad",
"ngspice",
"paraview",
"veriwell",
"xrootd",
"KeePassXC",
"afflib",
"authforce",
"gnomint",
"libsmf",
"opensc",
"pwsafe",
"hstr",
"apachetop",
"augeas",
"c-hey",
"cardpeek",
"dwarf",
"fcron",
"iRecovery",
"ipmitool",
"libvirt",
"lnav",
"nnn",
"renameutils",
"rlwrap",
"rpm54",
"socat",
"sqsh",
"dbacl",
"eblook",
"hunspell",
"pinfo",
"rhyme",
"sdcv",
"cadaver",
"edbrowse",
"netrik",
"fvwm2",
"p5.32-term-readline-gnu",
"proxmark3-iceman",
"postgresql14",
"gretl",
"KeePassXC-devel",
"lua51-readline",
"lua52-readline",
"lua53-readline",
"ruby31",
"ngspice-lib",
"p5.34-term-readline-gnu",
"zoem",
"gjs-devel",
"clifm",
"snobol4",
"xorriso",
"pari",
"ruby-devel",
"zeek-devel",
"polymake",
"scip",
"postgresql15",
"ruby32",
"nickle",
"matrix-calculator",
"lua54",
"lua53",
"lua54-readline",
"hivex",
"mhxd",
"amule",
"wire",
"ytree",
"softether5",
"postgresql16",
"lnav-devel",
"oilshell",
"rb33-twterm",
"rb32-twterm",
"rb31-twterm",
"coinor-cbc",
"coinor-clp",
"poke",
"guile-2.2",
"guile-1.8",
"guile-3.0",
"postgresql17",
"chatgpt-client",
"lldpd",
"libguestfs"
]
},
{
"type": "run",
"ports": [
"metasploit3"
]
}
]
},
{
"name": "re2c",
"portdir": "devel/re2c",
"version": "4.3",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://re2c.org",
"description": "A tool for generating C-based recognizers from regular expressions.",
"long_description": "re2c is a tool for generating C-based recognizers from regular expressions. re2c-based scanners are efficient: an re2c-based scanner is said to be typically almost twice as fast as a flex-based scanner with little or no increase in size.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1826
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"bison",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"lzip"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"libcaption",
"aspcud",
"lfortran",
"lpython",
"ninja"
]
},
{
"type": "lib",
"ports": [
"php70-yaz",
"php71-yaz",
"php72-yaz",
"php73-yaz",
"php74-yaz",
"php80-yaz",
"php81-yaz",
"php82-yaz",
"php83-yaz",
"php53-syck",
"php54-syck",
"php55-syck",
"php56-syck",
"p5.28-mail-spamassassin",
"p5.30-mail-spamassassin",
"p5.32-mail-spamassassin",
"p5.34-mail-spamassassin",
"php53-yaz",
"php54-yaz",
"php55-yaz",
"php56-yaz"
]
}
]
},
{
"name": "re2",
"portdir": "devel/re2",
"version": "2024-04-01",
"license": "BSD",
"platforms": "darwin",
"epoch": 1,
"replaced_by": null,
"homepage": "https://github.com/google/re2",
"description": "an efficient, principled regular expression library",
"long_description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1013
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"abseil"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-re2",
"apache-arrow",
"grpc",
"py39-grpcio",
"py39-grpcio-tools",
"py310-grpcio",
"py310-grpcio-tools",
"py310-re2",
"py39-re2",
"py311-re2",
"py312-re2",
"py313-re2",
"py38-re2",
"py37-pyarrow",
"py38-pyarrow",
"mtxclient",
"py37-re2",
"percona",
"warzone2100",
"qt5-qtwebengine",
"py37-grpcio",
"py37-grpcio-tools",
"qt513-qtwebengine",
"py38-grpcio",
"py38-grpcio-tools"
]
}
]
}
]
}