1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

p5-HTML-Tagset is some useful data table in parsing HTML.

This commit is contained in:
Vanilla I. Shu 2000-10-13 01:58:35 +00:00
parent 871d43765b
commit 627742b5cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33749
6 changed files with 44 additions and 0 deletions

View File

@ -132,6 +132,7 @@
SUBDIR += p5-HTML-Stream
SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-TableLayout
SUBDIR += p5-HTML-Tagset
SUBDIR += p5-HTML-Tree
SUBDIR += p5-HTTPD-Tools
SUBDIR += p5-ParallelUA

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-HTML-Tagset
# Date Created: 13 Oct 2000
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HTML-Tagset
PORTVERSION= 3.02
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.ORG
USE_PERL5= yes
MAN3= HTML::Tagset.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (HTML-Tagset-3.02.tar.gz) = b086aedd55208fcc9946af95490d29f8

View File

@ -0,0 +1 @@
Some useful data table in parsing HTML.

View File

@ -0,0 +1,12 @@
This module contains several data tables useful in various kinds of
HTML parsing operations.
Note that all tag names used are lowercase.
In the following documentation, a "hashset" is a hash being used as a
set -- the hash conveys that its keys are there, and the actual values
associated with the keys are not significant. (But what values are
there, are always true.)
- Vanilla
vanilla@FreeBSD.ORG

View File

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/HTML/Tagset.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Tagset/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Tagset