pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/scummvm-tools Import scummvm-tools 0.9.0, a coll...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/549b013cc9ca
branches:  trunk
changeset: 515379:549b013cc9ca
user:      dillo <dillo%pkgsrc.org@localhost>
date:      Sun Jul 02 09:47:44 2006 +0000

description:
Import scummvm-tools 0.9.0, a collection of extraction, conversion,
and compression tools for games supported by ScummVM.

diffstat:

 games/scummvm-tools/DESCR            |   6 ++++++
 games/scummvm-tools/Makefile         |  36 ++++++++++++++++++++++++++++++++++++
 games/scummvm-tools/PLIST            |  23 +++++++++++++++++++++++
 games/scummvm-tools/distinfo         |   6 ++++++
 games/scummvm-tools/patches/patch-aa |  29 +++++++++++++++++++++++++++++
 5 files changed, 100 insertions(+), 0 deletions(-)

diffs (120 lines):

diff -r 5a4269172f10 -r 549b013cc9ca games/scummvm-tools/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-tools/DESCR Sun Jul 02 09:47:44 2006 +0000
@@ -0,0 +1,6 @@
+This is a collection of various tools that may be useful to use in
+conjunction with ScummVM. Please note that this module is not always
+in-sync with the latest STABLE version of ScummVM.
+
+This means that although a tool may support a feature, certain
+ScummVM versions may not.
diff -r 5a4269172f10 -r 549b013cc9ca games/scummvm-tools/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-tools/Makefile      Sun Jul 02 09:47:44 2006 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $
+#
+
+DISTNAME=              scummvm-tools-0.9.0
+CATEGORIES=            games
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=scummvm/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            dillo%NetBSD.org@localhost
+HOMEPAGE=              http://scummvm.sourceforge.net/
+COMMENT=               Conversion and compression tools for ScummVM
+
+WRKSRC=                ${WRKDIR}/tools-0.9.0
+USE_LANGUAGES+=        c c++
+USE_TOOLS+=    gmake
+
+DEPENDS+=      flac-[0-9]*:../../audio/flac
+DEPENDS+=      lame-[0-9]*:../../audio/lame
+DEPENDS+=      vorbis-tools-[0-9]*:../../audio/vorbis-tools
+
+do-install:
+       for f in compress_kyra compress_queen compress_saga \
+               compress_scumm_san compress_scumm_sou compress_scumm_bun \
+               compress_simon compress_sword1 compress_sword2 dekyra \
+               descumm desword2 encode_dxa extract_kyra extract_loom_tg16 \
+               extract_mm_c64 extract_mm_nes extract_scumm_mac \
+               extract_simon1_amiga extract_zak_c64; \
+       do \
+               ${INSTALL_PROGRAM} ${WRKSRC}/$$f ${LOCALBASE}/bin; \
+       done
+       ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/scummvm-tools
+       ${INSTALL_DATA} ${WRKSRC}/README ${LOCALBASE}/share/doc/scummvm-tools
+
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5a4269172f10 -r 549b013cc9ca games/scummvm-tools/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-tools/PLIST Sun Jul 02 09:47:44 2006 +0000
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $
+bin/compress_kyra
+bin/compress_queen
+bin/compress_saga
+bin/compress_scumm_bun
+bin/compress_scumm_san
+bin/compress_scumm_sou
+bin/compress_simon
+bin/compress_sword1
+bin/compress_sword2
+bin/dekyra
+bin/descumm
+bin/desword2
+bin/encode_dxa
+bin/extract_kyra
+bin/extract_loom_tg16
+bin/extract_mm_c64
+bin/extract_mm_nes
+bin/extract_scumm_mac
+bin/extract_simon1_amiga
+bin/extract_zak_c64
+share/doc/scummvm-tools/README
+@dirrm share/doc/scummvm
diff -r 5a4269172f10 -r 549b013cc9ca games/scummvm-tools/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-tools/distinfo      Sun Jul 02 09:47:44 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $
+
+SHA1 (scummvm-tools-0.9.0.tar.bz2) = c732c0706ae59fc26778ca3fc341dc3873370649
+RMD160 (scummvm-tools-0.9.0.tar.bz2) = eb9f8cc348150ed9b7d952e99121f152fee5f06d
+Size (scummvm-tools-0.9.0.tar.bz2) = 116414 bytes
+SHA1 (patch-aa) = de4e3fb5e98acfcb58f1b07d083f78918138fff5
diff -r 5a4269172f10 -r 549b013cc9ca games/scummvm-tools/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/scummvm-tools/patches/patch-aa      Sun Jul 02 09:47:44 2006 +0000
@@ -0,0 +1,29 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/07/02 09:47:44 dillo Exp $
+
+--- Makefile.orig      2006-06-21 23:11:51.000000000 +0200
++++ Makefile
+@@ -3,17 +3,17 @@
+ 
+ SRC=.
+ 
+-CC      := gcc
+-CXX     := g++
+-CFLAGS  += -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar
++#CC      := gcc
++#CXX     := g++
++#CFLAGS  += -g -O -Wall -Wuninitialized -Wno-long-long -Wno-multichar
+ # LDFLAGS +=
+ 
+ # Additional warnings
+-CFLAGS+= -Wshadow
+-CFLAGS+= -pedantic
+-CFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
++#CFLAGS+= -Wshadow
++#CFLAGS+= -pedantic
++#CFLAGS+= -Wpointer-arith -Wcast-qual -Wcast-align
+ # -Wconversion
+-CFLAGS+= -Wshadow -Wimplicit -Wundef -Wwrite-strings 
++#CFLAGS+= -Wshadow -Wimplicit -Wundef -Wwrite-strings 
+ 
+ TARGETS := \
+       compress_kyra$(EXEEXT) \



Home | Main Index | Thread Index | Old Index