summaryrefslogtreecommitdiff
path: root/devel/ossp-cfg/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ossp-cfg/pkg-descr')
-rw-r--r--devel/ossp-cfg/pkg-descr5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/ossp-cfg/pkg-descr b/devel/ossp-cfg/pkg-descr
deleted file mode 100644
index 081aa857fa8b..000000000000
--- a/devel/ossp-cfg/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-OSSP cfg is a ISO-C library for parsing arbitrary C/C++-style configuration
-files. A configuration is sequence of directives. Each directive consists of
-zero or more tokens. Each token can be either a string or again a complete
-sequence. This means the configuration syntax has a recursive structure and
-this way allows to create configurations with arbitrarily nested sections.