mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Add p5-Syntax-Highlight-HTML, a perl module to highlight
HTML syntax.
This commit is contained in:
parent
4ce719cf7c
commit
35f5032f59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141688
@ -594,6 +594,7 @@
|
||||
SUBDIR += p5-Sledge-Plugin-XSLT
|
||||
SUBDIR += p5-Sledge-SessionManager-CookieStore
|
||||
SUBDIR += p5-Sledge-Template-Expr
|
||||
SUBDIR += p5-Syntax-Highlight-HTML
|
||||
SUBDIR += p5-Template-Multilingual
|
||||
SUBDIR += p5-Template-Plugin-Class
|
||||
SUBDIR += p5-Template-Plugin-Comma
|
||||
|
31
www/p5-Syntax-Highlight-HTML/Makefile
Normal file
31
www/p5-Syntax-Highlight-HTML/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: www/p5-Syntax-Highlight-HTML
|
||||
# Date created: 01 September 2005
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Syntax-Highlight-HTML
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Syntax
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Syntax::Highlight::HTML - Highlight HTML syntax
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Syntax::Highlight::HTML.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= Port requires perl 5.6.0 or later. Install lang/perl5 and try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
www/p5-Syntax-Highlight-HTML/distinfo
Normal file
2
www/p5-Syntax-Highlight-HTML/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Syntax-Highlight-HTML-0.04.tar.gz) = 8cbf5be700ea06396939384cdb3fe153
|
||||
SIZE (Syntax-Highlight-HTML-0.04.tar.gz) = 16915
|
5
www/p5-Syntax-Highlight-HTML/pkg-descr
Normal file
5
www/p5-Syntax-Highlight-HTML/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module is designed to take raw HTML input and highlight it (using a
|
||||
CSS stylesheet). The returned HTML code is ready for inclusion in a web
|
||||
page.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Syntax-Highlight-HTML
|
7
www/p5-Syntax-Highlight-HTML/pkg-plist
Normal file
7
www/p5-Syntax-Highlight-HTML/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Syntax/Highlight/HTML.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Highlight/HTML/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Highlight/HTML
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax/Highlight 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Syntax/Highlight 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Syntax 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Syntax 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user