Port details |
- sr Parallel language from the University of Arizona
- 2.3.1_2 lang
=2 2.3.1_2Version of this port present on the latest quarterly branch.
- BROKEN: does not compile on amd64
DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html This port expired on: 2014-08-31 IGNORE: is marked as broken: does not compile on amd64
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2014-09-01 17:12:33
- SVN Revision: 366903
- People watching this port, also watch:: clusterit, ParMetis, concorde
- Also Listed In: parallel
- License: not specified in port
- WWW:
- http://www.cs.arizona.edu/sr/
- Description:
- SR (Synchronizing Resources) is a language for writing concurrent programs,
developed in the University of Arizona. 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 local and remote procedure call, rendezvous,
message passing, dynamic process creation, multicast, and semaphores are
supported. SR also supports shared global variables and operations. Has a
nice interface (X11 and xtango).
SR is the predecessor to the MPD programming language, which provides the
same capabilities using different syntax.
WWW: http://www.cs.arizona.edu/sr/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: sr
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- x11.pc : x11/libX11
- Runtime dependencies:
-
- x11.pc : x11/libX11
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sr-2.3.1_2:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1_2 01 Sep 2014 17:12:33 |
bapt |
Remove non staged ports without pending PR from l* |
2.3.1_2 23 Aug 2014 21:22:44 |
antoine |
Fix make fetch
Reported by: pkg-fallout
With hat: portmgr |
2.3.1_2 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
2.3.1_2 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.3.1_2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.3.1_2 24 Aug 2013 16:46:12 |
danfe |
Couple of minor, non-functional changes forgotten in the previous commits. |
2.3.1_2 24 Aug 2013 11:28:53 |
danfe |
- Hopefully fix parallel (-jX) builds; unfortunately, had to use GNU make(1)
because of order-only prerequisites
- Drop indefinite article from the COMMENT line
- Respect CC and CFLAGS (passed via MAKE_ARGS)
- Convert to OptionsNG; minor miscellaneous fixes
- Update port description text while I am here |
2.3.1_2 10 Jul 2013 13:12:04 |
bapt |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers |
2.3.1_2 06 Nov 2011 23:45:43 |
dougb |
Standardize WWW: tags a bit more:
1. Remove white space from the beginning of lines
2. Make the canonical WWW the last line of the file
3. Remove lines to the effect of, "More information can be found at..."
that's the stated purpose of the WWW: tags in the first place.
4. Change secondary WWW: lines to use other text to avoid confusion
While I'm here, remove some more useless Author: lines, and some
prepended white space to other lines.
Mentioned (in part) by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
2.3.1_2 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
2.3.1_2 16 Jun 2011 07:04:05 |
bapt |
Remove obsolete master_sites |
2.3.1_2 13 Jun 2010 08:40:06 |
erwin |
BROKEN should not be quoted.
No functional change. |
2.3.1_2 09 Jun 2009 15:33:28 |
amdmi3 |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
2.3.1_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
2.3.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.3.1 30 Nov 2006 17:36:05 |
rafan |
- Respect X11BASE
Reported by: pointyhat |
2.3.1 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
2.3.1 13 Mar 2004 10:03:49 |
kris |
BROKEN on !i386 and !alpha: Does not compile |
2.3.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
2.3.1 22 Jan 2004 18:34:34 |
oliver |
fix pkg-plist
Noted By: kris |
2.3.1 13 Dec 2003 19:37:23 |
oliver |
fix build on 4 and 5 |
2.3.1 15 Oct 2003 06:50:18 |
linimon |
Mark as broken. The last release of this package seems to have
been around 2000. It may have been supplanted by a similar
project named mpd (http://www.cs.arizona.edu/mpd).
PR: ports/56420
Submitted by: Mark Linimon
Reviewed by: Mark Linimon |
2.3.1 23 Sep 2003 10:20:29 |
leeym |
fix PLIST problem
Bento log: http://bento.freebsd.org/errorlogs/i386-4-latest/sr-2.3.1.log |
2.3.1 09 Aug 2003 11:23:20 |
krion |
* Fix pkg-plist
* Use DOCSDIR, EXAMPLESDIR macros
* Unbreak this port
Reported by: kris via bento |
2.3.1 08 Aug 2003 04:40:47 |
kris |
This port is scheduled for removal on Nov 7 2003 if it is still broken at
that time and no PRs have been submitted to fix it. If you are interested
in saving this port, please send your patches to the maintainer. If the
maintainer is unresponsive or the port has no maintainer, then please
submit them via send-pr. |
2.3.1 07 Aug 2003 09:54:45 |
kris |
BROKEN: Broken pkg-plist |
2.3.1 10 Jun 2003 16:51:20 |
osa |
Unbroke port: fix stdio error, fix pkg-plist [1]
Fix compile rts/socket.c under 5.x [2]
Submitted by: [1] Serge Gagnon <gagnon__s@videotron.ca>
[2] osa
PR: 53150
Approved by: fjoe (implicit) |
2.3.1 07 May 2003 00:27:36 |
kris |
Reset bouncing maintainer address. |
2.3.1 06 May 2003 23:57:39 |
kris |
BROKEN: Does not compile |
2.3.1 21 Feb 2003 12:35:09 |
knu |
De-pkg-comment. |
2.3.1 24 Nov 2002 13:39:19 |
knu |
Add parallel to CATEGORIES.
PR: ports/39094
Submitted by: trevor |
08 Oct 2000 04:17:26 |
asami |
Convert category lang to new layout. |