diff options
author | jfitz <jfitz@FreeBSD.org> | 1996-10-24 15:59:27 +0800 |
---|---|---|
committer | jfitz <jfitz@FreeBSD.org> | 1996-10-24 15:59:27 +0800 |
commit | 00bf3fe0faae9a08e00e540d6231939b1729877c (patch) | |
tree | e27f88bb61d60b283b0a7cd585769ede9fee664d /devel/p5-Data-Flow | |
parent | b680230eb9ec15e21dd7bf69ff812b1421f173d3 (diff) | |
download | freebsd-ports-gnome-00bf3fe0faae9a08e00e540d6231939b1729877c.tar.gz freebsd-ports-gnome-00bf3fe0faae9a08e00e540d6231939b1729877c.tar.zst freebsd-ports-gnome-00bf3fe0faae9a08e00e540d6231939b1729877c.zip |
Perl extension for simple-minded recipe-controlled build of data.
Diffstat (limited to 'devel/p5-Data-Flow')
-rw-r--r-- | devel/p5-Data-Flow/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-Data-Flow/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Data-Flow/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Data-Flow/pkg-descr | 23 | ||||
-rw-r--r-- | devel/p5-Data-Flow/pkg-plist | 5 |
5 files changed, 63 insertions, 0 deletions
diff --git a/devel/p5-Data-Flow/Makefile b/devel/p5-Data-Flow/Makefile new file mode 100644 index 000000000000..d254ef3c9f1c --- /dev/null +++ b/devel/p5-Data-Flow/Makefile @@ -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> diff --git a/devel/p5-Data-Flow/distinfo b/devel/p5-Data-Flow/distinfo new file mode 100644 index 000000000000..0f728b40dc3d --- /dev/null +++ b/devel/p5-Data-Flow/distinfo @@ -0,0 +1 @@ +MD5 (Data-Flow-0.04.tar.gz) = 5c6f9ed8aee0fbf68eaa59247f99b948 diff --git a/devel/p5-Data-Flow/pkg-comment b/devel/p5-Data-Flow/pkg-comment new file mode 100644 index 000000000000..1ab45f7bcd57 --- /dev/null +++ b/devel/p5-Data-Flow/pkg-comment @@ -0,0 +1 @@ +Perl extension for simple-minded recipe-controlled build of data. diff --git a/devel/p5-Data-Flow/pkg-descr b/devel/p5-Data-Flow/pkg-descr new file mode 100644 index 000000000000..b9cd926f31ca --- /dev/null +++ b/devel/p5-Data-Flow/pkg-descr @@ -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. diff --git a/devel/p5-Data-Flow/pkg-plist b/devel/p5-Data-Flow/pkg-plist new file mode 100644 index 000000000000..ef828c2d8d85 --- /dev/null +++ b/devel/p5-Data-Flow/pkg-plist @@ -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 |