NOTICE: This package has been removed from pkgsrc

./parallel/glunix, Global Layer Unix for NOW (Network Of Workstations)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0anb2, Package name: glunix-1.0anb2, Maintainer: pkgsrc-users

Recent technology trends in high-speed/low-latency local area networks has
lead to a convergence of hardware in massively parallel processors (MPPs)
and Networks of Workstations (NOWs). Relative to traditional MPPs, a NOW
offers the potential for better cost-effectiveness, increased scalability,
and decreased hardware and software development time. The main
differentiating point between NOWs and MPPs will soon be the operating
system software.

Our system, called GLUnix, is built as a layer on top of existing
operating systems. This strategy makes the system quickly portable, tracks
vendor software upgrades, and reduces development time. Our work is an
example of "higher-order" systems research where new systems can be built
quickly by mapping new services onto the functionality provided by the
layer beneath.

see: http://now.cs.berkeley.edu


Required to build:
[lang/perl5] [devel/gmake]

Master sites:

SHA1: 8c69f5252e00fc4143a088c9b555b5e0c5b350f8
RMD160: a718ebe775b697ebae14ba3a277994dc6c5a4c8d
Filesize: 1736.103 KB

Version history: (Expand)


CVS history: (Expand)


   2009-11-26 18:04:19 by Joerg Sonnenberger | Files touched by this commit (78) | Package removed
Log message:
Remove parallel/glunix. It fails in the patch phase on NetBSD 4 and
later. After fixing that, it fails with C++ errors, so it couldn't have
been build at least for 3 years. Assume noone cares.
   2009-06-14 20:10:41 by Joerg Sonnenberger | Files touched by this commit (10)
Log message:
Remove @dirrm entries from PLISTs
   2009-04-09 00:43:26 by Joerg Sonnenberger | Files touched by this commit (27)
Log message:
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
   2008-01-19 10:16:27 by Thomas Klausner | Files touched by this commit (81)
Log message:
Reset maintainer on his request.
   2006-07-05 08:53:13 by Johnny C. Lam | Files touched by this commit (25)
Log message:
Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the proper
variables so that the default INSTALL/DEINSTALL scripts from the
pkginstall framework do the right thing.  Where possible, move some
post-install directions for package setup into MESSAGE files so that
they may be re-inspected by querying the installed package using
"pkg_info -D ...".
   2006-03-14 02:14:36 by Johnny C. Lam | Files touched by this commit (134)
Log message:
Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html