From 520a0909890e02364a5c6e876be1f0a1fa714efc Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 23 Oct 1999 09:14:02 +0000 Subject: Import new "libghttp" package included in GNOME 1.0.53 release: GNOME http client library --- www/libghttp/Makefile | 13 +++++++++++++ www/libghttp/files/md5 | 3 +++ www/libghttp/files/patch-sum | 3 +++ www/libghttp/patches/patch-aa | 20 ++++++++++++++++++++ www/libghttp/pkg/COMMENT | 1 + www/libghttp/pkg/DESCR | 4 ++++ www/libghttp/pkg/PLIST | 5 +++++ 7 files changed, 49 insertions(+) create mode 100644 www/libghttp/Makefile create mode 100644 www/libghttp/files/md5 create mode 100644 www/libghttp/files/patch-sum create mode 100644 www/libghttp/patches/patch-aa create mode 100644 www/libghttp/pkg/COMMENT create mode 100644 www/libghttp/pkg/DESCR create mode 100644 www/libghttp/pkg/PLIST (limited to 'www/libghttp') diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile new file mode 100644 index 00000000000..6b02c416d89 --- /dev/null +++ b/www/libghttp/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/10/23 09:14:02 tron Exp $ + +DISTNAME= libghttp-1.0.4 +CATEGORIES= www gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=gnome-1.0.53/sources/} + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/www/libghttp/files/md5 b/www/libghttp/files/md5 new file mode 100644 index 00000000000..15d81d1590c --- /dev/null +++ b/www/libghttp/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $ + +MD5 (libghttp-1.0.4.tar.gz) = 37236d1fb2e906ef2e195890a6736f57 diff --git a/www/libghttp/files/patch-sum b/www/libghttp/files/patch-sum new file mode 100644 index 00000000000..df1cf27f3d3 --- /dev/null +++ b/www/libghttp/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $ + +MD5 (patch-aa) = 6de9d0f45631632c7c19853e3b0a77d1 diff --git a/www/libghttp/patches/patch-aa b/www/libghttp/patches/patch-aa new file mode 100644 index 00000000000..aeffd304d75 --- /dev/null +++ b/www/libghttp/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $ + +--- configure.orig Tue May 25 16:29:27 1999 ++++ configure Sat Oct 23 11:06:46 1999 +@@ -1984,6 +1984,7 @@ + ac_tool_prefix= + fi + ++if false; then + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' + +@@ -2216,6 +2217,7 @@ + ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ + $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ + || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } ++fi + + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. diff --git a/www/libghttp/pkg/COMMENT b/www/libghttp/pkg/COMMENT new file mode 100644 index 00000000000..1426da7f93c --- /dev/null +++ b/www/libghttp/pkg/COMMENT @@ -0,0 +1 @@ +GNOME http client library diff --git a/www/libghttp/pkg/DESCR b/www/libghttp/pkg/DESCR new file mode 100644 index 00000000000..f8f6a79f1e1 --- /dev/null +++ b/www/libghttp/pkg/DESCR @@ -0,0 +1,4 @@ +GNOME http client library + +This library is fully compliant with HTTP 1.1 as defined in the draft 5 +update of RFC 2068. diff --git a/www/libghttp/pkg/PLIST b/www/libghttp/pkg/PLIST new file mode 100644 index 00000000000..dd9f3d58310 --- /dev/null +++ b/www/libghttp/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/23 09:14:03 tron Exp $ +include/ghttp.h +include/ghttp_constants.h +lib/libghttp.a +lib/libghttp.so.1.0 -- cgit v1.2.3