Skip site navigation (1)Skip section navigation (2)
Date:      4 Mar 1999 17:36:03 -0000
From:      Tom Hukins <tom@eborcom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10390: Tidy port: p5-libwww
Message-ID:  <19990304173603.26518.qmail@eborcom.com>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990304173603.26518.qmail>