summaryrefslogtreecommitdiffstats
path: root/libraries/libbsd/README
diff options
context:
space:
mode:
author Daniel LEVAI <leva@ecentrum.hu>2011-02-20 09:09:57 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-02-20 09:09:57 -0300
commit5fb6f5dab8ac9bd2c14cc6ad1a5cb0f94337d557 (patch)
treebe2ba059420f7267ef83b2400be94206546be58a /libraries/libbsd/README
parent3143faadc21567800d435a2010b2eb52788c0972 (diff)
downloadslackbuilds-5fb6f5dab8ac9bd2c14cc6ad1a5cb0f94337d557.tar.gz
slackbuilds-5fb6f5dab8ac9bd2c14cc6ad1a5cb0f94337d557.tar.xz
libraries/libbsd: Added (common BSD functions)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/libbsd/README')
-rw-r--r--libraries/libbsd/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libbsd/README b/libraries/libbsd/README
new file mode 100644
index 0000000000..e263cefefe
--- /dev/null
+++ b/libraries/libbsd/README
@@ -0,0 +1,4 @@
+This library provides useful functions commonly found on BSD systems, and
+lacking on others like GNU systems, thus making it easier to port projects
+with strong BSD origins, without needing to embed the same code over and
+over again on each project.