From 8b89ad1f9cc83c215becdd27f10d3a6e9172b7b0 Mon Sep 17 00:00:00 2001 From: jseger Date: Sun, 14 Jun 1998 12:38:56 +0000 Subject: Import of a port of cgihtml: Cgihtml is a C library that simplifies the task of parsing World Wide Web (WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup Language (HTML). Tasks which would normally require many lines of C can be reduced to just a few. PR: ports/4933 Submitted by: i.vaudrey@bigfoot.com --- www/cgihtml/pkg-descr | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/cgihtml/pkg-descr (limited to 'www/cgihtml/pkg-descr') diff --git a/www/cgihtml/pkg-descr b/www/cgihtml/pkg-descr new file mode 100644 index 000000000000..ca8fee964aa5 --- /dev/null +++ b/www/cgihtml/pkg-descr @@ -0,0 +1,4 @@ +Cgihtml is a C library that simplifies the task of parsing World Wide Web +(WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup +Language (HTML). Tasks which would normally require many lines of C can be +reduced to just a few. -- cgit