diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-07-26 09:54:44 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-07-26 09:54:44 +0800 |
commit | a429606f7a354e175fcd566a34627d1741f56941 (patch) | |
tree | 01134cbcb69f9509214c9a770f6fa42897bed1c5 /textproc | |
parent | f4bd7bce18af55a136f5aaaff81c322c584ff5ac (diff) | |
download | freebsd-ports-graphics-a429606f7a354e175fcd566a34627d1741f56941.tar.gz freebsd-ports-graphics-a429606f7a354e175fcd566a34627d1741f56941.tar.zst freebsd-ports-graphics-a429606f7a354e175fcd566a34627d1741f56941.zip |
add p5-Text-VimColor 0.08
Syntax color text in HTML or XML using Vim
PR: 69575
Submitted by: elvis <elvis@sslab.cs.ccu.edu.tw>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-VimColor/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Text-VimColor/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-VimColor/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Text-VimColor/pkg-plist | 11 |
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9c0d9fb53c7..1ae3b1d1c2c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -342,6 +342,7 @@ SUBDIR += p5-Text-TabularDisplay SUBDIR += p5-Text-Template SUBDIR += p5-Text-Tmpl + SUBDIR += p5-Text-VimColor SUBDIR += p5-Text-WikiFormat SUBDIR += p5-Text-Wrapper SUBDIR += p5-Time-Human diff --git a/textproc/p5-Text-VimColor/Makefile b/textproc/p5-Text-VimColor/Makefile new file mode 100644 index 00000000000..5ea5265f082 --- /dev/null +++ b/textproc/p5-Text-VimColor/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Text::VimColor +# Date created: 2004-07-25 +# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Text-VimColor +PORTVERSION= 0.08 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/G/GE/GEOFFR/ +PKGNAMEPREFIX= p5- + +MAINTAINER= elvis@sslab.cs.ccu.edu.tw +COMMENT= Syntax color text in HTML or XML using Vim + +BUILD_DEPENDS= ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= text-vimcolor.1 +MAN3= Text::VimColor.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-VimColor/distinfo b/textproc/p5-Text-VimColor/distinfo new file mode 100644 index 00000000000..22546b0aa89 --- /dev/null +++ b/textproc/p5-Text-VimColor/distinfo @@ -0,0 +1,2 @@ +MD5 (Text-VimColor-0.08.tar.gz) = 4b5ebfc9e0d8be876d44d3c72b937759 +SIZE (Text-VimColor-0.08.tar.gz) = 16249 diff --git a/textproc/p5-Text-VimColor/pkg-descr b/textproc/p5-Text-VimColor/pkg-descr new file mode 100644 index 00000000000..c2a84d49a59 --- /dev/null +++ b/textproc/p5-Text-VimColor/pkg-descr @@ -0,0 +1,4 @@ +Text::VimColor - syntax color text in HTML or XML using Vim + +Author: Geoff Richards <qef@laxan.com> +WWW: http://search.cpan.org/~geoffr/Text-VimColor/ diff --git a/textproc/p5-Text-VimColor/pkg-plist b/textproc/p5-Text-VimColor/pkg-plist new file mode 100644 index 00000000000..d809319020c --- /dev/null +++ b/textproc/p5-Text-VimColor/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +bin/text-vimcolor +%%SITE_PERL%%/Text/VimColor.pm +%%SITE_PERL%%/Text/VimColor/light.css +%%SITE_PERL%%/Text/VimColor/light.xsl +%%SITE_PERL%%/Text/VimColor/mark.vim +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/VimColor/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/VimColor +@dirrm %%SITE_PERL%%/Text/VimColor +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |