diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-15 12:57:00 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-15 12:57:00 +0800 |
commit | dba77cffc92b0d1097ff78a7cba57890136f9f6a (patch) | |
tree | d084f05bf0b1747431bb2be76a4ffa8da12261e2 /net | |
parent | a24bb401d7df89c6bb7e4f5415831bd0347d6590 (diff) | |
download | freebsd-ports-gnome-dba77cffc92b0d1097ff78a7cba57890136f9f6a.tar.gz freebsd-ports-gnome-dba77cffc92b0d1097ff78a7cba57890136f9f6a.tar.zst freebsd-ports-gnome-dba77cffc92b0d1097ff78a7cba57890136f9f6a.zip |
add net-http
A library for doing HTTP client-side programming in Guile
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/net-http/Makefile | 27 | ||||
-rw-r--r-- | net/net-http/distinfo | 1 | ||||
-rw-r--r-- | net/net-http/pkg-comment | 1 | ||||
-rw-r--r-- | net/net-http/pkg-descr | 3 | ||||
-rw-r--r-- | net/net-http/pkg-plist | 2 |
6 files changed, 35 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 17c788761aac..575ad15055de 100644 --- a/net/Makefile +++ b/net/Makefile @@ -193,6 +193,7 @@ SUBDIR += ncplib SUBDIR += nemesis SUBDIR += neoupdate + SUBDIR += net-http SUBDIR += net-snmp SUBDIR += netatalk SUBDIR += netatalk-asun diff --git a/net/net-http/Makefile b/net/net-http/Makefile new file mode 100644 index 000000000000..42257b1fbb5a --- /dev/null +++ b/net/net-http/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# New ports collection makefile for: net-http +# Date created: May 15, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= net-http +PORTVERSION= 0.2 +CATEGORIES= net +MASTER_SITES= http://evan.prodromou.san-francisco.ca.us/software/net-http/ + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile +RUN_DEPENDS= ${BUILD_DEPENDS} + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PORTNAME} +NO_BUILD= yes + +do-install: + @${MKDIR} ${LOCALBASE}/share/guile/1.4/net + ${INSTALL_DATA} ${WRKSRC}/net/http.scm ${LOCALBASE}/share/guile/1.4/net + +.include <bsd.port.mk> diff --git a/net/net-http/distinfo b/net/net-http/distinfo new file mode 100644 index 000000000000..061e85fc64c8 --- /dev/null +++ b/net/net-http/distinfo @@ -0,0 +1 @@ +MD5 (net-http-0.2.tar.gz) = 685be98e2054551c42277f2b0dad2688 diff --git a/net/net-http/pkg-comment b/net/net-http/pkg-comment new file mode 100644 index 000000000000..539d47db3ccf --- /dev/null +++ b/net/net-http/pkg-comment @@ -0,0 +1 @@ +A library for doing HTTP client-side programming in Guile diff --git a/net/net-http/pkg-descr b/net/net-http/pkg-descr new file mode 100644 index 000000000000..e48757609c1b --- /dev/null +++ b/net/net-http/pkg-descr @@ -0,0 +1,3 @@ +A library for doing HTTP client-side programming in Guile + +WWW: http://evan.prodromou.san-francisco.ca.us/software/net-http/ diff --git a/net/net-http/pkg-plist b/net/net-http/pkg-plist new file mode 100644 index 000000000000..e1bd4b89d4af --- /dev/null +++ b/net/net-http/pkg-plist @@ -0,0 +1,2 @@ +share/guile/1.4/net/http.scm +@dirrm share/guile/1.4/net |