The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD www : cgic

ANSI C library for CGI programming

 cgic is an ANSI C-language library for the creation of CGI-based World
Wide Web applications. For basic information about the CGI standard,
see the CGI documentation at NCSA.
   
   cgic performs the following tasks:
     * Parses form data, correcting for defective and/or inconsistent
       browsers
     * Transparently accepts both GET and POST form data
     * Handles line breaks in form fields in a consistent manner
     * Provides string, integer, floating-point, and single- and
       multiple-choice functions to retrieve form data
     * Provides bounds checking for numeric fields
     * Loads CGI environment variables into C strings which are always
       non-null
     * Provides a way to capture CGI situations for replay in a debugging
       environment
       
cgic should be compatible with any CGI-compliant server environment. 

http://www.boutell.com/cgic/



cgic history


v. 1.15
date: 2006/08/15 01:11:31;  author: clsung;  state: Exp;  lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
  by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin 

v. 1.14 date: 2004/12/05 18:46:48; author: krion; state: Exp; lines: +1 -1 Update to version 2.05 PR: ports/74734 Submitted by: Ports Fury
v. 1.13 date: 2003/05/18 23:24:46; author: petef; state: Exp; lines: +1 -1 Update to 2.02. PR: 51704 Submitted by: Ports Fury
v. 1.12 date: 2003/02/20 19:15:23; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.11 date: 2003/01/03 19:11:29; author: ijliao; state: Exp; lines: +11 -8 upgrade to 2.01 PR: 46428 Submitted by: Ports Fury
v. 1.10 date: 2002/11/10 16:48:21; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.9 date: 2002/11/06 22:47:13; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.8 date: 2001/03/31 16:23:36; author: kevlo; state: Exp; lines: +11 -18 Update to version 1.07 PR: 26235 Submitted by: Ports Fury
v. 1.7 date: 2001/02/05 15:33:16; author: olgeni; state: Exp; lines: +2 -2 Some spaces -> tabs for ports/www.
v. 1.6 date: 2000/06/16 21:52:07; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.5 date: 2000/06/16 08:18:24; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.4 date: 2000/06/15 17:12:50; author: sobomax; state: Exp; lines: +3 -2 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.3 date: 2000/04/10 00:04:39; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.2 date: 2000/03/29 07:18:27; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.1 date: 1999/12/29 09:25:45; author: steve; state: Exp; Add cgic version 1.06. An ANSI C library for CGI programming. PR: 12835 Submitted by: Andrey Zakhvatov ============================================================================= v. 1.15 date: 2006/08/15 01:11:31; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.14 date: 2004/12/05 18:46:48; author: krion; state: Exp; lines: +1 -1 Update to version 2.05 PR: ports/74734 Submitted by: Ports Fury
v. 1.13 date: 2003/05/18 23:24:46; author: petef; state: Exp; lines: +1 -1 Update to 2.02. PR: 51704 Submitted by: Ports Fury
v. 1.12 date: 2003/02/20 19:15:23; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.11 date: 2003/01/03 19:11:29; author: ijliao; state: Exp; lines: +11 -8 upgrade to 2.01 PR: 46428 Submitted by: Ports Fury
v. 1.10 date: 2002/11/10 16:48:21; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.9 date: 2002/11/06 22:47:13; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.8 date: 2001/03/31 16:23:36; author: kevlo; state: Exp; lines: +11 -18 Update to version 1.07 PR: 26235 Submitted by: Ports Fury
v. 1.7 date: 2001/02/05 15:33:16; author: olgeni; state: Exp; lines: +2 -2 Some spaces -> tabs for ports/www.
v. 1.6 date: 2000/06/16 21:52:07; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.5 date: 2000/06/16 08:18:24; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.4 date: 2000/06/15 17:12:50; author: sobomax; state: Exp; lines: +3 -2 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.3 date: 2000/04/10 00:04:39; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.2 date: 2000/03/29 07:18:27; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.1 date: 1999/12/29 09:25:45; author: steve; state: Exp; Add cgic version 1.06. An ANSI C library for CGI programming. PR: 12835 Submitted by: Andrey Zakhvatov ============================================================================= v. 1.15 date: 2006/08/15 01:11:31; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.14 date: 2004/12/05 18:46:48; author: krion; state: Exp; lines: +1 -1 Update to version 2.05 PR: ports/74734 Submitted by: Ports Fury
v. 1.13 date: 2003/05/18 23:24:46; author: petef; state: Exp; lines: +1 -1 Update to 2.02. PR: 51704 Submitted by: Ports Fury
v. 1.12 date: 2003/02/20 19:15:23; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.11 date: 2003/01/03 19:11:29; author: ijliao; state: Exp; lines: +11 -8 upgrade to 2.01 PR: 46428 Submitted by: Ports Fury
v. 1.10 date: 2002/11/10 16:48:21; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.9 date: 2002/11/06 22:47:13; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.8 date: 2001/03/31 16:23:36; author: kevlo; state: Exp; lines: +11 -18 Update to version 1.07 PR: 26235 Submitted by: Ports Fury
v. 1.7 date: 2001/02/05 15:33:16; author: olgeni; state: Exp; lines: +2 -2 Some spaces -> tabs for ports/www.
v. 1.6 date: 2000/06/16 21:52:07; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.5 date: 2000/06/16 08:18:24; author: sobomax; state: Exp; lines: +2 -2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
v. 1.4 date: 2000/06/15 17:12:50; author: sobomax; state: Exp; lines: +3 -2 Second round of INSTALL_SHLIBS=yes fixes.
v. 1.3 date: 2000/04/10 00:04:39; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.2 date: 2000/03/29 07:18:27; author: kris; state: Exp; lines: +2 -2 Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't have time to maintain them. Approved by: andy
v. 1.1 date: 1999/12/29 09:25:45; author: steve; state: Exp; Add cgic version 1.06. An ANSI C library for CGI programming. PR: 12835 Submitted by: Andrey Zakhvatov =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm