The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : Sather

Sather compiler

 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! 

http://www.gnu.org/software/sather/



Sather history


v. 1.42
date: 2007/11/18 22:37:50;  author: ade;  state: Exp;  lines: +1 -1
Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo
as part of some cleanup work.

Approved by:	portmgr (linimon)

v. 1.41 date: 2007/05/19 20:13:31; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.40 date: 2007/03/24 14:03:03; author: pav; state: Exp; lines: +0 -7 - COPYTREE_* are now part of bsd.port.mk PR: ports/100996 Submitted by: stass
v. 1.39 date: 2007/02/05 23:05:07; author: stas; state: Exp; lines: +1 -0 - 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
v. 1.38 date: 2006/11/01 22:21:30; author: stas; state: Exp; lines: +5 -1 - Mark broken on ia64 because of boehm-gc doesn't support it - Change my email Reported by: kris via pointyhat
v. 1.37 date: 2006/08/04 14:12:41; author: rafan; state: Exp; lines: +134 -43 - 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 (maintainer)
v. 1.36 date: 2006/07/23 23:38:15; author: linimon; state: Exp; lines: +1 -1 Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent across different OSVERSION scans.
v. 1.35 date: 2006/05/09 20:52:11; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from the categories starting with L
v. 1.34 date: 2005/12/05 00:53:17; author: edwin; state: Exp; lines: +2 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.33 date: 2005/12/04 20:33:25; author: edwin; state: Exp; lines: +2 -0 Use INFO macro
v. 1.32 date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.31 date: 2004/02/04 05:21:31; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.30 date: 2003/10/29 02:55:49; author: linimon; state: Exp; lines: +6 -6 Move the inclusion of bsd.port.pre.mk earlier, where it apparently should be.
v. 1.29 date: 2003/10/29 02:35:53; author: linimon; state: Exp; lines: +7 -1 Mark broken on 5.x per the usual gcc3.3 reasons.
v. 1.28 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.27 date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.26 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.25 date: 2002/10/22 06:12:05; author: ijliao; state: Exp; lines: +74 -19 - Fix build - Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury
v. 1.24 date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +2 -1 Replace ${PERL} with ${REINPLACE_CMD} PR: 39605 Submitted by: Oliver Braun
v. 1.23 date: 2002/05/08 20:51:40; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.22 date: 2000/04/12 06:17:44; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.21 date: 2000/03/22 00:26:29; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.20 date: 2000/03/20 02:36:00; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.19 date: 2000/02/13 20:25:00; author: obrien; state: Exp; lines: +5 -5 Fix my perl recipie.
v. 1.18 date: 2000/02/13 19:55:01; author: obrien; state: Exp; lines: +25 -22 Upgrade to version 1.2.1 PR: 16675 Submitted by: KATO Tsuguru
v. 1.17 date: 2000/02/13 03:22:57; author: obrien; state: Exp; lines: +2 -1 Style nits in the ports I maintain.
v. 1.16 date: 1999/08/25 06:34:13; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.15 date: 1998/10/13 23:13:40; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: gcc -O2 -o ../cs globals.o code0.o code1.o code2.o code3.o code4.o code5.o code6.o code7.o code8.o code9.o code10.o ../../System/base.a ../../System/GC/gc.a -lm gcc: ../../System/GC/gc.a: No such file or directory *** Error code 1
v. 1.14 date: 1996/11/25 03:49:08; author: obrien; state: Exp; lines: +9 -3 Added some extra MASTER_SITES. Note, only one of them still has version 1.05 (which is what we try to fetch). The others have 1.08 and 1.1. I'll update this port in two-three weeks.
v. 1.13 date: 1996/11/17 06:12:29; author: obrien; state: Exp; lines: +2 -2 Converted to MAN[1-9NL]
v. 1.12 date: 1996/11/12 02:18:03; author: obrien; state: Exp; lines: +9 -7 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11 date: 1996/03/07 13:00:53; author: asami; state: Exp; lines: +11 -3 Install additional documents conditional to NOPORTDOCS. Note that "License" is installed unconditionally.
v. 1.10 date: 1995/11/22 13:12:26; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.9 date: 1995/04/24 11:28:53; author: asami; state: Exp; lines: +3 -5 Update lang Makefiles, compressing some man pages and stripping some executables along the way.
v. 1.8 date: 1995/04/16 21:28:20; author: asami; state: Exp; lines: +2 -2 Oops, why did I miss this in the previous commit? Anyway, install depends on build.
v. 1.7 date: 1995/04/15 05:44:29; author: asami; state: Exp; lines: +3 -2 Update of lang Makefiles....
v. 1.6 date: 1995/04/01 12:46:40; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.5 date: 1995/03/05 08:20:43; author: hsu; state: Exp; lines: +2 -2 Give gzip the correct path of installed man page.
v. 1.4 date: 1995/02/25 19:42:36; author: hsu; state: Exp; lines: +3 -3 Upgrade to 1.0.5. Compress installed man page.
v. 1.3 date: 1994/12/31 02:21:20; author: hsu; state: Exp; lines: +3 -3 Bump version number to 1.0.4.
v. 1.2 date: 1994/11/22 10:05:33; author: hsu; state: Exp; lines: +4 -3 Update DISTNAME to Sather-1.0.2. Make use of ALL_TARGET instead of adding the all target to the underlying Makefile. Obtained from:
v. 1.1 date: 1994/11/01 06:08:01; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/11/01 06:08:02; author: hsu; state: Exp; lines: +0 -0 The Sather 1.0 language. ============================================================================= v. 1.42 date: 2007/11/18 22:37:50; author: ade; state: Exp; lines: +1 -1 Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo as part of some cleanup work. Approved by: portmgr (linimon)
v. 1.41 date: 2007/05/19 20:13:31; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.40 date: 2007/03/24 14:03:03; author: pav; state: Exp; lines: +0 -7 - COPYTREE_* are now part of bsd.port.mk PR: ports/100996 Submitted by: stass
v. 1.39 date: 2007/02/05 23:05:07; author: stas; state: Exp; lines: +1 -0 - 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
v. 1.38 date: 2006/11/01 22:21:30; author: stas; state: Exp; lines: +5 -1 - Mark broken on ia64 because of boehm-gc doesn't support it - Change my email Reported by: kris via pointyhat
v. 1.37 date: 2006/08/04 14:12:41; author: rafan; state: Exp; lines: +134 -43 - 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 (maintainer)
v. 1.36 date: 2006/07/23 23:38:15; author: linimon; state: Exp; lines: +1 -1 Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent across different OSVERSION scans.
v. 1.35 date: 2006/05/09 20:52:11; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from the categories starting with L
v. 1.34 date: 2005/12/05 00:53:17; author: edwin; state: Exp; lines: +2 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.33 date: 2005/12/04 20:33:25; author: edwin; state: Exp; lines: +2 -0 Use INFO macro
v. 1.32 date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.31 date: 2004/02/04 05:21:31; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.30 date: 2003/10/29 02:55:49; author: linimon; state: Exp; lines: +6 -6 Move the inclusion of bsd.port.pre.mk earlier, where it apparently should be.
v. 1.29 date: 2003/10/29 02:35:53; author: linimon; state: Exp; lines: +7 -1 Mark broken on 5.x per the usual gcc3.3 reasons.
v. 1.28 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.27 date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.26 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.25 date: 2002/10/22 06:12:05; author: ijliao; state: Exp; lines: +74 -19 - Fix build - Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury
v. 1.24 date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +2 -1 Replace ${PERL} with ${REINPLACE_CMD} PR: 39605 Submitted by: Oliver Braun
v. 1.23 date: 2002/05/08 20:51:40; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.22 date: 2000/04/12 06:17:44; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.21 date: 2000/03/22 00:26:29; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.20 date: 2000/03/20 02:36:00; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.19 date: 2000/02/13 20:25:00; author: obrien; state: Exp; lines: +5 -5 Fix my perl recipie.
v. 1.18 date: 2000/02/13 19:55:01; author: obrien; state: Exp; lines: +25 -22 Upgrade to version 1.2.1 PR: 16675 Submitted by: KATO Tsuguru
v. 1.17 date: 2000/02/13 03:22:57; author: obrien; state: Exp; lines: +2 -1 Style nits in the ports I maintain.
v. 1.16 date: 1999/08/25 06:34:13; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.15 date: 1998/10/13 23:13:40; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: gcc -O2 -o ../cs globals.o code0.o code1.o code2.o code3.o code4.o code5.o code6.o code7.o code8.o code9.o code10.o ../../System/base.a ../../System/GC/gc.a -lm gcc: ../../System/GC/gc.a: No such file or directory *** Error code 1
v. 1.14 date: 1996/11/25 03:49:08; author: obrien; state: Exp; lines: +9 -3 Added some extra MASTER_SITES. Note, only one of them still has version 1.05 (which is what we try to fetch). The others have 1.08 and 1.1. I'll update this port in two-three weeks.
v. 1.13 date: 1996/11/17 06:12:29; author: obrien; state: Exp; lines: +2 -2 Converted to MAN[1-9NL]
v. 1.12 date: 1996/11/12 02:18:03; author: obrien; state: Exp; lines: +9 -7 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11 date: 1996/03/07 13:00:53; author: asami; state: Exp; lines: +11 -3 Install additional documents conditional to NOPORTDOCS. Note that "License" is installed unconditionally.
v. 1.10 date: 1995/11/22 13:12:26; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.9 date: 1995/04/24 11:28:53; author: asami; state: Exp; lines: +3 -5 Update lang Makefiles, compressing some man pages and stripping some executables along the way.
v. 1.8 date: 1995/04/16 21:28:20; author: asami; state: Exp; lines: +2 -2 Oops, why did I miss this in the previous commit? Anyway, install depends on build.
v. 1.7 date: 1995/04/15 05:44:29; author: asami; state: Exp; lines: +3 -2 Update of lang Makefiles....
v. 1.6 date: 1995/04/01 12:46:40; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.5 date: 1995/03/05 08:20:43; author: hsu; state: Exp; lines: +2 -2 Give gzip the correct path of installed man page.
v. 1.4 date: 1995/02/25 19:42:36; author: hsu; state: Exp; lines: +3 -3 Upgrade to 1.0.5. Compress installed man page.
v. 1.3 date: 1994/12/31 02:21:20; author: hsu; state: Exp; lines: +3 -3 Bump version number to 1.0.4.
v. 1.2 date: 1994/11/22 10:05:33; author: hsu; state: Exp; lines: +4 -3 Update DISTNAME to Sather-1.0.2. Make use of ALL_TARGET instead of adding the all target to the underlying Makefile. Obtained from:
v. 1.1 date: 1994/11/01 06:08:01; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/11/01 06:08:02; author: hsu; state: Exp; lines: +0 -0 The Sather 1.0 language. ============================================================================= v. 1.42 date: 2007/11/18 22:37:50; author: ade; state: Exp; lines: +1 -1 Replace remaining hardcoded instances of /usr/bin/makeinfo with makeinfo as part of some cleanup work. Approved by: portmgr (linimon)
v. 1.41 date: 2007/05/19 20:13:31; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.40 date: 2007/03/24 14:03:03; author: pav; state: Exp; lines: +0 -7 - COPYTREE_* are now part of bsd.port.mk PR: ports/100996 Submitted by: stass
v. 1.39 date: 2007/02/05 23:05:07; author: stas; state: Exp; lines: +1 -0 - 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
v. 1.38 date: 2006/11/01 22:21:30; author: stas; state: Exp; lines: +5 -1 - Mark broken on ia64 because of boehm-gc doesn't support it - Change my email Reported by: kris via pointyhat
v. 1.37 date: 2006/08/04 14:12:41; author: rafan; state: Exp; lines: +134 -43 - 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 (maintainer)
v. 1.36 date: 2006/07/23 23:38:15; author: linimon; state: Exp; lines: +1 -1 Factor OSVERSION out of BROKEN/IGNORE strings to make them more consistent across different OSVERSION scans.
v. 1.35 date: 2006/05/09 20:52:11; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from the categories starting with L
v. 1.34 date: 2005/12/05 00:53:17; author: edwin; state: Exp; lines: +2 -3 Remove install-info from Makefile, it's automatically done when INFO is defined
v. 1.33 date: 2005/12/04 20:33:25; author: edwin; state: Exp; lines: +2 -0 Use INFO macro
v. 1.32 date: 2004/04/10 17:26:41; author: trevor; state: Exp; lines: +1 -1 Tidy up whitespace.
v. 1.31 date: 2004/02/04 05:21:31; author: marcus; state: Exp; lines: +1 -1 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 2)
v. 1.30 date: 2003/10/29 02:55:49; author: linimon; state: Exp; lines: +6 -6 Move the inclusion of bsd.port.pre.mk earlier, where it apparently should be.
v. 1.29 date: 2003/10/29 02:35:53; author: linimon; state: Exp; lines: +7 -1 Mark broken on 5.x per the usual gcc3.3 reasons.
v. 1.28 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.27 date: 2002/11/10 16:46:48; author: lioux; state: Exp; lines: +0 -2 o Rollback PORTCOMMENT modifications while this feature's implementation is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
v. 1.26 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +2 -0 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.25 date: 2002/10/22 06:12:05; author: ijliao; state: Exp; lines: +74 -19 - Fix build - Add several libraries, utilities and documents PR: 44349 Submitted by: Ports Fury
v. 1.24 date: 2002/06/21 16:20:22; author: ijliao; state: Exp; lines: +2 -1 Replace ${PERL} with ${REINPLACE_CMD} PR: 39605 Submitted by: Oliver Braun
v. 1.23 date: 2002/05/08 20:51:40; author: obrien; state: Exp; lines: +2 -2 To ports@freebsd.org.
v. 1.22 date: 2000/04/12 06:17:44; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.21 date: 2000/03/22 00:26:29; author: obrien; state: Exp; lines: +2 -1 Restore useless version required comments.
v. 1.20 date: 2000/03/20 02:36:00; author: obrien; state: Exp; lines: +1 -2 Remove the "version required" line.
v. 1.19 date: 2000/02/13 20:25:00; author: obrien; state: Exp; lines: +5 -5 Fix my perl recipie.
v. 1.18 date: 2000/02/13 19:55:01; author: obrien; state: Exp; lines: +25 -22 Upgrade to version 1.2.1 PR: 16675 Submitted by: KATO Tsuguru
v. 1.17 date: 2000/02/13 03:22:57; author: obrien; state: Exp; lines: +2 -1 Style nits in the ports I maintain.
v. 1.16 date: 1999/08/25 06:34:13; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.15 date: 1998/10/13 23:13:40; author: jseger; state: Exp; lines: +3 -1 Mark BROKEN for ELF: gcc -O2 -o ../cs globals.o code0.o code1.o code2.o code3.o code4.o code5.o code6.o code7.o code8.o code9.o code10.o ../../System/base.a ../../System/GC/gc.a -lm gcc: ../../System/GC/gc.a: No such file or directory *** Error code 1
v. 1.14 date: 1996/11/25 03:49:08; author: obrien; state: Exp; lines: +9 -3 Added some extra MASTER_SITES. Note, only one of them still has version 1.05 (which is what we try to fetch). The others have 1.08 and 1.1. I'll update this port in two-three weeks.
v. 1.13 date: 1996/11/17 06:12:29; author: obrien; state: Exp; lines: +2 -2 Converted to MAN[1-9NL]
v. 1.12 date: 1996/11/12 02:18:03; author: obrien; state: Exp; lines: +9 -7 CATAGORIES+= -> CATAGORIES= Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
v. 1.11 date: 1996/03/07 13:00:53; author: asami; state: Exp; lines: +11 -3 Install additional documents conditional to NOPORTDOCS. Note that "License" is installed unconditionally.
v. 1.10 date: 1995/11/22 13:12:26; author: asami; state: Exp; lines: +2 -2 Change category nome from "languages" to "lang". Also remove "programming" which appeared in some of them, everything here is a programming language! :)
v. 1.9 date: 1995/04/24 11:28:53; author: asami; state: Exp; lines: +3 -5 Update lang Makefiles, compressing some man pages and stripping some executables along the way.
v. 1.8 date: 1995/04/16 21:28:20; author: asami; state: Exp; lines: +2 -2 Oops, why did I miss this in the previous commit? Anyway, install depends on build.
v. 1.7 date: 1995/04/15 05:44:29; author: asami; state: Exp; lines: +3 -2 Update of lang Makefiles....
v. 1.6 date: 1995/04/01 12:46:40; author: jkh; state: Exp; lines: +2 -1 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
v. 1.5 date: 1995/03/05 08:20:43; author: hsu; state: Exp; lines: +2 -2 Give gzip the correct path of installed man page.
v. 1.4 date: 1995/02/25 19:42:36; author: hsu; state: Exp; lines: +3 -3 Upgrade to 1.0.5. Compress installed man page.
v. 1.3 date: 1994/12/31 02:21:20; author: hsu; state: Exp; lines: +3 -3 Bump version number to 1.0.4.
v. 1.2 date: 1994/11/22 10:05:33; author: hsu; state: Exp; lines: +4 -3 Update DISTNAME to Sather-1.0.2. Make use of ALL_TARGET instead of adding the all target to the underlying Makefile. Obtained from:
v. 1.1 date: 1994/11/01 06:08:01; author: hsu; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1994/11/01 06:08:02; author: hsu; state: Exp; lines: +0 -0 The Sather 1.0 language. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm