HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50785,
"next": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=978",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&ordering=name&page=976",
"results": [
{
"name": "sqlcipher",
"portdir": "databases/sqlcipher",
"version": "4.6.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.zetetic.net/sqlcipher/",
"description": "An security extesion to the embedded SQL database engine",
"long_description": "SQLCipher extends the SQLite database library to add security enhancements that make it more suitable for encrypted local data storage like: * on-the-fly encryption * tamper detection * memory sanitization * strong key derivation. SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "ybzhao1989",
"github": "z7z8th",
"ports_count": 2
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libedit",
"ncurses",
"openssl3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"libretroshare"
]
}
]
},
{
"name": "sqlcipher-tools",
"portdir": "databases/sqlcipher",
"version": "4.6.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.zetetic.net/sqlcipher/",
"description": "A bundle of command-line tools for managing SQLite database files",
"long_description": "A bundle of command-line tools for managing SQLite database files, including the sqldiff program and the sqlite3_analyzer program.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "ybzhao1989",
"github": "z7z8th",
"ports_count": 2
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"tcl",
"openssl3"
]
}
],
"depends_on": []
},
{
"name": "SQLClient",
"portdir": "gnustep/SQLClient",
"version": "1.2.0",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.gnustep.org/",
"description": "Simple OO Interface to SQL databases",
"long_description": "Simple OO Interface to SQL databases",
"active": true,
"categories": [
"gnustep"
],
"maintainers": [],
"variants": [
"with_docs"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"Performance"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"Etoile",
"Etoile-devel"
]
}
]
},
{
"name": "sqlean",
"portdir": "databases/sqlean",
"version": "0.27.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/nalgeon/sqlean",
"description": "The ultimate set of SQLite extensions",
"long_description": "SQLite has few functions compared to other database management systems. SQLite authors see this as a feature rather than a problem, because SQLite has an extension mechanism in place. There are a lot of SQLite extensions out there, but they are incomplete, inconsistent and scattered across the internet. sqlean brings them together, neatly packaged into domain modules, documented, tested, and built for Linux, Windows and macOS.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1024
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"sqlite3"
]
}
],
"depends_on": []
},
{
"name": "sqlgrey",
"portdir": "mail/sqlgrey",
"version": "1.8.0",
"license": "GPL-2",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sqlgrey.sourceforge.net/",
"description": "SQLgrey is a postfix policy service implementing a grey-listing policy",
"long_description": "SQLgrey is a postfix policy service implementing a grey-listing policy",
"active": true,
"categories": [
"mail"
],
"maintainers": [],
"variants": [
"perl5_28",
"perl5_30",
"perl5_32",
"perl5_34",
"mysql",
"sqlite",
"postgresql",
"table_names"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-dbd-mysql",
"p5.34-dbi",
"p5.34-io-multiplex",
"perl5.34",
"p5.34-net-server",
"p5.34-net-dns"
]
},
{
"type": "run",
"ports": [
"postfix"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"sgwi"
]
}
]
},
{
"name": "sqlite2",
"portdir": "databases/sqlite2",
"version": "2.8.17",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sqlite.org/",
"description": "an embedded SQL database engine",
"long_description": "SQLite is an SQL database engine in a C library. Programs that link the SQLite library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite) that can be used to administer an SQLite database and which serves as an example of how to use the SQLite library.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"readline"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"tclsqlite2",
"javasqlite",
"rb-sqlite",
"qt4-mac-sqlite2-plugin"
]
}
]
},
{
"name": "sqlite3",
"portdir": "databases/sqlite3",
"version": "3.51.2",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sqlite.org",
"description": "an embedded SQL database engine",
"long_description": "SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1297
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libedit",
"ncurses"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"sqlitewrapped"
]
},
{
"type": "lib",
"ports": [
"python313-freethreading",
"subversion-perlbindings-5.26",
"moodss",
"textmate2",
"py27-apsw",
"py35-apsw",
"py36-apsw",
"sequoia-pgp",
"telepathy-logger",
"sleuthkit",
"grass",
"subversion-perlbindings-5.32",
"subversion-perlbindings-5.34",
"python313",
"logjam",
"wire",
"monotone",
"monotone-devel",
"wired-server",
"botan",
"freeciv",
"freeciv-x11",
"hyperscan",
"seed",
"SQLClient",
"abaddon",
"javasqlite",
"fortran-sqlite3",
"gst",
"pypy",
"pypy36",
"pypy37",
"pypy38",
"pypy39",
"qore-sqlite3-module",
"snobol4",
"mediatomb",
"libcmatrix",
"xeus-sqlite",
"gramps",
"evolution-data-server-gtk4",
"libchamplain",
"tracker3",
"webkit-gtk",
"webkit-gtk3",
"FileZilla",
"epiphany",
"tippecanoe",
"bibledit",
"bzrtp",
"rdkit",
"py37-dlib",
"py38-dlib",
"libzdb-sqlite3",
"apr-util",
"neko",
"pure-sql3",
"php84-sqlite",
"php83-sqlite",
"php82-sqlite",
"rb-sqlite3",
"libsoup",
"libsoup-devel",
"php81-sqlite",
"liferea",
"tracker",
"php80-sqlite",
"gearmand",
"emacs",
"emacs-devel",
"emacs-app",
"emacs-app-devel",
"php74-sqlite",
"php73-sqlite",
"php72-sqlite",
"limesuite",
"limesuite-devel",
"python26",
"python27",
"php71-sqlite",
"darktable",
"darktable-devel",
"php70-sqlite",
"emacs-mac-app",
"emacs-mac-app-devel",
"php56-sqlite",
"php55-sqlite",
"php54-sqlite",
"php53-sqlite",
"subversion-pythonbindings-3.9",
"py27-sqlite",
"bulk_extractor",
"ncdc",
"rb19-sqlite3",
"wt",
"supertuxkart",
"hugin-app",
"audacity-devel",
"octave-sqlite",
"wview",
"qt511-qtwebkit",
"gnomint",
"dupd",
"macports.sqlext",
"rpm",
"rpm54",
"ocropus",
"qt4-mac-sqlite3-plugin",
"mongrel2",
"phantomjs-qt-qtwebkit",
"phantomjs-qt-sqlite-plugin",
"qt511-sqlite-plugin",
"py310-apsw",
"py311-apsw",
"xlsx2csv",
"pounce",
"tenacity",
"subversion-python27bindings",
"subversion-pythonbindings-2.7",
"subversion-pythonbindings-3.5",
"subversion-pythonbindings-3.6",
"subversion-pythonbindings-3.7",
"Chatty",
"audacity-legacy",
"R-lwgeom",
"qt69-sqlite-plugin",
"sqlite3-pcre2",
"gom",
"qt53-sqlite-plugin",
"qt53-qtwebkit",
"ocaml-sqlite3",
"qt56-qtwebkit",
"qgis3",
"spatialite",
"qgis3-ltr",
"zeal",
"qt55-qtwebkit",
"link-grammar",
"zorba",
"p5.28-alien-sqlite",
"p5.30-alien-sqlite",
"p5.32-alien-sqlite",
"p5.34-alien-sqlite",
"qt56-sqlite-plugin",
"qt55-sqlite-plugin",
"qt57-sqlite-plugin",
"grilo-plugins",
"qt57-qtwebkit",
"qt58-sqlite-plugin",
"qt58-qtwebkit",
"qt59-qtwebkit",
"py37-apsw",
"qt59-sqlite-plugin",
"avidemux",
"py38-apsw",
"evolution-data-server",
"lnav",
"lnav-devel",
"xmoto",
"aircrack-ng",
"fluent-bit",
"Deriv",
"webkit2-gtk",
"webkit2-gtk-devel",
"python39",
"subversion-pythonbindings-3.8",
"python32",
"python33",
"fastfetch",
"gdal",
"gdal-hdf5",
"gdal-kea",
"gdal-netcdf",
"py27-yum-metadata-parser",
"fdupes",
"warzone2100",
"bogofilter",
"qt5-qtwebkit",
"sqlitecpp",
"qt5-sqlite-plugin",
"scamper",
"openslide",
"mame",
"lastfm-desktop",
"python310",
"python311",
"python34",
"python35",
"python36",
"python37",
"R-adbcsqlite",
"python312",
"vectorscan",
"gnubg",
"R-gdalraster",
"R-sf",
"R-terra",
"nmail",
"font-manager",
"python314",
"python314-freethreading",
"cherrytree",
"luanti",
"qt64-sqlite-plugin",
"python315-devel",
"python315-freethreading-devel",
"qt67-sqlite-plugin",
"qt68-sqlite-plugin",
"Akumuli",
"sqlitebrowser",
"py39-dlib",
"rspamd",
"sqlean",
"pgtcl",
"grass7",
"proj6",
"proj7",
"proj8",
"proj9",
"kyua",
"eiskaltdcpp",
"midori",
"exim",
"tagtool",
"gnu-apl",
"python38",
"libwired",
"poco",
"libdbi-drivers",
"subversion-pythonbindings-3.10",
"subversion-pythonbindings-3.11",
"subversion-pythonbindings-3.12",
"librasterlite2",
"py310-dlib",
"py311-dlib",
"py312-dlib",
"radlib",
"libshumate",
"nss",
"sequoia-sq",
"py39-apsw",
"tilemaker",
"yelp",
"qt513-qtwebkit",
"libsoup-2.4",
"qt513-sqlite-plugin",
"bitcoin",
"cadabra2",
"nextcloud-client",
"webkit-gtk-2.0",
"webkit-gtk3-2.0",
"darwinbuild",
"darwinbuild-legacy",
"gdb-apple",
"lporg",
"sequoia-chameleon-gnupg",
"softhsm",
"netatalk",
"newsraft",
"rawstudio",
"janet-sqlite3",
"Io",
"cl-sqlite",
"apophenia",
"balsa",
"newsboat",
"kget",
"kopete",
"gnupg2",
"dino",
"retroshare-qt4",
"fossil",
"xmltv",
"libpreludedb",
"muchsync",
"nanomq",
"ReadyMedia",
"qt6-sqlite-plugin",
"subversion",
"subversion-javahlbindings",
"subversion-rubybindings",
"zathura",
"zathura-docs",
"subversion-perlbindings-5.28",
"subversion-perlbindings-5.30"
]
},
{
"type": "run",
"ports": [
"sqliteman",
"auto-multiple-choice-devel",
"auto-multiple-choice"
]
}
]
},
{
"name": "sqlite3-pcre2",
"portdir": "databases/sqlite3-pcre2",
"version": "0.1",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git",
"description": "Perl-compatible regular expression support for SQLite",
"long_description": "Perl-compatible regular expression support for SQLite.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "n_larsson",
"github": "nilason",
"ports_count": 107
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-16"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"pcre2"
]
}
],
"depends_on": []
},
{
"name": "sqlite3-tcl",
"portdir": "databases/sqlite3",
"version": "3.51.2",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sqlite.org",
"description": "an embedded SQL database engine",
"long_description": "SQLite3 is an SQL database engine in a C library. Programs that link the SQLite3 library can have SQL database access without running a separate RDBMS process. The distribution comes with a standalone command-line access program (sqlite3) that can be used to administer an SQLite3 database and which serves as an example of how to use the SQLite3 library.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1297
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"tcl"
]
}
],
"depends_on": []
},
{
"name": "sqlite3-tools",
"portdir": "databases/sqlite3",
"version": "3.51.2",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.sqlite.org",
"description": "A bundle of command-line tools for managing SQLite database files",
"long_description": "A bundle of command-line tools for managing SQLite database files, including the sqldiff program and the sqlite3_analyzer program.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1297
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"zlib",
"tcl"
]
}
],
"depends_on": []
},
{
"name": "sqlitebrowser",
"portdir": "databases/sqlitebrowser",
"version": "3.13.1",
"license": "GPL-3",
"platforms": "darwin linux",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sqlitebrowser.org",
"description": "GUI editor for SQLite databases",
"long_description": "SQLite Database Browser is a visual tool used to create, design and edit database files compatible with SQLite. Its interface is based on Qt, and is meant to be used by users and developers who want to create databases or edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. Controls and wizards are available for users to: * Create and compact database files * Create, define, modify and delete tables * Create, define and delete indexes * Browse, edit, add and delete records * Search records * Import and export records as text * Import and export tables from/to CSV files * Import and export databases from/to SQL dump files * Issue SQL queries and inspect the results * Examine a log of all SQL commands issued by the application. SQLite Database Browser is not a visual shell for the sqlite command line tool. It does not require familiarity with SQL commands.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 229
}
],
"variants": [
"debug",
"sqlite3",
"sqlcipher"
],
"dependencies": [
{
"type": "build",
"ports": [
"qt5-qttools",
"cmake",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"qscintilla-qt5",
"qt5-qtbase"
]
}
],
"depends_on": []
},
{
"name": "sqlitecpp",
"portdir": "databases/sqlitecpp",
"version": "3.3.3",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/SRombauts/SQLiteCpp",
"description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
"long_description": "SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1297
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"sqlite3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xeus-sqlite",
"warzone2100"
]
}
]
},
{
"name": "sqlitedbrowser",
"portdir": "databases/sqlitedbrowser",
"version": "0",
"license": "public-domain",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sourceforge.net/projects/sqlitedbrowser",
"description": "A graphical SQLite3 Viewer - new Version (aka SqliteStudio)",
"long_description": "A graphical SQLite3 Viewer - new Version (aka SqliteStudio)",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal",
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"qt4-mac-sqlite3-plugin"
]
}
],
"depends_on": []
},
{
"name": "sqliteman",
"portdir": "databases/sqliteman",
"version": "1.2.2",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/p/sqliteman/wiki/Home/",
"description": "GUI tool for Sqlite3",
"long_description": "The best developer's and/or admin's GUI tool for Sqlite3 in the world. No joking here (or just a bit only) - it contains the most complete feature set of all tools available.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"debug"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"cmake",
"pkgconfig",
"makeicns"
]
},
{
"type": "lib",
"ports": [
"qt4-mac",
"qscintilla-qt4"
]
},
{
"type": "run",
"ports": [
"qt4-mac-sqlite3-plugin",
"sqlite3"
]
}
],
"depends_on": []
},
{
"name": "sqlitewrapped",
"portdir": "databases/sqlitewrapped",
"version": "1.3.1",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.alhem.net/project/sqlite/index.html",
"description": "a C++ wrapper for the Sqlite database C API",
"long_description": "This is a C++ wrapper for the Sqlite database C application programming interface. The code works for linux/unix, as well as win32. This library supports version 3 of the sqlite database. From version 1.2 the connection pool can be made threadsafe.",
"active": true,
"categories": [
"devel",
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"sqlite3",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "sqlmap",
"portdir": "security/sqlmap",
"version": "1.10",
"license": "GPL-2+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sqlmap.org/",
"description": "Automatic SQL injection and database takeover tool",
"long_description": "sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester, and a broad range of switches including database fingerprinting, over data fetching from the database, accessing the underlying file system, and executing commands on the operating system via out-of-band connections.",
"active": true,
"categories": [
"databases",
"security",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [
"python27",
"python310",
"python311",
"python312",
"python313",
"python314"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py314-build",
"py314-installer",
"py314-setuptools",
"py314-wheel"
]
},
{
"type": "lib",
"ports": [
"python314"
]
}
],
"depends_on": []
},
{
"name": "sqlninja",
"portdir": "security/sqlninja",
"version": "0.2.6-r1",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sqlninja.sourceforge.net/",
"description": "Microsoft SQL Server SQL Injection vulnerability tester",
"long_description": "Sqlninja is a tool targeted to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end.",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [],
"variants": [
"perl5_28",
"perl5_30",
"perl5_32",
"perl5_34"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-io-socket-ssl",
"p5.34-net-dns",
"p5.34-net-pcap",
"p5.34-net-rawip",
"p5.34-netpacket"
]
}
],
"depends_on": []
},
{
"name": "sqlninja-devel",
"portdir": "security/sqlninja",
"version": "0.2.999-alpha1",
"license": "GPL-3+",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sqlninja.sourceforge.net/",
"description": "Microsoft SQL Server SQL Injection vulnerability tester",
"long_description": "Sqlninja is a tool targeted to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end.",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [],
"variants": [
"perl5_34",
"perl5_28",
"perl5_30",
"perl5_32"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"p5.34-dbi",
"p5.34-io-socket-ssl",
"p5.34-net-dns",
"p5.34-dbd-sqlite",
"p5.34-net-rawip",
"p5.34-netpacket",
"p5.34-net-pcap"
]
}
],
"depends_on": []
},
{
"name": "sqlpkg-cli",
"portdir": "devel/sqlpkg-cli",
"version": "0.2.3",
"license": "MIT",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sqlpkg.org/",
"description": "SQLite Package Manager",
"long_description": "sqlpkg-cli manages SQLite extensions, just like pip does with Python packages or brew does with macOS programs. It works primarily with the SQLite package registry, but is not limited to it. You can install SQLite extensions from GitHub repositories or other websites. All you need is a package spec file (more on that later).",
"active": true,
"categories": [
"devel",
"databases"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1024
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "sqsh",
"portdir": "sysutils/sqsh",
"version": "2.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sqsh.sourceforge.net/",
"description": "A Sybase Shell",
"long_description": "Sqsh (pronounced skwish) is short for SQshelL (pronounced s-q-shell), a replacement for the venerable 'isql' program supplied by Sybase.",
"active": true,
"categories": [
"sysutils",
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"freetds",
"readline"
]
}
],
"depends_on": []
},
{
"name": "squashfs-tools",
"portdir": "sysutils/squashfs-tools",
"version": "4.5",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/plougher/squashfs-tools",
"description": "Tools to create and extract Squashfs filesystems",
"long_description": "Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib compression to compress both files, inodes and directories. Inodes in the system are very small and all blocks are packed to minimise data overhead. Block sizes greater than 4K are supported up to a maximum of 64K. Squashfs is intended for general read-only filesystem use, for archival use (i.e. in cases where a .tar.gz file may be used), and in constrained block device/memory systems (e.g. embedded systems) where low overhead is needed.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [
{
"name": "quentin",
"github": "quentinmit",
"ports_count": 8
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"lz4",
"lzo2",
"xz",
"zlib",
"zstd"
]
}
],
"depends_on": []
},
{
"name": "squeak",
"portdir": "lang/squeak",
"version": "3.9",
"license": "MIT",
"platforms": "{darwin < 12}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.squeak.org",
"description": "Full, portable, Smalltalk-80 system",
"long_description": "Squeak is a full-featured implementation of the Smalltalk programming language and environment based on (and largely compatible with) the original Smalltalk-80 system. Squeak has very powerful 2- and 3-D graphics, sound, video, MIDI, animation and other multimedia capabilities -- and one of the most impressive development environments ever created. It also includes a customisable framework for creating dynamic HTTP servers and interactively extensible Web sites. The entire Squeak system is open source software, distributed freely with a liberal license.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"quartz",
"x11",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"mesa",
"xorg-libsm"
]
}
],
"depends_on": []
},
{
"name": "squeeze",
"portdir": "xfce/squeeze",
"version": "0.2.3",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.xfce.org",
"description": "Squeeze is a modern and advanced archive manager for the Xfce Desktop Environment.",
"long_description": "Squeeze is a modern and advanced archive manager for the Xfce Desktop Environment.",
"active": false,
"categories": [
"xfce"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"dbus-glib",
"gtk2",
"Thunar",
"libxfce4util"
]
}
],
"depends_on": []
},
{
"name": "squid",
"portdir": "net/squid",
"version": "7.4",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.squid-cache.org/",
"description": "advanced proxy caching server for http, https, ftp",
"long_description": "Squid is a high-performance proxy caching server for web clients, supporting FTP and HTTP data objects. Squid keeps metadata and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid 7.x is the latest release series, and needs a C++17 compiler to build.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"openssl",
"gnutls",
"ipfw_transparent",
"kerberos",
"ssl_crtd",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-20"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libtool",
"openssl"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"macos-fortress-proxy-squid"
]
}
]
},
{
"name": "squid2",
"portdir": "net/squid2",
"version": "2.7.STABLE9",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.squid-cache.org/",
"description": "advanced proxy caching server for http, https, ftp, gopher",
"long_description": "Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid 2.x is an old release series, which is mostly obsolete but still has a few features that have not yet been ported to 6.x.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"openssl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl"
]
}
],
"depends_on": []
},
{
"name": "squid3",
"portdir": "net/squid3",
"version": "3.5.28",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.squid-cache.org/",
"description": "advanced proxy caching server for http, https, ftp, gopher",
"long_description": "Squid is a high-performance proxy caching server for web clients, supporting FTP, gopher, and HTTP data objects. Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process. Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests. Squid 3.x is the latest release series that does not need a C++11 compiler to build.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "jmr",
"github": "jmroot",
"ports_count": 349
}
],
"variants": [
"openssl",
"ipfw_transparent",
"kerberos",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-17"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"zlib",
"openssl11"
]
}
],
"depends_on": []
},
{
"name": "squid4",
"portdir": "net/squid4",
"version": "4.17",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "squid5",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by squid5",
"long_description": "This port has been replaced by squid5.",
"active": false,
"categories": [
"net"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"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": "squid5",
"portdir": "net/squid5",
"version": "5.10",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": "squid",
"homepage": "https://www.macports.org",
"description": "Obsolete port, replaced by squid",
"long_description": "This port has been replaced by squid.",
"active": true,
"categories": [
"net"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"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": "squirrel",
"portdir": "lang/squirrel",
"version": "3.2",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.squirrel-lang.org",
"description": "The Squirrel programming language",
"long_description": "Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.",
"active": true,
"categories": [
"lang"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "squirrel-ime",
"portdir": "aqua/squirrel-ime",
"version": "0.16.2",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rime.im/",
"description": "Rime Input Method for macOS",
"long_description": "Rime Input Method for macOS",
"active": true,
"categories": [
"aqua"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 97
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "fetch",
"ports": [
"git"
]
},
{
"type": "lib",
"ports": [
"gflags",
"google-glog",
"librime-devel",
"yaml-cpp",
"leveldb",
"marisa-trie",
"opencc",
"boost176",
"libiconv",
"capnproto"
]
}
],
"depends_on": []
},
{
"name": "squirrelmail",
"portdir": "www/squirrelmail",
"version": "1.4.22",
"license": "GPL",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://squirrelmail.org",
"description": "A webmail system which accesses mail over IMAP",
"long_description": "SquirrelMail is a standards-based webmail package written in PHP4. It includes built-in pure PHP support for the IMAP and SMTP protocols, and all pages render in pure HTML 4.0 (with no JavaScript) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has all the functionality you would want from an email client, including strong MIME support, address books, and folder manipulation.",
"active": true,
"categories": [
"mail",
"www",
"php"
],
"maintainers": [
{
"name": "snc",
"github": "nerdling",
"ports_count": 157
}
],
"variants": [
"php55",
"php56",
"php70",
"php71"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
},
{
"type": "run",
"ports": [
"php71-gettext",
"php71-mbstring",
"php71-pspell"
]
}
],
"depends_on": []
},
{
"name": "squish",
"portdir": "graphics/squish",
"version": "1.15",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://sourceforge.net/projects/libsquish/",
"description": "DXT Compression Library",
"long_description": "DXT compression is a very well-designed compression scheme for colour textures with an optional alpha channel. The squish library is a cross-platform open source implementation of DXT compression (and decompression).",
"active": true,
"categories": [
"graphics"
],
"maintainers": [],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-12"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"supertuxkart",
"libdevil",
"openimageio"
]
}
]
},
{
"name": "sratom",
"portdir": "audio/sratom",
"version": "0.6.10",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://drobilla.net/software/sratom.html",
"description": "library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax",
"long_description": "sratom is a library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.",
"active": true,
"categories": [
"audio"
],
"maintainers": [
{
"name": "aggraef",
"github": "agraef",
"ports_count": 44
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"python27",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"lv2",
"serd",
"sord"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"lilv"
]
}
]
},
{
"name": "srecord",
"portdir": "devel/srecord",
"version": "1.64",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://srecord.sourceforge.net/",
"description": "The srecord package is a collection of powerful tools for manipulating EPROM load files.",
"long_description": "The srecord package understands a number of file formats: ASCII-Hex, ASCII-Space-Hex, Atmel, raw binary, C array declaration, DEC Binary XXDP, Elektor Monitor EMON52, Four Packed Code FPC, Intel MCS-86 Object format, MOS Technology hexadecimal, Motorola S-Record, Signetics, SPASM PIC, Tektronix Hexadecimal, Tektronix Extended Hexadecimal, Texas Instruments Tagged, TI-Tagged TI-SDSMAC, VHDL, and Wilson Eprom Burner. The srecord package is capable of the following operations: Conversions from any format to any other format, concatenations of multiple files, comparisons of files, report file summary info, filtering. The srecord package is capable of the following filtrations: checksums, byte swapping, CRC insertion, crop addresses, exclude addresses, fill holes, insert length information, maximum and minimum, adjust offsets, split and unsplit for memory striping schemes.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"libtool",
"groff",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"libgcrypt",
"boost176"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"minipro"
]
}
]
},
{
"name": "srgn",
"portdir": "devel/srgn",
"version": "0.14.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/alexpovel/srgn",
"description": "A code surgeon for precise text and code transplantation. A marriage of `tr`/`sed`, `rg` and `tree-sitter`.",
"long_description": "A code surgeon for precise text and code transplantation. A marriage of `tr`/`sed`, `rg` and `tree-sitter`.",
"active": true,
"categories": [
"devel",
"textproc"
],
"maintainers": [
{
"name": "herby.gillot",
"github": "herbygillot",
"ports_count": 1024
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cargo",
"legacy-support",
"rust",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"libunwind"
]
}
],
"depends_on": []
},
{
"name": "srm",
"portdir": "sysutils/srm",
"version": "1.2.15",
"license": "MIT and LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://srm.sourceforge.net/",
"description": "srm is a secure replacement for rm(1).",
"long_description": "srm is a secure replacement for rm(1). Unlike the standard rm, it overwrites the data in the target files before unlinking them. This prevents command-line recovery of the data by examining the raw block device. It may also help frustrate physical examination of the disk, although it's unlikely that it can completely prevent that type of recovery. It is, essentially, a paper shredder for sensitive files.",
"active": true,
"categories": [
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": []
},
{
"name": "srt",
"portdir": "net/srt",
"version": "1.5.2",
"license": "MPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/Haivision/srt",
"description": "transport protocol for ultra-low latency live video and audio streaming",
"long_description": "Secure Reliable Transport (SRT) is a transport protocol for ultra-low latency live video and audio streaming, as well as for generic bulk data transfer. SRT provides reliable transmission similar to TCP; however, it does so at the application layer, and uses UDP as the underlying transport layer. This package contains the open-source reference implementation of the SRT library, and was written by Haivision, the original developers of the SRT protocol.",
"active": true,
"categories": [
"net",
"multimedia",
"comms"
],
"maintainers": [
{
"name": "",
"github": "jasonliu--",
"ports_count": 37
}
],
"variants": [
"debug",
"utils",
"logging",
"heavy_logging",
"tests",
"openssl",
"mbedtls",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": []
},
{
"name": "ssdeep",
"portdir": "security/ssdeep",
"version": "2.14.1",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://ssdeep-project.github.io/ssdeep/",
"description": "Recursively compute fuzzy hashes on files",
"long_description": "ssdeep is a program for computing fuzzy hashes on files. These hashes can be used for finding similar files.",
"active": true,
"categories": [
"sysutils",
"security"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "sse2neon",
"portdir": "devel/sse2neon",
"version": "0.0.0",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/DLTcollab/sse2neon",
"description": "library for translating Intel SSE intrinsics to ARM Neon intrinsics",
"long_description": "sse2neon is a C/C++ header file that translates Intel SSE (Streaming SIMD Extensions) intrinsics to ARM Neon intrinsics. This allows code that uses SSE intrinsics to compile and run on ARM processors without needing to rewrite the code to directly use Neon intrinsics. \n \nIf you need to translate more advanced Intel intrinsics (such as AVX) to ARM intrinsics, then please consider using SIMDe (SIMD everywhere) instead of sse2neon.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "",
"github": "jasonliu--",
"ports_count": 37
}
],
"variants": [
"tests",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "ssed",
"portdir": "textproc/ssed",
"version": "3.62",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sed.sourceforge.net/",
"description": "Super-sed - a heavily enhanced version of sed",
"long_description": "This is a version of sed based on GNU sed. It is not a version of GNU sed, though. There are several new features (including in-place editing of files, extended regular expression syntax and a few new commands) and some bug fixes.",
"active": true,
"categories": [
"textproc"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"gettext",
"libiconv"
]
}
],
"depends_on": []
},
{
"name": "ssh3",
"portdir": "net/ssh3",
"version": "0.1.7",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/francoismichel/ssh3",
"description": "faster and rich secure shell using HTTP/3 - client program",
"long_description": "ssh3 is a complete revisit of the SSH protocol, mapping its semantics on top of the HTTP mechanisms. In a nutshell, ssh3 uses QUIC+TLS1.3 for secure channel establishment and the HTTP Authorization mechanisms for user authentication.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 229
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "ssh3-server",
"portdir": "net/ssh3",
"version": "0.1.7",
"license": "Apache-2",
"platforms": "darwin freebsd linux",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/francoismichel/ssh3",
"description": "faster and rich secure shell using HTTP/3 - server program",
"long_description": "ssh3 is a complete revisit of the SSH protocol, mapping its semantics on top of the HTTP mechanisms. In a nutshell, ssh3 uses QUIC+TLS1.3 for secure channel establishment and the HTTP Authorization mechanisms for user authentication.",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 229
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"go",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "ssh-askpass",
"portdir": "security/ssh-askpass",
"version": "1.5.1",
"license": "ISC",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/theseal/ssh-askpass",
"description": "ssh-askpass for OS X/macOS",
"long_description": "ssh-askpass for OS X/macOS",
"active": true,
"categories": [
"devel",
"security"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 652
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "ssh-askpass-mac",
"portdir": "aqua/ssh-askpass-mac",
"version": "1.2",
"license": "BSD",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/lukas-zronek/ssh-askpass-mac",
"description": "A macOS front-end of ssh-askpass with keychain support",
"long_description": "ssh-askpass-mac is a graphical front-end for ssh-add on macOS, which can store the password of a private key in the keychain",
"active": true,
"categories": [
"aqua"
],
"maintainers": [
{
"name": "sstallion",
"github": "sstallion",
"ports_count": 4
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-14"
]
}
],
"depends_on": []
},
{
"name": "ssh-audit",
"portdir": "security/ssh-audit",
"version": "3.3.0",
"license": "MIT",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jtesta/ssh-audit",
"description": "ssh-audit is a tool for ssh server & client configuration auditing.",
"long_description": "ssh-audit is a tool for ssh server & client configuration auditing.",
"active": true,
"categories": [
"security",
"python"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1297
}
],
"variants": [
"python310",
"python311",
"python312",
"python313"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"py313-build",
"py313-installer",
"py313-setuptools",
"py313-wheel"
]
},
{
"type": "lib",
"ports": [
"python313"
]
}
],
"depends_on": []
},
{
"name": "ssh-copy-id",
"portdir": "net/openssh",
"version": "10.2p1",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.openbsd.org/openssh/",
"description": "Shell script to install your public key(s) on a remote machine",
"long_description": "Shell script to install your public key(s) on a remote machine",
"active": true,
"categories": [
"net"
],
"maintainers": [
{
"name": "l2dy",
"github": "l2dy",
"ports_count": 97
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"openssh"
]
}
]
},
{
"name": "sshfs",
"portdir": "fuse/sshfs",
"version": "3.7.5",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/libfuse/sshfs",
"description": "SSH filesystem for FUSE",
"long_description": "This is a filesystem client based on the SSH File Transfer Protocol. Since most SSH servers already support this protocol it is very easy to set up: i.e. on the server side there is nothing to do. On the client side mounting the filesystem is as easy as logging into the server with ssh.",
"active": true,
"categories": [
"fuse"
],
"maintainers": [
{
"name": "i0ntempest",
"github": "i0ntempest",
"ports_count": 229
}
],
"variants": [
"fs_link"
],
"dependencies": [
{
"type": "build",
"ports": [
"coreutils",
"py313-docutils",
"clang-18",
"meson",
"ninja",
"pkgconfig"
]
},
{
"type": "extract",
"ports": [
"xz"
]
},
{
"type": "lib",
"ports": [
"macfuse",
"openssh",
"glib2"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"sshfs-gui"
]
}
]
},
{
"name": "sshfs-gui",
"portdir": "fuse/sshfs-gui",
"version": "1.3",
"license": "Apache-2",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "https://code.google.com/p/macfuse/",
"description": "OS X GUI for sshfs",
"long_description": "This is an OS X Cocoa GUI on top of sshfs that makes it easy to set up new sshfs mounts.",
"active": true,
"categories": [
"fuse"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "run",
"ports": [
"sshfs"
]
}
],
"depends_on": []
},
{
"name": "sshguard",
"portdir": "net/sshguard",
"version": "2.5.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.sshguard.net/",
"description": "Sshguard protects networked hosts from brute force attacks.",
"long_description": "Sshguard monitors servers from their logging activity. When logs convey that someone is doing a Bad Thing, sshguard reacts by blocking he/she/it for a bit. Sshguard has a touchy personality: when a naughty tyke insists disturbing your host, it reacts firmer and firmer.",
"active": true,
"categories": [
"net",
"security"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1297
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17",
"py313-docutils"
]
}
],
"depends_on": []
},
{
"name": "SSHKeychain",
"portdir": "aqua/SSHKeychain",
"version": "0.8.2",
"license": "BSD",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://sshkeychain.sourceforge.net/",
"description": "SSHKeychain is a graphical front-end to ssh-add",
"long_description": "SSHKeychain is a graphical front-end to ssh-agent and also allows the creation of ssh tunnels. It automatically loads keys when needed, integrates with Apple Keychain and offers key-management.",
"active": true,
"categories": [
"aqua",
"sysutils"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "fetch",
"ports": [
"git"
]
}
],
"depends_on": []
}
]
}