summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2005-03-02 07:37:01 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2005-03-02 07:37:01 +0000
commit1e5e6d293a53e1ac8bcc13a5ac62a624bb408cbb (patch)
treef34af37dae2c43f60c2876c372aa29c7d5f76126 /www
parent- Update to 2.2.15 (diff)
- Kwiki::Diff display differences between the current wiki page and
older revisions. PR: 78278 Submitted by: Rong-En Fan
Notes
Notes: svn path=/head/; revision=130153
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Kwiki-Diff/Makefile36
-rw-r--r--www/p5-Kwiki-Diff/distinfo2
-rw-r--r--www/p5-Kwiki-Diff/pkg-descr7
-rw-r--r--www/p5-Kwiki-Diff/pkg-message9
-rw-r--r--www/p5-Kwiki-Diff/pkg-plist4
6 files changed, 59 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 2d5e97360472..5ec859ba9dcc 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -502,6 +502,7 @@
SUBDIR += p5-Kwiki-Archive-Rcs
SUBDIR += p5-Kwiki-Archive-SVK
SUBDIR += p5-Kwiki-Atom
+ SUBDIR += p5-Kwiki-Diff
SUBDIR += p5-Kwiki-GDGraphGenerator
SUBDIR += p5-Kwiki-Icons-Gnome
SUBDIR += p5-Kwiki-NewPage
diff --git a/www/p5-Kwiki-Diff/Makefile b/www/p5-Kwiki-Diff/Makefile
new file mode 100644
index 000000000000..8b9fb904bd25
--- /dev/null
+++ b/www/p5-Kwiki-Diff/Makefile
@@ -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>
diff --git a/www/p5-Kwiki-Diff/distinfo b/www/p5-Kwiki-Diff/distinfo
new file mode 100644
index 000000000000..1d8100ee8e62
--- /dev/null
+++ b/www/p5-Kwiki-Diff/distinfo
@@ -0,0 +1,2 @@
+MD5 (Kwiki-Diff-0.02.tar.gz) = cb46daa63a6f0df6c6a0399988d3381c
+SIZE (Kwiki-Diff-0.02.tar.gz) = 3938
diff --git a/www/p5-Kwiki-Diff/pkg-descr b/www/p5-Kwiki-Diff/pkg-descr
new file mode 100644
index 000000000000..9c702669be60
--- /dev/null
+++ b/www/p5-Kwiki-Diff/pkg-descr
@@ -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/
diff --git a/www/p5-Kwiki-Diff/pkg-message b/www/p5-Kwiki-Diff/pkg-message
new file mode 100644
index 000000000000..0f22d3d482bf
--- /dev/null
+++ b/www/p5-Kwiki-Diff/pkg-message
@@ -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
+
+/* ================================================================= */
diff --git a/www/p5-Kwiki-Diff/pkg-plist b/www/p5-Kwiki-Diff/pkg-plist
new file mode 100644
index 000000000000..e98233c5b4c9
--- /dev/null
+++ b/www/p5-Kwiki-Diff/pkg-plist
@@ -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