[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/pgadmin3/pgadmin3.desc [COPY] Copyright (C) 2006 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A WXWindows-based PostgreSQL administration utility [T] PgAdmin3 is a fully functional administration package for [T] PostgreSQL. It has all the basic functionality you need to completely [T] administer a PosgreSQL server and/or database, including the ability to [T] administer views, sequences, stored procedures, and triggers. Features [T] include the ability to create and drop databases; create, copy, drop, and [T] alter tables/views/sequences/functions/triggers; edit and add fields (to [T] the extent Postgres allows); execute any SQL-statement, even [T] batch-queries; manage keys on fields; create and read dumps of database [T] and tables; and administer one single database, multiple servers, and [T] Postgres users/groups. [U] https://www.pgadmin.org/ [A] Dave Page [A] pgAdmin Development Team [M] Nagy Karoly Gabriel [C] extra/database [L] Artistic [S] Stable [V] 1.8.4 [D] 99666a6af879f6ad7fbb3443c38f600421720e7b47ffb54b49365ceb pgadmin3-1.8.4.tar.gz ftp://ftp.postgresql.org/pub/pgadmin3/release/v1.8.4/src/ if [ $prefix_auto = 1 ]; then prefix="opt/pgadmin3" set_confopt fi [[ $libdir = *lib ]] || var_append patchfiles ' ' $confdir/configure_lib64.diff var_append confopt ' ' "--with-pgsql-include=$(pkgprefix includedir postgresql)" var_append confopt ' ' "--with-pgsql-lib=$(pkgprefix libdir postgresql)" var_append confopt ' ' "--with-pgsql-bindir=$(pkgprefix bindir postgresql)" var_append confopt ' ' "--with-pgsql=${root}/$(pkgprefix postgresql)"