./wip/libcgi, Library for authoring cgi

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0, Package name: libcgi-1.0, Maintainer: pkgsrc-users

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.

MESSAGES [+/-]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: e67eaaab382bf77d0445c21d38a41be6a82cbf13
Filesize: 77.082 KB

Version history: (Expand)


CVS history: (Expand)


   2013-03-11 02:39:44 by Makoto Fujiwara | Files touched by this commit (1)
Log message:
Use gmake to build examples. make and bmake may not be there.

   2013-03-10 15:31:47 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Rename MESSAGES to MESSAGE.

   2013-03-08 13:36:39 by Makoto Fujiwara | Files touched by this commit (16)
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.