diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-08-20 16:53:00 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2004-08-20 16:53:00 +0000 |
commit | ad48f854415ad3cce1791c9eeb106446a8c9c5da (patch) | |
tree | bd7fdab0c196b48f4f48163a8e502d41f178ae06 /www/p5-Kwiki-Archive-SVK | |
parent | bab9a719dc47110627dce29c0996fa75b56f860d (diff) | |
download | ports-ad48f854415ad3cce1791c9eeb106446a8c9c5da.tar.gz ports-ad48f854415ad3cce1791c9eeb106446a8c9c5da.zip |
Notes
Diffstat (limited to 'www/p5-Kwiki-Archive-SVK')
-rw-r--r-- | www/p5-Kwiki-Archive-SVK/Makefile | 35 | ||||
-rw-r--r-- | www/p5-Kwiki-Archive-SVK/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Kwiki-Archive-SVK/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-Kwiki-Archive-SVK/pkg-message | 9 | ||||
-rw-r--r-- | www/p5-Kwiki-Archive-SVK/pkg-plist | 5 |
5 files changed, 54 insertions, 0 deletions
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 |