- 2.25 | 2009-05-28 - changes to (www cgi) - bugfix: parse cookies using comma as inter-cookie delim - bugfix: query-string no longer masks form-data - new proc: cgi:cookie-names - new support for ‘uploads-lazy’ (file contents management) style - new module: (www server-utils form-2-form) - new (www server-utils cookies) proc: simple-parse-cookies - new (www server-utils parse-request) procs - hqf<-upath - alist<-query - read-body - documentation spiffed - distribution includes guile-www.pdf - maintenance uses GNU Autoconf 2.63, GNU Automake 1.11
21 lines
548 B
Makefile
21 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.25 2010/02/07 16:12:01 wiz Exp $
|
|
|
|
DISTNAME= guile-www-2.25
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= http://www.gnuvola.org/software/guile-www/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.gnuvola.org/software/guile-www/
|
|
#Before ttn maintainership, formerly 1.1.1 at
|
|
#HOMEPAGE= http://www.gnu.org/software/guile/
|
|
COMMENT= Guile WWW module
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= gmake
|
|
INFO_FILES= # PLIST
|
|
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|