The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD lang : cim

Compiler for the SIMULA programming language

 The SIMULA programming language was designed and built by Ole-Johan Dahl 
and Kristen Nygaard at the Norwegian Computing Centre (NCC) in Oslo 
between 1962 and 1967.1 It was originally designed and implemented as a 
language for discrete event simulation, but was later expanded and 
reimplemented as a full scale general purpose programming language.

Although SIMULA never became widely used, the language has been highly 
influential on modern programming methodology. Among other things SIMULA 
introduced important object-oriented programming concepts like classes and
objects, inheritance, and dynamic binding.

Jan Rune Holmevik
E-mail: jan@utri.no 

http://www.ifi.uio.no/~cim/cim.html



cim history


v. 1.30
date: 2007/02/01 02:41:44;  author: kris;  state: Exp;  lines: +1 -0
Use libtool port instead of included version to avoid objformat a.out botch

v. 1.29 date: 2006/08/15 00:29:06; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.28 date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.27 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.26 date: 2005/09/09 18:29:31; author: lawrance; state: Exp; lines: +6 -7 Update to 3.37 PR: ports/85879 Submitted by: Ports Fury
v. 1.25 date: 2005/06/02 20:28:34; author: oliver; state: Exp; lines: +6 -1 change the libtool version to use from 1.3 to 1.5
v. 1.24 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.23 date: 2004/04/05 06:27:37; author: linimon; state: Exp; lines: +1 -1 Per distfile survey, chase mastersite.
v. 1.22 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.21 date: 2003/06/08 14:11:43; author: erwin; state: Exp; lines: +1 -1 Fix MASTER_SITES PR: 53046 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.20 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.19 date: 2002/11/10 16:46:49; 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.18 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.17 date: 2000/10/23 19:56:55; author: jeh; state: Exp; lines: +2 -2 Update to version 3.36 PR: 22251 Submitted by: KATO Tsuguru
v. 1.16 date: 2000/06/16 21:51:18; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.15 date: 2000/06/16 10:37:10; author: sobomax; state: Exp; lines: +2 -1 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.14 date: 2000/04/12 06:17:57; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.13 date: 1999/12/24 04:45:42; author: steve; state: Exp; lines: +4 -4 Update to version 3.33. PR: 15583 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/10/27 08:14:39; author: mharo; state: Exp; lines: +4 -7 * Removed outdated master sites * Added WWW: line into pkg/DESCR PR: 14405 Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
v. 1.11 date: 1999/08/31 06:46:43; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.10 date: 1999/08/25 06:34:19; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/05 22:30:23; author: mharo; state: Exp; lines: +1 -6 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.8 date: 1999/03/15 01:22:57; author: steve; state: Exp; lines: +2 -5 Update to version 3.29. PR: 10409 Submitted by: Pedro F. Giffuni
v. 1.7 date: 1998/10/13 23:51:41; author: jseger; state: Exp; lines: +4 -1 Mark BROKEN for ELF: ===> Building package for cim-2.10 Creating package /usr/ports/packages/All/cim-2.10.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/cim-2.10.tgz' tar: can't add file lib/libcim.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.6 date: 1998/05/03 20:42:14; author: steve; state: Exp; lines: +13 -18 Upgrade to version 2.10. PR: 6459 Submitted by: Pedro Giffuni
v. 1.5 date: 1998/02/20 18:39:51; author: steve; state: Exp; lines: +2 -2 Update to reflect Pedro's new Email address. PR: 5725
v. 1.4 date: 1997/07/21 03:14:35; author: obrien; state: Exp; lines: +4 -2 Updated dist sites. PR: ports/4130 Submitted by: pgiffuni@fps.biblos.unal.edu.co
v. 1.3 date: 1997/04/27 00:50:26; author: max; state: Exp; lines: +3 -3 Upgrade, 1.84 -> 1.92. PR: 2970 Submitted by: pgiffuni@fps.biblos.unal.edu.co
v. 1.2 date: 1996/12/11 18:43:33; author: obrien; state: Exp; lines: +3 -2 Added second MASTER site.
v. 1.1 date: 1996/12/04 08:01:30; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/12/04 08:01:30; author: obrien; state: Exp; lines: +0 -0 Compiler for the SIMULA programming language Closes-PR: ports/2069 Submitted by: Pedro Giffuni ============================================================================= v. 1.30 date: 2007/02/01 02:41:44; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.29 date: 2006/08/15 00:29:06; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.28 date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.27 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.26 date: 2005/09/09 18:29:31; author: lawrance; state: Exp; lines: +6 -7 Update to 3.37 PR: ports/85879 Submitted by: Ports Fury
v. 1.25 date: 2005/06/02 20:28:34; author: oliver; state: Exp; lines: +6 -1 change the libtool version to use from 1.3 to 1.5
v. 1.24 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.23 date: 2004/04/05 06:27:37; author: linimon; state: Exp; lines: +1 -1 Per distfile survey, chase mastersite.
v. 1.22 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.21 date: 2003/06/08 14:11:43; author: erwin; state: Exp; lines: +1 -1 Fix MASTER_SITES PR: 53046 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.20 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.19 date: 2002/11/10 16:46:49; 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.18 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.17 date: 2000/10/23 19:56:55; author: jeh; state: Exp; lines: +2 -2 Update to version 3.36 PR: 22251 Submitted by: KATO Tsuguru
v. 1.16 date: 2000/06/16 21:51:18; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.15 date: 2000/06/16 10:37:10; author: sobomax; state: Exp; lines: +2 -1 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.14 date: 2000/04/12 06:17:57; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.13 date: 1999/12/24 04:45:42; author: steve; state: Exp; lines: +4 -4 Update to version 3.33. PR: 15583 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/10/27 08:14:39; author: mharo; state: Exp; lines: +4 -7 * Removed outdated master sites * Added WWW: line into pkg/DESCR PR: 14405 Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
v. 1.11 date: 1999/08/31 06:46:43; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.10 date: 1999/08/25 06:34:19; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/05 22:30:23; author: mharo; state: Exp; lines: +1 -6 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.8 date: 1999/03/15 01:22:57; author: steve; state: Exp; lines: +2 -5 Update to version 3.29. PR: 10409 Submitted by: Pedro F. Giffuni
v. 1.7 date: 1998/10/13 23:51:41; author: jseger; state: Exp; lines: +4 -1 Mark BROKEN for ELF: ===> Building package for cim-2.10 Creating package /usr/ports/packages/All/cim-2.10.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/cim-2.10.tgz' tar: can't add file lib/libcim.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.6 date: 1998/05/03 20:42:14; author: steve; state: Exp; lines: +13 -18 Upgrade to version 2.10. PR: 6459 Submitted by: Pedro Giffuni
v. 1.5 date: 1998/02/20 18:39:51; author: steve; state: Exp; lines: +2 -2 Update to reflect Pedro's new Email address. PR: 5725
v. 1.4 date: 1997/07/21 03:14:35; author: obrien; state: Exp; lines: +4 -2 Updated dist sites. PR: ports/4130 Submitted by: pgiffuni@fps.biblos.unal.edu.co
v. 1.3 date: 1997/04/27 00:50:26; author: max; state: Exp; lines: +3 -3 Upgrade, 1.84 -> 1.92. PR: 2970 Submitted by: pgiffuni@fps.biblos.unal.edu.co
v. 1.2 date: 1996/12/11 18:43:33; author: obrien; state: Exp; lines: +3 -2 Added second MASTER site.
v. 1.1 date: 1996/12/04 08:01:30; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/12/04 08:01:30; author: obrien; state: Exp; lines: +0 -0 Compiler for the SIMULA programming language Closes-PR: ports/2069 Submitted by: Pedro Giffuni ============================================================================= v. 1.30 date: 2007/02/01 02:41:44; author: kris; state: Exp; lines: +1 -0 Use libtool port instead of included version to avoid objformat a.out botch
v. 1.29 date: 2006/08/15 00:29:06; author: clsung; state: Exp; lines: +1 -1 - s,INSTALLS_SHLIB,USE_LDCONFIG,g - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin
v. 1.28 date: 2006/02/23 10:37:38; author: ade; state: Exp; lines: +2 -1 Conversion to a single libtool environment. Approved by: portmgr (kris)
v. 1.27 date: 2005/11/15 06:49:52; author: ade; state: Exp; lines: +1 -1 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
v. 1.26 date: 2005/09/09 18:29:31; author: lawrance; state: Exp; lines: +6 -7 Update to 3.37 PR: ports/85879 Submitted by: Ports Fury
v. 1.25 date: 2005/06/02 20:28:34; author: oliver; state: Exp; lines: +6 -1 change the libtool version to use from 1.3 to 1.5
v. 1.24 date: 2004/07/09 17:42:32; author: marcus; state: Exp; lines: +1 -1 Apply a big libtool patch to allow porters to use the libtool installed by the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
v. 1.23 date: 2004/04/05 06:27:37; author: linimon; state: Exp; lines: +1 -1 Per distfile survey, chase mastersite.
v. 1.22 date: 2004/03/14 06:16:49; author: ade; state: Exp; lines: +1 -1 Whoa there, boy, that's a mighty big commit y'all have there... Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
v. 1.21 date: 2003/06/08 14:11:43; author: erwin; state: Exp; lines: +1 -1 Fix MASTER_SITES PR: 53046 Submitted by: Serge Gagnon Approved by: edwin (mentor)
v. 1.20 date: 2003/02/20 18:37:55; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.19 date: 2002/11/10 16:46:49; 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.18 date: 2002/11/06 22:45:46; author: adamw; state: Exp; lines: +3 -1 Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat
v. 1.17 date: 2000/10/23 19:56:55; author: jeh; state: Exp; lines: +2 -2 Update to version 3.36 PR: 22251 Submitted by: KATO Tsuguru
v. 1.16 date: 2000/06/16 21:51:18; author: asami; state: Exp; lines: +2 -2 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
v. 1.15 date: 2000/06/16 10:37:10; author: sobomax; state: Exp; lines: +2 -1 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with ldconfig in PLIST need personal consideration.
v. 1.14 date: 2000/04/12 06:17:57; author: obrien; state: Exp; lines: +3 -3 Convert to the PORTNAME - PORTVERSION syntax.
v. 1.13 date: 1999/12/24 04:45:42; author: steve; state: Exp; lines: +4 -4 Update to version 3.33. PR: 15583 Submitted by: KATO Tsuguru
v. 1.12 date: 1999/10/27 08:14:39; author: mharo; state: Exp; lines: +4 -7 * Removed outdated master sites * Added WWW: line into pkg/DESCR PR: 14405 Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
v. 1.11 date: 1999/08/31 06:46:43; author: mharo; state: Exp; lines: +2 -2 FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
v. 1.10 date: 1999/08/25 06:34:19; author: obrien; state: Exp; lines: +1 -1 Change Id->FreeBSD.
v. 1.9 date: 1999/06/05 22:30:23; author: mharo; state: Exp; lines: +1 -6 Remove the test to create ${PREFIX}/share/info/dir as it is now in bsd.port.mk and this helps to unify the check and install.
v. 1.8 date: 1999/03/15 01:22:57; author: steve; state: Exp; lines: +2 -5 Update to version 3.29. PR: 10409 Submitted by: Pedro F. Giffuni
v. 1.7 date: 1998/10/13 23:51:41; author: jseger; state: Exp; lines: +4 -1 Mark BROKEN for ELF: ===> Building package for cim-2.10 Creating package /usr/ports/packages/All/cim-2.10.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/packages/All/cim-2.10.tgz' tar: can't add file lib/libcim.so.1 : No such file or directory /usr/sbin/pkg_create: tar command failed with code 256
v. 1.6 date: 1998/05/03 20:42:14; author: steve; state: Exp; lines: +13 -18 Upgrade to version 2.10. PR: 6459 Submitted by: Pedro Giffuni
v. 1.5 date: 1998/02/20 18:39:51; author: steve; state: Exp; lines: +2 -2 Update to reflect Pedro's new Email address. PR: 5725
v. 1.4 date: 1997/07/21 03:14:35; author: obrien; state: Exp; lines: +4 -2 Updated dist sites. PR: ports/4130 Submitted by: pgiffuni@fps.biblos.unal.edu.co
v. 1.3 date: 1997/04/27 00:50:26; author: max; state: Exp; lines: +3 -3 Upgrade, 1.84 -> 1.92. PR: 2970 Submitted by: pgiffuni@fps.biblos.unal.edu.co
v. 1.2 date: 1996/12/11 18:43:33; author: obrien; state: Exp; lines: +3 -2 Added second MASTER site.
v. 1.1 date: 1996/12/04 08:01:30; author: obrien; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1996/12/04 08:01:30; author: obrien; state: Exp; lines: +0 -0 Compiler for the SIMULA programming language Closes-PR: ports/2069 Submitted by: Pedro Giffuni =============================================================================



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