pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/zoom Initial import of zoom 1.0.1a: a z-code (in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a9dcbb40221
branches:  trunk
changeset: 460028:0a9dcbb40221
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sat Aug 16 14:28:34 2003 +0000

description:
Initial import of zoom 1.0.1a: a z-code (infocom) interpreter with
graphics support.

diffstat:

 games/zoom/DESCR            |   3 +++
 games/zoom/Makefile         |  40 ++++++++++++++++++++++++++++++++++++++++
 games/zoom/PLIST            |  21 +++++++++++++++++++++
 games/zoom/distinfo         |   7 +++++++
 games/zoom/patches/patch-aa |  14 ++++++++++++++
 5 files changed, 85 insertions(+), 0 deletions(-)

diffs (105 lines):

diff -r 5128f1f2e629 -r 0a9dcbb40221 games/zoom/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/zoom/DESCR  Sat Aug 16 14:28:34 2003 +0000
@@ -0,0 +1,3 @@
+Zoom is a Z-Code interpreter (used in the Infocom text adventures
+and adventures compiled by inform) with support for version 3-8,
+including v6 graphics.
diff -r 5128f1f2e629 -r 0a9dcbb40221 games/zoom/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/zoom/Makefile       Sat Aug 16 14:28:34 2003 +0000
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/16 14:28:34 dillo Exp $
+#
+
+DISTNAME=              zoom-1.0.1
+PKGNAME=               ${DISTNAME}pl1
+CATEGORIES=            games
+MASTER_SITES=          http://www.logicalshift.demon.co.uk/unix/zoom/
+
+PATCH_SITES=           http://www.logicalshift.demon.co.uk/unix/zoom/
+PATCHFILES=            zoom-1.0.1-1.0.1a.patch
+PATCH_DIST_STRIP=      -p1
+
+MAINTAINER=            dillo%netbsd.org@localhost
+HOMEPAGE=              http://www.logicalshift.demon.co.uk/unix/zoom/
+COMMENT=               Plays Infocom-compatible games, with graphics support
+
+USE_BUILDLINK2=                yes
+USE_PKGLOCALEDIR=      yes
+USE_LIBTOOL=           yes
+LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+GNU_CONFIGURE=         yes
+USE_X11=               yes
+USE_GMAKE=             yes
+USE_PERL5=             build
+
+DOCDIR=                        ${LOCALBASE}/share/doc/html/zoom
+post-install:
+       ${INSTALL_DATA_DIR} ${DOCDIR}
+       for f in colours.png configXwin.html configmac.html fonts.png \
+               game.png generalset.png idx index.html intro.html \
+               resources.png troubleshooting.html ui.png zicon.gif \
+               zoom-icon.png zoom.html ztitle.html; \
+       do \
+               ${INSTALL_DATA} ${WRKSRC}/manual/$$f ${DOCDIR}; \
+       done
+
+.include "../../fonts/Xft2/buildlink2.mk"
+.include "../../fonts/t1lib/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5128f1f2e629 -r 0a9dcbb40221 games/zoom/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/zoom/PLIST  Sat Aug 16 14:28:34 2003 +0000
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/16 14:28:34 dillo Exp $
+bin/zoom
+share/zoom/zoomrc
+share/doc/html/zoom/colours.png
+share/doc/html/zoom/configXwin.html
+share/doc/html/zoom/configmac.html
+share/doc/html/zoom/fonts.png
+share/doc/html/zoom/game.png
+share/doc/html/zoom/generalset.png
+share/doc/html/zoom/idx
+share/doc/html/zoom/index.html
+share/doc/html/zoom/intro.html
+share/doc/html/zoom/resources.png
+share/doc/html/zoom/troubleshooting.html
+share/doc/html/zoom/ui.png
+share/doc/html/zoom/zicon.gif
+share/doc/html/zoom/zoom-icon.png
+share/doc/html/zoom/zoom.html
+share/doc/html/zoom/ztitle.html
+@dirrm share/zoom
+@dirrm share/doc/html/zoom
diff -r 5128f1f2e629 -r 0a9dcbb40221 games/zoom/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/zoom/distinfo       Sat Aug 16 14:28:34 2003 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/16 14:28:34 dillo Exp $
+
+SHA1 (zoom-1.0.1.tar.gz) = 8cfed626d025150ae49e2ce7d0b5afd0516dd176
+Size (zoom-1.0.1.tar.gz) = 719460 bytes
+SHA1 (zoom-1.0.1-1.0.1a.patch) = f664c5c5cba73db0c9e0d607e9561abdb231b5af
+Size (zoom-1.0.1-1.0.1a.patch) = 11860 bytes
+SHA1 (patch-aa) = b09e11f30ca1b4d2dc7dbeae114952b17590ed72
diff -r 5128f1f2e629 -r 0a9dcbb40221 games/zoom/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/zoom/patches/patch-aa       Sat Aug 16 14:28:34 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/08/16 14:28:34 dillo Exp $
+
+--- configure.orig     Sat Oct 19 23:18:01 2002
++++ configure
+@@ -7564,7 +7564,8 @@ if test "${ac_cv_lib_Xft_XftInit+set}" =
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+   ac_check_lib_save_LIBS=$LIBS
+-LIBS="-lXft  $LIBS"
++LIBS="`xft-config --libs`  $LIBS"
++CFLAGS="$CFLAGS `xft-config --cflags`"
+ cat >conftest.$ac_ext <<_ACEOF
+ #line 7569 "configure"
+ #include "confdefs.h"



Home | Main Index | Thread Index | Old Index