aboutsummaryrefslogtreecommitdiff
path: root/emulators/cinc
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-20 04:41:07 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-20 04:41:07 +0000
commitc31cbb35d3dd58e7ca556845453c957f80688411 (patch)
tree1178eac6d36b5eb2eb0fc4434ed502e60781f217 /emulators/cinc
parent70d0bc9d4faf6e1c57dfd2e01320833eccd4e7d5 (diff)
downloadports-c31cbb35d3dd58e7ca556845453c957f80688411.tar.gz
ports-c31cbb35d3dd58e7ca556845453c957f80688411.zip
add cinc 2.1.3
Bell Laboratories cardiac computer emulator PR: 39155 Submitted by: Amar Takhar <verm@drunkmonk.net>
Notes
Notes: svn path=/head/; revision=61615
Diffstat (limited to 'emulators/cinc')
-rw-r--r--emulators/cinc/Makefile19
-rw-r--r--emulators/cinc/distinfo1
-rw-r--r--emulators/cinc/pkg-comment1
-rw-r--r--emulators/cinc/pkg-descr12
-rw-r--r--emulators/cinc/pkg-plist2
5 files changed, 35 insertions, 0 deletions
diff --git a/emulators/cinc/Makefile b/emulators/cinc/Makefile
new file mode 100644
index 000000000000..4f7c8ed322c9
--- /dev/null
+++ b/emulators/cinc/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: cinc
+# Date created: 28 May 2002
+# Whom: verm@drunkmonk.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= cinc
+PORTVERSION= 2.1.3
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= cinc
+
+MAINTAINER= verm@drunkmonk.net
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/emulators/cinc/distinfo b/emulators/cinc/distinfo
new file mode 100644
index 000000000000..eab363124ab2
--- /dev/null
+++ b/emulators/cinc/distinfo
@@ -0,0 +1 @@
+MD5 (cinc-2.1.3.tar.gz) = 6bb6f49f257036b52f40123799e71996
diff --git a/emulators/cinc/pkg-comment b/emulators/cinc/pkg-comment
new file mode 100644
index 000000000000..173b7d170b26
--- /dev/null
+++ b/emulators/cinc/pkg-comment
@@ -0,0 +1 @@
+Bell Laboratories cardiac computer emulator
diff --git a/emulators/cinc/pkg-descr b/emulators/cinc/pkg-descr
new file mode 100644
index 000000000000..4e1ea9336870
--- /dev/null
+++ b/emulators/cinc/pkg-descr
@@ -0,0 +1,12 @@
+cinc is a program that emulates the Bell Laboratories cardiac computer
+(from here on referred to as cardiac). cardiac stands for cardboard
+illustrative aid to computation.
+
+casm is an assembler for the cinc emulator. casm reads a casm source program
+and translates it to a cinc loadable program that can be executed with the
+cinc emulator.
+
+cinc allows you to run cardiac programs on a real computer. The real
+cardiac allows the student to learn how computers work internally.
+
+WWW: http://sourceforge.net/projects/cinc
diff --git a/emulators/cinc/pkg-plist b/emulators/cinc/pkg-plist
new file mode 100644
index 000000000000..4337d8e05c55
--- /dev/null
+++ b/emulators/cinc/pkg-plist
@@ -0,0 +1,2 @@
+bin/cinc
+bin/casm