Date: Tue, 11 Jun 2002 11:06:13 -0600 (MDT) From: Amar Takhar <verm@drunkmonk.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39155: new port: emulators/cinc Message-ID: <200206111706.g5BH6D8u002437@jolly.drunkmonk.net>
next in thread | raw e-mail | index | archive | help
>Number: 39155 >Category: ports >Synopsis: new port: emulators/cinc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 11 10:10:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Amar Takhar >Release: FreeBSD 4.6-RC i386 >Organization: >Environment: >Description: 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 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cinc/Makefile # cinc/distinfo # cinc/pkg-comment # cinc/pkg-descr # cinc/pkg-plist # echo x - cinc/Makefile sed 's/^X//' >cinc/Makefile << 'END-of-cinc/Makefile' X# New ports collection makefile for: cinc X# Date created: 28 May 2002 X# Whom: verm@drunkmonk.net X# X# $FreeBSD$ X# X XPORTNAME= cinc XPORTVERSION= 2.1.3 XCATEGORIES= emulators XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= cinc X XMAINTAINER= verm@drunkmonk.net X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include <bsd.port.mk> END-of-cinc/Makefile echo x - cinc/distinfo sed 's/^X//' >cinc/distinfo << 'END-of-cinc/distinfo' XMD5 (cinc-2.1.3.tar.gz) = 6bb6f49f257036b52f40123799e71996 END-of-cinc/distinfo echo x - cinc/pkg-comment sed 's/^X//' >cinc/pkg-comment << 'END-of-cinc/pkg-comment' XBell Laboratories cardiac computer emulator END-of-cinc/pkg-comment echo x - cinc/pkg-descr sed 's/^X//' >cinc/pkg-descr << 'END-of-cinc/pkg-descr' Xcinc is a program that emulates the Bell Laboratories cardiac computer X(from here on referred to as cardiac). cardiac stands for cardboard Xillustrative aid to computation. X Xcasm is an assembler for the cinc emulator. casm reads a casm source program Xand translates it to a cinc loadable program that can be executed with the Xcinc emulator. X Xcinc allows you to run cardiac programs on a real computer. The real Xcardiac allows the student to learn how computers work internally. X XWWW: http://sourceforge.net/projects/cinc END-of-cinc/pkg-descr echo x - cinc/pkg-plist sed 's/^X//' >cinc/pkg-plist << 'END-of-cinc/pkg-plist' Xbin/cinc Xbin/casm END-of-cinc/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206111706.g5BH6D8u002437>