mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
a46d60fd2e
commit
54b6c1afa9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114725
@ -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
|
||||
|
26
textproc/p5-Text-VimColor/Makefile
Normal file
26
textproc/p5-Text-VimColor/Makefile
Normal file
@ -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>
|
2
textproc/p5-Text-VimColor/distinfo
Normal file
2
textproc/p5-Text-VimColor/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Text-VimColor-0.08.tar.gz) = 4b5ebfc9e0d8be876d44d3c72b937759
|
||||
SIZE (Text-VimColor-0.08.tar.gz) = 16249
|
4
textproc/p5-Text-VimColor/pkg-descr
Normal file
4
textproc/p5-Text-VimColor/pkg-descr
Normal file
@ -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/
|
11
textproc/p5-Text-VimColor/pkg-plist
Normal file
11
textproc/p5-Text-VimColor/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user