aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-07-26 01:54:44 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-07-26 01:54:44 +0000
commit54b6c1afa94c288a3ea8a603e78af09ff2db5e5b (patch)
tree70c4d287285fb03aeb6230fc7518b28e6d8db83b /textproc
parenta46d60fd2e4f181d85596c485b8c577090f68124 (diff)
downloadports-54b6c1afa94c288a3ea8a603e78af09ff2db5e5b.tar.gz
ports-54b6c1afa94c288a3ea8a603e78af09ff2db5e5b.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-VimColor/Makefile26
-rw-r--r--textproc/p5-Text-VimColor/distinfo2
-rw-r--r--textproc/p5-Text-VimColor/pkg-descr4
-rw-r--r--textproc/p5-Text-VimColor/pkg-plist11
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 9c0d9fb53c7c..1ae3b1d1c2cd 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 000000000000..5ea5265f0824
--- /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 000000000000..22546b0aa89e
--- /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 000000000000..c2a84d49a593
--- /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 000000000000..d809319020c3
--- /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