pkgsrc-WIP-changes archive

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

lgogdownloader-git: remove



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Aug 25 08:26:43 2024 +0200
Changeset:	3a8393f878df0c5e4a19c5ee76614e0bfeaa0e5c

Modified Files:
	Makefile
Removed Files:
	lgogdownloader-git/DESCR
	lgogdownloader-git/Makefile
	lgogdownloader-git/PLIST

Log Message:
lgogdownloader-git: remove

Has bitrotted since I'm now using games/lgogdownloader instead.

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

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

diffstat:
 Makefile                    |  3 ++-
 lgogdownloader-git/DESCR    |  2 --
 lgogdownloader-git/Makefile | 36 ------------------------------------
 lgogdownloader-git/PLIST    |  3 ---
 4 files changed, 2 insertions(+), 42 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 3d76085965..95b946b7a1 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ SUBDIR+=	MoleInvasion
 SUBDIR+=	OpenGLUT
 SUBDIR+=	OpenJK-git
 SUBDIR+=	OpenLara
+SUBDIR+=	OpenROAD
 SUBDIR+=	OpenTESArena
 SUBDIR+=	PPower4
 SUBDIR+=	PatternPaint
@@ -1887,7 +1888,6 @@ SUBDIR+=	lebiniou-data
 SUBDIR+=	leo
 SUBDIR+=	leocad
 SUBDIR+=	lfe
-SUBDIR+=	lgogdownloader-git
 SUBDIR+=	lhapdf
 SUBDIR+=	lhs2tex
 SUBDIR+=	libArcus
@@ -2472,6 +2472,7 @@ SUBDIR+=	netbsd-pf
 SUBDIR+=	netbsd-x11-i386
 SUBDIR+=	netclasses
 SUBDIR+=	netdata-git
+SUBDIR+=	netgen
 SUBDIR+=	netkit-base
 SUBDIR+=	netkit-routed
 SUBDIR+=	netkit-telnet
diff --git a/lgogdownloader-git/DESCR b/lgogdownloader-git/DESCR
deleted file mode 100644
index 99db9a5fb7..0000000000
--- a/lgogdownloader-git/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-LGOGDownloader is an unofficial downloader for GOG.com.
-It uses the same API as the official GOGDownloader.
diff --git a/lgogdownloader-git/Makefile b/lgogdownloader-git/Makefile
deleted file mode 100644
index dda6b6e44e..0000000000
--- a/lgogdownloader-git/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2015/09/13 07:33:05 thomasklausner Exp $
-
-DISTNAME=	lgogdownloader-3.9
-CATEGORIES=	games
-GIT_REPO=	https://github.com/Sude-/lgogdownloader.git
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/Sude-/lgogdownloader
-COMMENT=	Download games from GOG
-LICENSE=	public-domain # actually, dwtfywtpl
-
-TOOL_DEPENDS+=	help2man-[0-9]*:../../converters/help2man
-
-USE_LANGUAGES=	c c++
-USE_TOOLS+=	pkg-config
-CMAKE_CONFIGURE_ARGS+=	-DPC_JSONCPP_INCLUDEDIRS:PATH=${BUILDLINK_PREFIX.jsoncpp}/include/json
-
-# https://github.com/Sude-/lgogdownloader/issues/128
-PKGSRC_USE_STACK_CHECK=	no
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${MACHINE_ARCH} == "i386"
-# 64 bit atomic ops are required
-CXXFLAGS+=	-march=i586
-.endif
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../devel/cmake/build.mk"
-.include "../../textproc/tinyxml2/buildlink3.mk"
-.include "../../www/htmlcxx/buildlink3.mk"
-.include "../../www/curl/buildlink3.mk"
-.include "../../misc/rhash/buildlink3.mk"
-.include "../../textproc/jsoncpp/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lgogdownloader-git/PLIST b/lgogdownloader-git/PLIST
deleted file mode 100644
index ae10915830..0000000000
--- a/lgogdownloader-git/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/19 08:20:31 thomasklausner Exp $
-bin/lgogdownloader
-man/man1/lgogdownloader.1


Home | Main Index | Thread Index | Old Index