mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
add p5-HTML-Encoding 0.52
Determine the encoding of HTML/XML/XHTML documents
This commit is contained in:
parent
2230b57363
commit
987d7f8fbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164386
5 changed files with 40 additions and 0 deletions
|
@ -581,6 +581,7 @@
|
||||||
SUBDIR += p5-HTML-Diff
|
SUBDIR += p5-HTML-Diff
|
||||||
SUBDIR += p5-HTML-Element-Extended
|
SUBDIR += p5-HTML-Element-Extended
|
||||||
SUBDIR += p5-HTML-Embperl
|
SUBDIR += p5-HTML-Embperl
|
||||||
|
SUBDIR += p5-HTML-Encoding
|
||||||
SUBDIR += p5-HTML-FillInForm
|
SUBDIR += p5-HTML-FillInForm
|
||||||
SUBDIR += p5-HTML-FromText
|
SUBDIR += p5-HTML-FromText
|
||||||
SUBDIR += p5-HTML-LinkExtractor
|
SUBDIR += p5-HTML-LinkExtractor
|
||||||
|
|
28
www/p5-HTML-Encoding/Makefile
Normal file
28
www/p5-HTML-Encoding/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: HTML::Encoding
|
||||||
|
# Date created: Jun 5, 2006
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= HTML-Encoding
|
||||||
|
PORTVERSION= 0.52
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= HTML
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= perl@FreeBSD.org
|
||||||
|
COMMENT= Determine the encoding of HTML/XML/XHTML documents
|
||||||
|
|
||||||
|
BUILD_DEPENDS= p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \
|
||||||
|
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||||
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= HTML::Encoding.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
www/p5-HTML-Encoding/distinfo
Normal file
3
www/p5-HTML-Encoding/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (HTML-Encoding-0.52.tar.gz) = ee31564305ffdaf24d99f26588f8eb9f
|
||||||
|
SHA256 (HTML-Encoding-0.52.tar.gz) = cd0cf7b45f46ea47bc993e62260dabf7d9afba36f2aa1d95cf46f2ed292bb54c
|
||||||
|
SIZE (HTML-Encoding-0.52.tar.gz) = 10768
|
3
www/p5-HTML-Encoding/pkg-descr
Normal file
3
www/p5-HTML-Encoding/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
HTML::Encoding helps to determine the encoding of HTML and XML/XHTML documents.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/HTML-Encoding/
|
5
www/p5-HTML-Encoding/pkg-plist
Normal file
5
www/p5-HTML-Encoding/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
%%SITE_PERL%%/HTML/Encoding.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Encoding/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Encoding
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||||
|
@dirrmtry %%SITE_PERL%%/HTML
|
Loading…
Add table
Reference in a new issue