summaryrefslogtreecommitdiff
path: root/www/cgicc/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2011-03-17Changes 3.2.9:adam1-159/+5
* Correction of bugs Changes 3.2.8: * Correction of bugs on compilation Changes 3.2.7: * Correction of bugs on compilation Changes 3.2.6: * Correction of bugs, see changelog file Changes 3.2.5: * Add the XHTML support from David Roberts work
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+1
2006-03-05Changes 3.2.3:adam1-5/+176
* 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
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-03-11Remove info files entries from PLIST.seb1-5/+1
2003-08-07Convert to USE_NEW_TEXINFO.seb1-3/+1
2002-02-18Introduce new framework for handling info files generation and installation.seb1-3/+3
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/+26
GNU cgicc is an ANSI C++ compliant class library that greatly simplifies the creation of CGI applications for the World Wide Web.