Date: Thu, 3 Jun 1999 00:16:53 +0900 (JST) From: nishika@cheerful.com To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11994: New port: emulators/quasi88 - PC-8801 emulator - Message-ID: <199906021516.AAA57643@cheerful.com>
next in thread | raw e-mail | index | archive | help
>Number: 11994 >Category: ports >Synopsis: new port: emulators/quasi88 >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: Wed Jun 2 08:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Nishika >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: >Description: Hi, This is a new port. The quasi88 is an emulator that emulate old NEC machines called PC-8801. shar formatted port skeleton follows: # 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: # # quasi88 # quasi88/files # quasi88/files/md5 # quasi88/pkg # quasi88/pkg/COMMENT # quasi88/pkg/DESCR # quasi88/pkg/PLIST # quasi88/Makefile # echo c - quasi88 mkdir -p quasi88 > /dev/null 2>&1 echo c - quasi88/files mkdir -p quasi88/files > /dev/null 2>&1 echo x - quasi88/files/md5 sed 's/^X//' >quasi88/files/md5 << 'END-of-quasi88/files/md5' XMD5 (quasi88-0.2.4.tgz) = f80a597e264d673ee41a2375efaa15fa END-of-quasi88/files/md5 echo c - quasi88/pkg mkdir -p quasi88/pkg > /dev/null 2>&1 echo x - quasi88/pkg/COMMENT sed 's/^X//' >quasi88/pkg/COMMENT << 'END-of-quasi88/pkg/COMMENT' XPC-8801 emulator for X. END-of-quasi88/pkg/COMMENT echo x - quasi88/pkg/DESCR sed 's/^X//' >quasi88/pkg/DESCR << 'END-of-quasi88/pkg/DESCR' XThis is a PC-8801 emulator for X. XSee http://www.117.ne.jp/~show/pc8801/pc88emu.html for further information. X XWWW: http://www.117.ne.jp/~show/pc8801/pc88emu.html END-of-quasi88/pkg/DESCR echo x - quasi88/pkg/PLIST sed 's/^X//' >quasi88/pkg/PLIST << 'END-of-quasi88/pkg/PLIST' Xbin/quasi88 Xshare/doc/quasi88/FAQ Xshare/doc/quasi88/FILES Xshare/doc/quasi88/FORMAT Xshare/doc/quasi88/GET-IMAGE Xshare/doc/quasi88/HELP Xshare/doc/quasi88/HISTORY Xshare/doc/quasi88/LIST Xshare/doc/quasi88/MANUAL Xshare/doc/quasi88/QUASI88 X@dirrm share/doc/quasi88 END-of-quasi88/pkg/PLIST echo x - quasi88/Makefile sed 's/^X//' >quasi88/Makefile << 'END-of-quasi88/Makefile' X# New ports collection makefile for: QUASI88 X# Version required: 0.2.4 X# Date created: 22 May 1999 X# Whom: Nishika <nishika@cheerful.com> X# X# $Id$ X# X XDISTNAME= quasi88-0.2.4 XCATEGORIES= emulators XMASTER_SITES= http://www.117.ne.jp/~show/pc8801/ XEXTRACT_SUFX= .tgz X XMAINTAINER= nishika@cheerful.com X XUSE_XLIB= yes XDATAFILES= FAQ FILES FORMAT GET-IMAGE HELP HISTORY LIST MANUAL QUASI88 X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/quasi88 ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/doc/quasi88 X X.for i in ${DATAFILES} X @ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/quasi88/ X.endfor X X.include <bsd.port.mk> END-of-quasi88/Makefile exit >How-To-Repeat: >Fix: >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?199906021516.AAA57643>