pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/freesci Initial import of freesci-0.3.4a, an int...
details: https://anonhg.NetBSD.org/pkgsrc/rev/beaee49e93a3
branches: trunk
changeset: 460035:beaee49e93a3
user: dillo <dillo%pkgsrc.org@localhost>
date: Sat Aug 16 18:27:30 2003 +0000
description:
Initial import of freesci-0.3.4a, an interpreter for Sierra On-Line's
SCI games.
diffstat:
games/freesci/DESCR | 4 ++++
games/freesci/MESSAGE | 10 ++++++++++
games/freesci/Makefile | 27 +++++++++++++++++++++++++++
games/freesci/PLIST | 23 +++++++++++++++++++++++
games/freesci/distinfo | 4 ++++
games/freesci/files/config | 6 ++++++
6 files changed, 74 insertions(+), 0 deletions(-)
diffs (98 lines):
diff -r a153ea95cead -r beaee49e93a3 games/freesci/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freesci/DESCR Sat Aug 16 18:27:30 2003 +0000
@@ -0,0 +1,4 @@
+The FreeSCI project is an attempt to create a portable interpreter
+for games written for Sierra On-Line's SCI system.
+
+Currently it only runs version SCI0 games.
diff -r a153ea95cead -r beaee49e93a3 games/freesci/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freesci/MESSAGE Sat Aug 16 18:27:30 2003 +0000
@@ -0,0 +1,10 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2003/08/16 18:27:30 dillo Exp $
+
+For midi sound to work, copy the example config file to your .freesci
+directory:
+
+ mkdir $HOME/.freesci
+ cp ${PREFIX}/share/examples/freesci/config $HOME/.freesci
+
+===========================================================================
diff -r a153ea95cead -r beaee49e93a3 games/freesci/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freesci/Makefile Sat Aug 16 18:27:30 2003 +0000
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/16 18:27:30 dillo Exp $
+#
+
+DISTNAME= freesci-0.3.4a
+CATEGORIES= games
+MASTER_SITES= http://savannah.nongnu.org/download/freesci/stable.pkg/0.3.4a/
+
+MAINTAINER= dillo%netbsd.org@localhost
+HOMEPAGE= http://freesci.linuxgames.com/
+COMMENT= Interpreter for Sierra On-Line's SCI games
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+GNU_CONFIGURE= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${LOCALBASE}/share/examples/freesci
+ ${INSTALL_DATA} ${FILESDIR}/config ${LOCALBASE}/share/examples/freesci
+
+.include "../../devel/SDL/buildlink2.mk"
+.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+#.include "../../mk/motif.buildlink2.mk"
+#.include "../../mk/ossaudio.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a153ea95cead -r beaee49e93a3 games/freesci/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freesci/PLIST Sat Aug 16 18:27:30 2003 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/16 18:27:30 dillo Exp $
+bin/freesci
+bin/freesci-setup
+bin/sciconsole
+bin/scidisasm
+bin/scipack
+bin/sciunpack
+bin/sciv
+man/man6/freesci-tools.6
+man/man6/freesci.6
+share/applnk/Games/Adventure/FreeSCI.desktop
+share/examples/freesci/config
+share/games/freesci/config.template
+share/icons/hicolor/48x48/apps/freesci.png
+@dirrm share/icons/hicolor/48x48/apps
+@dirrm share/icons/hicolor/48x48
+@dirrm share/icons/hicolor
+@dirrm share/icons
+@dirrm share/games/freesci
+@dirrm share/examples/freesci
+@dirrm share/applnk/Games/Adventure
+@dirrm share/applnk/Games
+@dirrm share/applnk
diff -r a153ea95cead -r beaee49e93a3 games/freesci/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freesci/distinfo Sat Aug 16 18:27:30 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/16 18:27:30 dillo Exp $
+
+SHA1 (freesci-0.3.4a.tar.gz) = 65291ac18f668b245e7652023e754e19e6ccb0e8
+Size (freesci-0.3.4a.tar.gz) = 1178834 bytes
diff -r a153ea95cead -r beaee49e93a3 games/freesci/files/config
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/freesci/files/config Sat Aug 16 18:27:30 2003 +0000
@@ -0,0 +1,6 @@
+gfx_driver=sdl
+pcmout_driver=sdl
+midiout_driver=unixraw
+midi_device=adlibemu
+# for full-screen mode:
+# gfx.sdl.fullscreen=yes
Home |
Main Index |
Thread Index |
Old Index