summaryrefslogtreecommitdiff
path: root/devel/p5-Data-Flow
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 07:59:27 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 07:59:27 +0000
commit098c036f46d210e64c5abc33895c703326c47362 (patch)
tree7cd9fc241704713f78f12e6358d8d51dae332f58 /devel/p5-Data-Flow
parentperl5 module for terminal screen handling and optimization. (diff)
Perl extension for simple-minded recipe-controlled build of data.
Notes
Notes: svn path=/head/; revision=4096
Diffstat (limited to 'devel/p5-Data-Flow')
-rw-r--r--devel/p5-Data-Flow/Makefile33
-rw-r--r--devel/p5-Data-Flow/distinfo1
-rw-r--r--devel/p5-Data-Flow/pkg-comment1
-rw-r--r--devel/p5-Data-Flow/pkg-descr23
-rw-r--r--devel/p5-Data-Flow/pkg-plist5
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