pkgsrc/www/cgilib/PLIST
mef 74a7982979 Version 0.7, 2008/02/08
. Allow cookies without regular CGI POST/GET variables
 . Use GNU autotools for strndup() detection and shared library building

Version 0.6, 2008/04/06

 . Support for ';' as delimiter
 . Properly return NULL when no value was found
 . Support for multipart/form-data
 . Support for file upload
 . Added support for inclusion into C++
 . Declare some arguments const (Neil Spring)
 . Decode variable names and data
2014-11-24 05:23:17 +00:00

24 lines
563 B
Text

@comment $NetBSD: PLIST,v 1.6 2014/11/24 05:23:17 mef Exp $
include/aux.h
include/cgi.h
lib/libcgi.la
libexec/cgi-bin/cgitest
libexec/cgi-bin/jumpto
man/man3/cgiDebug.3
man/man3/cgiEscape.3
man/man3/cgiFree.3
man/man3/cgiFreeList.3
man/man3/cgiGetCookie.3
man/man3/cgiGetCookies.3
man/man3/cgiGetFile.3
man/man3/cgiGetFiles.3
man/man3/cgiGetValue.3
man/man3/cgiGetVariables.3
man/man3/cgiHeader.3
man/man3/cgiInit.3
man/man3/cgiRedirect.3
man/man3/cgiSetHeader.3
man/man3/cgiSetType.3
man/man5/cgi.5
share/examples/cgilib/cgitest.c
share/examples/cgilib/jumpto.c