From owner-freebsd-ports Mon Jan 3 9:30: 5 2000 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 B265915177 for ; Mon, 3 Jan 2000 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15362; Mon, 3 Jan 2000 09:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from netserv1.chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id C597315072 for ; Mon, 3 Jan 2000 09:28:49 -0800 (PST) (envelope-from dima@netserv1.chg.ru) Received: (from dima@localhost) by netserv1.chg.ru (8.9.3/8.9.3) id UAA65605; Mon, 3 Jan 2000 20:28:43 +0300 (MSK) Message-Id: <200001031728.UAA65605@netserv1.chg.ru> Date: Mon, 3 Jan 2000 20:28:43 +0300 (MSK) From: Dmitry Sivachenko Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/15862: New port: www/p5-HTML-Tree Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 15862 >Category: ports >Synopsis: New port: www/p5-HTML-Tree >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: Mon Jan 3 09:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >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: # # . # ./Makefile # ./files # ./files/md5 # ./pkg # ./pkg/PLIST # ./pkg/COMMENT # ./pkg/DESCR # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: p5-HTML-Tree X# Version required: 0.62 X# Date created: 3 January 2000 X# Whom: Dmitry Sivachenko X# X# $FreeBSD: $ X# X XDISTNAME= HTML-Tree-0.62 XPKGNAME= p5-HTML-Tree-0.62 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HTML X XMAINTAINER= dima@Chg.RU X XBUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser X XUSE_PERL5= YES X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X XMAN3= HTML::Parse.3 HTML::TreeBuilder.3 HTML::AsSubs.3 HTML::Element.3 X Xdo-configure: X @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL X X.include END-of-./Makefile echo c - ./files mkdir -p ./files > /dev/null 2>&1 echo x - ./files/md5 sed 's/^X//' >./files/md5 << 'END-of-./files/md5' XMD5 (HTML-Tree-0.62.tar.gz) = 4bf6a0b2545ffe43b150a6c0d23faf78 END-of-./files/md5 echo c - ./pkg mkdir -p ./pkg > /dev/null 2>&1 echo x - ./pkg/PLIST sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST' Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Parse.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/TreeBuilder.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/AsSubs.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Element.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML-Tree/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML-Tree X@dirrm lib/perl5/site_perl/%%PERL_VER%%/HTML END-of-./pkg/PLIST echo x - ./pkg/COMMENT sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT' XA collection of modules to manupulate HTML syntax trees. END-of-./pkg/COMMENT echo x - ./pkg/DESCR sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR' XThis is a collection of modules that represent, create, and extract Xinformation from HTML syntax trees. X XThe modules present in this collection are: X X HTML::Element - represents the nodes of the HTML syntax trees. The X elements have other elements and text segments as children. X The HTML::Element class have methods to methods to build, X alter, and traverse the structure of the tree. X X HTML::TreeBuilder - uses HTML::Parser to read HTML document text and X build from it a syntax tree made of HTML::Element nodes. X X HTML::Parse - deprecated. Now just a wrapper around X HTML::TreeBuilder X X HTML::AsSubs - Easy way to build an HTML syntax tree by nesting X functions. X X--Dima Xdima@Chg.RU END-of-./pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message