From 7d0ed49196e5083cf2cc2b6fdbadadfeeb4e1abe Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 26 Mar 2001 05:46:40 +0000 Subject: add cgicc A C++ class library for writing CGI applications --- www/cgicc/Makefile | 24 ++++++++++++++++++++++++ www/cgicc/distinfo | 1 + www/cgicc/pkg-comment | 1 + www/cgicc/pkg-descr | 16 ++++++++++++++++ www/cgicc/pkg-plist | 23 +++++++++++++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 www/cgicc/Makefile create mode 100644 www/cgicc/distinfo create mode 100644 www/cgicc/pkg-comment create mode 100644 www/cgicc/pkg-descr create mode 100644 www/cgicc/pkg-plist (limited to 'www/cgicc') diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile new file mode 100644 index 000000000000..7e6caf545374 --- /dev/null +++ b/www/cgicc/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: cgi++ +# Date created: Mar 26, 2001 +# Whom: Ying-Chieh Liao +# +# $FreeBSD$ +# + +PORTNAME= cgicc +PORTVERSION= 3.1.5 +CATEGORIES= www devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +USE_GMAKE= yes + +INSTALLS_SHLIB= yes + +.include diff --git a/www/cgicc/distinfo b/www/cgicc/distinfo new file mode 100644 index 000000000000..143672eec225 --- /dev/null +++ b/www/cgicc/distinfo @@ -0,0 +1 @@ +MD5 (cgicc-3.1.5.tar.gz) = 6664f5c2fa61d9d9093a9d24b9b0718f diff --git a/www/cgicc/pkg-comment b/www/cgicc/pkg-comment new file mode 100644 index 000000000000..e729fefd49a2 --- /dev/null +++ b/www/cgicc/pkg-comment @@ -0,0 +1 @@ +A C++ class library for writing CGI applications diff --git a/www/cgicc/pkg-descr b/www/cgicc/pkg-descr new file mode 100644 index 000000000000..593ed26aa1c2 --- /dev/null +++ b/www/cgicc/pkg-descr @@ -0,0 +1,16 @@ +GNU cgicc is an ANSI C++ compliant class library that greatly simplifies +the creation of CGI applications for the World Wide Web. + +cgicc performs the following functions: + + - Parses both GET and POST form data transparently. + - Provides string, integer, floating-point and single- and multiple-choice + retrieval methods for form data. + - Provides methods for saving and restoring CGI environments to aid in + application debugging. + - Provides full on-the-fly HTML generation capabilities, with support for + cookies. + - Supports HTTP file upload. + - Compatible with FastCGI. + +WWW: http://www.gnu.org/software/cgicc/ diff --git a/www/cgicc/pkg-plist b/www/cgicc/pkg-plist new file mode 100644 index 000000000000..a8726ca332a3 --- /dev/null +++ b/www/cgicc/pkg-plist @@ -0,0 +1,23 @@ +bin/cgicc-config +include/cgicc/CgiDefs.h +include/cgicc/CgiEnvironment.h +include/cgicc/CgiUtils.h +include/cgicc/Cgicc.h +include/cgicc/FormEntry.h +include/cgicc/FormFile.h +include/cgicc/HTMLAttributes.h +include/cgicc/HTMLClasses.h +include/cgicc/HTMLElements.h +include/cgicc/HTMLGeneric.h +include/cgicc/HTTPHeaders.h +include/cgicc/MStreamable.h +@dirrm include/cgicc +@unexec install-info --delete %D/info/cgicc.info %D/info/dir +info/cgicc.info +info/cgicc.info-1 +info/cgicc.info-2 +info/cgicc.info-3 +@exec install-info %D/info/cgicc.info %D/info/dir +lib/libcgicc.a +lib/libcgicc.so +lib/libcgicc.so.2 -- cgit v1.2.3