Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2001 12:52:23 +0400 (MSD)
From:      Alex Kapranoff <kappa@zombie.antar.bryansk.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26213: New port: p5-HTML-Clean
Message-ID:  <200103300852.f2U8qNG71371@zombie.antar.bryansk.ru>

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

>Number:         26213
>Category:       ports
>Synopsis:       New port: p5-HTML-Clean
>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:   Fri Mar 30 01:00:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 4.3-RC i386
>Organization:
Inner Mongolia
>Environment:
System: FreeBSD zombie.antar.bryansk.ru 4.3-RC FreeBSD 4.3-RC #5: Mon Mar 26 12:42:11 MSD 2001 root@zombie.antar.bryansk.ru:/usr/src/sys/compile/ZOMBIE i386


	
>Description:
	
>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-HTML-Clean/
#	p5-HTML-Clean/Makefile
#	p5-HTML-Clean/distinfo
#	p5-HTML-Clean/pkg-comment
#	p5-HTML-Clean/pkg-descr
#	p5-HTML-Clean/pkg-plist
#
echo c - p5-HTML-Clean/
mkdir -p p5-HTML-Clean/ > /dev/null 2>&1
echo x - p5-HTML-Clean/Makefile
sed 's/^X//' >p5-HTML-Clean/Makefile << 'END-of-p5-HTML-Clean/Makefile'
X# New ports collection makefile for:	p5-HTML-Clean
X# Date created:				March 30th 2001
X# Whom:					Alex Kapranoff <kapr@crosswinds.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-Clean
XPORTVERSION=	0.8
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	HTML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	kapr@crosswinds.net
X
XPERL_CONFIGURE=	yes
XCONFIGURE_ARGS=	INSTALLMAN1DIR=${MANPREFIX}/man/man1
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		HTML::Clean.3
XMAN1=		htmlclean.1
X
X.include <bsd.port.mk>
END-of-p5-HTML-Clean/Makefile
echo x - p5-HTML-Clean/distinfo
sed 's/^X//' >p5-HTML-Clean/distinfo << 'END-of-p5-HTML-Clean/distinfo'
XMD5 (HTML-Clean-0.8.tar.gz) = ee562703b7700c7fd4173f355e83ec2c
END-of-p5-HTML-Clean/distinfo
echo x - p5-HTML-Clean/pkg-comment
sed 's/^X//' >p5-HTML-Clean/pkg-comment << 'END-of-p5-HTML-Clean/pkg-comment'
XCleans up HTML code for web browsers, not humans
END-of-p5-HTML-Clean/pkg-comment
echo x - p5-HTML-Clean/pkg-descr
sed 's/^X//' >p5-HTML-Clean/pkg-descr << 'END-of-p5-HTML-Clean/pkg-descr'
XThe majority of the web pages of the internet today are 
Xmuch larger than they need to be.  The reason for this is 
Xthat HTML tends to be stored in a human readable format, with
Xindenting, newlines and comments.
X
XHowever, all of these comments, whitespace etc. are ignored by
Xthe browser, and needlessly lengthen download times.
X
XSecond, many people are using WYSIWYG HTML editors these days.
XThis makes creating content easy.  However these editors can
Xcause a number of compatibility problems by tying themselves to
Xa particular browser or operating system.
X
XThe HTML::Clean module encapsulates a number of HTML optimizations
Xand cleanups.  The end result is HTML that loads faster, displays
Xproperly in more browsers.  Think of it as a compiler that
Xtranslates HTML input into optimized machine readable code.
X
X-- Alex Kapranoff <kapr@crosswinds.net>
END-of-p5-HTML-Clean/pkg-descr
echo x - p5-HTML-Clean/pkg-plist
sed 's/^X//' >p5-HTML-Clean/pkg-plist << 'END-of-p5-HTML-Clean/pkg-plist'
Xbin/htmlclean
Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Clean.pm
X@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Clean/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Clean
X@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null|| true
Xlib/perl5/site_perl/%%PERL_VER%%/auto/HTML/Clean/autosplit.ix
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/HTML/Clean
X@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/auto/HTML 2>/dev/null || true
END-of-p5-HTML-Clean/pkg-plist
exit

>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?200103300852.f2U8qNG71371>