-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
. 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
- Loading branch information
mef
committed
Nov 24, 2014
1 parent
fbefa02
commit 715ed89
Showing
7 changed files
with
20 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,24 @@ | ||
# $NetBSD: Makefile,v 1.18 2012/10/28 06:30:12 asau Exp $ | ||
# $NetBSD: Makefile,v 1.19 2014/11/24 05:23:17 mef Exp $ | ||
# | ||
|
||
DISTNAME= cgilib-0.5 | ||
PKGREVISION= 3 | ||
DISTNAME= cgilib-0.7 | ||
CATEGORIES= www | ||
MASTER_SITES= http://www.infodrom.org/projects/cgilib/download/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.infodrom.org/projects/cgilib/ | ||
COMMENT= Common gateway interface library | ||
LICENSE= gnu-gpl-v2 | ||
|
||
INSTALLATION_DIRS= include lib ${PKGMANDIR}/man3 ${PKGMANDIR}/man5 | ||
USE_LIBTOOL= yes | ||
MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} | ||
|
||
GNU_CONFIGURE= yes | ||
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} | ||
CONFIGURE_ARGS+= --bindir=${PREFIX}/libexec/cgi-bin | ||
INSTALLATION_DIRS= ${PREFIX}/share/examples/cgilib | ||
|
||
post-install: | ||
(cd ${WRKSRC}; \ | ||
${INSTALL_DATA} jumpto.c cgitest.c ${DESTDIR}${PREFIX}/share/examples/cgilib) | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
$NetBSD: distinfo,v 1.12 2009/02/16 19:16:57 joerg Exp $ | ||
$NetBSD: distinfo,v 1.13 2014/11/24 05:23:17 mef Exp $ | ||
|
||
SHA1 (cgilib-0.5.tar.gz) = 3ba65e9fac43b875427a126ebbaaa6155e9692df | ||
RMD160 (cgilib-0.5.tar.gz) = 0188fc57aee277e772e32328b96aa836557c0c63 | ||
Size (cgilib-0.5.tar.gz) = 13991 bytes | ||
SHA1 (patch-aa) = 9b92cde49f84a22d53044b230b05798dc90085ef | ||
SHA1 (patch-ab) = 4e38d2665e14d3271c3ac296f3853c2a100c7617 | ||
SHA1 (patch-ac) = 3366b330d49ef8d61f26b06097c1e4e271f90728 | ||
SHA1 (patch-ad) = 94b9179073afd4494258ac72fed2d275415fb67d | ||
SHA1 (cgilib-0.7.tar.gz) = a3c9c92f38dca10ee4e30ed1fa030401aa3fcabf | ||
RMD160 (cgilib-0.7.tar.gz) = eceb4f77bccd4736757ecbcb5181f95ee2469804 | ||
Size (cgilib-0.7.tar.gz) = 268783 bytes |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.