summaryrefslogtreecommitdiffstats
path: root/devel/libpdel
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 0.5.2.archie2004-07-292-3/+3
|
* Update to version 0.5.1.archie2004-06-112-3/+3
|
* Update to version 0.5.0.archie2004-06-034-3/+21
|
* Update to version 0.3.6.archie2004-04-022-4/+3
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* o Bump $LIB_DEPENDS line to chase expat's shlib version.kuriyama2004-03-141-1/+2
| | | | o Bump $PORTREVISION.
* Update to version 0.3.5.archie2003-07-032-2/+2
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update to version 0.3.4.archie2002-10-233-3/+4
|
* Add link to web page.archie2002-10-101-20/+19
|
* Bump PORTREVISION and expat shlib.kuriyama2002-09-171-1/+2
|
* Update to version 0.3.3.archie2002-09-143-3/+9
|
* Oops, previous commit contained the wrong checksum.archie2002-09-041-1/+1
|
* Update to version 0.3.2.archie2002-09-043-2/+3
|
* Upgrade to version 0.3.1. This fixes build problems on -stable.archie2002-08-223-2/+3
|
* The Packet Design Embedded Library (PDEL) is a C library containing anarchie2002-08-215-0/+552
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.
OpenPOWER on IntegriCloud