From 00cb90f018010d45f1481dc4ac14302059c87c62 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 31 Mar 1997 11:40:00 +0000 Subject: A library that makes parsing web forms easy. This is something that I wrote and is still under developement, but it does work. --- www/cgiparse/Makefile | 15 +++++++++++++++ www/cgiparse/distinfo | 1 + www/cgiparse/pkg-comment | 1 + www/cgiparse/pkg-descr | 5 +++++ www/cgiparse/pkg-plist | 6 ++++++ 5 files changed, 28 insertions(+) create mode 100644 www/cgiparse/Makefile create mode 100644 www/cgiparse/distinfo create mode 100644 www/cgiparse/pkg-comment create mode 100644 www/cgiparse/pkg-descr create mode 100644 www/cgiparse/pkg-plist diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile new file mode 100644 index 000000000000..4ef5ef5fd7ad --- /dev/null +++ b/www/cgiparse/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: cgiparse +# Version required: 0.8a +# Date created: 30 March 1997 +# Whom: jmg +# +# $Id$ +# + +DISTNAME= cgiparse-0.8a +CATEGORIES= devel +MASTER_SITES= http://resnet.uoregon.edu/~gurney_j/ + +MAINTAINER= jmg@FreeBSD.ORG + +.include diff --git a/www/cgiparse/distinfo b/www/cgiparse/distinfo new file mode 100644 index 000000000000..c68f968d687b --- /dev/null +++ b/www/cgiparse/distinfo @@ -0,0 +1 @@ +MD5 (cgiparse-0.8a.tar.gz) = ac0bd61402b1174876b10a0ec0e1c450 diff --git a/www/cgiparse/pkg-comment b/www/cgiparse/pkg-comment new file mode 100644 index 000000000000..5021cf1a9b69 --- /dev/null +++ b/www/cgiparse/pkg-comment @@ -0,0 +1 @@ +C library to parse CGI Forms diff --git a/www/cgiparse/pkg-descr b/www/cgiparse/pkg-descr new file mode 100644 index 000000000000..b0d7c6b8bc44 --- /dev/null +++ b/www/cgiparse/pkg-descr @@ -0,0 +1,5 @@ +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"). diff --git a/www/cgiparse/pkg-plist b/www/cgiparse/pkg-plist new file mode 100644 index 000000000000..8aeb12644fe1 --- /dev/null +++ b/www/cgiparse/pkg-plist @@ -0,0 +1,6 @@ +include/cgi.h +lib/libcgiparse.a +lib/libcgiparse.so.1.0 +man/man3/cgigetvalue.3.gz +man/man3/cgiclose.3.gz +man/man3/cginewquerystr.3.gz -- cgit v1.2.3