mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Kwiki::Diff display differences between the current wiki page and
older revisions. PR: 78278 Submitted by: Rong-En Fan
This commit is contained in:
parent
9a3e24b06a
commit
1e5e6d293a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130153
6 changed files with 59 additions and 0 deletions
|
@ -502,6 +502,7 @@
|
||||||
SUBDIR += p5-Kwiki-Archive-Rcs
|
SUBDIR += p5-Kwiki-Archive-Rcs
|
||||||
SUBDIR += p5-Kwiki-Archive-SVK
|
SUBDIR += p5-Kwiki-Archive-SVK
|
||||||
SUBDIR += p5-Kwiki-Atom
|
SUBDIR += p5-Kwiki-Atom
|
||||||
|
SUBDIR += p5-Kwiki-Diff
|
||||||
SUBDIR += p5-Kwiki-GDGraphGenerator
|
SUBDIR += p5-Kwiki-GDGraphGenerator
|
||||||
SUBDIR += p5-Kwiki-Icons-Gnome
|
SUBDIR += p5-Kwiki-Icons-Gnome
|
||||||
SUBDIR += p5-Kwiki-NewPage
|
SUBDIR += p5-Kwiki-NewPage
|
||||||
|
|
36
www/p5-Kwiki-Diff/Makefile
Normal file
36
www/p5-Kwiki-Diff/Makefile
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# New ports collection makefile for: p5-Kwiki-Diff
|
||||||
|
# Date created: Mar 02 2005
|
||||||
|
# Whom: Rong-En Fan <rafan@infor.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Kwiki-Diff
|
||||||
|
PORTVERSION= 0.02
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Kwiki
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= rafan@infor.org
|
||||||
|
COMMENT= Kwiki Diff Plugin
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \
|
||||||
|
${SITE_PERL}/Kwiki/Revisions.pm:${PORTSDIR}/www/p5-Kwiki-Revisions \
|
||||||
|
${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Kwiki::Diff.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>
|
2
www/p5-Kwiki-Diff/distinfo
Normal file
2
www/p5-Kwiki-Diff/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (Kwiki-Diff-0.02.tar.gz) = cb46daa63a6f0df6c6a0399988d3381c
|
||||||
|
SIZE (Kwiki-Diff-0.02.tar.gz) = 3938
|
7
www/p5-Kwiki-Diff/pkg-descr
Normal file
7
www/p5-Kwiki-Diff/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Kwiki::Diff - Kwiki Diff plugin
|
||||||
|
|
||||||
|
Kwiki::Diff display differences between the current wiki page and
|
||||||
|
older revisions
|
||||||
|
|
||||||
|
Author: Ian Langworth
|
||||||
|
WWW: http://search.cpan.org/~ian/Kwiki-Diff/
|
9
www/p5-Kwiki-Diff/pkg-message
Normal file
9
www/p5-Kwiki-Diff/pkg-message
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
/* ================================================================= */
|
||||||
|
Note:
|
||||||
|
Kwiki-Diff plugin installed! Now you should add
|
||||||
|
to your kwiki in kwiki installation directory:
|
||||||
|
|
||||||
|
$ cd cgi-bin/my-kwiki
|
||||||
|
$ kwiki -add Kwiki::Diff
|
||||||
|
|
||||||
|
/* ================================================================= */
|
4
www/p5-Kwiki-Diff/pkg-plist
Normal file
4
www/p5-Kwiki-Diff/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
%%SITE_PERL%%/Kwiki/Diff.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Diff/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Diff
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue