HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 50173,
"next": "https://ports.macports.org/api/v1/ports/?format=api&page=977",
"previous": "https://ports.macports.org/api/v1/ports/?format=api&page=975",
"results": [
{
"name": "Drizzle",
"portdir": "devel/Drizzle",
"version": "32",
"license": "GPL-3+",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "http://myst.dustbird.net/wiki/Drizzle",
"description": "tools related to the Myst game franchise",
"long_description": "Drizzle is a collection of tools related to the Myst game franchise. Most notably, it can transform MOUL / Myst 5 / Crowthistle datafiles into POTS datafiles. It also allows you to download and install all the fan-created ages.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "ryandesign",
"github": "ryandesign",
"ports_count": 1827
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"PCLauncher"
]
}
]
},
{
"name": "Djinn",
"portdir": "devel/Djinn",
"version": "2006-07-21",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/augustss/djinn",
"description": "Haskell Theorem Prover",
"long_description": "Djinn is a small program that takes a (Haskell) type and returns a function of that type, if one exists. In short, a Haskell type can be seen as a proposition in logic (i.e., the Curry-Howard isomorphism). Djinn proves or disproves the type proposition. If it manages the proof, it extracts a program from that. This is mainly interesting as part of the lambdabot.",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"ghc",
"clang-9.0"
]
}
],
"depends_on": []
},
{
"name": "CoreOSMakefiles",
"portdir": "devel/CoreOSMakefiles",
"version": "77",
"license": "APSL-1.1",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://opensource.apple.com/source/CoreOSMakefiles/",
"description": "Darwin Core OS Common Makefiles",
"long_description": "These are some makefiles which are required to build some Darwin Core OS projects. Note that this port implies MAKEFILEPATH=${prefix}/share/Makefiles",
"active": true,
"categories": [
"devel"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"developer_cmds",
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "CImg",
"portdir": "devel/CImg",
"version": "3.4.3",
"license": "(CeCILL-C or CeCILL)",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://cimg.eu https://github.com/GreycLab/CImg",
"description": "C++ Template Image Processing Toolkit",
"long_description": "Open source, C++ toolkit for image processing",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "bstj",
"github": "",
"ports_count": 3
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pHash"
]
}
]
},
{
"name": "Bear",
"portdir": "devel/Bear",
"version": "3.1.6",
"license": "GPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/rizsotto/Bear",
"description": "Bear is a tool to generate compilation database for clang tooling.",
"long_description": "Bear is a tool to generate compilation database for clang tooling. The JSON compilation database is used in clang project to provide information how a single compilation unit was processed. When that is available then it is easy to re-run the compilation with different programs.",
"active": true,
"categories": [
"devel"
],
"maintainers": [
{
"name": "cal",
"github": "neverpanic",
"ports_count": 53
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-20",
"cmake",
"nlohmann-json",
"pkgconfig",
"spdlog"
]
},
{
"type": "lib",
"ports": [
"grpc",
"protobuf3-cpp",
"libfmt10",
"abseil"
]
}
],
"depends_on": []
},
{
"name": "BWToolkit",
"portdir": "devel/BWToolkit",
"version": "1.2.5",
"license": "BSD",
"platforms": "macosx",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.brandonwalkin.com/bwtoolkit/",
"description": "UI elements for Interface Builder",
"long_description": "BWToolkit is an Interface Builder plugin that contains commonly used UI elements and other objects designed to simplify development for the Mac.",
"active": false,
"categories": [
"aqua",
"devel"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "fetch",
"ports": [
"mercurial"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"MongoExplorer"
]
}
]
},
{
"name": "Arduino",
"portdir": "devel/Arduino",
"version": "1.8.19",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.arduino.cc/",
"description": "Arduino Software (IDE) makes it easy to write code and upload it to the board.",
"long_description": "Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's intended for anyone making interactive projects. The Arduino IDE runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing and other open-source software. This software can be used with any Arduino board.",
"active": true,
"categories": [
"devel",
"lang",
"java",
"electronics"
],
"maintainers": [
{
"name": "giansalvo.gusinu",
"github": "giansalvo",
"ports_count": 2
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"apache-ant",
"openjdk8"
]
}
],
"depends_on": []
},
{
"name": "zebra",
"portdir": "databases/zebra",
"version": "2.2.8",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.indexdata.com/resources/software/zebra",
"description": "information management system",
"long_description": "Zebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a variety of input formats (e.g. email, XML, MARC) and allows access to them through exact boolean search expressions and relevance-ranked free-text queries.",
"active": true,
"categories": [
"devel",
"net",
"databases",
"www"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"icu",
"tcl",
"yaz",
"bzip2",
"libiconv",
"libxml2",
"libxslt",
"expat",
"zlib"
]
}
],
"depends_on": []
},
{
"name": "xeus-sqlite",
"portdir": "databases/xeus-sqlite",
"version": "0.9.1",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/jupyter-xeus/xeus-sqlite",
"description": "xeus-sqlite is a Jupyter kernel for SQL based on the native implementation of the Jupyter protocol xeus.",
"long_description": "xeus-sqlite is a Jupyter kernel for SQL based on the native implementation of the Jupyter protocol xeus.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "mps",
"github": "Schamschula",
"ports_count": 1157
}
],
"variants": [
"debug",
"python310",
"python311",
"python312",
"python313",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"pkgconfig",
"clang-20"
]
},
{
"type": "lib",
"ports": [
"openssl",
"tabulate",
"xvega-bindings",
"sqlite3",
"xeus-zmq",
"py313-jupyterlab",
"xvega",
"sqlitecpp",
"nlohmann-json"
]
}
],
"depends_on": []
},
{
"name": "xbase",
"portdir": "databases/xbase",
"version": "3.1.2",
"license": "(LGPL or GPL-2+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://linux.techass.com/projects/xdb/",
"description": "XBase compatible C++ class library",
"long_description": "Xbase is an XBase compatible C++ class library. It provides C and C++ programmers with a cross-platform class and function library for manipulating Xbase type datafiles and indexes. There is support for .DBF and .NDX files (including support for Dbase III and IV memo fields, dates, and record and file locking), and limited support is also supplied for .NTX (clipper index) files.",
"active": true,
"categories": [
"devel",
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"pg2xbase"
]
}
]
},
{
"name": "unixODBC",
"portdir": "databases/unixODBC",
"version": "2.3.12",
"license": "LGPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.unixodbc.org/",
"description": "Provides ODBC 3 connectivity for Unix",
"long_description": "The unixODBC project provides UNIX applications with the same ODBC 3.51 API and facilities available under Windows. It provides a Driver Manager that supports the full ODBC API and performs the ODBC 3 to ODBC 2 translations with UNICODE to ANSI conversion. It also includes a set of graphical utilities that allow users to specify connections to DBMSes to be used by applications, a collection of ODBC drivers including a simple text-based driver, an NNTP driver, a Postgres driver and others, and a selection of templates and libraries that to aid in the construction of ODBC drivers. It works with MySQL, Postgres, StarOffice, Applixware, iHTML, PHP, Perl DBD::ODBC, Paradox 9, and many other applications and drivers. Connection pooling is also provided to increase performance with applications such as PHP.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"libtool",
"readline",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-pyodbc",
"mysql-connector-odbc",
"saga",
"py313-pyodbc",
"pure-odbc",
"php84-odbc",
"php83-odbc",
"php82-odbc",
"php81-odbc",
"php80-odbc",
"psqlODBC",
"php74-odbc",
"php73-odbc",
"php72-odbc",
"php71-odbc",
"php70-odbc",
"php56-odbc",
"php55-odbc",
"php54-odbc",
"py37-pyodbc",
"php53-odbc",
"php52-odbc",
"qore-odbc-module",
"edbrowse",
"kicad"
]
},
{
"type": "run",
"ports": [
"msodbcsql",
"msodbcsql17"
]
}
]
},
{
"name": "tokyotyrant",
"portdir": "databases/tokyotyrant",
"version": "1.1.41",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://fallabs.com/tokyotyrant/",
"description": "Tokyo Cabinet remote server",
"long_description": "Tokyo Tyrant is Tokyo Cabinet remote server.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"lua",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"zlib",
"tokyocabinet"
]
}
],
"depends_on": []
},
{
"name": "tokyocabinet-java",
"portdir": "databases/tokyocabinet-java",
"version": "1.18",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://tokyocabinet.sourceforge.net/",
"description": "Java API for Tokyo Cabinet, a modern DBM",
"long_description": "Clojure is a dynamic programming language for the JVM.",
"active": true,
"categories": [
"databases",
"java"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"tokyocabinet",
"clang-16"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"tokyocabinet-clj"
]
}
]
},
{
"name": "tokyocabinet-clj",
"portdir": "databases/tokyocabinet-clj",
"version": "20090505",
"license": "MIT",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/JustinTulloss/tokyo-cabinet-clj",
"description": "Java API for Tokyo Cabinet, a modern DBM",
"long_description": "Clojure is a dynamic programming language for the JVM.",
"active": true,
"categories": [
"databases",
"java"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"tokyocabinet",
"tokyocabinet-java",
"apache-ant",
"clang-17"
]
}
],
"depends_on": []
},
{
"name": "tokyocabinet",
"portdir": "databases/tokyocabinet",
"version": "1.4.48",
"license": "LGPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://fallabs.com/tokyocabinet/",
"description": "Tokyo Cabinet is a library of routines for managing a database.",
"long_description": "Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"debug",
"devel",
"profile",
"fastest",
"off64",
"swap",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"bzip2",
"zlib"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"tokyocabinet-clj",
"tokyocabinet-java"
]
},
{
"type": "lib",
"ports": [
"py35-tc",
"py36-tc",
"rb-tokyocabinet-ruby",
"grok",
"tokyotyrant",
"kumofs",
"goaccess",
"py27-tc"
]
}
]
},
{
"name": "tinycdb",
"portdir": "databases/tinycdb",
"version": "0.78",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.corpit.ru/mjt/tinycdb.html",
"description": "a very fast and simple package for creating and reading cdb",
"long_description": "TinyCDB is a very fast and simple package for creating and reading cdb.",
"active": true,
"categories": [
"devel",
"databases"
],
"maintainers": [
{
"name": "nel",
"github": "",
"ports_count": 1
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"volta"
]
},
{
"type": "lib",
"ports": [
"knp3"
]
}
]
},
{
"name": "timescaledb1",
"portdir": "databases/timescaledb1",
"version": "1.7.5",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.timescaledb.com/",
"description": "A time-series database that integrates with PostreSQL.",
"long_description": "TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. TimescaleDB is packaged as a PostgreSQL extension.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "blair",
"github": "blair",
"ports_count": 26
}
],
"variants": [
"postgresql96",
"postgresql10",
"postgresql11",
"postgresql12",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"postgresql12"
]
}
],
"depends_on": []
},
{
"name": "timescaledb",
"portdir": "databases/timescaledb",
"version": "2.23.0",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.timescaledb.com/",
"description": "A time-series database that integrates with PostgreSQL.",
"long_description": "TimescaleDB is an open-source database designed to make SQL scalable for time-series data. It is engineered up from PostgreSQL, providing automatic partitioning across time and space (partitioning key), as well as full SQL support. TimescaleDB is packaged as a PostgreSQL extension.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "blair",
"github": "blair",
"ports_count": 26
}
],
"variants": [
"timescale_license"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"perl5.34",
"p5.34-ipc-run",
"clang-18"
]
},
{
"type": "extract",
"ports": [
null
]
},
{
"type": "fetch",
"ports": [
null
]
},
{
"type": "lib",
"ports": [
"pg18-timescaledb"
]
},
{
"type": "patch",
"ports": [
null
]
},
{
"type": "run",
"ports": [
null
]
},
{
"type": "test",
"ports": [
null
]
}
],
"depends_on": []
},
{
"name": "tdb",
"portdir": "databases/tdb",
"version": "1.4.14",
"license": "LGPL-3+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://tdb.samba.org",
"description": "trivial database",
"long_description": "TDB is a Trivial Database. In concept, it is very much like GDBM, and BSD's DB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other. TDB is also extremely small.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"python313"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"samba4",
"fdm"
]
}
]
},
{
"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": "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": "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": "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": 1157
}
],
"variants": [
"debug",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-18"
]
},
{
"type": "lib",
"ports": [
"sqlite3"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"xeus-sqlite",
"warzone2100"
]
}
]
},
{
"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": 223
}
],
"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": "sqlite3-tools",
"portdir": "databases/sqlite3",
"version": "3.51.1",
"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": 1157
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"zlib",
"tcl"
]
}
],
"depends_on": []
},
{
"name": "sqlite3-tcl",
"portdir": "databases/sqlite3",
"version": "3.51.1",
"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": 1157
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"tcl"
]
}
],
"depends_on": []
},
{
"name": "sqlite3",
"portdir": "databases/sqlite3",
"version": "3.51.1",
"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": 1157
}
],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libedit",
"ncurses"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"emacs-mac-app-devel",
"sqlitewrapped",
"emacs-mac-app"
]
},
{
"type": "lib",
"ports": [
"py35-apsw",
"py36-apsw",
"sequoia-pgp",
"telepathy-logger",
"sleuthkit",
"logjam",
"wire",
"monotone",
"monotone-devel",
"wired-server",
"botan",
"freeciv",
"freeciv-x11",
"hyperscan",
"seed",
"SQLClient",
"abaddon",
"javasqlite",
"fortran-sqlite3",
"gst",
"Chatty",
"pypy",
"pypy36",
"pypy37",
"pypy38",
"pypy39",
"qore-sqlite3-module",
"snobol4",
"ReadyMedia",
"mediatomb",
"libcmatrix",
"xeus-sqlite",
"gramps",
"evolution-data-server-gtk4",
"libchamplain",
"tracker3",
"webkit-gtk",
"webkit-gtk3",
"epiphany",
"tippecanoe",
"bibledit",
"bzrtp",
"py37-dlib",
"py38-dlib",
"softhsm",
"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",
"zathura-docs",
"moodss",
"py27-apsw",
"gnupg2",
"zathura",
"subversion-perlbindings-5.26",
"php56-sqlite",
"php55-sqlite",
"php54-sqlite",
"php53-sqlite",
"subversion-pythonbindings-3.9",
"supertuxkart",
"py27-sqlite",
"bulk_extractor",
"ncdc",
"rb19-sqlite3",
"audacity-devel",
"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",
"kopete",
"xlsx2csv",
"pounce",
"tenacity",
"subversion-python27bindings",
"subversion-pythonbindings-2.7",
"subversion-pythonbindings-3.5",
"subversion-pythonbindings-3.6",
"subversion-pythonbindings-3.7",
"audacity-legacy",
"hugin-app",
"R-lwgeom",
"qt69-sqlite-plugin",
"sqlite3-pcre2",
"gom",
"qt53-sqlite-plugin",
"qt53-qtwebkit",
"ocaml-sqlite3",
"qt56-qtwebkit",
"spatialite",
"nss",
"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",
"FileZilla",
"webkit2-gtk",
"webkit2-gtk-devel",
"python39",
"subversion",
"subversion-javahlbindings",
"subversion-perlbindings-5.28",
"subversion-perlbindings-5.30",
"subversion-perlbindings-5.32",
"subversion-perlbindings-5.34",
"subversion-pythonbindings-3.8",
"subversion-rubybindings",
"python32",
"python33",
"kget",
"textmate2",
"py27-yum-metadata-parser",
"fdupes",
"warzone2100",
"bogofilter",
"qt5-qtwebkit",
"retroshare-qt4",
"sqlitecpp",
"qt5-sqlite-plugin",
"openslide",
"mame",
"lastfm-desktop",
"python310",
"rspamd",
"python311",
"python34",
"python35",
"python36",
"python37",
"R-adbcsqlite",
"python312",
"vectorscan",
"dino",
"gnubg",
"R-gdalraster",
"R-sf",
"R-terra",
"nmail",
"cherrytree",
"qt64-sqlite-plugin",
"qt67-sqlite-plugin",
"qt68-sqlite-plugin",
"Akumuli",
"sqlitebrowser",
"newsraft",
"py39-dlib",
"sqlean",
"pgtcl",
"grass",
"grass7",
"qgis3",
"qgis3-ltr",
"proj6",
"proj7",
"proj8",
"proj9",
"kyua",
"eiskaltdcpp",
"wt",
"midori",
"exim",
"tagtool",
"gnu-apl",
"newsboat",
"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",
"scamper",
"balsa",
"libshumate",
"sequoia-sq",
"py39-apsw",
"font-manager",
"tilemaker",
"yelp",
"qt513-qtwebkit",
"libsoup-2.4",
"qt513-sqlite-plugin",
"bitcoin",
"cadabra2",
"gdal",
"gdal-hdf5",
"gdal-kea",
"gdal-netcdf",
"luanti",
"nextcloud-client",
"webkit-gtk-2.0",
"webkit-gtk3-2.0",
"darwinbuild",
"darwinbuild-legacy",
"gdb-apple",
"lporg",
"sequoia-chameleon-gnupg",
"qt6-sqlite-plugin",
"python314",
"python313",
"python314-freethreading",
"python313-freethreading",
"rawstudio",
"janet-sqlite3",
"Io",
"cl-sqlite",
"apophenia",
"octave-sqlite",
"fossil",
"xmltv",
"libpreludedb",
"fastfetch",
"muchsync",
"nanomq",
"python315-devel",
"python315-freethreading-devel"
]
},
{
"type": "run",
"ports": [
"sqliteman",
"auto-multiple-choice-devel",
"auto-multiple-choice"
]
}
]
},
{
"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": "spatialite-tools",
"portdir": "databases/spatialite-tools",
"version": "5.1.0",
"license": "GPL-3",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gaia-gis.it/fossil/spatialite-tools/index",
"description": "Variety of CLI tools for SpatiaLite DB",
"long_description": "These CLI tools allow to interact with a SpatiaLite DB, import a variety of files (SHP, OSM, GML) and prepare a virtual network for routing.",
"active": true,
"categories": [
"databases",
"gis"
],
"maintainers": [
{
"name": "n_larsson",
"github": "nilason",
"ports_count": 105
}
],
"variants": [
"readline",
"proj6",
"proj7",
"proj8",
"proj9",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"geos",
"expat",
"spatialite",
"proj9",
"freexl",
"libiconv",
"readosm"
]
}
],
"depends_on": []
},
{
"name": "spatialite",
"portdir": "databases/spatialite",
"version": "5.1.0",
"license": "(MPL-1.1 or GPL-2+ or LGPL-2.1+)",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.gaia-gis.it/fossil/libspatialite/index",
"description": "Spatial extensions for SQLite 3",
"long_description": "SpatiaLite is a library for geographic information systems (GIS) that implements the core OpenGIS specification. It provides SQLite with basic support for spatial data is intended for lightweight GIS projects.",
"active": true,
"categories": [
"databases",
"gis"
],
"maintainers": [
{
"name": "n_larsson",
"github": "nilason",
"ports_count": 105
}
],
"variants": [
"debug",
"debugoptimized",
"proj6",
"proj7",
"proj8",
"proj9",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"pkgconfig",
"clang-15"
]
},
{
"type": "lib",
"ports": [
"sqlite3",
"librttopo",
"geos",
"zlib",
"proj9",
"freexl",
"libxml2",
"minizip"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"py27-spatialite",
"spatialite-tools",
"qgis3",
"qgis3-ltr",
"librasterlite2",
"gdal",
"gdal-hdf5",
"gdal-kea",
"gdal-netcdf"
]
}
]
},
{
"name": "sparkey",
"portdir": "databases/sparkey",
"version": "0.2.99",
"license": "Apache-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/spotify/sparkey",
"description": "Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.",
"long_description": "Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"snappy"
]
}
],
"depends_on": []
},
{
"name": "soci",
"portdir": "databases/soci",
"version": "4.0.3",
"license": "Boost-1",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://soci.sourceforge.net/",
"description": "SOCI - The C++ Database Access Library",
"long_description": "SOCI is a database access library for C++ that makes the illusion of embedding SQL queries in the regular C++ code, staying entirely within the Standard C++. The idea is to provide C++ programmers a way to access SQL databases in the most natural and intuitive way. If you find existing libraries too difficult for your needs or just distracting, SOCI can be a good alternative.",
"active": true,
"categories": [
"devel",
"databases"
],
"maintainers": [
{
"name": "g.lorenz",
"github": "",
"ports_count": 1
}
],
"variants": [
"debug",
"boost",
"mysql5",
"odbc",
"oracle",
"postgresql16",
"sqlite3",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-14"
]
},
{
"type": "lib",
"ports": [
"boost176"
]
}
],
"depends_on": []
},
{
"name": "slony1",
"portdir": "databases/slony1",
"version": "2.2.5",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://main.slony.info/",
"description": "A replication system for PostgreSQL",
"long_description": "Slony-I is a trigger-based master to multiple slaves replication system for PostgreSQL being developed by Jan Wieck.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "wreese",
"github": "",
"ports_count": 1
}
],
"variants": [
"postgresql92",
"postgresql93",
"postgresql94",
"postgresql95",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"postgresql96"
]
}
],
"depends_on": []
},
{
"name": "simplevoc-open",
"portdir": "databases/simplevoc-open",
"version": "1.8.0",
"license": "unknown",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.worldofvoc.com/",
"description": "Versatile object cache",
"long_description": "SimpleVoc-OPEN is an open source version of a key/value based in memory object cache software. (See the WWW page for details.)",
"active": false,
"categories": [
"databases"
],
"maintainers": [
{
"name": "f.celler",
"github": "",
"ports_count": 1
},
{
"name": "k.salewski",
"github": "",
"ports_count": 1
},
{
"name": "w.helisch",
"github": "",
"ports_count": 1
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"boost",
"libev",
"clang-9.0"
]
}
],
"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-9.0"
]
}
],
"depends_on": []
},
{
"name": "rocksdb",
"portdir": "databases/rocksdb",
"version": "10.1.3",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://rocksdb.org",
"description": "Embedded key-value store for fast storage",
"long_description": "Embedded key-value store for fast storage",
"active": true,
"categories": [
"devel",
"databases"
],
"maintainers": [
{
"name": "stromnov",
"github": "stromnov",
"ports_count": 2816
}
],
"variants": [
"debug",
"jemalloc",
"tbb",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"cmake",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"snappy",
"zlib",
"bzip2",
"gflags",
"zstd",
"lz4"
]
}
],
"depends_on": []
},
{
"name": "redis",
"portdir": "databases/redis",
"version": "7.4.2",
"license": "SSPL",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://redis.io",
"description": "Redis is an open source, advanced key-value store.",
"long_description": "Redis is an open source, advanced key-value store.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"openssl"
]
}
],
"depends_on": [
{
"type": "build",
"ports": [
"p5.26-redis",
"p5.28-redis",
"p5.30-redis",
"p5.32-redis",
"p5.34-redis"
]
},
{
"type": "lib",
"ports": [
"amber"
]
},
{
"type": "run",
"ports": [
"rspamd"
]
}
]
},
{
"name": "qof",
"portdir": "databases/qof",
"version": "0.8.8",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://web.archive.org/web/20180413005909/https://alioth.debian.org/projects/qof/",
"description": "Query Object Framework (QOF)",
"long_description": "Query Object Framework (QOF) is a framework to allow the execution of SQL-type queries using collections of in-memory objects as 'tables'.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"automake",
"pkgconfig",
"clang-13",
"autoconf",
"libtool"
]
},
{
"type": "lib",
"ports": [
"libxml2",
"glib2"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnotime"
]
}
]
},
{
"name": "qdbm",
"portdir": "databases/qdbm",
"version": "1.8.78",
"license": "LGPL-2.1+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://fallabs.com/qdbm/index.html",
"description": "QDBM is a library of routines for managing a database.",
"long_description": "QDBM is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal",
"debug",
"bzip2",
"lzo"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0"
]
},
{
"type": "lib",
"ports": [
"zlib",
"libiconv"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"hyperestraier"
]
}
]
},
{
"name": "pxlib",
"portdir": "databases/pxlib",
"version": "0.6.8",
"license": "GPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://pxlib.sourceforge.net",
"description": "A utility for reading and writing Paradox DB files.",
"long_description": "A utility for reading and writing Paradox DB files.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16",
"pkgconfig",
"intltool",
"autoconf",
"automake",
"gettext",
"libtool"
]
},
{
"type": "lib",
"ports": [
"libiconv",
"libgsf"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnumeric"
]
}
]
},
{
"name": "psqlODBC",
"portdir": "databases/psqlODBC",
"version": "16.00.0000",
"license": "LGPL-2",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://odbc.postgresql.org",
"description": "Official ODBC driver for the PostgreSQL database.",
"long_description": "psqlODBC allows ODBC-compliant applications to connect to PostgreSQL database servers.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "macports",
"github": "",
"ports_count": 2
}
],
"variants": [
"iodbc",
"unixodbc",
"postgresql82",
"postgresql83",
"postgresql84",
"postgresql90",
"postgresql91",
"postgresql92",
"postgresql93",
"postgresql94",
"postgresql95",
"postgresql96",
"postgresql10",
"postgresql11",
"postgresql12",
"postgresql13",
"postgresql14",
"postgresql15",
"postgresql16",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"unixODBC",
"libtool",
"postgresql16"
]
}
],
"depends_on": []
},
{
"name": "pspg",
"portdir": "databases/pspg",
"version": "5.8.7",
"license": "BSD",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/okbob/pspg",
"description": "pspg is a Unix pager optimized for table browsing",
"long_description": "pspg is a Unix pager optimized for table browsing",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ncurses",
"readline"
]
}
],
"depends_on": []
},
{
"name": "psiconv",
"portdir": "databases/psiconv",
"version": "0.9.9",
"license": "GPL-2+",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "http://frodo.looijaard.name/project/psiconv",
"description": "A utility for converting Psion files.",
"long_description": "A utility for converting Psion files.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"autoconf",
"automake",
"libtool",
"pkgconfig",
"clang-17"
]
},
{
"type": "lib",
"ports": [
"ImageMagick"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"gnumeric",
"abiword-x11"
]
}
]
},
{
"name": "pqa",
"portdir": "databases/pqa",
"version": "1.6",
"license": "Permissive and GPLConflict",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://pqa.projects.postgresql.org/",
"description": "pqa is a PostgreSQL SQL analysis tool",
"long_description": "PostgreSQL Query Analyzer produces HTML reports on the most frequent queries, slowest queries, queries by type select/insert/update/delete), and more.",
"active": true,
"categories": [
"databases"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "extract",
"ports": [
"unzip"
]
},
{
"type": "lib",
"ports": [
"ruby"
]
}
],
"depends_on": []
},
{
"name": "postgresql_select",
"portdir": "databases/postgresql_select",
"version": "0.8",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.postgresql.org/",
"description": "common files for selecting default PostgreSQL version",
"long_description": "This port installs files that allow 'port select' to be used to create links to the preferred default version of PostgreSQL.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "davidgilman1",
"github": "dgilman",
"ports_count": 142
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
}
],
"depends_on": [
{
"type": "run",
"ports": [
"postgresql_select-84",
"postgresql_select-90",
"postgresql_select-91",
"postgresql_select-92",
"postgresql_select-93",
"postgresql_select-94",
"postgresql_select-95",
"postgresql_select-96",
"postgresql_select-10",
"postgresql_select-11",
"postgresql_select-12",
"postgresql_select-13",
"postgresql_select-14",
"postgresql_select-15",
"postgresql_select-16",
"postgresql_select-17",
"postgresql_select-18",
"calendar-contacts-server"
]
}
]
},
{
"name": "postgresql_autodoc",
"portdir": "databases/postgresql_autodoc",
"version": "1.41",
"license": "BSD",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "http://www.rbt.ca/autodoc/",
"description": "Automatic documentation generator for postgresql databases",
"long_description": "Automatic documentation generator for postgresql databases. It supports output in HTML, GraphViz, SGML DocBook and DIA formats.",
"active": true,
"categories": [
"databases",
"textproc"
],
"maintainers": [],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
},
{
"type": "lib",
"ports": [
"perl5.34"
]
},
{
"type": "run",
"ports": [
"p5.34-dbd-pg",
"p5.34-dbi",
"p5.34-html-template",
"p5.34-term-readkey"
]
}
],
"depends_on": []
},
{
"name": "postgresql96-server",
"portdir": "databases/postgresql96-server",
"version": "9.6.24",
"license": "Permissive",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.postgresql.org/",
"description": "run postgresql96 as server",
"long_description": "run postgresql96 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "jwa",
"github": "jyrkiwahlstedt",
"ports_count": 37
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"postgresql96"
]
}
],
"depends_on": []
},
{
"name": "postgresql96-doc",
"portdir": "databases/postgresql96-doc",
"version": "9.6.24",
"license": "Permissive",
"platforms": "any",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.postgresql.org/",
"description": "Documentation for the PostgreSQL database version 9.6",
"long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity. This is the documentation.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "jwa",
"github": "jyrkiwahlstedt",
"ports_count": 37
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-16"
]
}
],
"depends_on": []
},
{
"name": "postgresql96",
"portdir": "databases/postgresql96",
"version": "9.6.24",
"license": "Permissive",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.postgresql.org/",
"description": "The most advanced open-source database available anywhere.",
"long_description": "PostgreSQL is Object-Relational Database Management System. It supports almost all SQL constructs, including transactions, subselects, and user-defined types and functions. Write-ahead logging means increased performance while retaining data integrity.",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "jwa",
"github": "jyrkiwahlstedt",
"ports_count": 37
}
],
"variants": [
"python",
"python27",
"python3",
"perl",
"tcl",
"universal"
],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18",
"bison"
]
},
{
"type": "lib",
"ports": [
"kerberos5",
"libxml2",
"zlib",
"openssl3",
"libxslt",
"readline"
]
},
{
"type": "run",
"ports": [
"postgresql_select-96"
]
}
],
"depends_on": [
{
"type": "lib",
"ports": [
"slony1",
"pgAdmin3"
]
},
{
"type": "run",
"ports": [
"postgresql96-server"
]
}
]
},
{
"name": "postgresql95-server",
"portdir": "databases/postgresql95-server",
"version": "9.5.25",
"license": "Permissive",
"platforms": "{darwin any}",
"epoch": 0,
"replaced_by": null,
"homepage": "https://www.postgresql.org/",
"description": "run postgresql95 as server",
"long_description": "run postgresql95 as server",
"active": true,
"categories": [
"databases"
],
"maintainers": [
{
"name": "jwa",
"github": "jyrkiwahlstedt",
"ports_count": 37
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-18"
]
},
{
"type": "run",
"ports": [
"postgresql95"
]
}
],
"depends_on": []
}
]
}