093af034c2
- 2.24 | 2009-01-27 - new module: (www data mime-types) - new (www data http-status) proc: http-status-string - new entries for alist `*content-type-by-filename-extension*' - svg => image/svg+xml - css => text/css - MARKED FOR REMOVAL 2009-12-31 - module (www data content-type) - data structures in module (www data http-status) - *http-status* - *http-status*-META - 2.23 | 2008-05-28 - in (www data content-type), `xml' maps to "application/xml" - changes to (www server-utils big-dishing-loop) - MARKED FOR REMOVAL 2009-12-31: make-big-dishing-loop #:GET-upath - `make-big-dishing-loop' options @findex'd in manual - new `make-big-dishing-loop' option: #:method-handlers - new proc: named-socket - changes to (www server-utils answer) - `mouthpiece' commands @findex'd in manual - new `mouthpiece' command: #:inhibit-content! - new (www http) proc: http:connect
21 lines
548 B
Makefile
21 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.23 2009/06/09 19:10:34 wiz Exp $
|
|
|
|
DISTNAME= guile-www-2.24
|
|
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"
|