From owner-freebsd-ports Mon Dec 18 15:40:10 2000 From owner-freebsd-ports@FreeBSD.ORG Mon Dec 18 15:40:05 2000 Return-Path: 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 7B6A137B404 for ; Mon, 18 Dec 2000 15:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBINe5d72199; Mon, 18 Dec 2000 15:40:05 -0800 (PST) (envelope-from gnats) Resent-Date: Mon, 18 Dec 2000 15:40:05 -0800 (PST) Resent-Message-Id: <200012182340.eBINe5d72199@freefall.freebsd.org> Resent-From: gnats-admin@FreeBSD.org (GNATS Management) Resent-To: freebsd-ports@FreeBSD.org Resent-Reply-To: gnats-admin@FreeBSD.org, George Reid Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 2D4FC37B400 for ; Mon, 18 Dec 2000 15:37:48 -0800 (PST) Received: from sobek.openirc.co.uk ([62.252.12.175]) by mta02-svc.ntlworld.com (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP id <20001218233741.NHQK23225.mta02-svc.ntlworld.com@sobek.openirc.co.uk> for ; Mon, 18 Dec 2000 23:37:41 +0000 Message-Id: Date: Mon, 18 Dec 2000 23:40:53 +0000 (GMT) From: George Reid To: FreeBSD-gnats-submit@freebsd.org Subject: ports/23633: New port: FreeSCI: A portable interpreter for SCI games, such as the Space Quest series. Resent-Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 23633 >Category: ports >Synopsis: New port: FreeSCI: A portable interpreter for SCI games >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: Mon Dec 18 15:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: George Reid >Release: FreeBSD 5.0-CURRENT i386 >Organization: FreeBSD UK User Group >Environment: FreeBSD 5.0-CURRENT >Description: FreeSCI is a portable interpreter for SCI games, such as the Space Quest series (starting with SQ3) or Leisure Suit Larry (2 and sequels). This release has the following limitations (plus some bugs): - Only SCI0 games are supported - The SCI debug functions aren't fully supported (and probably never will be, since we're using our own debug functions). - Sound is not supported yet - Graphics are slow, especially on displays not using 8bpp color index mode. >How-To-Repeat: n/a >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: # # . # ./pkg-plist # ./pkg-descr # ./pkg-comment # ./distinfo # ./Makefile # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./pkg-plist sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist' Xbin/sciunpack Xbin/scriptdump Xbin/vocabdump Xbin/classes Xbin/sciconsole Xbin/scidisasm Xbin/listwords Xbin/sciv Xlib/libscisound.a Xshare/freesci/sci.sgml X@dirrm share/freesci END-of-./pkg-plist echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XFreeSCI is a portable interpreter for SCI games, such as the Space Quest Xseries (starting with SQ3) or Leisure Suit Larry (2 and sequels). X XThis release has the following limitations (plus some bugs): X X- Only SCI0 games are supported X- The SCI debug functions aren't fully supported (and probably never will be, X since we're using our own debug functions). X- Sound is not supported yet X- Graphics are slow, especially on displays not using 8bpp color index mode. X X- George Reid Xgreid@ukug.uk.freebsd.org END-of-./pkg-descr echo x - ./pkg-comment sed 's/^X//' >./pkg-comment << 'END-of-./pkg-comment' XA portable interpreter for SCI games, such as the Space Quest series. END-of-./pkg-comment echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a END-of-./distinfo echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: freesci X# Date created: 17 December 2000 X# Whom: George Reid X# X# $FreeBSD$ X# X XPORTNAME= freesci XPORTVERSION= 0.3.0 XCATEGORIES= emulators XMASTER_SITES= ftp://ftp.linuxgames.com/freesci/ X XMAINTAINER= greid@ukug.uk.freebsd.org X XLIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \ X png.4:${PORTSDIR}/graphics/png X XHAS_CONFIGURE= yes X X.include X XCONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" X XUSE_GLIB= yes X Xpost-install: X @${MKDIR} ${PREFIX}/share/freesci X @${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci X X.include END-of-./Makefile exit >Release-Note: >Audit-Trail: >Unformatted: (e.g. Space Quest) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message