Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Dec 2000 23:40:53 +0000 (GMT)
From:      George Reid <greid@dogma.freebsd-uk.eu.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23633: New port: FreeSCI: A portable interpreter for SCI games, such as the Space Quest series.
Message-ID:  <Pine.BSF.4.21.0012182338030.17521-100000@sobek.openirc.co.uk>
Resent-Message-ID: <200012182340.eBINe5d72199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <greid@ukug.uk.freebsd.org>
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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0012182338030.17521-100000>