From owner-freebsd-ports Thu Mar 4 10:10:19 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EC2E15064 for ; Thu, 4 Mar 1999 10:10:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id KAA21245; Thu, 4 Mar 1999 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail2.svr.pol.co.uk (mail2.svr.pol.co.uk [195.92.193.210]) by hub.freebsd.org (Postfix) with ESMTP id A104314BCC for ; Thu, 4 Mar 1999 10:03:09 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-54.holmium.dialup.pol.co.uk ([62.136.33.54]) by mail2.svr.pol.co.uk with esmtp (Exim 2.12 #1) id 10IcSM-0005W3-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 4 Mar 1999 18:02:47 +0000 Received: (qmail 26519 invoked by uid 5000); 4 Mar 1999 17:36:03 -0000 Message-Id: <19990304173603.26518.qmail@eborcom.com> Date: 4 Mar 1999 17:36:03 -0000 From: Tom Hukins To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10390: Tidy port: p5-libwww Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10390 >Category: ports >Synopsis: Tidy port: p5-libwww >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 4 10:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Tom Hukins >Release: FreeBSD 2.2.8-STABLE i386 >Organization: eBORcOM >Environment: >Description: The p5-libwww port uses the string "i386-freebsd" instead of ${PERL_ARCH} in its Makefile. The patch below fixes this, and shortens pkg/DESCR to keep portlint happy. >How-To-Repeat: >Fix: diff -ruN p5-libwww.old/Makefile p5-libwww/Makefile --- p5-libwww.old/Makefile Sun Feb 7 10:44:01 1999 +++ p5-libwww/Makefile Thu Mar 4 17:23:01 1999 @@ -15,9 +15,9 @@ MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MD5.pm:${PORTSDIR}/security/p5-MD5 \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ - ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ +BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ + ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser USE_PERL5= YES diff -ruN p5-libwww.old/pkg/DESCR p5-libwww/pkg/DESCR --- p5-libwww.old/pkg/DESCR Sun Apr 26 11:27:35 1998 +++ p5-libwww/pkg/DESCR Thu Mar 4 17:28:56 1999 @@ -13,42 +13,4 @@ interface should be easy to extend and customize for your needs. - The main features of the library are: - - o Contains various reuseable components (modules) that - can be used separately or together. - - o Provides an object oriented model of HTTP-style - communication. Within this framework we currently - support access to http, gopher, ftp, news, file, and - mailto resources. - - o The library be used through the full object oriented - interface or through a very simple procedural - interface. - - o Support the basic and digest authorization schemes. - - o Transparent redirect handling. - - o Supports access through proxy servers. - - o URL handling (both absolute and relative URLs are - supported). - - o A parser for robots.txt files and a framework for - constructing robots. - - o An experimental HTML parser and formatters (for - PostScript and plain text). - - o The library can cooperate with Tk. A simple Tk-based - GUI browser called 'tkweb' is distributed with the Tk - extention for perl. - - o An implementation of the HTTP content negotiation - algorithm that can be used both in protocol modules and - in server scripts (like CGI scripts). - - o A simple command line client application called lwp- - request. +http://www.linpro.no/lwp/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message