From 3e71543dac3aedee88f0733501b0801287c5ae77 Mon Sep 17 00:00:00 2001 From: dinoex Date: Thu, 9 Nov 2006 20:08:01 +0000 Subject: The Zillion Project is a distributed computing project reminiscent of the good old Zilla.app of NeXTstep days. It is based on GNUstep, the most promising OPENSTEP replacement as of today. Jobs can be created from simple template projects and can be submitted with a single command to the Zillion Server which in turn will distribute the job amongst the registered clients. No other network resources than the distributed objects (DO) port of the server machine has to be available. The key features are as follows: * Rapid turn around cycles for job submission * Dynamic addition/removal of client nodes * Full OO-design * No need for shared network resources * Real-time capabilities * Lean and clean * Open and free WWW: http://zillion.sourceforge.net/ --- net/zillion/Makefile | 28 ++++++++++++++++++++++++++++ net/zillion/distinfo | 3 +++ net/zillion/pkg-descr | 16 ++++++++++++++++ net/zillion/pkg-plist | 9 +++++++++ 4 files changed, 56 insertions(+) create mode 100644 net/zillion/Makefile create mode 100644 net/zillion/distinfo create mode 100644 net/zillion/pkg-descr create mode 100644 net/zillion/pkg-plist (limited to 'net/zillion') diff --git a/net/zillion/Makefile b/net/zillion/Makefile new file mode 100644 index 000000000000..7dad948c36e9 --- /dev/null +++ b/net/zillion/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: zillion +# Date created: 09 Nov 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= zillion +PORTVERSION= 0.1 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-0_1 + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Distributed computing project + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_GMAKE= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes +MAKEFILE= +ALL_TARGET= + +.include diff --git a/net/zillion/distinfo b/net/zillion/distinfo new file mode 100644 index 000000000000..442b43a325e2 --- /dev/null +++ b/net/zillion/distinfo @@ -0,0 +1,3 @@ +MD5 (zillion-0_1.tar.gz) = b8cfb038ec9261893c33805345a04c45 +SHA256 (zillion-0_1.tar.gz) = 553ed82d710ab55c9ecf0979ae85710496cce9b62cf618b31f3bed0186fd3579 +SIZE (zillion-0_1.tar.gz) = 14418 diff --git a/net/zillion/pkg-descr b/net/zillion/pkg-descr new file mode 100644 index 000000000000..c3a0d6116b8c --- /dev/null +++ b/net/zillion/pkg-descr @@ -0,0 +1,16 @@ +The Zillion Project is a distributed computing project reminiscent of the good +old Zilla.app of NeXTstep days. It is based on GNUstep, the most promising +OPENSTEP replacement as of today. Jobs can be created from simple template +projects and can be submitted with a single command to the Zillion Server +which in turn will distribute the job amongst the registered clients. No other +network resources than the distributed objects (DO) port of the server machine +has to be available. The key features are as follows: + * Rapid turn around cycles for job submission + * Dynamic addition/removal of client nodes + * Full OO-design + * No need for shared network resources + * Real-time capabilities + * Lean and clean + * Open and free + +WWW: http://zillion.sourceforge.net/ diff --git a/net/zillion/pkg-plist b/net/zillion/pkg-plist new file mode 100644 index 000000000000..7b796c4f981c --- /dev/null +++ b/net/zillion/pkg-plist @@ -0,0 +1,9 @@ +Local/Library/Bundles/simpleZillionJob.bundle/Resources/Info-gnustep.plist +Local/Library/Bundles/simpleZillionJob.bundle/simpleZillionJob +Local/Library/Bundles/simpleZillionJob.bundle/stamp.make +Local/Tools/zillion +Local/Tools/zillionClient +Local/Tools/zillionLoader +@dirrm Local/Library/Bundles/simpleZillionJob.bundle/Resources +@dirrm Local/Library/Bundles/simpleZillionJob.bundle +@dirrm Local/Library/Bundles -- cgit