pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/REminiscence Add REminiscence 0.1.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9dc354703744
branches:  trunk
changeset: 497928:9dc354703744
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Mon Aug 08 00:10:21 2005 +0000

description:
Add REminiscence 0.1.6:

REminiscence is a rewrite of the engine used in the game Flashback
from Delphine Software. This program is designed as a cross-platform
replacement for the original executable and uses the SDL library.

diffstat:

 games/REminiscence/DESCR            |   3 +++
 games/REminiscence/Makefile         |  32 ++++++++++++++++++++++++++++++++
 games/REminiscence/PLIST            |   4 ++++
 games/REminiscence/distinfo         |   6 ++++++
 games/REminiscence/patches/patch-aa |  20 ++++++++++++++++++++
 5 files changed, 65 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r 93cf416117f2 -r 9dc354703744 games/REminiscence/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/REminiscence/DESCR  Mon Aug 08 00:10:21 2005 +0000
@@ -0,0 +1,3 @@
+REminiscence is a rewrite of the engine used in the game Flashback
+from Delphine Software. This program is designed as a cross-platform
+replacement for the original executable and uses the SDL library.
diff -r 93cf416117f2 -r 9dc354703744 games/REminiscence/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/REminiscence/Makefile       Mon Aug 08 00:10:21 2005 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/08 00:10:21 dillo Exp $
+#
+
+DISTNAME=              REminiscence-0.1.6
+CATEGORIES=            games
+MASTER_SITES=          http://membres.lycos.fr/cyxdown/reminiscence/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            dillo%NetBSD.org@localhost
+HOMEPAGE=              http://membres.lycos.fr/cyxdown/reminiscence/
+COMMENT=               Engine to play Flashback by Delphine Software
+
+BUILD_TARGET=          rs
+MAKE_ENV+=             DEFINES="${DEFINES}"
+
+.include "../../mk/endian.mk"
+.if ${MACHINE_ENDIAN} == "big"
+DEFINES+=        -DSYS_BIG_ENDIAN
+.elif ${MACHINE_ENDIAN} == "little"
+DEFINES+=        -DSYS_LITTLE_ENDIAN
+.else
+BROKEN=       "Unknown endianness"
+.endif
+
+.include "../../devel/SDL/buildlink3.mk"
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/rs ${LOCALBASE}/bin
+       ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/REminiscence
+       ${INSTALL_DATA} ${WRKSRC}/README ${LOCALBASE}/share/doc/REminiscence
+
+.include "../../mk/bsd.pkg.mk"
diff -r 93cf416117f2 -r 9dc354703744 games/REminiscence/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/REminiscence/PLIST  Mon Aug 08 00:10:21 2005 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/08 00:10:21 dillo Exp $
+bin/rs
+share/doc/REminiscence/README
+@dirrm share/doc/REminiscence
diff -r 93cf416117f2 -r 9dc354703744 games/REminiscence/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/REminiscence/distinfo       Mon Aug 08 00:10:21 2005 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/08/08 00:10:21 dillo Exp $
+
+SHA1 (REminiscence-0.1.6.tar.bz2) = 228284531638c1c928e681b1ccaf7ee6f2187b1f
+RMD160 (REminiscence-0.1.6.tar.bz2) = cec5bd010149d5c1e33d730106db34f46db1555f
+Size (REminiscence-0.1.6.tar.bz2) = 67820 bytes
+SHA1 (patch-aa) = 65d9951e4c37a811b37bc51155d1d2cbc067d3d4
diff -r 93cf416117f2 -r 9dc354703744 games/REminiscence/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/REminiscence/patches/patch-aa       Mon Aug 08 00:10:21 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/08/08 00:10:21 dillo Exp $
+
+--- Makefile.orig      2005-05-18 19:41:08.000000000 +0200
++++ Makefile
+@@ -2,11 +2,11 @@
+ SDL_CFLAGS = `sdl-config --cflags`
+ SDL_LIBS = `sdl-config --libs`
+ 
+-DEFINES = -DSYS_LITTLE_ENDIAN
++#DEFINES = -DSYS_LITTLE_ENDIAN
+ 
+-CXX = g++
+-CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-unknown-pragmas -Wshadow -Wimplicit
+-CXXFLAGS+= -Wundef -Wreorder -Wwrite-strings -Wnon-virtual-dtor -Wno-multichar
++#CXX = g++
++#CXXFLAGS:= -g -O -Wall -Wuninitialized -Wno-unknown-pragmas -Wshadow -Wimplicit
++#CXXFLAGS+= -Wundef -Wreorder -Wwrite-strings -Wnon-virtual-dtor -Wno-multichar
+ CXXFLAGS+= $(SDL_CFLAGS) $(DEFINES)
+ 
+ SRCS = collision.cpp cutscene.cpp file.cpp game.cpp graphics.cpp locale.cpp \



Home | Main Index | Thread Index | Old Index