1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Add p5-HTML-Strip, it's module for strip html tag.

This commit is contained in:
Vanilla I. Shu 2003-10-13 10:22:07 +00:00
parent 8f777cc2a7
commit 63833e8887
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91014
5 changed files with 40 additions and 0 deletions

View File

@ -363,6 +363,7 @@
SUBDIR += p5-HTML-SimpleParse
SUBDIR += p5-HTML-StickyQuery
SUBDIR += p5-HTML-Stream
SUBDIR += p5-HTML-Strip
SUBDIR += p5-HTML-Summary
SUBDIR += p5-HTML-Table
SUBDIR += p5-HTML-TableExtract

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-HTML-Strip
# Date Created: 13 Oct 2003
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= HTML-Strip
PORTVERSION= 1.01
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl5 module for strip HTML tag
PERL_CONFIGURE= yes
MAN3= HTML::Strip.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (HTML-Strip-1.01.tar.gz) = 39b2379d0ef7b9a080aa91632caef20d

View File

@ -0,0 +1,9 @@
HTML::Strip
===========
This module strips HTML-like markup from text.
It is written in XS, and thus about five times quicker than using
regular expressions for the same task.
WWW: http://search.cpan.org/dist/HTML-Strip/
- Vanilla

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Strip.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/Strip.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip/Strip.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Strip
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/HTML 2>/dev/null || true