aboutsummaryrefslogtreecommitdiff
path: root/lang/cim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-04 08:01:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-04 08:01:30 +0000
commit6f444c854409947b866d09304b81f8a9bed39cd9 (patch)
tree3c93772c7d6efd900256d1657263f7761c363468 /lang/cim
parentcd62d9fed468168025ef60b28bfeef43f77b2084 (diff)
downloadports-6f444c854409947b866d09304b81f8a9bed39cd9.tar.gz
ports-6f444c854409947b866d09304b81f8a9bed39cd9.zip
Compiler for the SIMULA programming language
Closes-PR: ports/2069 Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Notes
Notes: svn path=/head/; revision=4791
Diffstat (limited to 'lang/cim')
-rw-r--r--lang/cim/Makefile28
-rw-r--r--lang/cim/distinfo1
-rw-r--r--lang/cim/pkg-comment1
-rw-r--r--lang/cim/pkg-descr13
-rw-r--r--lang/cim/pkg-plist10
5 files changed, 53 insertions, 0 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile
new file mode 100644
index 000000000000..15787ca5056e
--- /dev/null
+++ b/lang/cim/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: cim
+# Version required: 1.84
+# Date created: 21 Sept 1996
+# Whom: Pedro
+#
+# $Id$
+#
+
+DISTNAME= cim-1.84
+CATEGORIES= lang
+MASTER_SITES= ftp://ifi.uio.no/pub/cim/
+
+MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
+
+STRIP=
+GNU_CONFIGURE= yes
+ALL_TARGET= all check
+MAN1= cim.1
+
+post-install:
+ @strip ${PREFIX}/bin/cim
+ @strip $(PREFIX/bin/cimetags
+.if defined(NOPORTDOCS)
+ @${RM} ${PREFIX}/doc/cim.ps
+ @${RM} ${PREFIX}/doc/cim.info
+.endif
+
+.include <bsd.port.mk>
diff --git a/lang/cim/distinfo b/lang/cim/distinfo
new file mode 100644
index 000000000000..acb7bf0ab2bf
--- /dev/null
+++ b/lang/cim/distinfo
@@ -0,0 +1 @@
+MD5 (cim-1.84.tar.gz) = 9da1bdbc3d737f703e3820d37622120b
diff --git a/lang/cim/pkg-comment b/lang/cim/pkg-comment
new file mode 100644
index 000000000000..4d7a5bf7cb6b
--- /dev/null
+++ b/lang/cim/pkg-comment
@@ -0,0 +1 @@
+Compiler for the SIMULA programming language
diff --git a/lang/cim/pkg-descr b/lang/cim/pkg-descr
new file mode 100644
index 000000000000..1cc343a6932c
--- /dev/null
+++ b/lang/cim/pkg-descr
@@ -0,0 +1,13 @@
+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
diff --git a/lang/cim/pkg-plist b/lang/cim/pkg-plist
new file mode 100644
index 000000000000..5d4e2704d7fd
--- /dev/null
+++ b/lang/cim/pkg-plist
@@ -0,0 +1,10 @@
+bin/cim
+bin/cim2latex
+bin/cim2ps
+bin/cimetags
+bin/simindent
+lib/cim/libcim.a
+include/cim.h
+man/man1/cim.1.gz
+info/cim.info
+share/doc/cim.ps