pkgsrc-WIP-changes archive

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

sais, sais-demo-data: remove, sais is complete and imported



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Dec 14 15:52:17 2022 +0100
Changeset:	4ef0f1b00a1a0879b9215b59083d1765c0ee86da

Removed Files:
	sais-demo-data/DESCR
	sais-demo-data/Makefile
	sais-demo-data/PLIST
	sais-demo-data/distinfo
	sais-demo-data/files/sais-demo
	sais-demo-data/files/sais-demo-data-license
	sais/DESCR
	sais/Makefile
	sais/PLIST
	sais/distinfo
	sais/patches/patch-src_is__fileio.h

Log Message:
sais, sais-demo-data: remove, sais is complete and imported

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4ef0f1b00a1a0879b9215b59083d1765c0ee86da

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sais-demo-data/DESCR                        |  22 -----
 sais-demo-data/Makefile                     |  51 ----------
 sais-demo-data/PLIST                        | 143 ----------------------------
 sais-demo-data/distinfo                     |   4 -
 sais-demo-data/files/sais-demo              |   3 -
 sais-demo-data/files/sais-demo-data-license |   2 -
 sais/DESCR                                  |   2 -
 sais/Makefile                               |  32 -------
 sais/PLIST                                  |  17 ----
 sais/distinfo                               |   6 --
 sais/patches/patch-src_is__fileio.h         |  14 ---
 11 files changed, 296 deletions(-)

