From 14711ee89e6c2c1a7bc98e5e89c8688ac4804531 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 18 Apr 1999 20:53:16 +0000 Subject: [PATCH] add libghttp port - GNOME http client library. --- www/libghttp/Makefile | 20 +++++++++++++++ www/libghttp/files/md5 | 3 +++ www/libghttp/patches/patch-aa | 43 +++++++++++++++++++++++++++++++++ www/libghttp/pkg/COMMENT | 1 + www/libghttp/pkg/DESCR | 3 +++ www/libghttp/pkg/PLIST | 6 +++++ www/libghttp/pkg/PLIST.noshared | 4 +++ 7 files changed, 80 insertions(+) create mode 100644 www/libghttp/Makefile create mode 100644 www/libghttp/files/md5 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 create mode 100644 www/libghttp/pkg/PLIST.noshared diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile new file mode 100644 index 00000000000..bbad7af3220 --- /dev/null +++ b/www/libghttp/Makefile @@ -0,0 +1,20 @@ +# $OpenBSD: Makefile,v 1.1.1.1 1999/04/18 20:53:16 brad Exp $ + +DISTNAME= libghttp-1.0.2 +CATEGORIES= www +MASTER_SITES= $(MASTER_SITE_GNOME) +MASTER_SITE_SUBDIR= sources/libghttp + +NEED_VERSION= 1.73 + +MAINTAINER= brad@openbsd.org + +SEPARATE_BUILD= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= ${CONFIGURE_SHARED} +CONFIGURE_ARGS+= --enable-static + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include diff --git a/www/libghttp/files/md5 b/www/libghttp/files/md5 new file mode 100644 index 00000000000..d7bcb4aa904 --- /dev/null +++ b/www/libghttp/files/md5 @@ -0,0 +1,3 @@ +MD5 (libghttp-1.0.2.tar.gz) = a6e9688214d37f130234239cf410f7a0 +RMD160 (libghttp-1.0.2.tar.gz) = b3b481b33df5c56cd6d0e1368f8fe181e04d495c +SHA1 (libghttp-1.0.2.tar.gz) = 32d4f24a9c4f9f0df3c3364553c8ed144f7599c5 diff --git a/www/libghttp/patches/patch-aa b/www/libghttp/patches/patch-aa new file mode 100644 index 00000000000..605be0ee2ff --- /dev/null +++ b/www/libghttp/patches/patch-aa @@ -0,0 +1,43 @@ +--- ltmain.sh.orig Sun Apr 18 02:38:56 1999 ++++ ltmain.sh Sun Apr 18 02:39:12 1999 +@@ -2633,40 +2633,6 @@ + # Exit here if they wanted silent mode. + test "$show" = : && exit 0 + +- echo "----------------------------------------------------------------------" +- echo "Libraries have been installed in:" +- for libdir in $libdirs; do +- echo " $libdir" +- done +- echo +- echo "To link against installed libraries in a given directory, LIBDIR," +- echo "you must use the \`-LLIBDIR' flag during linking." +- echo +- echo " You will also need to do at least one of the following:" +- if test -n "$shlibpath_var"; then +- echo " - add LIBDIR to the \`$shlibpath_var' environment variable" +- echo " during execution" +- fi +- if test -n "$runpath_var"; then +- echo " - add LIBDIR to the \`$runpath_var' environment variable" +- echo " during linking" +- fi +- if test -n "$hardcode_libdir_flag_spec"; then +- libdir=LIBDIR +- eval flag=\"$hardcode_libdir_flag_spec\" +- +- echo " - use the \`$flag' linker flag" +- fi +- if test -n "$admincmds"; then +- echo " - have your system administrator run these commands:$admincmds" +- fi +- if test -f /etc/ld.so.conf; then +- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" +- fi +- echo +- echo "See any operating system documentation about shared libraries for" +- echo "more information, such as the ld(1) and ld.so(8) manual pages." +- echo "----------------------------------------------------------------------" + exit 0 + ;; + diff --git a/www/libghttp/pkg/COMMENT b/www/libghttp/pkg/COMMENT new file mode 100644 index 00000000000..6d2a952374d --- /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..a976f2ff4be --- /dev/null +++ b/www/libghttp/pkg/DESCR @@ -0,0 +1,3 @@ +GNOME http client library. + +It is for making HTTP 1.1 requests. diff --git a/www/libghttp/pkg/PLIST b/www/libghttp/pkg/PLIST new file mode 100644 index 00000000000..4a6b7354283 --- /dev/null +++ b/www/libghttp/pkg/PLIST @@ -0,0 +1,6 @@ +include/ghttp.h +include/ghttp_constants.h +lib/libghttp.a +lib/libghttp.la +lib/libghttp.so.1.0 +@exec /sbin/ldconfig -m %B diff --git a/www/libghttp/pkg/PLIST.noshared b/www/libghttp/pkg/PLIST.noshared new file mode 100644 index 00000000000..a1f88318507 --- /dev/null +++ b/www/libghttp/pkg/PLIST.noshared @@ -0,0 +1,4 @@ +include/ghttp.h +include/ghttp_constants.h +lib/libghttp.a +lib/libghttp.la