diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-10 16:13:14 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-10 16:13:14 +0000 |
commit | adedc4ce4f5773d790acb0b3f5fee8ca49b11b5f (patch) | |
tree | 6466862bf2fad0f135b23a878f353e2c851ac60b /devel/p5-IO-Null | |
parent | 9c5c4e07fd556df3bac8e3d18f4ccecc8e7b68ac (diff) | |
download | FreeBSD-ports-adedc4ce4f5773d790acb0b3f5fee8ca49b11b5f.zip FreeBSD-ports-adedc4ce4f5773d790acb0b3f5fee8ca49b11b5f.tar.gz |
IO::Null
========
Calling a constructor of this class always succeeds, returning a new
null filehabdle. Writing to any object of this class is always a no-
operation, and returns true. Reading from any object of this class is
always nooperation, and returns empty-string or empty-list, as
appropriate.
WWW: http://search.cpan.org/dist/IO-Null/
PR: ports/98723
Submitted by: Rouslan Iskhakov <rouslan@rshell.net>
Diffstat (limited to 'devel/p5-IO-Null')
-rw-r--r-- | devel/p5-IO-Null/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-IO-Null/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-IO-Null/pkg-descr | 10 | ||||
-rw-r--r-- | devel/p5-IO-Null/pkg-plist | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-IO-Null/Makefile b/devel/p5-IO-Null/Makefile new file mode 100644 index 0000000..c778e3c --- /dev/null +++ b/devel/p5-IO-Null/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-IO-Null +# Date created: 06/06/2006 +# Whom: Rouslan Iskhakov <rouslan@rshell.net> +# +# $FreeBSD$ +# + +PORTNAME= IO-Null +PORTVERSION= 1.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= IO +PKGNAMEPREFIX= p5- + +MAINTAINER= rouslan@rshell.net +COMMENT= IO::Null - class for null filehandles + +PERL_CONFIGURE= yes + +MAN3= IO::Null.3 + +.include <bsd.port.mk> diff --git a/devel/p5-IO-Null/distinfo b/devel/p5-IO-Null/distinfo new file mode 100644 index 0000000..7f72f07 --- /dev/null +++ b/devel/p5-IO-Null/distinfo @@ -0,0 +1,3 @@ +MD5 (IO-Null-1.01.tar.gz) = 54d6084398f8b4e7062660b9ccc835a8 +SHA256 (IO-Null-1.01.tar.gz) = 3a9adeffff8d64b157c3ddb9c54468e7296356a07081739e9ab903b4953248b3 +SIZE (IO-Null-1.01.tar.gz) = 5130 diff --git a/devel/p5-IO-Null/pkg-descr b/devel/p5-IO-Null/pkg-descr new file mode 100644 index 0000000..e26715b --- /dev/null +++ b/devel/p5-IO-Null/pkg-descr @@ -0,0 +1,10 @@ +IO::Null +======== + +Calling a constructor of this class always succeeds, returning a new +null filehabdle. Writing to any object of this class is always a no- +operation, and returns true. Reading from any object of this class is +always nooperation, and returns empty-string or empty-list, as +appropriate. + +WWW: http://search.cpan.org/dist/IO-Null/ diff --git a/devel/p5-IO-Null/pkg-plist b/devel/p5-IO-Null/pkg-plist new file mode 100644 index 0000000..86d7b87 --- /dev/null +++ b/devel/p5-IO-Null/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/IO/Null.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Null/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Null +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO +@dirrmtry %%SITE_PERL%%/IO |