GET /api/v1/ports/?format=api&ordering=-name&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51943,
    "next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=47",
    "previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=-name&page=45",
    "results": [
        {
            "name": "shtools",
            "portdir": "science/shtools",
            "version": "4.14.1",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://shtools.github.io/SHTOOLS/index-fortran.html",
            "description": "Spherical Harmonic Tools",
            "long_description": "SHTOOLS is a library of Fortran 95 software that can be used to perform spherical harmonic transforms, multitaper spectral analyses, expansions of functions into Slepian bases, and standard operations on global gravitational and magnetic field data. Requires linking with FFTW-3 and LAPACK compatible libraries.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [
                {
                    "name": "github.59oty",
                    "github": "MarkWieczorek",
                    "ports_count": 1
                }
            ],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "openmp"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libgcc",
                        "OpenBLAS",
                        "fftw-3"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "gcc15"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shsql",
            "portdir": "databases/shsql",
            "version": "1.28",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://quisp.sourceforge.net/sqlman/html/shsql_home.html",
            "description": "standalone SQL database that stores data in ascii text files",
            "long_description": "SHSQL is a standalone SQL database that stores data in ascii text files. It has a small memory footprint and code size and can be embedded directly into applications - there is no server process. SHSQL is a pared-down SQL implementation but retains useful features such as timeout record locking and search engine comparison operators. A shsql database can be updated via SQL, or by editing data files with a text editor. Applications link to the supplied C language API. There is also a command-line SQL utility.",
            "active": true,
            "categories": [
                "databases",
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "showkey",
            "portdir": "sysutils/showkey",
            "version": "1.9",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://catb.org/esr/showkey/",
            "description": "echo raw keystrokes back at you in a printable form",
            "long_description": "This program puts your terminal in raw mode, eats keystrokes, and prints them back it you in a recognizable printed form (using <>-surrounded ASCII mnemonics for non-printables). This may be useful, for example, if you're not certain what your keyboard keys are sending.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "khindenburg",
                    "github": "kurthindenburg",
                    "ports_count": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "showfont",
            "portdir": "x11/showfont",
            "version": "1.0.5",
            "license": "X11",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.x.org/",
            "description": "Font dumper for X11 font server",
            "long_description": "Showfont displays data about a font that matches the given pattern. The information shown includes font information, font properties, character metrics, and character bitmaps.",
            "active": true,
            "categories": [
                "graphics",
                "x11"
            ],
            "maintainers": [
                {
                    "name": "jeremyhu",
                    "github": "jeremyhu",
                    "ports_count": 303
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libFS"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "run",
                    "ports": [
                        "xorg-apps"
                    ]
                }
            ]
        },
        {
            "name": "shorten",
            "portdir": "audio/shorten",
            "version": "3.6.1",
            "license": "Noncommercial",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.etree.org/shnutils/shorten/",
            "description": "Fast compression for waveform files",
            "long_description": "Shorten reduces the size of waveform files (such as audio) using Huffman coding of prediction residuals and optional additional quantisation. In lossless mode the amount of compression obtained depends on the nature of the waveform. Those composing of low frequencies and low amplitudes give the best compression, which may be 2:1 or better. Lossy compression operates by specifying a minimum acceptable segmental signal to noise ratio or a maximum bit rate. Lossy compression operates by zeroing the lower order bits of the waveform, so retaining waveform shape.",
            "active": true,
            "categories": [
                "audio",
                "archivers"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "etree-scripts",
                        "shntool"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "hellanzb"
                    ]
                }
            ]
        },
        {
            "name": "shogun-devel",
            "portdir": "math/shogun-devel",
            "version": "4.0.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://shogun-toolbox.org",
            "description": "The machine learning toolbox's focus is on large scale kernel methods",
            "long_description": "The machine learning toolbox's focus is on large scale kernel methods and especially on Support Vector Machines (SVM). It provides a generic SVM object interfacing to several different SVM implementations, among them the state of the art OCAS, LibSVM, SVMLight, SVMLin and GPDT.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "python27"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "pkgconfig",
                        "python27",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xz",
                        "protobuf-cpp",
                        "readline",
                        "arpack",
                        "atlas",
                        "bzip2",
                        "glpk",
                        "lp_solve",
                        "hdf5",
                        "json-c",
                        "libxml2",
                        "eigen3",
                        "gzip",
                        "lzo2",
                        "snappy"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shogun",
            "portdir": "math/shogun",
            "version": "2.1.0",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.shogun-toolbox.org",
            "description": "The machine-learning toolbox's focus is on large-scale kernel methods",
            "long_description": "The machine-learning toolbox's focus is on large-scale kernel methods and especially on Support Vector Machines (SVM). It provides a generic SVM object interfacing to several different SVM implementations, among them the state of the art OCAS, LibSVM, SVMLight, SVMLin and GPDT.",
            "active": true,
            "categories": [
                "science",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "g95",
                "gcc10",
                "gcc11",
                "gcc12",
                "gcc13",
                "gcc14",
                "gcc15",
                "gccdevel",
                "python27",
                "perl",
                "r",
                "octave",
                "java",
                "csharp",
                "lua",
                "ruby",
                "elwms",
                "hmm_parallel"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18",
                        "gcc15"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "snappy",
                        "xz",
                        "readline",
                        "libgcc",
                        "arpack",
                        "atlas",
                        "bzip2",
                        "glpk",
                        "lp_solve",
                        "hdf5",
                        "json-c",
                        "libxml2",
                        "eigen3",
                        "gzip",
                        "lzo2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shntool",
            "portdir": "audio/shntool",
            "version": "3.0.10",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.etree.org/shnutils/shntool/",
            "description": "Multi-purpose .wav/.shn processing utility",
            "long_description": "shntool is a multi-purpose .wav/.shn processing tool. Input and output files are transparent to shntool, meaning that it can perform its functions upon both .wav and .shn data.",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "shorten",
                        "gettext",
                        "expat",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "etree-scripts"
                    ]
                }
            ]
        },
        {
            "name": "shmux",
            "portdir": "sysutils/shmux",
            "version": "1.0.3",
            "license": "BSD",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shmux/shmux",
            "description": "utility for executing the command on many hosts in parallel",
            "long_description": "shmux is program for executing the same command on many hosts in parallel. For each target, a child process is spawned by shmux, and a shell on the target obtained one of the supported methods: rsh, ssh, or sh.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pcre",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "fping"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shisho",
            "portdir": "devel/shisho",
            "version": "0.5.2",
            "license": "AGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://docs.shisho.dev",
            "description": "Lightweight static analyzer for several programming languages",
            "long_description": "Lightweight static analyzer for several programming languages",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "fetch",
                    "ports": [
                        "git"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ship84",
            "portdir": "games/ship84",
            "version": "1.3.3.7",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://sourceforge.net/projects/ship84/",
            "description": "space invaders clone using SDL",
            "long_description": "The Angryfez Army and their minions have pointed the ultimate battle at earth! Only Happyfez can save the day!",
            "active": true,
            "categories": [
                "games"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl_mixer",
                        "libsdl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "Shiira2",
            "portdir": "aqua/Shiira2",
            "version": "2.2",
            "license": "BSD",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://shiira.jp/en.php",
            "description": "Webbrowser with unique features using Cocoa and Web Kit",
            "long_description": "Shiira is a web browser based on Web Kit and written in Cocoa. The goal of the Shiira Project is to create a browser that is better and more useful than Safari.",
            "active": false,
            "categories": [
                "aqua",
                "www"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-9.0"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "ShiftIt",
            "portdir": "aqua/ShiftIt",
            "version": "1.6.6",
            "license": "GPL-3+",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/fikovnik/ShiftIt",
            "description": "Managing windows size and position in OS X",
            "long_description": "Managing windows size and position in OS X",
            "active": true,
            "categories": [
                "aqua"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "xorg-libX11"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shichizip",
            "portdir": "archivers/shichizip",
            "version": "0.2.0",
            "license": "LGPL-2.1",
            "platforms": "macosx",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/idawnlight/ShichiZip",
            "description": "7-Zip FM derivative intended for macOS",
            "long_description": "ShichiZip is the missing 7-Zip derivative intended for macOS aiming to provide the 7-Zip File Manager experience, rebuilt natively for macOS.",
            "active": true,
            "categories": [
                "aqua",
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "i0ntempest",
                    "github": "i0ntempest",
                    "ports_count": 271
                }
            ],
            "variants": [
                "zstd"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "zig-bootstrap"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shibboleth",
            "portdir": "security/shibboleth",
            "version": "3.5.2",
            "license": "Apache",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.shibboleth.net/",
            "description": "Shibboleth Native Service Provider",
            "long_description": "The Shibboleth System is a standards based, open source software package for web single sign-on across or within organizational boundaries. It allows sites to make informed authorization decisions for individual access of protected online resources in a privacy-preserving manner.",
            "active": true,
            "categories": [
                "security",
                "www",
                "shibboleth"
            ],
            "maintainers": [
                {
                    "name": "snc",
                    "github": "nerdling",
                    "ports_count": 157
                },
                {
                    "name": "scantor",
                    "github": "scantor",
                    "ports_count": 6
                }
            ],
            "variants": [
                "odbc",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "boost176"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "opensaml",
                        "xml-security-c",
                        "xmltooling",
                        "log4shib",
                        "xercesc3",
                        "apache2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shfmt",
            "portdir": "devel/shfmt",
            "version": "3.13.1",
            "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": 162
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "scdoc",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shenidam",
            "portdir": "multimedia/shenidam",
            "version": "1.0",
            "license": "(GPL-3 or GPL-2)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.shenidam.org/",
            "description": "Lightweight audio mapping software for AV footage",
            "long_description": "Shenidam is a free and open source software (GNU GPL-licensed) system for mapping and locating the audio of a track within a base file.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "cmake"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "python27",
                        "fftw-3-single",
                        "libsamplerate",
                        "boost176",
                        "py27-pyqt4",
                        "libsndfile"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "ffmpeg"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shellinabox",
            "portdir": "net/shellinabox",
            "version": "2.21",
            "license": "(GPL-2 or OpenSSLException)",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shellinabox/shellinabox",
            "description": "a web-based terminal emulator for ssh or other command line tools",
            "long_description": "Shell In A Box implements a web server that can export arbitrary command line tools (e.g. ssh) to a web-based terminal emulator. This emulator is accessible to any JavaScript- and CSS-enabled web browser and does not require any additional browser plugins.",
            "active": true,
            "categories": [
                "net",
                "www",
                "shells"
            ],
            "maintainers": [
                {
                    "name": "ryandesign",
                    "github": "ryandesign",
                    "ports_count": 2085
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib",
                        "openssl"
                    ]
                }
            ],
            "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": 1054
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shell-fm",
            "portdir": "audio/shell-fm",
            "version": "0.8",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/jkramer/shell-fm",
            "description": "Console-based last.fm player",
            "long_description": "shell-fm is a lightweight, console-based player for Last.FM radio streams. It's pretty small and it has most features the \"official\" player has, if not even a few more. Additional features are, for example: network interface (control shell-fm remotely) autoban (automatically ban all tracks of an artist you don't like) bookmark stations (quickly jump to bookmarked stations with a single key) ... probably more",
            "active": true,
            "categories": [
                "audio"
            ],
            "maintainers": [
                {
                    "name": "waf",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libao",
                        "libmad",
                        "taglib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shelldap",
            "portdir": "net/shelldap",
            "version": "1.3.2",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://projects.martini.nu/shelldap/",
            "description": "a handy shell-like interface for browsing and editing LDAP entries",
            "long_description": "Shelldap is a handy shell-like interface for browsing LDAP servers and editing their content. Among its features: history, sane autocompletes, credential caching, site-wide and individual config, it's in perl, it's fun to say! shelldap! shelldap! shelldap!",
            "active": true,
            "categories": [
                "sysutils",
                "net"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "perl5.34",
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "p5.34-digest-md5",
                        "p5.34-perl-ldap",
                        "p5.34-term-readkey",
                        "perl5.34",
                        "p5.34-term-shell",
                        "p5.34-yaml-syck",
                        "p5.34-term-readline-gnu",
                        "p5.34-algorithm-diff"
                    ]
                }
            ],
            "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-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gmp",
                        "libiconv"
                    ]
                },
                {
                    "type": "patch",
                    "ports": [
                        "cabal"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shef",
            "portdir": "sysutils/shef",
            "version": "0.3.3",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/eduardoagarcia/shef",
            "description": "Shef is a powerful CLI tool for cooking up shell recipes.",
            "long_description": "Shef is a powerful CLI tool for cooking up shell recipes.",
            "active": true,
            "categories": [
                "sysutils"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sheets",
            "portdir": "office/sheets",
            "version": "0.2.0",
            "license": "MIT",
            "platforms": "darwin freebsd linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/maaslalani/sheets",
            "description": "Terminal based spreadsheet",
            "long_description": "Terminal based spreadsheet. A TUI application for viewing and editing CSV files with vim-like keybindings.",
            "active": true,
            "categories": [
                "office"
            ],
            "maintainers": [
                {
                    "name": "herby.gillot",
                    "github": "herbygillot",
                    "ports_count": 1054
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sheepshaver-gui",
            "portdir": "emulators/sheepshaver",
            "version": "20180225",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://sheepshaver.cebix.net/",
            "description": "Graphical user interface to configure SheepShaver.",
            "long_description": "Graphical user interface to configure SheepShaver.",
            "active": false,
            "categories": [
                "emulators"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "pkgconfig",
                        "clang-9.0"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gtk2"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sheepshaver",
            "portdir": "emulators/sheepshaver",
            "version": "20240609",
            "license": "GPL-2+",
            "platforms": "macosx",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://sheepshaver.cebix.net/",
            "description": "Open source PPC Mac emulator.",
            "long_description": "Longstanding PowerPC Macintosh emulator. Requires an appropriate Macintosh ROM image and a copy of Mac OS (7.5.2 through 9.0.4), and these are not supplied with this port. The emulator will be installed into your MacPorts Applications folder. This is the more frequently updated kanjitalk755 fork of the original by cebix.",
            "active": true,
            "categories": [
                "emulators"
            ],
            "maintainers": [
                {
                    "name": "zapdotzip",
                    "github": "ZapDotZip",
                    "ports_count": 3
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsdl"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sheepit-client",
            "portdir": "graphics/sheepit-client",
            "version": "7.23353.0",
            "license": "GPL-2",
            "platforms": "{darwin any}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sheepit-renderfarm.com",
            "description": "SheepIt Render Farm Client is an Open Source client for the distributed render farm SheepIt.",
            "long_description": "SheepIt Render Farm Client is an Open Source client for the distributed render farm SheepIt.",
            "active": true,
            "categories": [
                "graphics",
                "java"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "makeicns",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openjdk17"
                    ]
                }
            ],
            "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": 433
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sharutils",
            "portdir": "archivers/sharutils",
            "version": "4.15.2",
            "license": "GPL-3+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.gnu.org/software/sharutils/",
            "description": "Makes so-called shell archives out of many files",
            "long_description": "GNU shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. A shell archive is a collection of files that can be unpacked by /bin/sh. A wide range of features provide extensive flexibility in manufacturing shars and in specifying shar smartness. For example, shar may compress files, uuencode binary files, split long files and construct multi-part mailings, ensure correct unsharing order, and provide simplistic checksums.",
            "active": true,
            "categories": [
                "archivers"
            ],
            "maintainers": [
                {
                    "name": "judaew",
                    "github": "judaew",
                    "ports_count": 655
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "gettext",
                        "libiconv"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shark",
            "portdir": "math/shark",
            "version": "4.0.1",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://image.diku.dk/shark/",
            "description": "Fast, modular, feature-rich open-source C++ machine learning library",
            "long_description": "Shark is a fast, modular, feature-rich open-source C++ machine learning library. It provides methods for linear and nonlinear optimization, kernel-based learning algorithms, neural networks and various other machine learning techniques. It serves as a powerful toolbox for real world applications as well as research.",
            "active": true,
            "categories": [
                "math"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "hdf5",
                        "boost171"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "orfeotoolbox",
                        "py310-orfeotoolbox",
                        "py311-orfeotoolbox",
                        "py312-orfeotoolbox",
                        "py313-orfeotoolbox",
                        "py314-orfeotoolbox"
                    ]
                }
            ]
        },
        {
            "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": 359
                }
            ],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "xmlto",
                        "clang-20",
                        "gettext",
                        "meson",
                        "ninja",
                        "pkgconfig",
                        "itstool"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "glib2",
                        "libxml2"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "bash",
                        "coreutils"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "Thunar",
                        "logtalk",
                        "p5.30-file-mimeinfo",
                        "p5.32-file-mimeinfo",
                        "p5.34-file-mimeinfo",
                        "chemical-mime-data",
                        "meld",
                        "rox-filer",
                        "p5.26-file-mimeinfo",
                        "akonadi",
                        "bluefish",
                        "gramps",
                        "anjuta",
                        "dia",
                        "eog",
                        "glom",
                        "gnome",
                        "gnome-chemistry-utils",
                        "gnome-control-center",
                        "nautilus",
                        "nfoview",
                        "oregano",
                        "totem",
                        "gdk-pixbuf2",
                        "gdk-pixbuf2-devel",
                        "photoqt",
                        "photoqt-qt4",
                        "kde4-runtime",
                        "kdelibs4",
                        "kdepim4-runtime",
                        "kdepimlibs4",
                        "kdepimlibs4-kioslaves",
                        "fyre",
                        "tsclient",
                        "p5.28-file-mimeinfo"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "gcstar",
                        "genius",
                        "gtk2",
                        "gtk2-devel",
                        "gtk3",
                        "gtk3-devel",
                        "gnome-vfs"
                    ]
                }
            ]
        },
        {
            "name": "shared-desktop-ontologies",
            "portdir": "kde/shared-desktop-ontologies",
            "version": "0.11.0",
            "license": "BSD",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://oscaf.sourceforge.net",
            "description": "Open Semantic Collaboration Architecture Foundation (OSCAF) ontologies and reference code development.",
            "long_description": "This project is used by maintainers from open source projects to maintain standards for the interoperability of desktop and web applications.",
            "active": true,
            "categories": [
                "devel",
                "kde",
                "kde4"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "docs"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automoc",
                        "cmake",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "phonon",
                        "docbook-xsl-ns",
                        "qt4-mac"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "digikam",
                        "kdelibs4",
                        "kdepim4",
                        "kdepim4-runtime"
                    ]
                }
            ]
        },
        {
            "name": "shards",
            "portdir": "devel/shards",
            "version": "0.20.0",
            "license": "Apache-2",
            "platforms": "{darwin >= 16}",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/crystal-lang/shards",
            "description": "dependency manager for crystal",
            "long_description": "Dependency manager for the Crystal programming language",
            "active": true,
            "categories": [
                "devel"
            ],
            "maintainers": [
                {
                    "name": "conradwt",
                    "github": "conradwt",
                    "ports_count": 2
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "crystal",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "pcre2",
                        "libiconv",
                        "boehmgc",
                        "libyaml"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "crystal"
                    ]
                },
                {
                    "type": "test",
                    "ports": [
                        "fossil",
                        "mercurial"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "frightcrawler",
                        "amber"
                    ]
                }
            ]
        },
        {
            "name": "shapelib",
            "portdir": "graphics/shapelib",
            "version": "1.6.3",
            "license": "LGPL-2+",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://shapelib.maptools.org",
            "description": "Library and tools for dealing with ESRI ShapeFiles",
            "long_description": "This software provides support for the ESRI ShapeFiles.",
            "active": true,
            "categories": [
                "graphics",
                "gis"
            ],
            "maintainers": [],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "tilemaker",
                        "marble",
                        "gnudatalanguage",
                        "grads",
                        "plplot",
                        "plplot510",
                        "plplot-single",
                        "plplot510-single",
                        "xastir",
                        "gpsbabel"
                    ]
                }
            ]
        },
        {
            "name": "shakespeare",
            "portdir": "lang/shakespeare",
            "version": "1.2.1",
            "license": "GPL-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://shakespearelang.sourceforge.net/",
            "description": "Shakespeare programming language",
            "long_description": "A programming language created with the design goal to make the source code resemble Shakespeare plays. The characters in the play are variables.",
            "active": true,
            "categories": [
                "lang"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "bison",
                        "flex",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shairport-sync",
            "portdir": "multimedia/shairport-sync",
            "version": "4.3.5",
            "license": "MIT and BSD and ISC",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/mikebrady/shairport-sync",
            "description": "Shairport Sync is an AirPlay audio player",
            "long_description": "AirTunes emulator. Shairport Sync adds multi-room capability with Audio Synchronisation.",
            "active": true,
            "categories": [
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "ale275",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "metadata",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "autoconf",
                        "automake",
                        "libtool",
                        "pkgconfig",
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsodium",
                        "openssl",
                        "libao",
                        "libplist",
                        "ffmpeg6",
                        "popt",
                        "soxr",
                        "libconfig-hr",
                        "libdaemon",
                        "libgcrypt"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shadowsocks-rust",
            "portdir": "net/shadowsocks-rust",
            "version": "1.24.0",
            "license": "MIT",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shadowsocks/shadowsocks-rust",
            "description": "Lightweight secured SOCKS5 proxy",
            "long_description": "shadowsocks is a fast tunnel proxy that helps you bypass firewalls. shadowsocks-rust is a Rust implementation of shadowsocks protocol.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [
                {
                    "name": "",
                    "github": "zonyitoo",
                    "ports_count": 1
                }
            ],
            "variants": [
                "local",
                "server",
                "service",
                "manager",
                "basic",
                "full",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cargo",
                        "legacy-support",
                        "rust",
                        "clang-20"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libunwind"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shadowsocks-libev",
            "portdir": "net/shadowsocks-libev",
            "version": "3.3.5",
            "license": "GPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/shadowsocks/shadowsocks-libev",
            "description": "Lightweight secured SOCKS5 proxy",
            "long_description": "Shadowsocks-libev is written in pure C and depends on libev. It's designed to be a lightweight implementation of shadowsocks protocol, in order to keep the resource usage as low as possible.",
            "active": true,
            "categories": [
                "net"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18",
                        "autoconf",
                        "automake",
                        "libtool",
                        "asciidoc",
                        "xmlto"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libsodium",
                        "mbedtls",
                        "pcre",
                        "c-ares",
                        "libev"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shadowfox-updater",
            "portdir": "www/shadowfox-updater",
            "version": "2.2.0",
            "license": "MIT",
            "platforms": "darwin linux",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/SrKomodo/shadowfox-updater",
            "description": "An auto-updater for ShadowFox (a dark theme for Firefox).",
            "long_description": "This is a cross-platform installer/uninstaller/updater for ShadowFox, which is a universal dark theme for Firefox.",
            "active": true,
            "categories": [
                "www"
            ],
            "maintainers": [
                {
                    "name": "georgedp",
                    "github": "ylluminarious",
                    "ports_count": 6
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "go",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "shaderc",
            "portdir": "graphics/shaderc",
            "version": "2025.3",
            "license": "Apache and Version-2.0",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/google/shaderc",
            "description": "A collection of tools, libraries and tests for shader compilation.",
            "long_description": "At the moment it includes: glslc, a command line compiler for GLSL/HLSL to SPIR-V, and libshaderc, a library API for accessing glslc functionality.",
            "active": true,
            "categories": [
                "devel",
                "graphics"
            ],
            "maintainers": [
                {
                    "name": "christophecvr",
                    "github": "christophecvr",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-20",
                        "spirv-headers",
                        "python312",
                        "cmake",
                        "pkgconfig",
                        "asciidoctor"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "spirv-tools",
                        "glslang"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "vulkan-tools",
                        "vulkan-volk"
                    ]
                }
            ]
        },
        {
            "name": "sgwi",
            "portdir": "www/sgwi",
            "version": "1.1.2",
            "license": "GPL",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.vanheusden.com/sgwi/",
            "description": "web-interface to SQLGrey",
            "long_description": "sgwi is a web-interface to SQLGrey (SQLGrey is a greylister for Postfix). This web-interface enables you to edit the white- and blacklists as well as the current state of the greylist.",
            "active": true,
            "categories": [
                "mail",
                "www",
                "php"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "run",
                    "ports": [
                        "php5-web",
                        "sqlgrey"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sguil-client",
            "portdir": "security/sguil-client",
            "version": "1.0.0",
            "license": "GPL-3",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://bammv.github.io/sguil/",
            "description": "GUI Console for Sguil Network Security Monitor",
            "long_description": "GUI Console for Sguil Network Security Monitor",
            "active": true,
            "categories": [
                "net",
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "openssl",
                        "tcl-tls",
                        "tcllib",
                        "tclx",
                        "itk",
                        "iwidgets"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sgrep2",
            "portdir": "textproc/sgrep2",
            "version": "1.94a",
            "license": "unknown",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.cs.helsinki.fi/u/jjaakkol/sgrep.html",
            "description": "structured grep is a tool for searching SGML, XML and HTML files",
            "long_description": "sgrep (structured grep) is a tool for searching and indexing text, SGML, XML and HTML files and filtering text streams using structural criteria.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "automake",
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sgrep",
            "portdir": "textproc/sgrep",
            "version": "0.99",
            "license": "GPL-2+",
            "platforms": "darwin",
            "epoch": 1,
            "replaced_by": null,
            "homepage": "http://www.cs.helsinki.fi/u/jjaakkol/sgrep.html",
            "description": "structured grep is a tool for searching SGML, XML and HTML files",
            "long_description": "sgrep (structured grep) is a tool for searching and indexing text, SGML, XML and HTML files and filtering text streams using structural criteria.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sgp4",
            "portdir": "science/sgp4",
            "version": "20221113-6a448b48",
            "license": "apache-2",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/dnwrnr/sgp4",
            "description": "Simplified perturbations models",
            "long_description": "Simplified perturbations models",
            "active": true,
            "categories": [
                "science"
            ],
            "maintainers": [
                {
                    "name": "ra1nb0w",
                    "github": "ra1nb0w",
                    "ports_count": 151
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "clang-20"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "SDRangel"
                    ]
                }
            ]
        },
        {
            "name": "sgml-common",
            "portdir": "textproc/sgml-common",
            "version": "0.6.3",
            "license": "GPL-2+",
            "platforms": "any",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://www.w3.org/2003/entities/",
            "description": "A collection of entities and DTDs common to multiple packages.",
            "long_description": "The sgml-common package contains a collection of entities and DTDs that are useful for processing SGML, but that don't need to be included in multiple packages. Sgml-common also includes an up-to-date Open Catalog file. Transcribed from the Fedora 15 RPM written originally by Tim Waugh <twaugh@redhat.com> based on work by Eric Bischoff and with recent maintenance by Ondrej Vasik <ovasik@redhat.com>.",
            "active": true,
            "categories": [
                "textproc"
            ],
            "maintainers": [
                {
                    "name": "tlockhart1976",
                    "github": "lockhart",
                    "ports_count": 27
                }
            ],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "perl5",
                        "libxml2",
                        "xmlcatmgr"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "docbook-utils"
                    ]
                }
            ]
        },
        {
            "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-18"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sgd",
            "portdir": "math/sgd",
            "version": "2.1",
            "license": "LGPL-3",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "http://leon.bottou.org/projects/sgd",
            "description": "Stochastic Gradient Descent",
            "long_description": "The goal of this package is to illustrate the efficiency of stochastic gradient descent for large-scale learning tasks. Two algorithms, Stochastic Gradient Descent (SGD), and Averaged Stochastic Gradient Descent (ASGD), are applied to two well known problems, Linear Support Vector Machines, and Conditional Random Fields.",
            "active": true,
            "categories": [
                "textproc",
                "math"
            ],
            "maintainers": [],
            "variants": [
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "zlib"
                    ]
                }
            ],
            "depends_on": []
        },
        {
            "name": "sf-pwgen",
            "portdir": "security/sf-pwgen",
            "version": "1.5",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://github.com/anders/pwgen",
            "description": "macOS command line password generator.",
            "long_description": "macOS command line password generator. A command line tool that generates passwords using macOS's SecurityFoundation framework.",
            "active": true,
            "categories": [
                "security"
            ],
            "maintainers": [],
            "variants": [],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "clang-18"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "build",
                    "ports": [
                        "adblock2privoxy",
                        "privoxy"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "mail-server"
                    ]
                }
            ]
        },
        {
            "name": "sfml",
            "portdir": "multimedia/sfml",
            "version": "2.5.1",
            "license": "zlib",
            "platforms": "darwin",
            "epoch": 0,
            "replaced_by": null,
            "homepage": "https://www.sfml-dev.org/",
            "description": "SFML is the Simple and Fast Multimedia Library",
            "long_description": "SFML is the Simple and Fast Multimedia Library. It provides a simple interface to the various components of your computer, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network.",
            "active": true,
            "categories": [
                "devel",
                "multimedia"
            ],
            "maintainers": [
                {
                    "name": "rkitover",
                    "github": "",
                    "ports_count": 1
                }
            ],
            "variants": [
                "debug",
                "universal"
            ],
            "dependencies": [
                {
                    "type": "build",
                    "ports": [
                        "cmake",
                        "doxygen",
                        "clang-18"
                    ]
                },
                {
                    "type": "extract",
                    "ports": [
                        "unzip"
                    ]
                },
                {
                    "type": "lib",
                    "ports": [
                        "libjpeg-turbo",
                        "flac",
                        "freetype",
                        "libogg",
                        "libsndfile",
                        "libvorbis",
                        "openal-soft"
                    ]
                }
            ],
            "depends_on": [
                {
                    "type": "lib",
                    "ports": [
                        "csfml"
                    ]
                }
            ]
        }
    ]
}