From 9c676e15d91e05fe78472fb0b1d14cf5cfb48eaf Mon Sep 17 00:00:00 2001 From: will Date: Mon, 12 Mar 2001 22:08:31 +0000 Subject: Add ecgi 0.6.2, a library for the creation of CGI-based Web applications. PR: 25080 Submitted by: George Reid --- devel/ecgi/pkg-descr | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 devel/ecgi/pkg-descr (limited to 'devel/ecgi/pkg-descr') diff --git a/devel/ecgi/pkg-descr b/devel/ecgi/pkg-descr new file mode 100644 index 000000000000..53d080a34e47 --- /dev/null +++ b/devel/ecgi/pkg-descr @@ -0,0 +1,12 @@ +ecgi (easy CGI Libary) is an ANSI C library for the creation of +CGI-based Web applications. It transparently supports the CGI methods +GET and POST and also multipart/form-data file uploads. The user +interface is designed as easy as possible and maintains full +compatibility to cgic 0.5. + +It also contains a library independent introduction to CGI programming +with C, a .html to .h HTML template preprocessor, and fast, +block-allocating memory files. + +- George Reid +greid@ukug.uk.freebsd.org -- cgit