blob: be4d564af7896c8aec24eed145be83762adec33a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# ChangeLog for dev-lang/sr
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/sr/ChangeLog,v 1.7 2006/11/05 14:14:39 george Exp $
05 Nov 2006; George Shapovalov <george@gentoo.org> -files/sr-2.3.2.patch,
-sr-2.3.2.ebuild:
removed old and broken version
31 Oct 2006; Christian Faulhammer <opfer@gentoo.org> sr-2.3.3.ebuild:
stabled x86, bug #151917
14 Dec 2005; Maurice van der Pot <griffon26@gentoo.org> sr-2.3.3.ebuild:
Removed awk from global scope (QA violation, bug #115527)
*sr-2.3.3 (16 Jul 2005)
16 Jul 2005; Maurice van der Pot <griffon26@gentoo.org> +sr-2.3.3.ebuild:
Added new version of sr ebuild provided by George. Modified slightly to
prevent file collisions and enable running tests. Closing bug #38987
reported by Kirill Vasiliev <redled@ornet.ru>
*sr-2.3.2 (01 Nov 2002)
08 Nov 2002; George Shapovalov <george@gentoo.org> sr-2.3.2.ebuild :
first inclusion
"SR (Synchronizing Resources) is a language for writing concurrent programs. The
main language constructs are resources and operations. Resources encapsulate
processes and variables they share; operations provide the primary mechanism for
process interaction. SR provides a novel integration of the mechanisms for
invoking and servicing operations. Consequently, all of local and remote
procedure call, rendezvous, message passing, dynamic process creation,
multicast, and semaphores are supported. SR also supports shared global
variables and operations."
ebuild submitted by David Holm <dholm@telia.com>
|