diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-19 12:05:47 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-19 12:05:47 +0800 |
commit | 9737527faa7834fc4947740988c3e8ecced93e37 (patch) | |
tree | f6f59e6d7911f9ff30186dc2d057a68dad64fa72 /www/guile-www | |
parent | 614c5a253ccf555026b3f8a07fb948651ee352d9 (diff) | |
download | freebsd-ports-gnome-9737527faa7834fc4947740988c3e8ecced93e37.tar.gz freebsd-ports-gnome-9737527faa7834fc4947740988c3e8ecced93e37.tar.zst freebsd-ports-gnome-9737527faa7834fc4947740988c3e8ecced93e37.zip |
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>
Diffstat (limited to 'www/guile-www')
-rw-r--r-- | www/guile-www/Makefile | 20 | ||||
-rw-r--r-- | www/guile-www/distinfo | 1 | ||||
-rw-r--r-- | www/guile-www/pkg-comment | 1 | ||||
-rw-r--r-- | www/guile-www/pkg-descr | 8 | ||||
-rw-r--r-- | www/guile-www/pkg-plist | 9 |
5 files changed, 39 insertions, 0 deletions
diff --git a/www/guile-www/Makefile b/www/guile-www/Makefile new file mode 100644 index 000000000000..61da67bb4579 --- /dev/null +++ b/www/guile-www/Makefile @@ -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> diff --git a/www/guile-www/distinfo b/www/guile-www/distinfo new file mode 100644 index 000000000000..cc572ec059ac --- /dev/null +++ b/www/guile-www/distinfo @@ -0,0 +1 @@ +MD5 (guile-www-1.1.1.tar.gz) = 134cc208f7b6fd30aa03bae90ce2f152 diff --git a/www/guile-www/pkg-comment b/www/guile-www/pkg-comment new file mode 100644 index 000000000000..c7dfcfc5f60c --- /dev/null +++ b/www/guile-www/pkg-comment @@ -0,0 +1 @@ +Guile modules for WWW interaction diff --git a/www/guile-www/pkg-descr b/www/guile-www/pkg-descr new file mode 100644 index 000000000000..00248489daaf --- /dev/null +++ b/www/guile-www/pkg-descr @@ -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 diff --git a/www/guile-www/pkg-plist b/www/guile-www/pkg-plist new file mode 100644 index 000000000000..b5aa3ed93bd9 --- /dev/null +++ b/www/guile-www/pkg-plist @@ -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 |