From 3401bd62881306e22a5fea88113c4ffc503f7843 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 14 Jul 2015 08:58:18 +0200 Subject: [PATCH] Removed full-stop in SUMMARY. Improved DESCRIPTION with a bullet list. Indenting some quotes and such minor things. --- dev-db/postgresql/postgresql-9.3.5.recipe | 40 +++++++++++------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/dev-db/postgresql/postgresql-9.3.5.recipe b/dev-db/postgresql/postgresql-9.3.5.recipe index 3bf3e9ee0..19e453b6d 100644 --- a/dev-db/postgresql/postgresql-9.3.5.recipe +++ b/dev-db/postgresql/postgresql-9.3.5.recipe @@ -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() {