summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-08-20 16:53:00 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-08-20 16:53:00 +0000
commitad48f854415ad3cce1791c9eeb106446a8c9c5da (patch)
treebd7fdab0c196b48f4f48163a8e502d41f178ae06 /www
parentAdd dvdstyler, a crossplatform GUI frontend to the dvd authoring and (diff)
Add p5-Kwiki-Archive-SVK, Kwiki Page Archival Using SVK
PR: ports/70354 Approved by: vanilla (co-mentor)
Notes
Notes: svn path=/head/; revision=116797
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-Kwiki-Archive-SVK/Makefile35
-rw-r--r--www/p5-Kwiki-Archive-SVK/distinfo2
-rw-r--r--www/p5-Kwiki-Archive-SVK/pkg-descr3
-rw-r--r--www/p5-Kwiki-Archive-SVK/pkg-message9
-rw-r--r--www/p5-Kwiki-Archive-SVK/pkg-plist5
6 files changed, 55 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index bb43a60875f6..38a5ce04d205 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -481,6 +481,7 @@
SUBDIR += p5-IMDB-Movie
SUBDIR += p5-Kwiki
SUBDIR += p5-Kwiki-Archive-Rcs
+ SUBDIR += p5-Kwiki-Archive-SVK
SUBDIR += p5-Kwiki-RecentChanges
SUBDIR += p5-Kwiki-RecentChangesRSS
SUBDIR += p5-Kwiki-Revisions
diff --git a/www/p5-Kwiki-Archive-SVK/Makefile b/www/p5-Kwiki-Archive-SVK/Makefile
new file mode 100644
index 000000000000..57eeb6c4eaeb
--- /dev/null
+++ b/www/p5-Kwiki-Archive-SVK/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: p5-Kwiki-Archive-SVK
+# Date created: Aug 12 2004
+# Whom: Cheng-Lung Sung <clsung@dragon2.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Kwiki-Archive-SVK
+PORTVERSION= 0.03
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Kwiki
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@FreeBSD.org
+COMMENT= Kwiki Page Archival Using SVK
+
+BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki \
+ ${SITE_PERL}/SVK.pm:${PORTSDIR}/devel/svk
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Kwiki::Archive::SVK.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+IGNORE= This port requires perl 5.8.0 or later. Install lang/perl5.8 then try again
+.endif
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.post.mk>
diff --git a/www/p5-Kwiki-Archive-SVK/distinfo b/www/p5-Kwiki-Archive-SVK/distinfo
new file mode 100644
index 000000000000..e9ffecd483b7
--- /dev/null
+++ b/www/p5-Kwiki-Archive-SVK/distinfo
@@ -0,0 +1,2 @@
+MD5 (Kwiki-Archive-SVK-0.03.tar.gz) = c72f5165fe543b81ffae6e7ea15a1cc2
+SIZE (Kwiki-Archive-SVK-0.03.tar.gz) = 9978
diff --git a/www/p5-Kwiki-Archive-SVK/pkg-descr b/www/p5-Kwiki-Archive-SVK/pkg-descr
new file mode 100644
index 000000000000..a4e624e42352
--- /dev/null
+++ b/www/p5-Kwiki-Archive-SVK/pkg-descr
@@ -0,0 +1,3 @@
+Kwiki::Archive::SVK - Kwiki Page Archival Using SVK
+
+WWW: http://search.cpan.org/dist/Kwiki-Archive-SVK/
diff --git a/www/p5-Kwiki-Archive-SVK/pkg-message b/www/p5-Kwiki-Archive-SVK/pkg-message
new file mode 100644
index 000000000000..4c09b0cf3d90
--- /dev/null
+++ b/www/p5-Kwiki-Archive-SVK/pkg-message
@@ -0,0 +1,9 @@
+/* ================================================================= */
+Note:
+ Kwiki-Archive-SVK plugin installed! Now you should add
+ to your kwiki in kwiki installation directory:
+
+$ cd cgi-bin/my-kwiki
+$ kwiki -add Kwiki::Archive::SVK
+
+/* ================================================================= */
diff --git a/www/p5-Kwiki-Archive-SVK/pkg-plist b/www/p5-Kwiki-Archive-SVK/pkg-plist
new file mode 100644
index 000000000000..fbd79dda08f6
--- /dev/null
+++ b/www/p5-Kwiki-Archive-SVK/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Kwiki/Archive/SVK.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Archive/SVK/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Archive/SVK
+@unexec rmdir %D/%%SITE_PERL%%/Kwiki/Archive 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Kwiki 2>/dev/null || true