pkgsrc-WIP-changes archive

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

Remove qfusion



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By:	cfkoch
Date:		Sat May 7 13:05:46 2022 -0700
Changeset:	8471919ed5b97b76cca2134e6ef238ebf1c6cac3

Removed Files:
	qfusion/DESCR
	qfusion/Makefile
	qfusion/PLIST
	qfusion/TODO
	qfusion/distinfo

Log Message:
Remove qfusion

This was one aspect of my early attempt to get Warsow working on NetBSD, but
we actually have a better way of doing that going forward

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

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

diffstat:
 qfusion/DESCR    |  1 -
 qfusion/Makefile | 26 --------------------------
 qfusion/PLIST    |  1 -
 qfusion/TODO     |  1 -
 qfusion/distinfo |  2 --
 5 files changed, 31 deletions(-)

diffs:
diff --git a/qfusion/DESCR b/qfusion/DESCR
deleted file mode 100644
index 3f4fe969b6..0000000000
--- a/qfusion/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-qfusion is the id Tech 2 derived game engine
diff --git a/qfusion/Makefile b/qfusion/Makefile
deleted file mode 100644
index f0d2203e56..0000000000
--- a/qfusion/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-PKGNAME=	qfusion-${GIT_REVISION}
-GIT_REPO=	https://github.com/Qfusion/qfusion.git
-GIT_REVISION=	abd44fe98b9f7223c2070188b8aa56ea6f106d73
-CATEGORIES=	games
-
-MAINTAINER=	cfkoch%edgebsd.org@localhost
-HOMEPAGE=	https://qfusion.github.io/qfusion/
-COMMENT=	Game engine derived from id Tech 2
-LICENSE=	XXX
-
-WRKSRC=		${WRKDIR}/qfusion/source
-USE_LANGUAGES+=	c c++
-USE_CMAKE=	yes
-
-.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/freetype2/buildlink3.mk"
-.include "../../multimedia/libogg/buildlink3.mk"
-.include "../../multimedia/libtheora/buildlink3.mk"
-.include "../../wip/angelscript/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/qfusion/PLIST b/qfusion/PLIST
deleted file mode 100644
index 48d96a5493..0000000000
--- a/qfusion/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD$
diff --git a/qfusion/TODO b/qfusion/TODO
deleted file mode 100644
index 9e704975f3..0000000000
--- a/qfusion/TODO
+++ /dev/null
@@ -1 +0,0 @@
-- doesn't compile on netbsd yet!
diff --git a/qfusion/distinfo b/qfusion/distinfo
deleted file mode 100644
index afc76512f4..0000000000
--- a/qfusion/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-$NetBSD$
-


Home | Main Index | Thread Index | Old Index