FreshPorts -- The Place For Ports Sat, 30 Aug 2008 3:08 AM BST
FreshPorts is now running off the BETA server. Enjoy for now.
Port details
cim 3.37_1 lang on this many watch lists=1 search for ports that depend on this port
Compiler for the SIMULA programming language

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 search for ports maintained by this maintainer
Port Added: unknown


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

WWW: http://www.ifi.uio.no/~cim/cim.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: lang/perl5.8, devel/libtool15
Required To Run: lang/perl5.8

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.ifi.uio.no/pub/cim/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 18

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  3.37_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Feb 2007 02:42:06
Original commit files touched by this commit  3.37_1
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
15 Aug 2006 01:29:13
Original commit files touched by this commit  3.37_1
clsung search for other commits by this committer
- 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 <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  3.37_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
25 Nov 2005 00:33:45
Original commit files touched by this commit  3.37
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  3.37
ade search for other commits by this committer
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.
09 Sep 2005 19:29:31
Original commit files touched by this commit  3.37
lawrance search for other commits by this committer
Update to 3.37

PR:             ports/85879
Submitted by:   Ports Fury
02 Jun 2005 21:28:41
Original commit files touched by this commit  3.36
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
09 Jul 2004 18:43:11
Original commit files touched by this commit  3.36
marcus search for other commits by this committer
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
05 Apr 2004 07:27:37
Original commit files touched by this commit  3.36
linimon search for other commits by this committer
Per distfile survey, chase mastersite.
14 Mar 2004 06:17:56
Original commit files touched by this commit  3.36
ade search for other commits by this committer
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.
29 Jan 2004 07:24:56
Original commit files touched by this commit  3.36
trevor search for other commits by this committer
SIZEify.
08 Jun 2003 15:11:43
Original commit files touched by this commit  3.36
erwin search for other commits by this committer
Fix MASTER_SITES

PR:             53046
Submitted by:   Serge Gagnon <gagnon__s@videotron.ca>
Approved by:    edwin (mentor)
20 Feb 2003 18:38:02
Original commit files touched by this commit  3.36
knu search for other commits by this committer
De-pkg-comment.
23 Oct 2000 21:56:55
files touched by this commit
jeh search for other commits by this committer
Update to version 3.36    
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.  
16 Jun 2000 23:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 12:38:51
files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    

Number of commits found: 18

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-operaAug 25
operaAug 25
gnutlsAug 21
joomla15*Aug 20
bugzilla*Aug 19
bugzilla2*Aug 19
cdfAug 19
drupal5Aug 18
drupal6Aug 18
ruby18Aug 16
ruby18Aug 16
ruby18Aug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16
ruby18-nopthreadsAug 16

9 vulnerabilities affecting 12 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
Traffic

Calculated hourly:
Port count 19054
Broken 161
Deprecated 80
Ignore 427
Forbidden 6
Restricted 306
No CDROM 130
Vulnerable 50
Expired 12
Set to expire 61
Interactive 78
new 24 hours 3
new 48 hours8
new 7 days27
new fortnight64
new month224

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.298 seconds.