Add FreeSCI 0.3.0, a portable interpreter for SCI games.

PR:		23633
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
This commit is contained in:
Will Andrews 2000-12-19 12:39:27 +00:00
parent cb8895c30e
commit 80ef25d427
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36115
11 changed files with 111 additions and 0 deletions

View file

@ -12,6 +12,7 @@
SUBDIR += dgen-sdl
SUBDIR += dlx
SUBDIR += fmsx
SUBDIR += freesci
SUBDIR += frodo
SUBDIR += gsnes9x
SUBDIR += hfs

View file

@ -0,0 +1,29 @@
# New ports collection makefile for: freesci
# Date created: 17 December 2000
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= freesci
PORTVERSION= 0.3.0
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
MAINTAINER= greid@ukug.uk.freebsd.org
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
png.4:${PORTSDIR}/graphics/png
HAS_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GLIB= yes
post-install:
@${MKDIR} ${PREFIX}/share/freesci
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a

View file

@ -0,0 +1 @@
A portable interpreter for SCI games, such as the Space Quest series.

View file

@ -0,0 +1,13 @@
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.
- George Reid
greid@ukug.uk.freebsd.org

View file

@ -0,0 +1,11 @@
bin/sciunpack
bin/scriptdump
bin/vocabdump
bin/classes
bin/sciconsole
bin/scidisasm
bin/listwords
bin/sciv
lib/libscisound.a
share/freesci/sci.sgml
@dirrm share/freesci

29
games/freesci/Makefile Normal file
View file

@ -0,0 +1,29 @@
# New ports collection makefile for: freesci
# Date created: 17 December 2000
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= freesci
PORTVERSION= 0.3.0
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.linuxgames.com/freesci/
MAINTAINER= greid@ukug.uk.freebsd.org
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \
png.4:${PORTSDIR}/graphics/png
HAS_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GLIB= yes
post-install:
@${MKDIR} ${PREFIX}/share/freesci
@${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci
.include <bsd.port.mk>

1
games/freesci/distinfo Normal file
View file

@ -0,0 +1 @@
MD5 (freesci-0.3.0.tar.gz) = 71fa6c95a6fcebe3c818e53e6561721a

View file

@ -0,0 +1 @@
A portable interpreter for SCI games, such as the Space Quest series.

13
games/freesci/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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.
- George Reid
greid@ukug.uk.freebsd.org

11
games/freesci/pkg-plist Normal file
View file

@ -0,0 +1,11 @@
bin/sciunpack
bin/scriptdump
bin/vocabdump
bin/classes
bin/sciconsole
bin/scidisasm
bin/listwords
bin/sciv
lib/libscisound.a
share/freesci/sci.sgml
@dirrm share/freesci