diff options
author | obrien <obrien@FreeBSD.org> | 1996-12-04 16:01:30 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-12-04 16:01:30 +0800 |
commit | 54a5ac077a3b3d93452c259d902c281cae50c66d (patch) | |
tree | caaf14896984beb511337b5b5803e663c4eb9eae /lang/cim | |
parent | 854d9e5c073563779337655e9c4fa18f15bb0352 (diff) | |
download | freebsd-ports-gnome-54a5ac077a3b3d93452c259d902c281cae50c66d.tar.gz freebsd-ports-gnome-54a5ac077a3b3d93452c259d902c281cae50c66d.tar.zst freebsd-ports-gnome-54a5ac077a3b3d93452c259d902c281cae50c66d.zip |
Compiler for the SIMULA programming language
Closes-PR: ports/2069
Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
Diffstat (limited to 'lang/cim')
-rw-r--r-- | lang/cim/Makefile | 28 | ||||
-rw-r--r-- | lang/cim/distinfo | 1 | ||||
-rw-r--r-- | lang/cim/pkg-comment | 1 | ||||
-rw-r--r-- | lang/cim/pkg-descr | 13 | ||||
-rw-r--r-- | lang/cim/pkg-plist | 10 |
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 |