1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Perl extension for simple-minded recipe-controlled build of data.

This commit is contained in:
James FitzGibbon 1996-10-24 07:59:27 +00:00
parent 0c53ac40f4
commit 098c036f46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4096
5 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# New ports collection makefile for: p5-Data-Flow
# Version required: 0.04
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id$
#
DISTNAME= Data-Flow-0.04
PKGNAME= p5-Data-Flow-0.04
CATEGORIES+= devel
MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Data/ \
ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Data/ \
ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Data/ \
ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Data/ \
ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Data/ \
ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Data/
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
post-install:
.if !defined(NOMANCOMPRESS)
@ for file in Data::Flow; do \
gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
done
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Data-Flow-0.04.tar.gz) = 5c6f9ed8aee0fbf68eaa59247f99b948

View File

@ -0,0 +1 @@
Perl extension for simple-minded recipe-controlled build of data.

View File

@ -0,0 +1,23 @@
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.
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.

View File

@ -0,0 +1,5 @@
lib/perl5/man/man3/Data::Flow.3.gz
lib/perl5/site_perl/Data/Flow.pm
lib/perl5/site_perl/auto/Data/Flow/autosplit.ix
lib/perl5/site_perl/i386-freebsd/auto/Data/Flow/.packlist
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Data/Flow