diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-06 20:54:42 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-06 20:54:42 +0000 |
commit | 42ccfa9b079cf0ac4b759ea5f21f22a5e631b6d3 (patch) | |
tree | 30090a2081ec03a12ed894580f532d5ac6ab2cba /devel/p5-Data-Flow | |
parent | 145ff47c4deb87771a1b40f4efadce14cd7f8095 (diff) | |
download | ports-42ccfa9b079cf0ac4b759ea5f21f22a5e631b6d3.tar.gz ports-42ccfa9b079cf0ac4b759ea5f21f22a5e631b6d3.zip |
Update to 0.07, assume maintainership.
Notes
Notes:
svn path=/head/; revision=60721
Diffstat (limited to 'devel/p5-Data-Flow')
-rw-r--r-- | devel/p5-Data-Flow/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Data-Flow/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Data-Flow/pkg-descr | 35 |
3 files changed, 21 insertions, 22 deletions
diff --git a/devel/p5-Data-Flow/Makefile b/devel/p5-Data-Flow/Makefile index 210bee86beb6..bd949b8a2e87 100644 --- a/devel/p5-Data-Flow/Makefile +++ b/devel/p5-Data-Flow/Makefile @@ -6,13 +6,13 @@ # PORTNAME= Data-Flow -PORTVERSION= 0.05 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Data +MASTER_SITE_SUBDIR= ../by-authors/id/T/TB/TBONE/ PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= YES diff --git a/devel/p5-Data-Flow/distinfo b/devel/p5-Data-Flow/distinfo index 4313fc5120f1..e8f7db915390 100644 --- a/devel/p5-Data-Flow/distinfo +++ b/devel/p5-Data-Flow/distinfo @@ -1 +1 @@ -MD5 (Data-Flow-0.05.tar.gz) = aac4ec71bc145ce6bb9663360524b258 +MD5 (Data-Flow-0.07.tar.gz) = 524535daf906e09b891134e7cec94b59 diff --git a/devel/p5-Data-Flow/pkg-descr b/devel/p5-Data-Flow/pkg-descr index b9cd926f31ca..c699a4cde8b4 100644 --- a/devel/p5-Data-Flow/pkg-descr +++ b/devel/p5-Data-Flow/pkg-descr @@ -1,23 +1,22 @@ - The module Data::Flow provides its services via objects. - The objects may be obtained by the usual +The module Data::Flow provides its services via objects. The objects +may be obtained by the usual $request = new Data::Flow $recipes; - paradigm. The argument $recipes is a hash reference, which - provides the rules for request processing. The objects - support two methods, set() and get(). The first one is - used to provide input data for processing, the second one - to obtain the output. +paradigm. The argument $recipes is a hash reference, which provides the +rules for request processing. The objects support two methods, set() and +get(). The first one is used to provide input data for processing, the +second one to obtain the output. - The unit of requested information is a field. The method - set() takes a pair field => value, the method get() takes - one argument: the field. +The unit of requested information is a field. The method set() takes a +pair field => value, the method get() takes one argument: the field. - Every object is created without any fields filled, but it - knows how to construct fields basing on other fields or - some global into. This knowledge is provided in the - argument $recipe of the new() function. This is a - reference to a hash, keyed by fields. The values of this - hash are hash references themselves, which describe how to - acquire the field which is the corresponding key of the - initial hash. +Every object is created without any fields filled, but it knows how to +construct fields basing on other fields or some global into. This +knowledge is provided in the argument $recipe of the new() function. +This is a reference to a hash, keyed by fields. The values of this hash +are hash references themselves, which describe how to acquire the field +which is the corresponding key of the initial hash. + +Author: Ilya Zakharevich <ilya@math.ohio-state.edu> +WWW: http://search.cpan.org/search?dist=Data-Flow |