From root@jivago.ryazan.ru  Thu Jan 11 01:09:22 2001
Return-Path: <root@jivago.ryazan.ru>
Received: from jivago.ryazan.ru (jivago.ryazan.ru [212.26.226.45])
	by hub.freebsd.org (Postfix) with ESMTP id B138437B402
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Jan 2001 01:09:19 -0800 (PST)
Received: from root by jivago.ryazan.ru with local (Exim 3.16 #1)
	id 14GdjK-000GIk-00
	for FreeBSD-gnats-submit@freebsd.org; Thu, 11 Jan 2001 12:09:10 +0300
Message-Id: <E14GdjK-000GIk-00@jivago.ryazan.ru>
Date: Thu, 11 Jan 2001 12:09:10 +0300
From: skv@protey.ru
Reply-To: skv@protey.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: HTTP::GHTTP - Perl interface to the gnome ghttp library
X-Send-Pr-Version: 3.2

>Number:         24246
>Category:       ports
>Synopsis:       New port: HTTP::GHTTP - Perl interface to the gnome ghttp library
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    vanilla
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 11 01:10:01 PST 2001
>Closed-Date:    Sat Feb 10 22:52:07 PST 2001
>Last-Modified:  Sat Feb 10 22:53:04 PST 2001
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
>Environment:

	

>Description:

New port: HTTP::GHTTP - Perl interface to the gnome ghttp library

>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/Makefile
#	p5-HTTP-GHTTP/distinfo
#	p5-HTTP-GHTTP/pkg-comment
#	p5-HTTP-GHTTP/pkg-descr
#	p5-HTTP-GHTTP/pkg-plist
#
echo c - p5-HTTP-GHTTP
mkdir -p p5-HTTP-GHTTP > /dev/null 2>&1
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 <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTTP-GHTTP
XPORTVERSION= 	1.02
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	HTTP
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XLIB_DEPENDS=	ghttp:${PORTSDIR}/www/libghttp
X
XUSE_PERL5=	yes
X
XMAN3=		HTTP::GHTTP.3
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xdo-configure:
X	@cd ${WRKSRC}; \
X	${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} \
X		LIBS="-L${LOCALBASE}/lib" \
X		INC="-I ${LOCALBASE}/include " \
X		CC="${CC}" CCFLAGS="${CFLAGS}"
X
X.include <bsd.port.mk>
END-of-p5-HTTP-GHTTP/Makefile
echo x - p5-HTTP-GHTTP/distinfo
sed 's/^X//' >p5-HTTP-GHTTP/distinfo << 'END-of-p5-HTTP-GHTTP/distinfo'
XMD5 (HTTP-GHTTP-1.02.tar.gz) = ff3d7d1cd76e68cc56d745b7a14eb002
END-of-p5-HTTP-GHTTP/distinfo
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'
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
exit


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->vanilla 
Responsible-Changed-By: vanilla 
Responsible-Changed-When: Mon Jan 15 15:58:18 PST 2001 
Responsible-Changed-Why:  
I will handle this one. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24246 
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Sat Feb 10 22:52:07 PST 2001 
State-Changed-Why:  
Committed, thanks. 

Try to use PERL_CONFIGURE instead do-configure section. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24246 
>Unformatted:
