Removed full-stop in SUMMARY.

Improved DESCRIPTION with a bullet list.
Indenting some quotes and such minor things.
This commit is contained in:
Humdinger
2015-07-14 08:58:18 +02:00
parent aa45bcc74d
commit 3401bd6288

View File

@@ -1,18 +1,19 @@
SUMMARY="A powerful, open source object-relational database system."
DESCRIPTION="
PostgreSQL is a powerful, open source object-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 SQL:2008 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.
"
SUMMARY="A powerful, open source object-relational database system"
DESCRIPTION="PostgreSQL is a powerful, open source object-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 SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, \
CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.
* It 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."
HOMEPAGE="http://www.postgresql.org/"
LICENSE="PostgreSQL"
COPYRIGHT="1996-2014 PostgreSQL Global Development Group"
@@ -20,7 +21,7 @@ SOURCE_URI="http://ftp.postgresql.org/pub/source/v$portVersion/postgresql-$portV
CHECKSUM_SHA256="14176ffb1f90a189e7626214365be08ea2bfc26f26994bafb4235be314b9b4b0"
SOURCE_DIR="postgresql-$portVersion"
PATCHES="postgresql-$portVersion.patchset"
REVISION="1"
REVISION="2"
ARCHITECTURES="x86_gcc2 ?x86 !x86_64"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
@@ -54,8 +55,7 @@ PROVIDES="
lib:libecpg_compat$secondaryArchSuffix = $portVersion compat >= 9
lib:libpgtypes$secondaryArchSuffix = $portVersion compat >= 9
lib:libpq$secondaryArchSuffix = $portVersion compat >= 9
"
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libreadline$secondaryArchSuffix
@@ -84,10 +84,10 @@ PROVIDES_devel="
devel:libpgtypes$secondaryArchSuffix = $portVersion
devel:libpq$secondaryArchSuffix = $portVersion
devel:libecpg_compat$secondaryArchSuffix = $portVersion
"
"
REQUIRES_devel="
postgresql${secondaryArchSuffix} == $portVersion base
"
"
BUILD()
{