diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-21 06:50:43 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-02-21 06:50:43 +0000 |
commit | 52aab8a6d0d8ada5a7c58d29c16086911382bd20 (patch) | |
tree | ebd550134cbc794f8b5ae86a933ae5bcce8a2b54 /www/p5-Kwiki-Icons-Gnome | |
parent | 887caa941f026e911726200f146b443d9a8bca90 (diff) | |
download | ports-52aab8a6d0d8ada5a7c58d29c16086911382bd20.tar.gz ports-52aab8a6d0d8ada5a7c58d29c16086911382bd20.zip |
Notes
Diffstat (limited to 'www/p5-Kwiki-Icons-Gnome')
-rw-r--r-- | www/p5-Kwiki-Icons-Gnome/Makefile | 34 | ||||
-rw-r--r-- | www/p5-Kwiki-Icons-Gnome/distinfo | 2 | ||||
-rw-r--r-- | www/p5-Kwiki-Icons-Gnome/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-Kwiki-Icons-Gnome/pkg-message | 9 | ||||
-rw-r--r-- | www/p5-Kwiki-Icons-Gnome/pkg-plist | 4 |
5 files changed, 53 insertions, 0 deletions
diff --git a/www/p5-Kwiki-Icons-Gnome/Makefile b/www/p5-Kwiki-Icons-Gnome/Makefile new file mode 100644 index 000000000000..1c8c1f5208d8 --- /dev/null +++ b/www/p5-Kwiki-Icons-Gnome/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Kwiki-Icons-Gnome +# Date created: Feb 16 2005 +# Whom: Mark Foster <mark@foster.cc> +# +# $FreeBSD$ +# + +PORTNAME= Kwiki-Icons-Gnome +PORTVERSION= 0.14 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Kwiki +PKGNAMEPREFIX= p5- + +MAINTAINER= mark@foster.cc +COMMENT= Kwiki Gnome Icons plugin + +BUILD_DEPENDS= ${SITE_PERL}/Kwiki.pm:${PORTSDIR}/www/p5-Kwiki +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Kwiki::Icons::Gnome.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-Icons-Gnome/distinfo b/www/p5-Kwiki-Icons-Gnome/distinfo new file mode 100644 index 000000000000..f05b1eda9f52 --- /dev/null +++ b/www/p5-Kwiki-Icons-Gnome/distinfo @@ -0,0 +1,2 @@ +MD5 (Kwiki-Icons-Gnome-0.14.tar.gz) = 12bcd201bd92203ff34855e59ca13ef8 +SIZE (Kwiki-Icons-Gnome-0.14.tar.gz) = 14744 diff --git a/www/p5-Kwiki-Icons-Gnome/pkg-descr b/www/p5-Kwiki-Icons-Gnome/pkg-descr new file mode 100644 index 000000000000..6c89f667a503 --- /dev/null +++ b/www/p5-Kwiki-Icons-Gnome/pkg-descr @@ -0,0 +1,4 @@ +Kwiki::Icons::Gnome - Kwiki Gnome Icons Plugin + +WWW: http://cpan.uwinnipeg.ca/dist/Kwiki-Icons-Gnome +Author: Brian Ingerson <INGY at cpan.org> diff --git a/www/p5-Kwiki-Icons-Gnome/pkg-message b/www/p5-Kwiki-Icons-Gnome/pkg-message new file mode 100644 index 000000000000..a078aac409eb --- /dev/null +++ b/www/p5-Kwiki-Icons-Gnome/pkg-message @@ -0,0 +1,9 @@ +/* ================================================================= */ +Note: + Kwiki-Icons-Gnome plugin installed! Now you should add + to your kwiki in kwiki installation directory: + +$ cd cgi-bin/my-kwiki +$ kwiki -add Kwiki::Icons::Gnome + +/* ================================================================= */ diff --git a/www/p5-Kwiki-Icons-Gnome/pkg-plist b/www/p5-Kwiki-Icons-Gnome/pkg-plist new file mode 100644 index 000000000000..7a5b8775a85d --- /dev/null +++ b/www/p5-Kwiki-Icons-Gnome/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Kwiki/Icons/Gnome.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Icons/Gnome/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Kwiki/Icons/Gnome +@unexec rmdir %D/%%SITE_PERL%%/Kwiki/Icons/ 2>/dev/null || true |