Skip to content

Commit

Permalink
Version 0.7, 2008/02/08
Browse files Browse the repository at this point in the history
 . 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
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 136 deletions.
15 changes: 11 additions & 4 deletions www/cgilib/Makefile
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"
6 changes: 5 additions & 1 deletion www/cgilib/PLIST
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 22:00:19 joerg Exp $
@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
Expand Down
12 changes: 4 additions & 8 deletions www/cgilib/distinfo
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
17 changes: 0 additions & 17 deletions www/cgilib/patches/patch-aa

This file was deleted.

67 changes: 0 additions & 67 deletions www/cgilib/patches/patch-ab

This file was deleted.

21 changes: 0 additions & 21 deletions www/cgilib/patches/patch-ac

This file was deleted.

18 changes: 0 additions & 18 deletions www/cgilib/patches/patch-ad

This file was deleted.

0 comments on commit 715ed89

Please sign in to comment.