diff options
author | archie <archie@FreeBSD.org> | 2002-10-11 04:56:26 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2002-10-11 04:56:26 +0800 |
commit | 09566689cccff129087fadc2849a856d21e75dd7 (patch) | |
tree | 935eecf388065cceb221946880a8718c4383d2b2 | |
parent | 25fb94be67bdc29bc423f096a02f51b379cbf66b (diff) | |
download | freebsd-ports-gnome-09566689cccff129087fadc2849a856d21e75dd7.tar.gz freebsd-ports-gnome-09566689cccff129087fadc2849a856d21e75dd7.tar.zst freebsd-ports-gnome-09566689cccff129087fadc2849a856d21e75dd7.zip |
Add link to web page.
-rw-r--r-- | devel/libpdel/pkg-descr | 39 | ||||
-rw-r--r-- | www/lws/pkg-descr | 2 |
2 files changed, 21 insertions, 20 deletions
diff --git a/devel/libpdel/pkg-descr b/devel/libpdel/pkg-descr index 327846edaae4..8787f0b515e1 100644 --- a/devel/libpdel/pkg-descr +++ b/devel/libpdel/pkg-descr @@ -1,24 +1,23 @@ The Packet Design Embedded Library (PDEL) is a C library containing an assorted collection of code useful for developing embedded applications: -- C data structure run-time introspection library: structs(3) -- Threaded HTTP client/server library: http_server(3) -- Application configuration framework: app_config(3) -- Heap memory accounting and sanity checking: typed_mem(3) -- File template library: tmpl(3) -- Routines to configure networking interfaces, ARP table, and routing - table (FreeBSD only): if_util(3), route_msg(3), uroute(3) -- Logging library: alog(3) -- Generic TCP server: tcp_server(3) -- Generic hash table implementation: ghash(3) -- Generic balanced tree implementation: gtree(3) -- FILE * enhancements: -- Base-64 encoding/decoding: base64(3) -- Events and actions with automated locking: paction(3), pevent(3) -- Generalized per-thread variables: tinfo(3) -- Message ports: mesg_port(3) -- Digital signature creation/verification: rsa_util_sign(3) -- Filesystem mounting/unmounting (FreeBSD only): fs_mount(3) -- String quoting/parsing: string_enquote(3) +- C data structure run-time introspection library +- Threaded HTTP client/server library with SSL and XML-RPC support +- Application configuration framework +- Heap memory accounting and sanity checking +- Generic template processing library +- Routines to configure networking interfaces, ARP and routing tables +- Logging library +- Generic TCP server +- Generic hash table implementation +- Generic balanced tree implementation +- Miscellaneous FILE * enhancements +- Base-64 encoding/decoding +- Events and actions with automated locking +- Generalized per-thread variables +- Message ports +- Digital signature creation/verification +- Filesystem mounting/unmounting +- String quoting/parsing -For more details, see the individual man pages referenced above. +WWW: http://www.dellroad.org/pdel/ diff --git a/www/lws/pkg-descr b/www/lws/pkg-descr index eeb9976cb2cc..1a8c5508214c 100644 --- a/www/lws/pkg-descr +++ b/www/lws/pkg-descr @@ -13,3 +13,5 @@ for logging via syslog as well. LWS is intended to demonstrate features of the libpdel(3) library, and to be a lightweight web server for simple applications. + +WWW: http://www.dellroad.org/lws/ |