diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 14:09:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-05-02 14:09:03 +0000 |
commit | f7d06e7c95ac259439ea998669effe6687822cc3 (patch) | |
tree | 2f51d457b2571d0fd120405cb0e2b389a1bd9f49 /lang/cim | |
parent | c5d85aa55f308b41926b290390e60f33ecc58ebc (diff) | |
download | ports-f7d06e7c95ac259439ea998669effe6687822cc3.tar.gz ports-f7d06e7c95ac259439ea998669effe6687822cc3.zip |
Notes
Diffstat (limited to 'lang/cim')
-rw-r--r-- | lang/cim/Makefile | 28 | ||||
-rw-r--r-- | lang/cim/distinfo | 3 | ||||
-rw-r--r-- | lang/cim/pkg-descr | 12 | ||||
-rw-r--r-- | lang/cim/pkg-plist | 10 |
4 files changed, 0 insertions, 53 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile deleted file mode 100644 index afb34bc6b7e7..000000000000 --- a/lang/cim/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: cim -# Date created: 21 Sept 1996 -# Whom: giffunip -# -# $FreeBSD$ -# - -PORTNAME= cim -PORTVERSION= 3.37 -PORTREVISION= 1 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/cim/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Compiler for the SIMULA programming language - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_AUTOTOOLS= libtool -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -MAN1= cim.1 -INFO= cim - -.include <bsd.port.mk> diff --git a/lang/cim/distinfo b/lang/cim/distinfo deleted file mode 100644 index 3c647611da4c..000000000000 --- a/lang/cim/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cim-3.37.tar.gz) = b51068ab30f54aefeb86fc4a6289cc77 -SHA256 (cim-3.37.tar.gz) = 6bdebc2de4ff40409eb813b12666bd2c4465ec1a3690a53861f11899793c9349 -SIZE (cim-3.37.tar.gz) = 712263 diff --git a/lang/cim/pkg-descr b/lang/cim/pkg-descr deleted file mode 100644 index 1179a5c0f469..000000000000 --- a/lang/cim/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -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. - -WWW: http://www.ifi.uio.no/~cim/cim.html diff --git a/lang/cim/pkg-plist b/lang/cim/pkg-plist deleted file mode 100644 index 8ab3e043438b..000000000000 --- a/lang/cim/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -bin/cim -bin/cim2latex -bin/cim2ps -bin/cimindent -include/cim.h -lib/libcim-atr.a -lib/libcim.a -lib/libcim.la -lib/libcim.so -lib/libcim.so.3 |