p5-HTML-Tagset - data tables useful in parsing HTML
This commit is contained in:
parent
b08410624a
commit
dc06a9eb87
5 changed files with 26 additions and 0 deletions
17
www/p5-HTML-Tagset/Makefile
Normal file
17
www/p5-HTML-Tagset/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/08/27 22:05:42 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HTML-Tagset-3.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
|
||||
USE_PERL5= # defined
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Tagset/.packlist
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
www/p5-HTML-Tagset/files/md5
Normal file
3
www/p5-HTML-Tagset/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/08/27 22:05:42 jlam Exp $
|
||||
|
||||
MD5 (HTML-Tagset-3.01.tar.gz) = 85225ee1fd7008dc4367e84d0e442e80
|
1
www/p5-HTML-Tagset/pkg/COMMENT
Normal file
1
www/p5-HTML-Tagset/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
perl5 module of data tables useful in parsing HTML
|
4
www/p5-HTML-Tagset/pkg/DESCR
Normal file
4
www/p5-HTML-Tagset/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module contains several data tables useful in various kinds of
|
||||
HTML parsing operations.
|
||||
|
||||
Note that all tag names used are lowercase.
|
1
www/p5-HTML-Tagset/pkg/PLIST
Normal file
1
www/p5-HTML-Tagset/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/27 22:05:42 jlam Exp $
|
Loading…
Reference in a new issue