From unfurl@nextrials.com  Tue May 25 15:52:16 2004
Return-Path: <unfurl@nextrials.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0246716A4E8
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 May 2004 15:52:16 -0700 (PDT)
Received: from shiva.nextrials.com (shiva.nextrials.com [64.81.74.145])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AB1E443D31
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 25 May 2004 15:52:15 -0700 (PDT)
	(envelope-from unfurl@nextrials.com)
Received: by shiva.nextrials.com (Postfix, from userid 1015)
	id D99FB3C289F; Tue, 25 May 2004 15:51:39 -0700 (PDT)
Message-Id: <20040525225139.D99FB3C289F@shiva.nextrials.com>
Date: Tue, 25 May 2004 15:51:39 -0700 (PDT)
From: Bill Swingle <unfurl@freebsd.org>
Reply-To: Bill Swingle <unfurl@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: www/p5-Compress-LeadingBlankSpaces
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67196
>Category:       ports
>Synopsis:       New port: www/p5-Compress-LeadingBlankSpaces
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    mat
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 25 16:00:29 PDT 2004
>Closed-Date:    Wed May 26 07:30:11 PDT 2004
>Last-Modified:  Wed May 26 07:30:11 PDT 2004
>Originator:     Bill Swingle
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Nextrials, Inc.
>Environment:
System: FreeBSD shiva 4.9-STABLE FreeBSD 4.9-STABLE #0: Thu Feb  5 15:44:43 PDT 2004 root@shiva:/local0/world/obj/local0/world/src/sys/SHIVA i386

>Description:
	New port for Compress::LeadingBlankSpaces perl module	
>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-Compress-LeadingBlankSpaces
#	p5-Compress-LeadingBlankSpaces/Makefile
#	p5-Compress-LeadingBlankSpaces/distinfo
#	p5-Compress-LeadingBlankSpaces/pkg-descr
#	p5-Compress-LeadingBlankSpaces/pkg-plist
#
echo c - p5-Compress-LeadingBlankSpaces
mkdir -p p5-Compress-LeadingBlankSpaces > /dev/null 2>&1
echo x - p5-Compress-LeadingBlankSpaces/Makefile
sed 's/^X//' >p5-Compress-LeadingBlankSpaces/Makefile << 'END-of-p5-Compress-LeadingBlankSpaces/Makefile'
X# New ports collection makefile for:	Compress::LeadingBlankSpaces
X# Date created:				25 May 2004
X# Whom:					Bill Swingle <unfurl@freebsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Compress-LeadingBlankSpaces
XPORTVERSION=	0.04
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Compress
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	unfurl@FreeBSD.org
XCOMMENT=	Perl class to compress leading blank spaces in web content.	
X
XPERL_CONFIGURE=	yes
X
XMAN3= 		Compress::LeadingBlankSpaces.3	
X
X.include <bsd.port.mk>
END-of-p5-Compress-LeadingBlankSpaces/Makefile
echo x - p5-Compress-LeadingBlankSpaces/distinfo
sed 's/^X//' >p5-Compress-LeadingBlankSpaces/distinfo << 'END-of-p5-Compress-LeadingBlankSpaces/distinfo'
XMD5 (Compress-LeadingBlankSpaces-0.04.tar.gz) = ecb282cbd223510bc990fff02b2ff079
XSIZE (Compress-LeadingBlankSpaces-0.04.tar.gz) = 3720
END-of-p5-Compress-LeadingBlankSpaces/distinfo
echo x - p5-Compress-LeadingBlankSpaces/pkg-descr
sed 's/^X//' >p5-Compress-LeadingBlankSpaces/pkg-descr << 'END-of-p5-Compress-LeadingBlankSpaces/pkg-descr'
XCompress::LeadingBlankSpaces - Perl class to compress leading blank
Xspaces in (HTML, JavaScript, etc.) web content.
X
XThis class provides the functionality for the most simple web content
Xcompression.
X
XBasically, the outgoing web content (HTML, JavaScript, etc.) contains
Xa lot of leading blank spaces, because of being structured on
Xdevelopment stage.  Usually, the client browser ignores leading
Xblank spaces.  Indeed, the amount of those blank spaces is as
Xsignificant as 10 to 20 percent of the length of regular web page.
XWe can reduce this part of web traffic on busy servers with no
Xvisible impact on transferred web content, especially for old
Xbrowsers incapable to understand modern content compression.
X
XThe main functionality of this class is concentrated within the
X"squeeze_string" member function that is supposed to be used inside
Xthe data transfer loop on server side.  The rest of the class is
Xdeveloped in order to serve possible exceptions, like pre-formatted
Xdata within HTML.
END-of-p5-Compress-LeadingBlankSpaces/pkg-descr
echo x - p5-Compress-LeadingBlankSpaces/pkg-plist
sed 's/^X//' >p5-Compress-LeadingBlankSpaces/pkg-plist << 'END-of-p5-Compress-LeadingBlankSpaces/pkg-plist'
X%%SITE_PERL%%/Compress/LeadingBlankSpaces.pm
END-of-p5-Compress-LeadingBlankSpaces/pkg-plist
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mat 
Responsible-Changed-By: mat 
Responsible-Changed-When: Wed May 26 05:49:52 PDT 2004 
Responsible-Changed-Why:  
take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67196 
State-Changed-From-To: open->closed 
State-Changed-By: mat 
State-Changed-When: Wed May 26 07:29:48 PDT 2004 
State-Changed-Why:  
Port added, thanks :-) 
ps: bad plist too 

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