From owner-freebsd-ports Tue Jun 11 10:10:44 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41EDF37B413 for ; Tue, 11 Jun 2002 10:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5BHA2i71764; Tue, 11 Jun 2002 10:10:02 -0700 (PDT) (envelope-from gnats) Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [66.37.140.163]) by hub.freebsd.org (Postfix) with ESMTP id 98AEA37B408 for ; Tue, 11 Jun 2002 10:06:18 -0700 (PDT) Received: from jolly.drunkmonk.net (localhost [127.0.0.1]) by jolly.drunkmonk.net (8.12.3/8.12.3) with ESMTP id g5BH6IF7002438 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 11 Jun 2002 11:06:18 -0600 (MDT) (envelope-from verm@jolly.drunkmonk.net) Received: (from verm@localhost) by jolly.drunkmonk.net (8.12.3/8.12.1/Submit) id g5BH6D8u002437; Tue, 11 Jun 2002 11:06:13 -0600 (MDT) Message-Id: <200206111706.g5BH6D8u002437@jolly.drunkmonk.net> Date: Tue, 11 Jun 2002 11:06:13 -0600 (MDT) From: Amar Takhar Reply-To: Amar Takhar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/39155: new port: emulators/cinc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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