summaryrefslogtreecommitdiff
path: root/www/guile-www
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-19 04:05:47 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-19 04:05:47 +0000
commit52b82ee965319912c1a14113e06f2ef2a73c7804 (patch)
tree1b66a105ba6e7a7260df96fd199c6f49c8719d12 /www/guile-www
parentFix these two so they at least work with 'make index'. The inclusion (diff)
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>
Notes
Notes: svn path=/head/; revision=73468
Diffstat (limited to 'www/guile-www')
-rw-r--r--www/guile-www/Makefile20
-rw-r--r--www/guile-www/distinfo1
-rw-r--r--www/guile-www/pkg-comment1
-rw-r--r--www/guile-www/pkg-descr8
-rw-r--r--www/guile-www/pkg-plist9
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