diffs:
diff --git a/sais-demo-data/DESCR b/sais-demo-data/DESCR
deleted file mode 100644
index 61ad5ce6c8..0000000000
--- a/sais-demo-data/DESCR
+++ /dev/null
@@ -1,22 +0,0 @@
-This package contains the free data files from the demo version
-of the game "Strange Adventures in Infinite Space" (SAIS).
-
-The demo is a considerably scaled-down version of the full game
-and is designed to help players become familiar with the SAIS game
-system.
-
-The demo version of SAIS features:
-
-  # 8 different ship types
-  # 29 different weapons, drives, shields, gadgets and artifacts
-  # 6 alien lifeforms
-  # 17 different planet and star types
-  # 2 unique alien races
-
-The star map does not randomize for each game, instead, one fixed
-star map with fewer stars to explore is provided for easy, normal
-and hard difficulty settings.
-
-No exotic weapons, usable artifacts or advanced ship systems are
-included in this version of the game. It does, however, include
-the combat simulator so players can prepare for the real thing.
diff --git a/sais-demo-data/Makefile b/sais-demo-data/Makefile
deleted file mode 100644
index 8af17a7b08..0000000000
--- a/sais-demo-data/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2013/09/02 19:05:24 thomasklausner Exp $
-
-DISTNAME=	sais_source20051111
-PKGNAME=	sais-demo-data-20051111
-CATEGORIES=	games
-MASTER_SITES=	http://zork.net/~nick/
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://zork.net/~nick/
-COMMENT=	Strange Adventures in Infinite Space engine (SDL port) (demo data files)
-LICENSE=	sais-demo-data-license
-
-LICENSE_FILE=	${FILESDIR}/sais-demo-data-license
-RESTRICTED=	${LICENSE}
-
-USE_LANGUAGES=		#
-INSTALLATION_DIRS=	bin share/doc/sais-demo-data share/sais-demo-data
-INSTALLATION_DIRS+=	share/sais-demo-data/gamedata
-INSTALLATION_DIRS+=	share/sais-demo-data/graphics
-INSTALLATION_DIRS+=	share/sais-demo-data/sounds
-INSTALLATION_DIRS+=	share/sais-demo-data/sounds/cards
-INSTALLATION_DIRS+=	share/sais-demo-data/sounds/combat
-INSTALLATION_DIRS+=	share/sais-demo-data/sounds/music
-INSTALLATION_DIRS+=	share/sais-demo-data/sounds/races
-
-do-build:
-	sed "s,@PREFIX@,${PREFIX}," files/sais-demo > ${WRKSRC}/sais-demo
-
-do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/sais-demo ${DESTDIR}${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/demo/manual.txt \
-		${DESTDIR}${PREFIX}/share/doc/sais-demo-data
-	${INSTALL_DATA} ${WRKSRC}/readme.txt \
-		${DESTDIR}${PREFIX}/share/doc/sais-demo-data
-	${INSTALL_DATA} ${WRKSRC}/demo/gamedata/* \
-		${DESTDIR}${PREFIX}/share/sais-demo-data/gamedata
-	${INSTALL_DATA} ${WRKSRC}/demo/graphics/* \
-		${DESTDIR}${PREFIX}/share/sais-demo-data/graphics
-	${INSTALL_DATA} ${WRKSRC}/demo/sounds/*.* \
-		${DESTDIR}${PREFIX}/share/sais-demo-data/sounds
-	${INSTALL_DATA} ${WRKSRC}/demo/sounds/cards/* \
-		${DESTDIR}${PREFIX}/share/sais-demo-data/sounds/cards
-	${INSTALL_DATA} ${WRKSRC}/demo/sounds/combat/* \
-		${DESTDIR}${PREFIX}/share/sais-demo-data/sounds/combat
-	${INSTALL_DATA} ${WRKSRC}/demo/sounds/music/* \
-		${DESTDIR}${PREFIX}/share/sais-demo-data/sounds/music
-	${INSTALL_DATA} ${WRKSRC}/demo/sounds/races/* \
-		${DESTDIR}${PREFIX}/share/sais-demo-data/sounds/races
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/sais-demo-data/PLIST b/sais-demo-data/PLIST
deleted file mode 100644
index b8d53ee157..0000000000
--- a/sais-demo-data/PLIST
+++ /dev/null
@@ -1,143 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2013/09/02 19:05:24 thomasklausner Exp $
-bin/sais-demo
-share/doc/sais-demo-data/manual.txt
-share/doc/sais-demo-data/readme.txt
-share/sais-demo-data/gamedata/cards.ini
-share/sais-demo-data/gamedata/fleets.ini
-share/sais-demo-data/gamedata/hulls.ini
-share/sais-demo-data/gamedata/items.ini
-share/sais-demo-data/gamedata/jobs.ini
-share/sais-demo-data/gamedata/names.ini
-share/sais-demo-data/gamedata/planets.ini
-share/sais-demo-data/gamedata/races.ini
-share/sais-demo-data/gamedata/ships.ini
-share/sais-demo-data/gamedata/strings.ini
-share/sais-demo-data/gamedata/systems.ini
-share/sais-demo-data/gamedata/weapons.ini
-share/sais-demo-data/graphics/Backgrnd.pcx
-share/sais-demo-data/graphics/FNT2.PCX
-share/sais-demo-data/graphics/FNT3.PCX
-share/sais-demo-data/graphics/Starback.pcx
-share/sais-demo-data/graphics/cheapass.pcx
-share/sais-demo-data/graphics/colormap.dat
-share/sais-demo-data/graphics/combtbg1.pcx
-share/sais-demo-data/graphics/combtbg2.pcx
-share/sais-demo-data/graphics/credits1.pcx
-share/sais-demo-data/graphics/credits2.pcx
-share/sais-demo-data/graphics/credits3.pcx
-share/sais-demo-data/graphics/digieel.pcx
-share/sais-demo-data/graphics/explode1.spr
-share/sais-demo-data/graphics/help.pcx
-share/sais-demo-data/graphics/helpc.pcx
-share/sais-demo-data/graphics/ifarrows.spr
-share/sais-demo-data/graphics/ifborder.spr
-share/sais-demo-data/graphics/ifbutton.spr
-share/sais-demo-data/graphics/ifdifneb.spr
-share/sais-demo-data/graphics/ifdifnmy.spr
-share/sais-demo-data/graphics/ifslider.spr
-share/sais-demo-data/graphics/ifsystem.spr
-share/sais-demo-data/graphics/iftarget.spr
-share/sais-demo-data/graphics/palette.dat
-share/sais-demo-data/graphics/shield.spr
-share/sais-demo-data/graphics/ships.spr
-share/sais-demo-data/graphics/shipsilu.spr
-share/sais-demo-data/graphics/shockwav.spr
-share/sais-demo-data/graphics/smnebula.spr
-share/sais-demo-data/graphics/smplanet.spr
-share/sais-demo-data/graphics/smplnet2.spr
-share/sais-demo-data/graphics/smraces.spr
-share/sais-demo-data/graphics/smstars.spr
-share/sais-demo-data/graphics/smstars2.spr
-share/sais-demo-data/graphics/titback.pcx
-share/sais-demo-data/graphics/title.pcx
-share/sais-demo-data/graphics/titles.spr
-share/sais-demo-data/graphics/weapons.spr
-share/sais-demo-data/sounds/alien1.wav
-share/sais-demo-data/sounds/alien2.wav
-share/sais-demo-data/sounds/alien3.wav
-share/sais-demo-data/sounds/arrive02.wav
-share/sais-demo-data/sounds/beep_accept.wav
-share/sais-demo-data/sounds/beep_decline.wav
-share/sais-demo-data/sounds/beep_deselect.wav
-share/sais-demo-data/sounds/beep_dot.wav
-share/sais-demo-data/sounds/beep_dot2.wav
-share/sais-demo-data/sounds/beep_info.wav
-share/sais-demo-data/sounds/beep_no.wav
-share/sais-demo-data/sounds/beep_select.wav
-share/sais-demo-data/sounds/beep_selectstar.wav
-share/sais-demo-data/sounds/beep_selship.wav
-share/sais-demo-data/sounds/beep_wait.wav
-share/sais-demo-data/sounds/beep_yes.wav
-share/sais-demo-data/sounds/blakhol2.wav
-share/sais-demo-data/sounds/blakhole.wav
-share/sais-demo-data/sounds/bridge_loop.wav
-share/sais-demo-data/sounds/cards/ally.wav
-share/sais-demo-data/sounds/cards/brass.wav
-share/sais-demo-data/sounds/cards/cenotaph.wav
-share/sais-demo-data/sounds/cards/codex.wav
-share/sais-demo-data/sounds/cards/device.wav
-share/sais-demo-data/sounds/cards/drive_loop.wav
-share/sais-demo-data/sounds/cards/flare_loop.wav
-share/sais-demo-data/sounds/cards/gas_loop.wav
-share/sais-demo-data/sounds/cards/horloge_loop.wav
-share/sais-demo-data/sounds/cards/intruder_loop.wav
-share/sais-demo-data/sounds/cards/lifeform.wav
-share/sais-demo-data/sounds/cards/monocle.wav
-share/sais-demo-data/sounds/cards/no_planet.wav
-share/sais-demo-data/sounds/cards/sculpture.wav
-share/sais-demo-data/sounds/cards/system_loop.wav
-share/sais-demo-data/sounds/cards/titanium.wav
-share/sais-demo-data/sounds/cards/toy.wav
-share/sais-demo-data/sounds/cards/weapon.wav
-share/sais-demo-data/sounds/cards/whales.wav
-share/sais-demo-data/sounds/cards/whistle.wav
-share/sais-demo-data/sounds/cash02.wav
-share/sais-demo-data/sounds/combat/beam1.wav
-share/sais-demo-data/sounds/combat/beam2.wav
-share/sais-demo-data/sounds/combat/beam3.wav
-share/sais-demo-data/sounds/combat/bulhit02.wav
-share/sais-demo-data/sounds/combat/explo01.wav
-share/sais-demo-data/sounds/combat/explo02.wav
-share/sais-demo-data/sounds/combat/fighter.wav
-share/sais-demo-data/sounds/combat/lowboom.wav
-share/sais-demo-data/sounds/combat/misl1.wav
-share/sais-demo-data/sounds/combat/pgun1.wav
-share/sais-demo-data/sounds/combat/pgun2.wav
-share/sais-demo-data/sounds/combat/pgun3.wav
-share/sais-demo-data/sounds/combat/shield02.wav
-share/sais-demo-data/sounds/combat/sim_end.wav
-share/sais-demo-data/sounds/combat/sys_dmg.wav
-share/sais-demo-data/sounds/combat/sys_fixed.wav
-share/sais-demo-data/sounds/combat/sys_hit.wav
-share/sais-demo-data/sounds/combat/sys_hit_2.wav
-share/sais-demo-data/sounds/depart02.wav
-share/sais-demo-data/sounds/hyperdrv.wav
-share/sais-demo-data/sounds/install.wav
-share/sais-demo-data/sounds/install2.wav
-share/sais-demo-data/sounds/lock.wav
-share/sais-demo-data/sounds/logo.wav
-share/sais-demo-data/sounds/message.wav
-share/sais-demo-data/sounds/message2.wav
-share/sais-demo-data/sounds/music/combat.wav
-share/sais-demo-data/sounds/music/death.wav
-share/sais-demo-data/sounds/music/hiscore.wav
-share/sais-demo-data/sounds/music/nebula.wav
-share/sais-demo-data/sounds/music/simulator.wav
-share/sais-demo-data/sounds/music/splash.wav
-share/sais-demo-data/sounds/music/start.wav
-share/sais-demo-data/sounds/music/theme.wav
-share/sais-demo-data/sounds/music/title.wav
-share/sais-demo-data/sounds/music/victory.wav
-share/sais-demo-data/sounds/pay_loop.wav
-share/sais-demo-data/sounds/probe_d.wav
-share/sais-demo-data/sounds/probe_l.wav
-share/sais-demo-data/sounds/races/garthan.wav
-share/sais-demo-data/sounds/races/klakar.wav
-share/sais-demo-data/sounds/radar1.wav
-share/sais-demo-data/sounds/scan_loop.wav
-share/sais-demo-data/sounds/swut.wav
-share/sais-demo-data/sounds/timer.wav
-share/sais-demo-data/sounds/titzap01.wav
-share/sais-demo-data/sounds/titzap02.wav
-share/sais-demo-data/sounds/trade01.wav
-share/sais-demo-data/sounds/warning.wav
diff --git a/sais-demo-data/distinfo b/sais-demo-data/distinfo
deleted file mode 100644
index cd756165f8..0000000000
--- a/sais-demo-data/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/09/02 19:05:24 thomasklausner Exp $
-
-RMD160 (sais_source20051111.zip) = 1fee83e620c8a0c3ed52e5fcffe62134d4251775
-Size (sais_source20051111.zip) = 5454267 bytes
diff --git a/sais-demo-data/files/sais-demo b/sais-demo-data/files/sais-demo
deleted file mode 100644
index 5f77e99f43..0000000000
--- a/sais-demo-data/files/sais-demo
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd @PREFIX@/share/sais-demo-data
-@PREFIX@/bin/sais "$@"
diff --git a/sais-demo-data/files/sais-demo-data-license b/sais-demo-data/files/sais-demo-data-license
deleted file mode 100644
index 652ad46df9..0000000000
--- a/sais-demo-data/files/sais-demo-data-license
+++ /dev/null
@@ -1,2 +0,0 @@
-You are free to distribute the DEMO contents as long as no
-modifications are made.
diff --git a/sais/DESCR b/sais/DESCR
deleted file mode 100644
index 8ecb346581..0000000000
--- a/sais/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Strange Adventures in Infinite Space, a time-limited space exploration
-game.
diff --git a/sais/Makefile b/sais/Makefile
deleted file mode 100644
index cd50bd53a8..0000000000
--- a/sais/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	sais-1.6.3
-CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_GITHUB:=kuroneko/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/kuroneko/sais/
-COMMENT=	Strange Adventures in Infinite Space
-LICENSE=	gnu-gpl-v3
-
-USE_CMAKE=	yes
-USE_LANGUAGES=	c c++
-USE_TOOLS+=	pkg-config
-
-CMAKE_INSTALL_PREFIX=	${PREFIX}/libexec/sais
-
-INSTALLATION_DIRS+=	bin
-
-post-build:
-	${ECHO} '#!/bin/sh' > ${WRKDIR}/strange
-	${ECHO} 'cd ${PREFIX}/libexec/sais && ./strange' >> ${WRKDIR}/strange
-	${CHMOD} 755 ${WRKDIR}/strange
-
-post-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/strange ${DESTDIR}${PREFIX}/bin
-
-.include "../../devel/SDL2/buildlink3.mk"
-.include "../../audio/SDL2_mixer/buildlink3.mk"
-.include "../../devel/physfs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/sais/PLIST b/sais/PLIST
deleted file mode 100644
index 24b9655554..0000000000
--- a/sais/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD$
-bin/strange
-libexec/sais/LICENSES.txt
-libexec/sais/README1st.txt
-libexec/sais/manual.txt
-libexec/sais/mods.txt
-libexec/sais/mods/eelfarm/gamedata/cards.ini
-libexec/sais/mods/eelfarm/gamedata/items.ini
-libexec/sais/mods/eelfarm/graphics/combtbg2.pcx
-libexec/sais/mods/flakgun/gamedata/cards.ini
-libexec/sais/mods/flakgun/gamedata/items.ini
-libexec/sais/mods/flakgun/gamedata/ships.ini
-libexec/sais/mods/flakgun/gamedata/systems.ini
-libexec/sais/mods/flakgun/gamedata/weapons.ini
-libexec/sais/mods/flakgun/graphics/weapons/frame019.tga
-libexec/sais/saisdata.zip
-libexec/sais/strange
diff --git a/sais/distinfo b/sais/distinfo
deleted file mode 100644
index 4d2b643d09..0000000000
--- a/sais/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/09/02 19:06:35 thomasklausner Exp $
-
-BLAKE2s (sais-1.6.3.tar.gz) = 512900da760cb09a26d3c4786f5f5671874e4b956d7f5195cc4b52657e82365b
-SHA512 (sais-1.6.3.tar.gz) = 99ca8de25caf9d2dd62afd4a67a4d811feccc5dab0c0767a864f3eb70bb495c8b580bbd683f5d7261337750eddb8556de75a893386032e01049b86168b8072e8
-Size (sais-1.6.3.tar.gz) = 13511138 bytes
-SHA1 (patch-src_is__fileio.h) = 14c21154da05b2bf95c0a90504611c738e6ae3fb
diff --git a/sais/patches/patch-src_is__fileio.h b/sais/patches/patch-src_is__fileio.h
deleted file mode 100644
index 824e9d01a2..0000000000
--- a/sais/patches/patch-src_is__fileio.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Add missing header file.
-
---- src/is_fileio.h.orig	2020-10-14 04:48:50.000000000 +0000
-+++ src/is_fileio.h
-@@ -22,6 +22,7 @@
- #define IS_FILEIO_H
- 
- #include <physfs.h>
-+#include <stdarg.h>
- 
- typedef PHYSFS_File *   IS_FileHdl;
- 


Home | Main Index | Thread Index | Old Index