diff options
author | will <will@FreeBSD.org> | 2001-03-13 06:08:31 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-13 06:08:31 +0800 |
commit | 9c676e15d91e05fe78472fb0b1d14cf5cfb48eaf (patch) | |
tree | 24c3acc7d7e6e3adfe2b3ab06ef46864d6a218f4 /devel/ecgi/pkg-descr | |
parent | 3a8a6d7d5badedc884c63a6b8c6de7daea73dae2 (diff) | |
download | freebsd-ports-gnome-9c676e15d91e05fe78472fb0b1d14cf5cfb48eaf.tar.gz freebsd-ports-gnome-9c676e15d91e05fe78472fb0b1d14cf5cfb48eaf.tar.zst freebsd-ports-gnome-9c676e15d91e05fe78472fb0b1d14cf5cfb48eaf.zip |
Add ecgi 0.6.2, a library for the creation of CGI-based Web
applications.
PR: 25080
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'devel/ecgi/pkg-descr')
-rw-r--r-- | devel/ecgi/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
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 |