mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
16 lines
876 B
Plaintext
16 lines
876 B
Plaintext
GNU Recutils is a set of tools and libraries to access human-editable,
|
|
text-based databases called recfiles. The data is stored as a sequence of
|
|
records, each record containing an arbitrary number of named fields.
|
|
|
|
Advanced capabilities usually found in other data storage systems are
|
|
supported: data types, data integrity (keys, mandatory fields, etc) as well
|
|
as the ability of records to refer to other records (sort of foreign keys).
|
|
Despite its simplicity, recfiles can be used to store medium-sized
|
|
databases.
|
|
|
|
Recfiles are human-readable, human-writable and still they are easy to parse
|
|
and to manipulate automatically. Obviously they are not suitable for many
|
|
tasks (for example, it can be difficult to manage hierarchies in recfiles)
|
|
and performance is somewhat sacrificed in favor of readability, but they are
|
|
quite handy to store small to medium simple databases.
|