Path to this page:
./
wip/libcgi,
Library for authoring cgi
Branch: CURRENT,
Version: 1.0,
Package name: libcgi-1.0,
Maintainer: pkgsrc-usersLibCGI 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 [+/-]===========================================================================
$NetBSD: MESSAGES,v 1.1 2013/03/08 12:36:39 makoto Exp $
To compile examples,
(cd work/libcgi-1.0/examples; \
for i in `(find . -name Makefile| sed 's|/Makefile||')`
do
(cd $i; make)
done ; \
)
===========================================================================
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: e67eaaab382bf77d0445c21d38a41be6a82cbf13
Filesize: 77.082 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
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.
|