summaryrefslogtreecommitdiff
path: root/lang/cim
diff options
context:
space:
mode:
authorjtb <jtb>2000-11-25 21:59:30 +0000
committerjtb <jtb>2000-11-25 21:59:30 +0000
commit58d690f749f58a289db580c59ef9a7c29a6f7de6 (patch)
tree8b57deaef55eb5fcfc4bc5a850347a8fadebbd20 /lang/cim
parent533ab3a80b0e1e08bb51eef3c60984ee5f26e644 (diff)
downloadpkgsrc-58d690f749f58a289db580c59ef9a7c29a6f7de6.tar.gz
Initial import of new "cim" package:
Simula compiler based on the C programming language
Diffstat (limited to 'lang/cim')
-rw-r--r--lang/cim/Makefile18
-rw-r--r--lang/cim/files/md53
-rw-r--r--lang/cim/pkg/COMMENT1
-rw-r--r--lang/cim/pkg/DESCR9
-rw-r--r--lang/cim/pkg/PLIST14
5 files changed, 45 insertions, 0 deletions
diff --git a/lang/cim/Makefile b/lang/cim/Makefile
new file mode 100644
index 00000000000..2ef4f22877c
--- /dev/null
+++ b/lang/cim/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/25 21:59:30 jtb Exp $
+
+DISTNAME= cim-3.30
+CATEGORIES= lang
+MASTER_SITES= ${MASTER_SITE_GNU:=cim/}
+
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://www.gnu.org/software/cim/cim.html
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE=${WKRSRC}/libtool
+LTCONFIG_OVERRIDE=${WKRSRC}/ltconfig
+USE_PERL5= yes
+
+INFO_FILES= cim.info
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/lang/cim/files/md5 b/lang/cim/files/md5
new file mode 100644
index 00000000000..6883304203c
--- /dev/null
+++ b/lang/cim/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/11/25 21:59:30 jtb Exp $
+
+MD5 (cim-3.30.tar.gz) = 5a71f1427080d2334ec0d5070e737284
diff --git a/lang/cim/pkg/COMMENT b/lang/cim/pkg/COMMENT
new file mode 100644
index 00000000000..a7251b47c18
--- /dev/null
+++ b/lang/cim/pkg/COMMENT
@@ -0,0 +1 @@
+Simula compiler based on the C programming language
diff --git a/lang/cim/pkg/DESCR b/lang/cim/pkg/DESCR
new file mode 100644
index 00000000000..a0c718cd612
--- /dev/null
+++ b/lang/cim/pkg/DESCR
@@ -0,0 +1,9 @@
+GNU Cim is a compiler for the programming language Simula. It offers
+a class concept, separate compilation with full type checking,
+interface to external C routines, an application package for process
+simulation and a coroutine concept.
+
+The portability of GNU Cim is based on the C programming language.
+The compiler and the run-time system is written in C, and the compiler
+produces C code, that is passed to a C compiler for further processing
+towards machine code.
diff --git a/lang/cim/pkg/PLIST b/lang/cim/pkg/PLIST
new file mode 100644
index 00000000000..e32c08a360d
--- /dev/null
+++ b/lang/cim/pkg/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/11/25 21:59:30 jtb Exp $
+bin/cim
+bin/cim2latex
+bin/cim2ps
+bin/cimindent
+include/cim.h
+@unexec install-info --delete --info-dir=%D/info %D/info/cim.info
+info/cim.info
+@exec install-info --info-dir=%D/info %D/info/cim.info
+lib/libcim-atr.a
+lib/libcim.a
+lib/libcim.la
+lib/libcim.so.3.0
+man/man1/cim.1