New port: www/guile-www (guile modules for www interaction)
Guile-WWW is a set of Guile Scheme modules providing support for navigating HTTP connections, parsing URLs, handling CGI operations, and fetching WWW resources. PR: ports/42181 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
This commit is contained in:
parent
f5bae726e1
commit
52b82ee965
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73468
@ -102,6 +102,7 @@
|
||||
SUBDIR += gnujsp
|
||||
SUBDIR += grail
|
||||
SUBDIR += gtkhtml
|
||||
SUBDIR += guile-www
|
||||
SUBDIR += harvest
|
||||
SUBDIR += horde
|
||||
SUBDIR += horde2
|
||||
|
20
www/guile-www/Makefile
Normal file
20
www/guile-www/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: guile-www
|
||||
# Date created: 30 August 2002
|
||||
# Whom: Kimura Fuyuki <fuyuki@hadaly.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= guile-www
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= www devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= guile
|
||||
|
||||
MAINTAINER= fuyuki@hadaly.org
|
||||
|
||||
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/guile-www/distinfo
Normal file
1
www/guile-www/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (guile-www-1.1.1.tar.gz) = 134cc208f7b6fd30aa03bae90ce2f152
|
1
www/guile-www/pkg-comment
Normal file
1
www/guile-www/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Guile modules for WWW interaction
|
8
www/guile-www/pkg-descr
Normal file
8
www/guile-www/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Guile-WWW is a set of Guile Scheme modules providing support for
|
||||
navigating HTTP connections, parsing URLs, handling CGI operations,
|
||||
and fetching WWW resources.
|
||||
|
||||
WWW: http://www.gnu.org/software/guile/
|
||||
|
||||
- Kimura Fuyuki
|
||||
fuyuki@hadaly.org
|
9
www/guile-www/pkg-plist
Normal file
9
www/guile-www/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
@unexec install-info --delete %D/info/guile-www.info %D/info/dir
|
||||
info/guile-www.info
|
||||
@exec install-info %D/info/guile-www.info %D/info/dir
|
||||
share/guile/www/cgi.scm
|
||||
share/guile/www/http.scm
|
||||
share/guile/www/main.scm
|
||||
share/guile/www/url.scm
|
||||
@dirrm share/guile/www
|
||||
@unexec rmdir %D/share/guile 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user