diff options
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/cinc/Makefile | 19 | ||||
-rw-r--r-- | emulators/cinc/distinfo | 1 | ||||
-rw-r--r-- | emulators/cinc/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/cinc/pkg-descr | 12 | ||||
-rw-r--r-- | emulators/cinc/pkg-plist | 2 |
6 files changed, 36 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index b84eef61a258..7b9f9cde999c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -8,6 +8,7 @@ SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc + SUBDIR += cinc SUBDIR += cingb SUBDIR += cpmemu SUBDIR += cpmtools 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 |