The FreeBSD Ports Archive
FreeBSD www : cgiparse4>
C library to parse CGI Forms
cgiparse is a C library that is used to build cgi's that can parse
web forms. It provides a few utility functions that allow your
cgi's to be easily debuged.
To parse a cgi form it is as easy as calling cgigetvalue("name").
http://resnet.uoregon.edu/~gurney_j/jmpc/dist/
|
cgiparse history
v. 1.25
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.24
date: 2005/10/03 06:10:03; author: linimon; state: Exp; lines: +1 -2
Remove obsolete mastersite.
Source: distfile survey
v. 1.23
date: 2005/02/08 19:34:51; author: sem; state: Exp; lines: +0 -4
- Give a chance the port on amd64. As reported it builds now.
PR: ports/76322
Submitted by: Johan van Selst
v. 1.22
date: 2004/04/12 01:33:04; author: kris; state: Exp; lines: +7 -1
BROKEN on amd64: Does not link (mime port needs to provide libmime.so)
v. 1.21
date: 2003/11/21 14:58:25; author: arved; state: Exp; lines: +1 -0
Add -fPIC to CFLAGS to hopefully fix build on amd64
v. 1.20
date: 2003/03/08 22:33:56; author: kris; state: Exp; lines: +1 -1
Reset maintainer of ports previously maintained by jmg and jseger, who
have had their commit bits retired.
v. 1.19
date: 2003/03/07 06:12:35; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.18
date: 2001/02/05 15:33:17; author: olgeni; state: Exp; lines: +2 -2
Some spaces -> tabs for ports/www.
v. 1.17
date: 2000/11/13 23:20:00; author: asami; state: Exp; lines: +5 -1
Make libcgiparse.so symlink in post-install target so this port packages.
While I'm here, add INSTALLS_SHLIB since this port obviously does so.
Submitted by: bento (first half)
v. 1.16
date: 2000/10/04 06:40:05; author: sobomax; state: Exp; lines: +2 -2
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
v. 1.15
date: 2000/09/24 18:42:04; author: jmg; state: Exp; lines: +2 -4
upgrade to latest version which includes some semicolons that somehow
disappeared...
v. 1.14
date: 2000/09/22 10:16:28; author: kris; state: Exp; lines: +3 -1
Mark BROKEN: Install script does not work
Submitted by: onigiri
v. 1.13
date: 2000/08/19 20:17:06; author: steve; state: Exp; lines: +4 -1
Minor fixups:
- Set GNU_CONFIGURE=yes.
- Move manpages from pkg/PLIST to Makefile.
- Add .so symlink to pkg/PLIST.
v. 1.12
date: 2000/08/11 19:18:30; author: jmg; state: Exp; lines: +5 -3
update to cgiparse 0.9a which now uses the mime library that I wrote to
support multipart/form-data.. also installs a profiling library... This
can be built w/o the mim library, but I don't feel like making this port
more complicated and making it optional...
this port could also be built w/ mime support w/o the mime library having
to be installed, but I don't see any easy way to do this with the current
port system...
v. 1.11
date: 2000/06/16 18:14:38; author: jmg; state: Exp; lines: +2 -2
replace , w/ as pointed out...
PR: 19328
v. 1.10
date: 2000/06/06 03:45:57; author: jmg; state: Exp; lines: +2 -2
add www to the categories list...
Approved-on-IRC-by: bfumerola,mph,rwatson,
v. 1.9
date: 2000/06/06 03:41:28; author: jmg; state: Exp; lines: +2 -2
that url has been invalid ever since I moved out of the UofO dorms in
June 1998. Guess it was shortly after Mon Mar 30 9:43:58 1998 according
to the port survey...
v. 1.8
date: 2000/04/10 00:04:42; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 1999/08/31 06:51:38; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/31 02:42:45; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1998/03/01 20:19:56; author: jmg; state: Exp; lines: +5 -4
update so that we don't have to have a patch...
now version is 0.8e
(and this time I remebered to make makesum)
v. 1.4
date: 1998/03/01 19:31:13; author: steve; state: Exp; lines: +2 -2
Portlint nit and update version required to 0.8d.
v. 1.3
date: 1998/02/19 07:00:31; author: jmg; state: Exp; lines: +2 -2
update to latest version
v. 1.2
date: 1997/04/01 09:06:12; author: jmg; state: Exp; lines: +3 -3
update port to cgiparse-0.8c
v. 1.1
date: 1997/03/31 11:40:00; author: jmg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/31 11:40:00; author: jmg; state: Exp; lines: +0 -0
A library that makes parsing web forms easy.
This is something that I wrote and is still under developement, but it
does work.
=============================================================================
v. 1.25
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.24
date: 2005/10/03 06:10:03; author: linimon; state: Exp; lines: +1 -2
Remove obsolete mastersite.
Source: distfile survey
v. 1.23
date: 2005/02/08 19:34:51; author: sem; state: Exp; lines: +0 -4
- Give a chance the port on amd64. As reported it builds now.
PR: ports/76322
Submitted by: Johan van Selst
v. 1.22
date: 2004/04/12 01:33:04; author: kris; state: Exp; lines: +7 -1
BROKEN on amd64: Does not link (mime port needs to provide libmime.so)
v. 1.21
date: 2003/11/21 14:58:25; author: arved; state: Exp; lines: +1 -0
Add -fPIC to CFLAGS to hopefully fix build on amd64
v. 1.20
date: 2003/03/08 22:33:56; author: kris; state: Exp; lines: +1 -1
Reset maintainer of ports previously maintained by jmg and jseger, who
have had their commit bits retired.
v. 1.19
date: 2003/03/07 06:12:35; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.18
date: 2001/02/05 15:33:17; author: olgeni; state: Exp; lines: +2 -2
Some spaces -> tabs for ports/www.
v. 1.17
date: 2000/11/13 23:20:00; author: asami; state: Exp; lines: +5 -1
Make libcgiparse.so symlink in post-install target so this port packages.
While I'm here, add INSTALLS_SHLIB since this port obviously does so.
Submitted by: bento (first half)
v. 1.16
date: 2000/10/04 06:40:05; author: sobomax; state: Exp; lines: +2 -2
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
v. 1.15
date: 2000/09/24 18:42:04; author: jmg; state: Exp; lines: +2 -4
upgrade to latest version which includes some semicolons that somehow
disappeared...
v. 1.14
date: 2000/09/22 10:16:28; author: kris; state: Exp; lines: +3 -1
Mark BROKEN: Install script does not work
Submitted by: onigiri
v. 1.13
date: 2000/08/19 20:17:06; author: steve; state: Exp; lines: +4 -1
Minor fixups:
- Set GNU_CONFIGURE=yes.
- Move manpages from pkg/PLIST to Makefile.
- Add .so symlink to pkg/PLIST.
v. 1.12
date: 2000/08/11 19:18:30; author: jmg; state: Exp; lines: +5 -3
update to cgiparse 0.9a which now uses the mime library that I wrote to
support multipart/form-data.. also installs a profiling library... This
can be built w/o the mim library, but I don't feel like making this port
more complicated and making it optional...
this port could also be built w/ mime support w/o the mime library having
to be installed, but I don't see any easy way to do this with the current
port system...
v. 1.11
date: 2000/06/16 18:14:38; author: jmg; state: Exp; lines: +2 -2
replace , w/ as pointed out...
PR: 19328
v. 1.10
date: 2000/06/06 03:45:57; author: jmg; state: Exp; lines: +2 -2
add www to the categories list...
Approved-on-IRC-by: bfumerola,mph,rwatson,
v. 1.9
date: 2000/06/06 03:41:28; author: jmg; state: Exp; lines: +2 -2
that url has been invalid ever since I moved out of the UofO dorms in
June 1998. Guess it was shortly after Mon Mar 30 9:43:58 1998 according
to the port survey...
v. 1.8
date: 2000/04/10 00:04:42; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 1999/08/31 06:51:38; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/31 02:42:45; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1998/03/01 20:19:56; author: jmg; state: Exp; lines: +5 -4
update so that we don't have to have a patch...
now version is 0.8e
(and this time I remebered to make makesum)
v. 1.4
date: 1998/03/01 19:31:13; author: steve; state: Exp; lines: +2 -2
Portlint nit and update version required to 0.8d.
v. 1.3
date: 1998/02/19 07:00:31; author: jmg; state: Exp; lines: +2 -2
update to latest version
v. 1.2
date: 1997/04/01 09:06:12; author: jmg; state: Exp; lines: +3 -3
update port to cgiparse-0.8c
v. 1.1
date: 1997/03/31 11:40:00; author: jmg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/31 11:40:00; author: jmg; state: Exp; lines: +0 -0
A library that makes parsing web forms easy.
This is something that I wrote and is still under developement, but it
does work.
=============================================================================
v. 1.25
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.24
date: 2005/10/03 06:10:03; author: linimon; state: Exp; lines: +1 -2
Remove obsolete mastersite.
Source: distfile survey
v. 1.23
date: 2005/02/08 19:34:51; author: sem; state: Exp; lines: +0 -4
- Give a chance the port on amd64. As reported it builds now.
PR: ports/76322
Submitted by: Johan van Selst
v. 1.22
date: 2004/04/12 01:33:04; author: kris; state: Exp; lines: +7 -1
BROKEN on amd64: Does not link (mime port needs to provide libmime.so)
v. 1.21
date: 2003/11/21 14:58:25; author: arved; state: Exp; lines: +1 -0
Add -fPIC to CFLAGS to hopefully fix build on amd64
v. 1.20
date: 2003/03/08 22:33:56; author: kris; state: Exp; lines: +1 -1
Reset maintainer of ports previously maintained by jmg and jseger, who
have had their commit bits retired.
v. 1.19
date: 2003/03/07 06:12:35; author: ade; state: Exp; lines: +2 -1
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.18
date: 2001/02/05 15:33:17; author: olgeni; state: Exp; lines: +2 -2
Some spaces -> tabs for ports/www.
v. 1.17
date: 2000/11/13 23:20:00; author: asami; state: Exp; lines: +5 -1
Make libcgiparse.so symlink in post-install target so this port packages.
While I'm here, add INSTALLS_SHLIB since this port obviously does so.
Submitted by: bento (first half)
v. 1.16
date: 2000/10/04 06:40:05; author: sobomax; state: Exp; lines: +2 -2
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
v. 1.15
date: 2000/09/24 18:42:04; author: jmg; state: Exp; lines: +2 -4
upgrade to latest version which includes some semicolons that somehow
disappeared...
v. 1.14
date: 2000/09/22 10:16:28; author: kris; state: Exp; lines: +3 -1
Mark BROKEN: Install script does not work
Submitted by: onigiri
v. 1.13
date: 2000/08/19 20:17:06; author: steve; state: Exp; lines: +4 -1
Minor fixups:
- Set GNU_CONFIGURE=yes.
- Move manpages from pkg/PLIST to Makefile.
- Add .so symlink to pkg/PLIST.
v. 1.12
date: 2000/08/11 19:18:30; author: jmg; state: Exp; lines: +5 -3
update to cgiparse 0.9a which now uses the mime library that I wrote to
support multipart/form-data.. also installs a profiling library... This
can be built w/o the mim library, but I don't feel like making this port
more complicated and making it optional...
this port could also be built w/ mime support w/o the mime library having
to be installed, but I don't see any easy way to do this with the current
port system...
v. 1.11
date: 2000/06/16 18:14:38; author: jmg; state: Exp; lines: +2 -2
replace , w/ as pointed out...
PR: 19328
v. 1.10
date: 2000/06/06 03:45:57; author: jmg; state: Exp; lines: +2 -2
add www to the categories list...
Approved-on-IRC-by: bfumerola,mph,rwatson,
v. 1.9
date: 2000/06/06 03:41:28; author: jmg; state: Exp; lines: +2 -2
that url has been invalid ever since I moved out of the UofO dorms in
June 1998. Guess it was shortly after Mon Mar 30 9:43:58 1998 according
to the port survey...
v. 1.8
date: 2000/04/10 00:04:42; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.7
date: 1999/08/31 06:51:38; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.6
date: 1999/08/31 02:42:45; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.5
date: 1998/03/01 20:19:56; author: jmg; state: Exp; lines: +5 -4
update so that we don't have to have a patch...
now version is 0.8e
(and this time I remebered to make makesum)
v. 1.4
date: 1998/03/01 19:31:13; author: steve; state: Exp; lines: +2 -2
Portlint nit and update version required to 0.8d.
v. 1.3
date: 1998/02/19 07:00:31; author: jmg; state: Exp; lines: +2 -2
update to latest version
v. 1.2
date: 1997/04/01 09:06:12; author: jmg; state: Exp; lines: +3 -3
update port to cgiparse-0.8c
v. 1.1
date: 1997/03/31 11:40:00; author: jmg; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/03/31 11:40:00; author: jmg; state: Exp; lines: +0 -0
A library that makes parsing web forms easy.
This is something that I wrote and is still under developement, but it
does work.
=============================================================================
|
| |

|