diff options
Diffstat (limited to 'net/zillion')
-rw-r--r-- | net/zillion/Makefile | 37 | ||||
-rw-r--r-- | net/zillion/distinfo | 2 | ||||
-rw-r--r-- | net/zillion/pkg-descr | 16 | ||||
-rw-r--r-- | net/zillion/pkg-plist | 6 |
4 files changed, 0 insertions, 61 deletions
diff --git a/net/zillion/Makefile b/net/zillion/Makefile deleted file mode 100644 index f3549c1d6556..000000000000 --- a/net/zillion/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= zillion -PORTVERSION= 0.1 -PORTREVISION= 13 -CATEGORIES= net gnustep -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -DISTNAME= ${PORTNAME}-0_1 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Distributed computing project -WWW= https://zillion.sourceforge.net/ - -LICENSE= BSDunclear -LICENSE_NAME= Unclear BSD License -LICENSE_TEXT= License of this software is declared as 'BSD license' in ZillionClientServer.[hm] \ - of the source archive. But it is not clear which versions of the BSD license (2, \ - 3 or 4 clause) it is. There is also a reference to a LICENSE file which is \ - supposed to be included in the source archive, but it is in fact not included. -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept - -DEPRECATED= Unmaintained upstream as last release was in 2003 -EXPIRATION_DATE= 2025-06-30 - -USES= gnustep -USE_GNUSTEP= back build - -WRKSRC= ${WRKDIR}/${PORTNAME} - -post-patch: - ${REINPLACE_CMD} -e 's|^CC=|# CC=|' ${WRKSRC}/GNUmakefile - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/simpleZillionJob.bundle/simpleZillionJob - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/zillion - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/zillionClient - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Tools/zillionLoader - -.include <bsd.port.mk> diff --git a/net/zillion/distinfo b/net/zillion/distinfo deleted file mode 100644 index 000fa6a39f1f..000000000000 --- a/net/zillion/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 1e1880e953b1..000000000000 --- a/net/zillion/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -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 - -LICENSE: BSD diff --git a/net/zillion/pkg-plist b/net/zillion/pkg-plist deleted file mode 100644 index b5fd339c0b74..000000000000 --- a/net/zillion/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -GNUstep/System/Library/Bundles/simpleZillionJob.bundle/Resources/Info-gnustep.plist -GNUstep/System/Library/Bundles/simpleZillionJob.bundle/simpleZillionJob -GNUstep/System/Library/Bundles/simpleZillionJob.bundle/stamp.make -GNUstep/System/Tools/zillion -GNUstep/System/Tools/zillionClient -GNUstep/System/Tools/zillionLoader |