Check-in Number:
|
4873 | |
Date: |
2004-Nov-27 21:02:38 (local)
2004-Nov-27 20:02:38 (UTC) |
User: | rse |
Branch: | |
Comment: |
release OSSP cfg 0.9.5 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/new/news.txt 1.106 -> 1.107
--- news.txt 2004/11/18 16:06:10 1.106
+++ news.txt 2004/11/27 20:02:38 1.107
@@ -1,3 +1,4 @@
+27-Nov-2004: Released L<OSSP cfg> 0.9.5
18-Nov-2004: Released L<OSSP uuid> 1.1.1
03-Nov-2004: Released L<OSSP uuid> 1.1.0
31-Oct-2004: Released L<OSSP cfg> 0.9.4
|
|
ossp-web/pkg/lib/cfg/index.wml -> 1.11
*** /dev/null Sat Nov 23 09:58:07 2024
--- - Sat Nov 23 09:58:20 2024
***************
*** 0 ****
--- 1,54 ----
+
+ #use wml::ossp area=pkg:lib subarea=cfg
+
+ <title>OSSP cfg</title>
+
+ <h1>Configuration Parsing</h1>
+
+ <h2>Abstract</h2>
+
+ 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.
+
+ <p>
+ Additionally the configuration syntax provides complex
+ single/double/balanced quoting of tokens, hexadecimal/octal/decimal
+ character encodings, character escaping, C/C++ and Shell-style
+ comments, etc. The library API allows importing a configuration text
+ into an Abstract Syntax Tree (AST), traversing the AST and optionally
+ exporting the AST again as a configuration text.
+
+ <h2>Documentation</h2>
+
+ <pkg_manpage name="cfg" sect=3 path="/pkg/lib/cfg/cfg.pod">,
+ <pkg_manpage name="cfg-config" sect=1 path="/pkg/lib/cfg/cfg-config.pod">.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ name="cfg" assign="rse"
+ stable="none" stable_date="none"
+ unstable="0.9.5" unstable_date="27-Nov-2004"
+ done=95>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ cvs=$(CVS_ROOT_URL)/pkg/lib/cfg/
+ url=$(FTP_ROOT_URL)/pkg/lib/cfg/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/cfg/
+ files="cfg-*.tar.gz"
+ stable="none" unstable="cfg-0.9.5.tar.gz">
+
+ <h2>Donation</h2>
+
+ <pkg_donation name="cfg" return="$(BASE_URL)/pkg/lib/cfg/">
+
|
|
ossp-web/pkg/lib/index.wml 1.92 -> 1.93
--- index.wml 2004/11/18 16:06:11 1.92
+++ index.wml 2004/11/27 20:02:39 1.93
@@ -54,7 +54,7 @@
done=95 stable=none unstable=0.9.2>
<pkg_item name="cfg" longname="OSSP cfg" type="lib"
desc="Configuration Parsing"
- done=95 stable=none unstable=0.9.4>
+ done=95 stable=none unstable=0.9.5>
<pkg_item name="act" longname="OSSP act" type="lib"
desc="Abstract Container Types"
done=25 stable=none unstable=none>
|
|