pkgsrc-WIP-changes archive

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

refkeen: upstream renamed to reflectionhle, adjust directory name



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jul 18 21:41:37 2022 +0200
Changeset:	fdfcbee5f227aa0376d9ec1376520f7581e8093d

Added Files:
	reflectionhle/DESCR
	reflectionhle/Makefile
	reflectionhle/PLIST
	reflectionhle/distinfo
Removed Files:
	refkeen/DESCR
	refkeen/Makefile
	refkeen/PLIST
	refkeen/distinfo

Log Message:
refkeen: upstream renamed to reflectionhle, adjust directory name

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

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

diffstat:
 refkeen/DESCR          | 17 -----------------
 refkeen/Makefile       | 31 -------------------------------
 refkeen/PLIST          |  5 -----
 refkeen/distinfo       |  5 -----
 reflectionhle/DESCR    | 17 +++++++++++++++++
 reflectionhle/Makefile | 31 +++++++++++++++++++++++++++++++
 reflectionhle/PLIST    |  5 +++++
 reflectionhle/distinfo |  5 +++++
 8 files changed, 58 insertions(+), 58 deletions(-)

diffs:
diff --git a/refkeen/DESCR b/refkeen/DESCR
deleted file mode 100644
index 597dea1790..0000000000
--- a/refkeen/DESCR
+++ /dev/null
@@ -1,17 +0,0 @@
-These are ports of Keen Dreams, Catacomb 3-D (The Descent) and The Catacomb
-Adventure Series. Although it may initially seem non-obvious, the reason these
-ports are available under a single project is that a lot of common code can be
-found. It may be true that Keen Dreams is a smooth-scrolling 2D platformer
-game, while the Catacombs are 3D first person shooters, but there are still
-common low-level 2D picture and font drawing routines, as well as very similar
-user input and sound output routines. Files with such code are often marked
-"ID Engine". A later revision of the codebase is also found in Wolfenstein 3D.
-
-These source ports aim to reproduce behaviors of original executables
-for DOS, including bugs, at least if it's not too difficult
-(e.g., anything that highly depends on the memory layout).
-With the exception of The Catacomb Armageddon/Apocalypse, this also includes
-compatibility with saved games for original DOS executables (done per version).
-The Chocolate Doom source port can be considered an inspiration for that.
-
-This is a game engine - the data files are not included.
diff --git a/refkeen/Makefile b/refkeen/Makefile
deleted file mode 100644
index 7b2f994055..0000000000
--- a/refkeen/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/08/19 19:21:33 yhardy Exp $
-
-DISTNAME=	refkeen-20210824
-GITHUB_PROJECT=	refkeen
-CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_GITHUB:=NY00123/}
-GITHUB_TAG=	release-${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/NY00123/refkeen/
-COMMENT=	Port of Keen Dreams, Catacomb 3-D and The Catacomb Adventure Series
-LICENSE=	gnu-gpl-v2
-
-USE_CMAKE=	yes
-USE_LANGUAGES=	c c++
-
-REFKEEN_PROGS+=	reflection-catacomb
-REFKEEN_PROGS+=	reflection-kdreams
-REFKEEN_PROGS+=	reflection-wolf3d
-
-INSTALLATION_DIRS=	bin share/doc/${PKGNAME}
-
-do-install:
-	for prog in ${REFKEEN_PROGS}; do \
-		${INSTALL_PROGRAM} ${WRKSRC}/$$prog ${DESTDIR}${PREFIX}/bin/; \
-	done
-	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGNAME}/
-
-.include "../../audio/speexdsp/buildlink3.mk"
-.include "../../devel/SDL2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/refkeen/PLIST b/refkeen/PLIST
deleted file mode 100644
index 9e094adf37..0000000000
--- a/refkeen/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/08/19 19:21:33 yhardy Exp $
-bin/reflection-catacomb
-bin/reflection-kdreams
-bin/reflection-wolf3d
-share/doc/${PKGNAME}/README.md
diff --git a/refkeen/distinfo b/refkeen/distinfo
deleted file mode 100644
index 9a5e53bbf9..0000000000
--- a/refkeen/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/08/19 19:21:33 yhardy Exp $
-
-RMD160 (refkeen-20210824.tar.gz) = 15e8f24f969d17da01c659dae07cad3aceafda4b
-SHA512 (refkeen-20210824.tar.gz) = 7ed1462b62d989eacde15d3746e75bd04ab45751875c98a66380a059bc9d9f66f55aaa86b6d84322a97f594f20d12e02a753e6064aa4ba1d8e21c90f861de7aa
-Size (refkeen-20210824.tar.gz) = 4281072 bytes
diff --git a/reflectionhle/DESCR b/reflectionhle/DESCR
new file mode 100644
index 0000000000..597dea1790
--- /dev/null
+++ b/reflectionhle/DESCR
@@ -0,0 +1,17 @@
+These are ports of Keen Dreams, Catacomb 3-D (The Descent) and The Catacomb
+Adventure Series. Although it may initially seem non-obvious, the reason these
+ports are available under a single project is that a lot of common code can be
+found. It may be true that Keen Dreams is a smooth-scrolling 2D platformer
+game, while the Catacombs are 3D first person shooters, but there are still
+common low-level 2D picture and font drawing routines, as well as very similar
+user input and sound output routines. Files with such code are often marked
+"ID Engine". A later revision of the codebase is also found in Wolfenstein 3D.
+
+These source ports aim to reproduce behaviors of original executables
+for DOS, including bugs, at least if it's not too difficult
+(e.g., anything that highly depends on the memory layout).
+With the exception of The Catacomb Armageddon/Apocalypse, this also includes
+compatibility with saved games for original DOS executables (done per version).
+The Chocolate Doom source port can be considered an inspiration for that.
+
+This is a game engine - the data files are not included.
diff --git a/reflectionhle/Makefile b/reflectionhle/Makefile
new file mode 100644
index 0000000000..7b2f994055
--- /dev/null
+++ b/reflectionhle/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2015/08/19 19:21:33 yhardy Exp $
+
+DISTNAME=	refkeen-20210824
+GITHUB_PROJECT=	refkeen
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_GITHUB:=NY00123/}
+GITHUB_TAG=	release-${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/NY00123/refkeen/
+COMMENT=	Port of Keen Dreams, Catacomb 3-D and The Catacomb Adventure Series
+LICENSE=	gnu-gpl-v2
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+REFKEEN_PROGS+=	reflection-catacomb
+REFKEEN_PROGS+=	reflection-kdreams
+REFKEEN_PROGS+=	reflection-wolf3d
+
+INSTALLATION_DIRS=	bin share/doc/${PKGNAME}
+
+do-install:
+	for prog in ${REFKEEN_PROGS}; do \
+		${INSTALL_PROGRAM} ${WRKSRC}/$$prog ${DESTDIR}${PREFIX}/bin/; \
+	done
+	${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/${PKGNAME}/
+
+.include "../../audio/speexdsp/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/reflectionhle/PLIST b/reflectionhle/PLIST
new file mode 100644
index 0000000000..9e094adf37
--- /dev/null
+++ b/reflectionhle/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2015/08/19 19:21:33 yhardy Exp $
+bin/reflection-catacomb
+bin/reflection-kdreams
+bin/reflection-wolf3d
+share/doc/${PKGNAME}/README.md
diff --git a/reflectionhle/distinfo b/reflectionhle/distinfo
new file mode 100644
index 0000000000..9a5e53bbf9
--- /dev/null
+++ b/reflectionhle/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/08/19 19:21:33 yhardy Exp $
+
+RMD160 (refkeen-20210824.tar.gz) = 15e8f24f969d17da01c659dae07cad3aceafda4b
+SHA512 (refkeen-20210824.tar.gz) = 7ed1462b62d989eacde15d3746e75bd04ab45751875c98a66380a059bc9d9f66f55aaa86b6d84322a97f594f20d12e02a753e6064aa4ba1d8e21c90f861de7aa
+Size (refkeen-20210824.tar.gz) = 4281072 bytes


Home | Main Index | Thread Index | Old Index