hasufell-binhost/packages/dev-db/postgresql/postgresql-11.1-r1.pbin-1+e...

39 lines
10 KiB
Plaintext

# Created by paludis-3.0.0 on Sat Nov 17 06:57:43 CET 2018
CHOST="x86_64-pc-linux-gnu"
DEPENDENCIES="( install: app-admin/eclectic[>=2.0.13] ) [[ defined-in = [ alternatives.exlib ] ]] ( build+run: python? ( python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) ) [[ defined-in = [ python.exlib ] ]] ( !dev-db/postgresql:0 [[ description = [ Slotify dev-db/postgresql ] resolution = [ uninstall-blocked-after ] ]] build: sys-devel/gettext sys-devel/flex doc? ( app-text/docbook-sgml-dtd:4.2 app-text/opensp dev-libs/libxml2:=2.0[>=2.6.23] dev-libs/libxslt ) build+run: group/postgres user/postgres ldap? ( net-directory/openldap ) pam? ( sys-libs/pam ) perl? ( dev-lang/perl:=5.28 ) ssl? ( providers:libressl? ( dev-libs/libressl:=43.45.17 ) providers:openssl? ( dev-libs/openssl ) ) systemd? ( sys-apps/systemd ) tcl? ( dev-lang/tcl:=0 ) xml? ( dev-libs/libxml2:=2.0[>=2.6.23] dev-libs/libxslt ) postgresql_extensions:sepgsql? ( security/libselinux ) run: dev-db/postgresql-client build: llvm? ( dev-lang/clang ) build+run: llvm? ( dev-lang/llvm:=7 ) build+run: icu? ( dev-libs/icu:=63.1 ) ) [[ defined-in = [ postgresql-build.exlib ] ]]"
DESCRIPTION=" PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation."
EAPI="pbin-1+exheres-0"
HOMEPAGE="https://www.postgresql.org"
INHERITED=" alternatives systemd-service python postgresql-build"
MYOPTIONS="( ( python [[ description = [ Support for PL/Python (only the \"untrusted\" version) server-side programming language ] ]] python? ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ( doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] ldap [[ description = [ Adds LDAP support (Lightweight Directory Access Protocol) ] ]] pam [[ description = [ Adds support PAM (Pluggable Authentication Modules) ] ]] perl [[ description = [ Support for both PL/Perl and Pl/PerlU server-side programming languages ] ]] python [[ description = [ Support for PL/Python (only the \"untrusted\" version) server-side programming language ] ]] ssl [[ description = [ Adds support for Secure Socket Layer connections ] ]] systemd [[ description = [ Add support for integration with the systemd init daemon ] ]] tcl [[ description = [ Support for both PL/Tcl and PL/TclU server-side programming languages ] ]] xml [[ description = [ Add core support for XML data type ] ]] ssl? ( ( providers: libressl [[ description = [ Use LibreSSL as the SSL provider ] ]] openssl [[ description = [ Use OpenSSL as the SSL provider ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ( postgresql_extensions: auth_delay [[ description = [ Adds a delay to failed authentication responses to make brute-force attacks on password more difficult ] ]] auto_explain [[ description = [ Logs execution plans of slow statements automatically ] ]] bloom [[ description = [ bloom provides an index access method based on Bloom filters. ] ]] btree_gin [[ description = [ GIN operator classes that implement B-tree equivalent behavior for several data types ] ]] btree_gist [[ description = [ GiST index operator classes that imlement B-tree equivalent behavior for several data types ] ]] citext [[ description = [ The citext data type, a case-insensitive character string type ] ]] cube [[ description = [ The cube data type for representing multidimensional cubes ] ]] dblink [[ description = [ Connect to other PostgreSQL databases from within a database session ] ]] dict_int [[ description = [ An example dictionnary for indexing integers ] ]] dict_xsyn [[ description = [ An example dictionnary for replacing words with their synonyms for full-text search ] ]] earthdistance [[ description = [ Two methods for calculating great circle distances on the surface of the Earth ] requires = [ postgresql_extensions: cube ] ]] file_fdw [[ description = [ A foreign-data wrapper for accessing files on the servers's file system ] ]] fuzzystrmatch [[ description = [ Distance functions on text (mostly for phonetic comparisons) ] ]] hstore [[ description = [ The hstore data type ] ]] intagg [[ description = [ An integer aggregator and an enumerator (obsolete) ] ]] intarray [[ description = [ Additional functions and indices for int arrays and int sets ] ]] isn [[ description = [ Data types for international product numbering standards ] ]] lo [[ description = [ The large object support functions and the vacuumlo command line utility ] ]] ltree [[ description = [ The ltree data type for hierarquical categorization ] ]] oid2name [[ description = [ Utility program that helps administrators to examine the file structure used by PostgreSQL ] ]] pageinspect [[ description = [ Low-level functions to inspect pages (for debugging) ] ]] passwordcheck [[ description = [ The passwordcheck module checks users' passwords whenever they are set with CREATE ROLE or ALTER ROLE ] ]] pg_buffercache [[ description = [ Analyze what's happening in the shared buffer cache ] ]] pg_freespacemap [[ description = [ Analyze the free space map ] ]] pg_prewarm [[ description = [ Load relation data into buffer cache ] ]] pg_standby [[ description = [ pg_standby supports creation of a warm standby database server ] ]] pg_trgm [[ description = [ Trigram support for Full-Text Search ] ]] pg_visibility [[ description = [ The pg_visibility module provides a means for examining the visibility map (VM) and page-level visibility information of a table. ] ]] pgcrypto [[ description = [ Cryptographic (hashing, {de,en}cryption, (de)compression etc) functions ] ]] pgstattuple [[ description = [ Functions for tuple-level statistics ] ]] postgres_fdw [[ description = [ Extension with the Foreign Data Wrapper to access other PostgreSQL servers ] ]] seg [[ description = [ The seg data type for representing line segments or floating point intervals ] ]] sepgsql [[ description = [ Loadable module that supports label-based mandatory access control (MAC) based on SELinux security policy ] ]] spi [[ description = [ Package of autoinc, insert_username, moddatetime, refint and timetravel extensions ] ]] sslinfo [[ description = [ Functions for retrieving informations about the client SSL certificate ] requires = [ ssl ] ]] tablefunc [[ description = [ Some set returning functions (normal_rand, crosstab variations and connectby) ] ]] tcn [[ description = [ A trigger function to notify listeners of changes ] ]] test_decoding [[ description = [ Example of a logical decoding plugin ] ]] tsm_system_rows [[ description = [ Row-based table sampling method ] ]] tsm_system_time [[ description = [ Time-based table sampling method ] ]] unaccent [[ description = [ A text-search dictionnary which removes accents from lexemes ] ]] uuid-ossp [[ description = [ Functions for generating UUIDs ] ]] xml2 [[ description = [ XPath querying and XSLT functionality (deprecated by upstream; planned for removal) ] requires = [ xml ] ]] ) llvm [[ description = [ JIT support based on LLVM ] ]] icu [[ description = [ Use ICU for collation and indexes instead of libc. Changing this may require reindexing tables. ] ]] ( postgresql_extensions: amcheck [[ description = [ A module that allows you to verify the logical consistency of the structure of indexes ] ]] ) ) [[ defined-in = [ postgresql-build.exlib ] ]] ) "
PLATFORMS="~amd64 ~x86"
LICENCES="PostgreSQL"
SLOT="11"
DOWNLOADS="mirror://postgresql/source/v11.1/postgresql-11.1.tar.bz2"
OPTIONS="icu pam python ssl providers:libressl python_abis:3.6 "
GENERATED_USING="paludis-3.0.0"
GENERATED_TIME="1542434263"
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS POSTGRESQL_SERVERS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
ASFLAGS=""
CBUILD=""
CC="x86_64-pc-linux-gnu-cc"
CFLAGS="-march=native -pipe -O2"
CHOST="x86_64-pc-linux-gnu"
CTARGET=""
CXX="x86_64-pc-linux-gnu-c++"
CXXFLAGS="-march=native -pipe -O2"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LIBCXXFLAGS=""
GENERATED_FROM_REPOSITORY="arbor"
PLATFORMS="~amd64 ~x86"
BINARY_PLATFORMS="~amd64"
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--dev-db--postgresql-11.1-r1--C.18285.1542434260.422974.C.tar.bz2"
SUMMARY="PostgreSQL is a powerful, open source relational database system"
BUGS_TO="ingmar@exherbo.org"
REMOTE_IDS="github:postgres/postgres"
UPSTREAM_CHANGELOG=""
UPSTREAM_RELEASE_NOTES=" https://www.postgresql.org/docs/11/static/release-11-1.html"
UPSTREAM_DOCUMENTATION=" https://www.postgresql.org/docs/manuals/ [[ lang = en description = [ PostgreSQL Manuals ] ]] https://www.postgresql.org/docs/faq/ [[ lang = en description = [ FAQ ] ]] https://www.postgresql.org/support/security.html [[ lang = en description = [ Security Information ] ]] https://www.postgresql.org/docs/11/static/upgrading.html [[ lang = en description = [ Upgrade path options ] ]] https://www.postgresql.org/docs/11/static/server-start.html [[ lang = en description = [ Service setup ] ]]"
SCM_REVISION=""