diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-23 19:14:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-12-23 19:14:23 +0000 |
commit | 134442c0642d069846e314160205618af5736d77 (patch) | |
tree | 6e4ac960f4048e54ef4bcfab92516adefdfa7a9d /www/libghttp | |
parent | 118bb246a5a7fddfca67dbe02e3097288375c0b4 (diff) | |
download | ports-134442c0642d069846e314160205618af5736d77.tar.gz ports-134442c0642d069846e314160205618af5736d77.zip |
Notes
Diffstat (limited to 'www/libghttp')
-rw-r--r-- | www/libghttp/Makefile | 21 | ||||
-rw-r--r-- | www/libghttp/distinfo | 1 | ||||
-rw-r--r-- | www/libghttp/files/patch-ab | 11 | ||||
-rw-r--r-- | www/libghttp/pkg-comment | 1 | ||||
-rw-r--r-- | www/libghttp/pkg-descr | 6 | ||||
-rw-r--r-- | www/libghttp/pkg-plist | 8 |
6 files changed, 48 insertions, 0 deletions
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 <vanilla@FreeBSD.ORG> +# +# $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 <bsd.port.mk> 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 |