From owner-cvs-all Tue Aug 20 18:40:19 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2657437B400; Tue, 20 Aug 2002 18:40:10 -0700 (PDT) Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE2043E6A; Tue, 20 Aug 2002 18:40:09 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020821014008.MWHZ13899.sccrmhc02.attbi.com@InterJet.elischer.org>; Wed, 21 Aug 2002 01:40:08 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id SAA54096; Tue, 20 Aug 2002 18:28:20 -0700 (PDT) Date: Tue, 20 Aug 2002 18:28:18 -0700 (PDT) From: Julian Elischer To: Archie Cobbs Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/devel/libpdel Makefile distinfo pkg-comment pkg-descr pkg-plist In-Reply-To: <200208210115.g7L1FtqG032157@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG very nice.. Now to think of some world shaking/cool thing to DO with it :-) This looks like it's desiged to produce embedded web-servers for controlling (say) a network appliance...:-) On Tue, 20 Aug 2002, Archie Cobbs wrote: > archie 2002/08/20 18:15:55 PDT > > Added files: > devel/libpdel Makefile distinfo pkg-comment pkg-descr > pkg-plist > Log: > 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. > > Revision Changes Path > 1.1 +20 -0 ports/devel/libpdel/Makefile (new) > 1.1 +1 -0 ports/devel/libpdel/distinfo (new) > 1.1 +1 -0 ports/devel/libpdel/pkg-comment (new) > 1.1 +24 -0 ports/devel/libpdel/pkg-descr (new) > 1.1 +506 -0 ports/devel/libpdel/pkg-plist (new) > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message