From b835bd8320a219ae7dbdc1fe229a3b5a226ece42 Mon Sep 17 00:00:00 2001 From: aaron Date: Mon, 22 May 2006 00:21:01 +0000 Subject: Adding port misc/p5-Zen-Koans, a Library containing over 100 Zen Koans. Approved by: tobez (implicit) --- misc/Makefile | 1 + misc/p5-Zen-Koans/Makefile | 28 ++++++++++++++++++++++++++++ misc/p5-Zen-Koans/distinfo | 3 +++ misc/p5-Zen-Koans/pkg-descr | 10 ++++++++++ misc/p5-Zen-Koans/pkg-plist | 6 ++++++ 5 files changed, 48 insertions(+) create mode 100644 misc/p5-Zen-Koans/Makefile create mode 100644 misc/p5-Zen-Koans/distinfo create mode 100644 misc/p5-Zen-Koans/pkg-descr create mode 100644 misc/p5-Zen-Koans/pkg-plist (limited to 'misc') diff --git a/misc/Makefile b/misc/Makefile index 24e3345f710a..9fa96f04ca0e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -360,6 +360,7 @@ SUBDIR += p5-Norge SUBDIR += p5-Text-FIGlet SUBDIR += p5-Tie-DxHash + SUBDIR += p5-Zen-Koans SUBDIR += patanjali SUBDIR += patchutils SUBDIR += pbs diff --git a/misc/p5-Zen-Koans/Makefile b/misc/p5-Zen-Koans/Makefile new file mode 100644 index 000000000000..9b9d8dd52105 --- /dev/null +++ b/misc/p5-Zen-Koans/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Zen-Koans +# Date created: 21 May 2006 +# Whom: Aaron Dalton +# +# $FreeBSD$ +# + +PORTNAME= Zen-Koans +PORTVERSION= 0.04 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/L/LU/LUKEC +PKGNAMEPREFIX= p5- + +MAINTAINER= aaron@FreeBSD.org +COMMENT= Library containing over 100 Zen Koans + +MAN3= Zen::Koan.3 Zen::Koans.3 + +PERL_CONFIGURE= yes + +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.include diff --git a/misc/p5-Zen-Koans/distinfo b/misc/p5-Zen-Koans/distinfo new file mode 100644 index 000000000000..c0f37254a8e0 --- /dev/null +++ b/misc/p5-Zen-Koans/distinfo @@ -0,0 +1,3 @@ +MD5 (Zen-Koans-0.04.tar.gz) = 6a165ee912749d0acb63d6dfd3729063 +SHA256 (Zen-Koans-0.04.tar.gz) = 1552cc0b48e315d7b20bdf11919099651ba26942e77ccfe403bbdaa178a33273 +SIZE (Zen-Koans-0.04.tar.gz) = 86547 diff --git a/misc/p5-Zen-Koans/pkg-descr b/misc/p5-Zen-Koans/pkg-descr new file mode 100644 index 000000000000..e44e0649fc8f --- /dev/null +++ b/misc/p5-Zen-Koans/pkg-descr @@ -0,0 +1,10 @@ +A koan (pronounced /ko.an/) is a story, dialog, question, or statement in +the history and lore of Chan (Zen) Buddhism, generally containing aspects +that are inaccessible to rational understanding, yet that may be +accessible to intuition. + +This module contains over 100 Zen Koans, all taken from Ashidakim Zen +Koans here: http://www.ashidakim.com/zenkoans/zenindex.html + +WWW: http://search.cpan.org/dist/Zen-Koans +Author: Luke Closs diff --git a/misc/p5-Zen-Koans/pkg-plist b/misc/p5-Zen-Koans/pkg-plist new file mode 100644 index 000000000000..cee1355c7d0e --- /dev/null +++ b/misc/p5-Zen-Koans/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Zen/Koan.pm +%%SITE_PERL%%/Zen/Koans.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen/Koans/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen/Koans +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Zen +@dirrmtry %%SITE_PERL%%/Zen -- cgit