1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- a Kwiki plugin for VimMode preformatted forms of text

This commit is contained in:
Cheng-Lung Sung 2005-02-03 07:35:40 +00:00
parent 46e36ee9a7
commit 7f778b434e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127961
6 changed files with 55 additions and 0 deletions

View File

@ -510,6 +510,7 @@
SUBDIR += p5-Kwiki-Theme-ColumnLayout
SUBDIR += p5-Kwiki-UserName
SUBDIR += p5-Kwiki-UserPreferences
SUBDIR += p5-Kwiki-VimMode
SUBDIR += p5-Kwiki-plugins
SUBDIR += p5-LWP-Authen-Wsse
SUBDIR += p5-MasonX-Apache2Handler

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: p5-Kwiki-VimMode
# Date created: Feb 3 2004
# Whom: clsung
#
# $FreeBSD$
#
PORTNAME= Kwiki-VimMode
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Kwiki
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Kwiki VimMode preformatted forms of text
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \
${SITE_PERL}/Text/VimColor.pm:${PORTSDIR}/textproc/p5-Text-VimColor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Kwiki::VimMode.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
MD5 (Kwiki-VimMode-0.04.tar.gz) = c07f4db3c0887b14ee15b97911afe493
SIZE (Kwiki-VimMode-0.04.tar.gz) = 9168

View File

@ -0,0 +1,4 @@
Kwiki::VimMode - Kwiki VimMode Plugin
WWW: http://search.cpan.org/dist/Kwiki-VimMode/
Author: Ian Langworth <langworth.com>

View File

@ -0,0 +1,9 @@
/* ================================================================= */
Note:
Kwiki-VimMode plugin installed! Now you should add
to your kwiki in kwiki installation directory:
$ cd cgi-bin/my-kwiki
$ kwiki -add Kwiki::VimMode
/* ================================================================= */

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/Kwiki/VimMode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/VimMode/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/VimMode
@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true