From dba77cffc92b0d1097ff78a7cba57890136f9f6a Mon Sep 17 00:00:00 2001 From: ijliao Date: Tue, 15 May 2001 04:57:00 +0000 Subject: add net-http A library for doing HTTP client-side programming in Guile --- net/Makefile | 1 + net/net-http/Makefile | 27 +++++++++++++++++++++++++++ net/net-http/distinfo | 1 + net/net-http/pkg-comment | 1 + net/net-http/pkg-descr | 3 +++ net/net-http/pkg-plist | 2 ++ 6 files changed, 35 insertions(+) create mode 100644 net/net-http/Makefile create mode 100644 net/net-http/distinfo create mode 100644 net/net-http/pkg-comment create mode 100644 net/net-http/pkg-descr create mode 100644 net/net-http/pkg-plist (limited to 'net') 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 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 -- cgit