SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
10
devel/p5-Data-Flow/pkg/DESCR
Normal file
10
devel/p5-Data-Flow/pkg/DESCR
Normal file
|
@ -0,0 +1,10 @@
|
|||
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.
|
7
devel/p5-Data-Flow/pkg/PLIST
Normal file
7
devel/p5-Data-Flow/pkg/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Flow.pm
|
||||
${P5SITE}/auto/
|
||||
${P5SITE}/auto/Data/
|
||||
${P5SITE}/auto/Data/Flow/
|
||||
${P5SITE}/auto/Data/Flow/autosplit.ix
|
||||
@man man/man3p/Data::Flow.3p
|
Loading…
Add table
Add a link
Reference in a new issue