diff options
author | archie <archie@FreeBSD.org> | 2002-08-21 09:15:55 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2002-08-21 09:15:55 +0800 |
commit | 861376b77d091a8ab1d7684a81f4b57c7a27a8d1 (patch) | |
tree | 98956890ccf3203b41e73f7b5f260f1921414b79 /devel/libpdel/distinfo | |
parent | f6049a40757a05b995e5460db19f23ae906c656b (diff) | |
download | freebsd-ports-gnome-861376b77d091a8ab1d7684a81f4b57c7a27a8d1.tar.gz freebsd-ports-gnome-861376b77d091a8ab1d7684a81f4b57c7a27a8d1.tar.zst freebsd-ports-gnome-861376b77d091a8ab1d7684a81f4b57c7a27a8d1.zip |
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)
For more details, see the individual man pages referenced above.
Diffstat (limited to 'devel/libpdel/distinfo')
-rw-r--r-- | devel/libpdel/distinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libpdel/distinfo b/devel/libpdel/distinfo new file mode 100644 index 000000000000..668cd9bc0b45 --- /dev/null +++ b/devel/libpdel/distinfo @@ -0,0 +1 @@ +MD5 (libpdel-0.3.0.tar.gz) = ddb81425c13f941d8f7abb12ed2794cd |