From owner-freebsd-ports Sun Apr 29 7:40: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C53B337B43E for ; Sun, 29 Apr 2001 07:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3TEe1J14899; Sun, 29 Apr 2001 07:40:01 -0700 (PDT) (envelope-from gnats) Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id B592737B42C for ; Sun, 29 Apr 2001 07:35:29 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from 3wgraphics.com (ppp027.comintern.ru [213.148.2.27]) by darkone.comintern.net (8.10.1/8.10.1) with ESMTP id f3TEZQd1175096 for ; Sun, 29 Apr 2001 18:35:26 +0400 (MSK) Received: from root by 3wgraphics.com with local (Exim 3.22 #1) id 14tsIB-000BaK-00 for FreeBSD-gnats-submit@freebsd.org; Sun, 29 Apr 2001 18:35:19 +0400 Message-Id: Date: Sun, 29 Apr 2001 18:35:19 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/26956: Update port: p5-HTTP-GHTTP-1.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26956 >Category: ports >Synopsis: Update port: p5-HTTP-GHTTP-1.06 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Apr 29 07:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: Update port: p5-HTTP-GHTTP-1.06 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-HTTP-GHTTP # p5-HTTP-GHTTP/distinfo # p5-HTTP-GHTTP/Makefile # p5-HTTP-GHTTP/pkg-comment # p5-HTTP-GHTTP/pkg-descr # p5-HTTP-GHTTP/pkg-plist # p5-HTTP-GHTTP/files # p5-HTTP-GHTTP/files/patch-Makefile.PL # echo c - p5-HTTP-GHTTP mkdir -p p5-HTTP-GHTTP > /dev/null 2>&1 echo x - p5-HTTP-GHTTP/distinfo sed 's/^X//' >p5-HTTP-GHTTP/distinfo << 'END-of-p5-HTTP-GHTTP/distinfo' XMD5 (HTTP-GHTTP-1.06.tar.gz) = ff1c5f9bad20a57a396500c020dcef68 END-of-p5-HTTP-GHTTP/distinfo echo x - p5-HTTP-GHTTP/Makefile sed 's/^X//' >p5-HTTP-GHTTP/Makefile << 'END-of-p5-HTTP-GHTTP/Makefile' X# New ports collection makefile for: HTTP::GHTTP X# Date created: 11 Jan 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD: ports/www/p5-HTTP-GHTTP/Makefile,v 1.1 2001/02/11 06:50:52 vanilla Exp $ X# X XPORTNAME= HTTP-GHTTP XPORTVERSION= 1.06 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HTTP XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XLIB_DEPENDS= ghttp.1:${PORTSDIR}/www/libghttp X XPERL_CONFIGURE= yes XCONFIGURE_ARGS= LIBS="-L${LOCALBASE}/lib -lghttp" INC="-I${LOCALBASE}/include" X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= HTTP::GHTTP.3 X X.include END-of-p5-HTTP-GHTTP/Makefile echo x - p5-HTTP-GHTTP/pkg-comment sed 's/^X//' >p5-HTTP-GHTTP/pkg-comment << 'END-of-p5-HTTP-GHTTP/pkg-comment' XPerl interface to the gnome ghttp library END-of-p5-HTTP-GHTTP/pkg-comment echo x - p5-HTTP-GHTTP/pkg-descr sed 's/^X//' >p5-HTTP-GHTTP/pkg-descr << 'END-of-p5-HTTP-GHTTP/pkg-descr' XHTTP::GHTTP X XThis module is a simple interface to the Gnome project's libghttp. X XIt allows you to make very simple HTTP requests, without the weight Xof something like LWP. This makes it very useful in situations where Xmemory and speed are at a premium, such as mod_perl. X XIt has full support for proxy requests and authenticated requests. X XThis is free software distributed under the same terms as Perl itself, Xand the code is Copyright AxKit.com Ltd, 2000. END-of-p5-HTTP-GHTTP/pkg-descr echo x - p5-HTTP-GHTTP/pkg-plist sed 's/^X//' >p5-HTTP-GHTTP/pkg-plist << 'END-of-p5-HTTP-GHTTP/pkg-plist' Xbin/g-request Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTP/GHTTP.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP/GHTTP.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP/GHTTP.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP/GHTTP X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/HTTP 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true END-of-p5-HTTP-GHTTP/pkg-plist echo c - p5-HTTP-GHTTP/files mkdir -p p5-HTTP-GHTTP/files > /dev/null 2>&1 echo x - p5-HTTP-GHTTP/files/patch-Makefile.PL sed 's/^X//' >p5-HTTP-GHTTP/files/patch-Makefile.PL << 'END-of-p5-HTTP-GHTTP/files/patch-Makefile.PL' X*** Makefile.PL.orig Sun Apr 29 18:31:49 2001 X--- Makefile.PL Sun Apr 29 18:32:01 2001 X*************** X*** 14,20 **** X } X X my $DEBUG = delete $config{DEBUG}; X! X # get libs and inc from gnome-config X eval { X print "running gnome-config... "; X--- 14,20 ---- X } X X my $DEBUG = delete $config{DEBUG}; X! =item X # get libs and inc from gnome-config X eval { X print "running gnome-config... "; X*************** X*** 57,63 **** X } X X have_library("ghttp", "ghttp_get_header_names"); X! X WriteMakefile( X 'NAME' => 'HTTP::GHTTP', X 'VERSION_FROM' => 'GHTTP.pm', # finds $VERSION X--- 57,63 ---- X } X X have_library("ghttp", "ghttp_get_header_names"); X! =cut X WriteMakefile( X 'NAME' => 'HTTP::GHTTP', X 'VERSION_FROM' => 'GHTTP.pm', # finds $VERSION END-of-p5-HTTP-GHTTP/files/patch-Makefile.PL exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message