diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-23 19:14:23 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-23 19:14:23 +0000 |
commit | 61fbdf6bc13d399c8718c5497a8ae473ce9e138a (patch) | |
tree | 8686f8f53b72671d048f0f3541572d647c7b639d /www/libghttp | |
parent | 4bdbd62890d4e40c2661a921c98ddf4d5d759a24 (diff) | |
download | FreeBSD-ports-61fbdf6bc13d399c8718c5497a8ae473ce9e138a.zip FreeBSD-ports-61fbdf6bc13d399c8718c5497a8ae473ce9e138a.tar.gz |
libghttp is the GNOME http client library, need by GNOME project.
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 0000000..b9675a6 --- /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 0000000..4a26527 --- /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 0000000..aaa6fe5 --- /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 0000000..6d2a952 --- /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 0000000..09aa8e3 --- /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 0000000..374f2ab --- /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 |