pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
eureka: Import version 1.24 as wip/eureka
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Thu Aug 29 19:18:06 2019 +0200
Changeset: 9bbdd46d458a1de733773b3acd4be161154ae657
Added Files:
eureka/DESCR
eureka/Makefile
eureka/PLIST
eureka/TODO
eureka/distinfo
eureka/patches/patch-Makefile
eureka/patches/patch-src_ui__window.cc
Log Message:
eureka: Import version 1.24 as wip/eureka
Not usable yet.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9bbdd46d458a1de733773b3acd4be161154ae657
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
eureka/DESCR | 0
eureka/Makefile | 21 ++++++++++++++++++++
eureka/PLIST | 36 ++++++++++++++++++++++++++++++++++
eureka/TODO | 1 +
eureka/distinfo | 8 ++++++++
eureka/patches/patch-Makefile | 35 +++++++++++++++++++++++++++++++++
eureka/patches/patch-src_ui__window.cc | 17 ++++++++++++++++
7 files changed, 118 insertions(+)
diffs:
diff --git a/eureka/DESCR b/eureka/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/eureka/Makefile b/eureka/Makefile
new file mode 100644
index 0000000000..c2bf67efc0
--- /dev/null
+++ b/eureka/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= eureka-124-source
+PKGNAME= ${DISTNAME:S/-source//:S/-1/-1./}
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eureka-editor/}
+
+MAINTAINER= micha%NetBSD.org@localhost
+HOMEPAGE= https://sourceforge.net/projects/eureka-editor/
+COMMENT= Doom/Heretic/Hexen map editor
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c++
+USE_TOOLS+= gmake
+
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-source
+
+BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../wip/fltk14-devel/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/eureka/PLIST b/eureka/PLIST
new file mode 100644
index 0000000000..c1fd1aff5d
--- /dev/null
+++ b/eureka/PLIST
@@ -0,0 +1,36 @@
+@comment $NetBSD$
+bin/eureka
+share/eureka/about_logo.png
+share/eureka/bindings.cfg
+share/eureka/common/doom_colors.ugh
+share/eureka/common/doom_groups.ugh
+share/eureka/common/doom_lines.ugh
+share/eureka/common/doom_sectors.ugh
+share/eureka/common/doom_tex.ugh
+share/eureka/common/doom_things.ugh
+share/eureka/common/gen_types.ugh
+share/eureka/common/hexen_groups.ugh
+share/eureka/common/hexen_lines.ugh
+share/eureka/common/hexen_sectors.ugh
+share/eureka/defaults.cfg
+share/eureka/games/doom.ugh
+share/eureka/games/doom2.ugh
+share/eureka/games/freedoom1.ugh
+share/eureka/games/freedoom2.ugh
+share/eureka/games/hacx.ugh
+share/eureka/games/harm1.ugh
+share/eureka/games/heretic.ugh
+share/eureka/games/hexen.ugh
+share/eureka/games/plutonia.ugh
+share/eureka/games/strife1.ugh
+share/eureka/games/tnt.ugh
+share/eureka/operations.cfg
+share/eureka/ports/boom.ugh
+share/eureka/ports/edge.ugh
+share/eureka/ports/eternity.ugh
+share/eureka/ports/legacy.ugh
+share/eureka/ports/mbf.ugh
+share/eureka/ports/odamex.ugh
+share/eureka/ports/vanilla.ugh
+share/eureka/ports/xdoom.ugh
+share/eureka/ports/zdoom.ugh
diff --git a/eureka/TODO b/eureka/TODO
new file mode 100644
index 0000000000..c6ba42c67a
--- /dev/null
+++ b/eureka/TODO
@@ -0,0 +1 @@
+FATAL ERROR: Unable to find install directory!
diff --git a/eureka/distinfo b/eureka/distinfo
new file mode 100644
index 0000000000..da4fbe7ac0
--- /dev/null
+++ b/eureka/distinfo
@@ -0,0 +1,8 @@
+$NetBSD$
+
+SHA1 (eureka-124-source.tar.gz) = 78754c63bda8296627b185f62a6ec57e5c618a15
+RMD160 (eureka-124-source.tar.gz) = 9e6ea0f207d9445c64fca31531112adad6d0299d
+SHA512 (eureka-124-source.tar.gz) = 27f858ac0ea366932777830dca289db456ba68a90bbfa507dcf734f4aa0b0b72fd5654ab8cb0305c9a51793e97fb7b686a5860cc00d37304eab5db1cecbb3c05
+Size (eureka-124-source.tar.gz) = 1111598 bytes
+SHA1 (patch-Makefile) = 0f0930e3fae528b6bb72a7c841ffab6f6da071e7
+SHA1 (patch-src_ui__window.cc) = c058e793e57b8208d3287c658ec2e2c7457380f9
diff --git a/eureka/patches/patch-Makefile b/eureka/patches/patch-Makefile
new file mode 100644
index 0000000000..e6503d3e48
--- /dev/null
+++ b/eureka/patches/patch-Makefile
@@ -0,0 +1,35 @@
+$NetBSD$
+
+Create ${PREFIX}/bin for installation.
+Do not force user root to allow installation with non-root account.
+
+--- Makefile.orig 2018-08-27 08:42:00.000000000 +0000
++++ Makefile
+@@ -141,18 +141,19 @@ stripped: all
+ INSTALL_DIR=$(DESTDIR)$(PREFIX)/share/eureka
+
+ install: stripped
+- install -o root -m 755 $(PROGRAM) $(DESTDIR)$(PREFIX)/bin/
++ install -d $(DESTDIR)$(PREFIX)/bin
++ install -m 755 $(PROGRAM) $(DESTDIR)$(PREFIX)/bin
+ install -d $(INSTALL_DIR)/games
+ install -d $(INSTALL_DIR)/common
+ install -d $(INSTALL_DIR)/ports
+ rm -f $(INSTALL_DIR)/games/freedoom.ugh
+- install -o root -m 644 bindings.cfg $(INSTALL_DIR)/bindings.cfg
+- install -o root -m 644 defaults.cfg $(INSTALL_DIR)/defaults.cfg
+- install -o root -m 644 operations.cfg $(INSTALL_DIR)/operations.cfg
+- install -o root -m 644 misc/about_logo.png $(INSTALL_DIR)/about_logo.png
+- install -o root -m 644 games/*.* $(INSTALL_DIR)/games
+- install -o root -m 644 common/*.* $(INSTALL_DIR)/common
+- install -o root -m 644 ports/*.* $(INSTALL_DIR)/ports
++ install -m 644 bindings.cfg $(INSTALL_DIR)/bindings.cfg
++ install -m 644 defaults.cfg $(INSTALL_DIR)/defaults.cfg
++ install -m 644 operations.cfg $(INSTALL_DIR)/operations.cfg
++ install -m 644 misc/about_logo.png $(INSTALL_DIR)/about_logo.png
++ install -m 644 games/*.* $(INSTALL_DIR)/games
++ install -m 644 common/*.* $(INSTALL_DIR)/common
++ install -m 644 ports/*.* $(INSTALL_DIR)/ports
+
+ full-install: install
+ xdg-desktop-menu install --novendor misc/eureka.desktop
diff --git a/eureka/patches/patch-src_ui__window.cc b/eureka/patches/patch-src_ui__window.cc
new file mode 100644
index 0000000000..2e2ba86fd3
--- /dev/null
+++ b/eureka/patches/patch-src_ui__window.cc
@@ -0,0 +1,17 @@
+$NetBSD$
+
+Prepare for FLTK 1.4 and allow minor numbers larger than 3 too.
+
+--- src/ui_window.cc.orig 2018-07-22 10:30:09.000000000 +0000
++++ src/ui_window.cc
+@@ -30,8 +30,9 @@
+ #include <unistd.h>
+ #endif
+
++/* pkgsrc: Prepare for the upcoming FLTK 1.4.0 release */
+ #if (FL_MAJOR_VERSION != 1 || \
+- FL_MINOR_VERSION != 3 || \
++ FL_MINOR_VERSION < 3 || \
+ FL_PATCH_VERSION < 0)
+ #error "Require FLTK version 1.3.0 or later"
+ #endif
Home |
Main Index |
Thread Index |
Old Index