From 134442c0642d069846e314160205618af5736d77 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 23 Dec 1998 19:14:23 +0000 Subject: libghttp is the GNOME http client library, need by GNOME project. --- www/libghttp/Makefile | 21 +++++++++++++++++++++ www/libghttp/distinfo | 1 + www/libghttp/files/patch-ab | 11 +++++++++++ www/libghttp/pkg-comment | 1 + www/libghttp/pkg-descr | 6 ++++++ www/libghttp/pkg-plist | 8 ++++++++ 6 files changed, 48 insertions(+) create mode 100644 www/libghttp/Makefile create mode 100644 www/libghttp/distinfo create mode 100644 www/libghttp/files/patch-ab 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 000000000000..b9675a632193 --- /dev/null +++ b/www/libghttp/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: libghttp +# Version required: 0.99 +# Date Created: 24 Dec 1998 +# Whom: Vanilla I. Shu +# +# $Id$ +# + +DISTNAME= libghttp-0.99 +CATEGORIES= www +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ + +MAINTAINER= vanilla@FreeBSD.ORG + +GNU_CONFIGURE= yes + +post-install: + @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + +.include diff --git a/www/libghttp/distinfo b/www/libghttp/distinfo new file mode 100644 index 000000000000..4a265278dbf7 --- /dev/null +++ b/www/libghttp/distinfo @@ -0,0 +1 @@ +MD5 (libghttp-0.99.tar.gz) = ec980b58739978a655f9334b1f685bcc diff --git a/www/libghttp/files/patch-ab b/www/libghttp/files/patch-ab new file mode 100644 index 000000000000..aaa6fe58d9da --- /dev/null +++ b/www/libghttp/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu Dec 24 01:26:33 1998 ++++ Makefile.in Thu Dec 24 01:26:47 1998 +@@ -93,7 +93,7 @@ + ghttp.h \ + ghttp_constants.h + +-libghttp_la_LDFLAGS = -version-info 99:0:99 ++libghttp_la_LDFLAGS = -version-info 0:1:0 + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff --git a/www/libghttp/pkg-comment b/www/libghttp/pkg-comment new file mode 100644 index 000000000000..6d2a952374df --- /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 000000000000..09aa8e317262 --- /dev/null +++ b/www/libghttp/pkg-descr @@ -0,0 +1,6 @@ +GNOME http client library. + +It is for making HTTP 1.1 requests. + +-Vanilla +vanilla@FreeBSD.ORG diff --git a/www/libghttp/pkg-plist b/www/libghttp/pkg-plist new file mode 100644 index 000000000000..374f2ab47001 --- /dev/null +++ b/www/libghttp/pkg-plist @@ -0,0 +1,8 @@ +include/ghttp.h +include/ghttp_constants.h +lib/libghttp.a +lib/libghttp.la +lib/libghttp.so +lib/libghttp.so.0.1 +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -- cgit v1.2.3