summaryrefslogtreecommitdiff
path: root/www/cgicc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-09-30Reset maintainer -- shell@ is inactive.wiz1-2/+2
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-03-16Consistently use NetBSD.org address for shell, shellhung.org does not exist.wiz1-2/+2
2006-03-05Changes 3.2.3:adam1-11/+8
* Longstanding bug in form_urldecode fixed * Bug in FastCGI demo fixed * Documentation formatting problems fixed * Demonstration applications updated Changes 3.2.2: * Memory leak during restoration of CGI environments fixed * New getDoubleValue and getIntegerValue methods added to allow caller to determine if value was bounded * Bug in getDoubleValue fixed * Bug in parsing of cookie names fixed Changes 3.2.1: * Bug that caused multiple cookies to be output incorrectly fixed * Better support added for Borland C++ Builder and HP aCC * Bona fide support for FastCGI added * Documentation fixes Changes 3.2: * License changed to the Lesser GNU General Public License * HTTP header classes rewritten and refactored * HTML output now more XML-compliant * Documentation rewritten in Doxygen format * Added a demo on cookie usage
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-08-20fix typo in lastgrant1-2/+2
2005-08-20- USE_LANGUAGES=c++grant1-1/+8
- strip -lstdc++ if not using gcc
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-07Convert to USE_NEW_TEXINFO.seb1-2/+2
2003-07-22COMMENT should start with a capital letter.martti1-2/+2
2002-02-18Introduce new framework for handling info files generation and installation.seb1-1/+2
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2001-11-28Added cgicc-3.1.5, provided by Shell Hung in pkg/14643martti1-0/+19
GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.