Check-in Number:
|
1880 | |
Date: |
2002-Feb-15 12:56:40 (local)
2002-Feb-15 11:56:40 (UTC) |
User: | rse |
Branch: | |
Comment: |
first cut for all library pages |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-web/pkg/lib/act/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/act/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=act
+
+ <title>OSSP act</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/act/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/act/
+ files="act-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/adns/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/adns/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=adns
+
+ <title>OSSP adns</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/adns/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/adns/
+ files="adns-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/cache/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/cache/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=cache
+
+ <title>OSSP cache</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/cache/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/cache/
+ files="cache-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/cfg/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/cfg/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=cfg
+
+ <title>OSSP cfg</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/cfg/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/cfg/
+ files="cfg-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/ex/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/ex/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,41 ----
+
+ #use wml::ossp area=pkg:lib subarea=ex
+
+ <title>OSSP ex</title>
+
+ <h1>Exception Handling</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP ex is a small ISO-C++ style exception handling library for use in the
+ ISO-C language. It allows you to use the paradigm of throwing and catching
+ exceptions in order to reduce the amount of error handling code without making
+ your program less robust.
+
+ <p>
+ This is achieved by directly transferring exceptional return codes (and the
+ program control flow) from the location where the exception is raised (throw
+ point) to the location where it is handled (catch point) -- usually from a
+ deeply nested sub-routine to a parent routine. All intermediate routines no
+ longer have to make sure that the exceptional return codes from sub-routines
+ are correctly passed back to the parent.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="0.9.0" unstable_date="31-Jan-2002"
+ done=95>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/ex/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/ex/
+ files="ex-*.tar.gz"
+ stable="none" unstable="ex-0.9.0.tar.gz">
+
|
|
ossp-web/pkg/lib/hook/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/hook/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=hook
+
+ <title>OSSP hook</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/hook/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/hook/
+ files="hook-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/mm/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/mm/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=mm
+
+ <title>OSSP mm</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/mm/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/mm/
+ files="mm-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/mux/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/mux/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=mux
+
+ <title>OSSP mux</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/mux/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/mux/
+ files="mux-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/path/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/path/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=path
+
+ <title>OSSP path</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/path/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/path/
+ files="path-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/pcbe/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/pcbe/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=pcbe
+
+ <title>OSSP pcbe</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/pcbe/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/pcbe/
+ files="pcbe-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/pcre/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/pcre/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=pcre
+
+ <title>OSSP pcre</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/pcre/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/pcre/
+ files="pcre-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/popt/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/popt/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=popt
+
+ <title>OSSP popt</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/popt/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/popt/
+ files="popt-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/proc/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/proc/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=proc
+
+ <title>OSSP proc</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/proc/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/proc/
+ files="proc-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/pth/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/pth/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,58 ----
+
+ #use wml::ossp area=pkg:lib subarea=pth
+
+ <title>GNU pth</title>
+
+ <h1>Portable Threads</h1>
+
+ <h2>Abstract</h2>
+
+ Pth is a very portable POSIX/ANSI-C based library for Unix platforms which
+ provides non-preemptive priority-based scheduling for multiple threads of
+ execution (aka ``multithreading'') inside event-driven applications. All
+ threads run in the same address space of the server application, but
+ each thread has it's own individual program-counter, run-time stack,
+ signal mask and errno variable.
+
+ <p>
+ The thread scheduling itself is done in a cooperative way, i.e., the threads
+ are managed by a priority- and event-based non-preemptive scheduler. The
+ intention is that this way one can achieve better portability and run-time
+ performance than with preemptive scheduling. The event facility allows
+ threads to wait until various types of events occur, including pending I/O on
+ filedescriptors, asynchronous signals, elapsed timers, pending I/O on message
+ ports, thread and process termination, and even customized callback functions.
+
+ <p>
+ Additionally Pth provides an optional emulation API for POSIX.1c threads
+ ("Pthreads") which can be used for backward compatibility to existing
+ multithreaded applications.
+
+ <p>
+ Notice: <a href="http://www.gnu.org/software/pth/">GNU pth</a> and OSSP pth
+ are exactly the same. OSSP pth just became an official part of the GNU project
+ some time ago. That's why its primary name is now GNU pth, although it is
+ still developed by the OSSP project only. The official companion GNU locations
+ are: <a
+ href="http://www.gnu.org/software/pth/">http://www.gnu.org/software/pth/</a>
+ and <a href="ftp://ftp.gnu.org/gnu/pth/">ftp://ftp.gnu.org/gnu/pth/</a>.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="1.4.1" stable_date="27-Jan-2002"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/pth/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/pth/
+ files="pth-*.tar.gz"
+ stable="pth-1.4.1.tar.gz" unstable="none">
+
|
|
ossp-web/pkg/lib/res/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/res/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=res
+
+ <title>OSSP res</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/res/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/res/
+ files="res-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/sa/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/sa/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,34 ----
+
+ #use wml::ossp area=pkg:lib subarea=sa
+
+ <title>OSSP sa</title>
+
+ <h1>Socket Abstraction</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP sa is an abstraction library for the Unix socket application programming
+ interface (API) featuring stream and datagram oriented communication over Unix
+ Domain and Internet Domain (TCP and UDP) sockets. It provides the following
+ key features: address abstraction (local, IPv4, and IPv6), type abstraction,
+ I/O timeouts, I/O stream buffering and convenience I/O functions.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="0.9.0" unstable_date="31-Jan-2002"
+ done=95>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/sa/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/sa/
+ files="sa-*.tar.gz"
+ stable="none" unstable="sa-0.9.0.tar.gz">
+
|
|
ossp-web/pkg/lib/sio/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/sio/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=sio
+
+ <title>OSSP sio</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/sio/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/sio/
+ files="sio-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/str/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/str/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,34 ----
+
+ #use wml::ossp area=pkg:lib subarea=str
+
+ <title>OSSP str</title>
+
+ <h1>String Manipulations</h1>
+
+ <h2>Abstract</h2>
+
+ OSSP str is a generic string library written in ANSI C which provides
+ functions for handling, matching, parsing, searching and formatting of C
+ strings. So it can be considered as a superset of POSIX string(3), but its
+ main intention is to provide a more convinient and compact API plus a more
+ generalized functionality.
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="0.9.6" unstable_date="13-Sep-2001"
+ done=80>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/str/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/str/
+ files="str-*.tar.gz"
+ stable="none" unstable="str-0.9.6.tar.gz">
+
|
|
ossp-web/pkg/lib/val/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/val/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=val
+
+ <title>OSSP val</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/val/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/val/
+ files="val-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/var/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/var/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=var
+
+ <title>OSSP var</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/var/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/var/
+ files="var-*.tar.gz"
+ stable="none" unstable="none">
+
|
|
ossp-web/pkg/lib/xds/.cvsignore -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1 ----
+ *.html
|
|
ossp-web/pkg/lib/xds/index.wml -> 1.1
*** /dev/null Fri Nov 1 07:24:28 2024
--- - Fri Nov 1 07:24:43 2024
***************
*** 0 ****
--- 1,28 ----
+
+ #use wml::ossp area=pkg:lib subarea=xds
+
+ <title>OSSP xds</title>
+
+ <h1>...</h1>
+
+ <h2>Abstract</h2>
+
+ <h2>Authors</h2>
+
+ <pkg_author name="Ralf S. Engelschall" mail="rse@engelschall.com">
+
+ <h2>Status</h2>
+
+ <pkg_status
+ stable="none" stable_date="none"
+ unstable="none" unstable_date="none"
+ done=100>
+
+ <h2>Source</h2>
+
+ <pkg_files
+ url=$(FTP_ROOT_URL)/pkg/lib/xds/
+ directory=$(FTP_ROOT_DIR)/pkg/lib/xds/
+ files="xds-*.tar.gz"
+ stable="none" unstable="none">
+
|
|