FreshPorts -- The Place For Ports Sat, 11 Oct 2008 11:38 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
Sather 1.2.2_1 lang on this many watch lists=1 search for ports that depend on this port
Sather compiler
Maintained by: stas@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown


Sather is an object oriented language which aims to be simple,
efficient, safe, and non-proprietary. It aims to meet the needs of
modern research groups and to foster the development of a large,
freely available, high-quality library of efficient well-written
classes for a wide variety of computational tasks. It was originally
based on Eiffel but now incorporates ideas and approaches from several
languages. One way of placing it in the "space of languages" is to say
that it attempts to be as efficient as C, C++, or Fortran, as elegant
and safe as Eiffel or CLU, and to support higher-order functions as
well as Common Lisp, Scheme, or Smalltalk.

Sather has garbage collection, statically-checked strong typing,
multiple inheritance, separate implementation and type inheritance,
parameterized classes, dynamic dispatch, iteration abstraction,
higher-order routines and iters, exception handling, assertions,
preconditions, postconditions, and class invariants.  Sather code can
be compiled into C code and can efficiently link with C object files.

Note: this version will work with non-threaded Tk only due to problems
with GC and threads!

WWW: http://www.gnu.org/software/sather/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/libtool15, devel/gmake
Required Libraries: x11-toolkits/tk84

To install the port: cd /usr/ports/lang/Sather/ && make install clean
To add the package: pkg_add -r sather


Configuration Options
===> The following configuration options are available for sather-1.2.2_1:
     EMACS=off (default) "Install Emacs syntax files"
===> Use 'make config' to modify these settings

Master Sites:
http://ftp.gnu.org/gnu/sather/
ftp://ftp.gnu.org/gnu/sather/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/sather/
http://mirrors.usc.edu/pub/gnu/sather/
http://ftp.funet.fi/pub/gnu/prep/sather/
ftp://ftp.kddlabs.co.jp/GNU/sather/
ftp://ftp.dti.ad.jp/pub/GNU/sather/
http://ring.nict.go.jp/archives/GNU/sather/
http://ring.sakura.ad.jp/archives/GNU/sather/
http://ring.riken.jp/archives/GNU/sather/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/sather/
ftp://ftp.sunsite.org.uk/package/gnu/sather/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/sather/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/sather/
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/sather/
ftp://ftp.chg.ru/pub/gnu/sather/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 25

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  1.2.2_1
  Sanity Test Failure
miwi search for other commits by this committer
- 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)
18 Nov 2007 22:37:50
Original commit files touched by this commit  1.2.2_1
ade search for other commits by this committer
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.

Approved by:    portmgr (linimon)
19 May 2007 21:32:57
Original commit files touched by this commit  1.2.2_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
24 Mar 2007 14:03:04
Original commit files touched by this commit  1.2.2
pav search for other commits by this committer
- COPYTREE_* are now part of bsd.port.mk

PR:             ports/100996
Submitted by:   stass
05 Feb 2007 23:05:07
Original commit files touched by this commit  1.2.2
stas search for other commits by this committer
- Depend on libtool directly. This port builds a local copy of boehm-gc
  which depend on it. Letting the boehm-gc to install it will effectively
  touch the filesystem in pre-build stage.

Reported by:    kris
01 Nov 2006 22:21:30
Original commit files touched by this commit  1.2.2
stas search for other commits by this committer
- Mark broken on ia64 because of boehm-gc doesn't support it
- Change my email

Reported by:    kris via pointyhat
04 Aug 2006 15:12:42
Original commit files touched by this commit  1.2.2
rafan search for other commits by this committer
- Update to 1.2.2
- Unbrake on all platforms
- Use tk8.4 instead of tk8.3
- Fix bug with abort2 function
- Fix installed files's permissions
- Use PORTDOCS macro

Some notes from maintainer:
1) Due to some GC/Sather bugs we need specific options to compile GC.
   To achive this i compile GC separately and link it statically. I've
   not include it in dependencies to not bother user with GC's OPTIONS.
2) Port can be build currently only against non-threaded Tk/Tcl library.
   Don't know currently how to investigate this since there are no way to
   find if Tk build with or without threads. Furthermore, tk and tk-threads
   are mutually exclusive. Linking agains static Tk is bogus...

PR:             ports/100964
Submitted by:   Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
24 Jul 2006 00:38:15
Original commit files touched by this commit  1.2.1_2
linimon search for other commits by this committer
Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent
across different OSVERSION scans.
09 May 2006 21:52:24
Original commit files touched by this commit  1.2.1_2
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
05 Dec 2005 00:53:19
Original commit files touched by this commit  1.2.1_2
edwin search for other commits by this committer
Remove install-info from Makefile, it's automatically done when INFO is defined
04 Dec 2005 20:33:25
Original commit files touched by this commit  1.2.1_2
edwin search for other commits by this committer
Use INFO macro
25 Nov 2005 00:33:45
Original commit files touched by this commit  1.2.1_2
pav search for other commits by this committer
- Add SHA256
09 Oct 2005 21:01:56
Original commit files touched by this commit  1.2.1_2
linimon search for other commits by this committer
Update WWW: line.
29 May 2004 22:55:57
Original commit files touched by this commit  1.2.1_2
pav search for other commits by this committer
- Fix one building problem (it still don't build)
- Update WWW
10 Apr 2004 18:26:55
Original commit files touched by this commit  1.2.1_2
trevor search for other commits by this committer
Tidy up whitespace.
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.2.1_2
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  1.2.1_1
trevor search for other commits by this committer
SIZEify.
29 Oct 2003 02:55:49
Original commit files touched by this commit  1.2.1_1
linimon search for other commits by this committer
Move the inclusion of bsd.port.pre.mk earlier, where it apparently
should be.
29 Oct 2003 02:35:53
Original commit files touched by this commit  1.2.1_1
linimon search for other commits by this committer
Mark broken on 5.x per the usual gcc3.3 reasons.
20 Feb 2003 18:38:02
Original commit files touched by this commit  1.2.1_1
knu search for other commits by this committer
De-pkg-comment.
22 Oct 2002 07:12:06
Original commit files touched by this commit  1.2.1_1
ijliao search for other commits by this committer
- Fix build
- Add several libraries, utilities and documents

PR:             44349
Submitted by:   Ports Fury
21 Jun 2002 17:20:23
Original commit files touched by this commit  1.2.1
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             39605
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
08 May 2002 21:51:42
Original commit files touched by this commit  1.2.1
obrien search for other commits by this committer
To ports@freebsd.org.
23 May 2001 10:10:20
files touched by this commit
obrien search for other commits by this committer
Add dirrm    
08 Oct 2000 05:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  

Number of commits found: 25

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03
proftpd*Oct 03
proftpd-devel*Oct 03

21 vulnerabilities affecting 37 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19286
Broken 154
Deprecated 79
Ignore 433
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 54
Set to expire 61
Interactive 78
new 24 hours 9
new 48 hours11
new 7 days41
new fortnight66
new month115

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.205 seconds.