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:
parent
8f777cc2a7
commit
63833e8887
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91014
@ -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
|
||||
|
22
www/p5-HTML-Strip/Makefile
Normal file
22
www/p5-HTML-Strip/Makefile
Normal 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>
|
1
www/p5-HTML-Strip/distinfo
Normal file
1
www/p5-HTML-Strip/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HTML-Strip-1.01.tar.gz) = 39b2379d0ef7b9a080aa91632caef20d
|
9
www/p5-HTML-Strip/pkg-descr
Normal file
9
www/p5-HTML-Strip/pkg-descr
Normal 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
|
7
www/p5-HTML-Strip/pkg-plist
Normal file
7
www/p5-HTML-Strip/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user