Rewrap dev-db DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:56 -05:00
parent a404d86ef8
commit 0abe3d112f
5 changed files with 20 additions and 10 deletions

View File

@@ -1,5 +1,8 @@
SUMMARY="The Oracle Berkeley Database"
DESCRIPTION="The Oracle Berkeley DB family of open source, embeddable databases provides developers with fast, reliable, local persistence with zero administration."
DESCRIPTION="
The Oracle Berkeley DB family of open source, embeddable databases provides \
developers with fast, reliable, local persistence with zero administration.
"
HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index.html"
SRC_URI="http://download.oracle.com/berkeley-db/db-5.3.28.tar.gz"
CHECKSUM_MD5="b99454564d5b4479750567031d66fe24"

View File

@@ -1,4 +1,4 @@
DESCRIPTION="PostgreSQL is a powerful, open source object-relational database system."
DESCRIPTION="A powerful, open source object-relational database system."
HOMEPAGE="http://www.postgresql.org/"
SRC_URI="http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2"
REVISION="1"

View File

@@ -1,5 +1,9 @@
HOMEPAGE="http://redis.io/"
DESCRIPTION="Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets."
DESCRIPTION="
Redis is an open source, advanced key-value store. It is often referred to as \
a data structure server since keys can contain strings, hashes, lists, sets \
and sorted sets.
"
SRC_URI="http://redis.googlecode.com/files/redis-2.2.11.tar.gz"
REVISION="1"
DEPEND=""

View File

@@ -1,5 +1,9 @@
HOMEPAGE="http://redis.io/"
DESCRIPTION="Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets."
DESCRIPTION="
Redis is an open source, advanced key-value store. It is often referred to as \
a data structure server since keys can contain strings, hashes, lists, sets \
and sorted sets.
"
SRC_URI="git://github.com/antirez/redis.git"
REVISION="1"
DEPEND=""

View File

@@ -1,11 +1,10 @@
SUMMARY="An SQL Database Engine in a C Library"
DESCRIPTION="
SQLite is a software library that implements a self-contained,
serverless, zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world.
The source code for SQLite is in the public domain.
"
SQLite is a software library that implements a self-contained, serverless, \
zero-configuration, transactional SQL database engine.
SQLite is the most widely deployed SQL database engine in the world. The \
source code for SQLite is in the public domain.
"
HOMEPAGE="http://www.sqlite.org/"
SRC_URI="http://www.sqlite.org/2013/sqlite-autoconf-3080002.tar.gz"
CHECKSUM_MD5="6d6cc639a4da04fbbdda7b1a1a01b386"