Subject: CVS commit: wip/libcgi
From: Makoto Fujiwara
Date: 2013-03-08 13:36:39
Message id: E1UDwXh-0005N2-LC@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import libcgi-1.0 as wip/libcgi.

LibCGI is a library written from scratch to easily make CGI
applications in C.  There are a lot of functions like string
manipulation, session and cookie support, GET and POST methods
manipulation etc..., to help you to quickly write powerful CGI
programs.

There are some examples as well, so you can understand easily
how the library works.


Files:
RevisionActionfile
1.1addwip/libcgi/DESCR
1.1addwip/libcgi/MESSAGES
1.1addwip/libcgi/Makefile
1.1addwip/libcgi/PLIST
1.1addwip/libcgi/distinfo
1.1addwip/libcgi/patches/patch-Makefile.in
1.1addwip/libcgi/patches/patch-examples_guestbook_Makefile
1.1addwip/libcgi/patches/patch-examples_multiple_Makefile
1.1addwip/libcgi/patches/patch-examples_redirect_Makefile
1.1addwip/libcgi/patches/patch-examples_session_session_ex1_Makefile
1.1addwip/libcgi/patches/patch-examples_session_session_ex1_restricted_c
1.1addwip/libcgi/patches/patch-examples_session_session_ex1_session_c
1.1addwip/libcgi/patches/patch-examples_session_session_ex2_Makefile
1.1addwip/libcgi/patches/patch-examples_simple_form_Makefile
1.1addwip/libcgi/patches/patch-examples_strings_Makefile
1.1addwip/libcgi/patches/patch-examples_strings_b64_c