diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 06:05:34 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 06:05:34 +0000 |
commit | c98682dac6cf7c6c568c160a2825638347f1b274 (patch) | |
tree | e277081be928532aeee5bb8fad3f6ad7660fbe65 /www/cgi-lib/pkg-descr | |
parent | 29e011f5da4d5174a9e1992d562e147930bc25f1 (diff) | |
download | FreeBSD-ports-c98682dac6cf7c6c568c160a2825638347f1b274.zip FreeBSD-ports-c98682dac6cf7c6c568c160a2825638347f1b274.tar.gz |
Adding cgi-lib version 1.3.
An ANSI C library for CGI programming.
PR: 15985
Submitted by: Sergey Samoyloff <gonza@techline.ru>
Diffstat (limited to 'www/cgi-lib/pkg-descr')
-rw-r--r-- | www/cgi-lib/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/cgi-lib/pkg-descr b/www/cgi-lib/pkg-descr new file mode 100644 index 0000000..b16602e --- /dev/null +++ b/www/cgi-lib/pkg-descr @@ -0,0 +1,8 @@ +CGI-LIB is a free ANSI C library that will +facilitate the creation of CGI programs. + +The library is written entirely in C using ANSI +C functions. The functions are easy to use and +the source code is included. + +http://www.geocities.com/SiliconValley/Vista/6493/projects/cgi-lib.html |