From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 09:45:29 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CEB366F482; Tue, 21 Sep 2021 09:45:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HDGkd0yS1z3rw1; Tue, 21 Sep 2021 09:45:29 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F1AC6216EE; Tue, 21 Sep 2021 09:45:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L9jSRu012650; Tue, 21 Sep 2021 09:45:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L9jSxU012649; Tue, 21 Sep 2021 09:45:28 GMT (envelope-from git) Date: Tue, 21 Sep 2021 09:45:28 GMT Message-Id: <202109210945.18L9jSxU012649@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Piotr Kubaj Subject: git: 3d4e32925d1a - main - games/gemrb: revive port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pkubaj X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3d4e32925d1a36cab70b23b73e9bc87b95d65676 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 09:45:29 -0000 The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=3d4e32925d1a36cab70b23b73e9bc87b95d65676 commit 3d4e32925d1a36cab70b23b73e9bc87b95d65676 Author: Piotr Kubaj AuthorDate: 2021-09-21 09:41:17 +0000 Commit: Piotr Kubaj CommitDate: 2021-09-21 09:41:17 +0000 games/gemrb: revive port Update to 0.9.0, which brings Python 3 support and take maintainership. --- games/Makefile | 1 + games/gemrb/Makefile | 37 + games/gemrb/distinfo | 3 + games/gemrb/files/pkg-message.in | 14 + games/gemrb/pkg-descr | 5 + games/gemrb/pkg-plist | 2530 ++++++++++++++++++++++++++++++++++++++ 6 files changed, 2590 insertions(+) diff --git a/games/Makefile b/games/Makefile index 90865e6d006d..d50306610f9d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -304,6 +304,7 @@ SUBDIR += gbrainy SUBDIR += gcompris-qt SUBDIR += gemdropx + SUBDIR += gemrb SUBDIR += genact SUBDIR += gigalomania SUBDIR += gillo diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile new file mode 100644 index 000000000000..bf6e80bafae0 --- /dev/null +++ b/games/gemrb/Makefile @@ -0,0 +1,37 @@ +PORTNAME= gemrb +PORTVERSION= 0.9.0 +CATEGORIES= games emulators +MASTER_SITES= SF/${PORTNAME}/Releases/${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-sources + +MAINTAINER= pkubaj@FreeBSD.org +COMMENT= GemRB (Game engine made with preRendered Background) + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libpng.so:graphics/png \ + libvorbis.so:audio/libvorbis \ + libfreetype.so:print/freetype2 + +USES= cmake compiler:c11 gnome iconv localbase openal:al,alut \ + python:3.6+ sdl shebangfix +SHEBANG_FILES= admin/extend2da.py +USE_SDL= sdl2 +USE_LDCONFIG= yes + +OPTIONS_DEFINE= DOCS +OPTIONS_SUB= yes + +INSTALLS_ICONS= yes +CMAKE_ARGS= -DDOC_DIR="${DOCSDIR}" \ + -DMAN_DIR="${MAN6PREFIX}/man/man6/" \ + -DSDL_BACKEND=SDL2 \ + -DUSE_OPENAL=ON \ + -DUSE_LIBVLC=OFF \ + -DHAVE_LDEXPF=1 + +PLIST_SUB= PORTVERSION=${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include diff --git a/games/gemrb/distinfo b/games/gemrb/distinfo new file mode 100644 index 000000000000..b2e26e3d3cfa --- /dev/null +++ b/games/gemrb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632216003 +SHA256 (gemrb-0.9.0-sources.tar.gz) = 7506bd3a32932f7179e31a37c6b41c8fce0299e17440db04c82629fee825e71e +SIZE (gemrb-0.9.0-sources.tar.gz) = 14686230 diff --git a/games/gemrb/files/pkg-message.in b/games/gemrb/files/pkg-message.in new file mode 100644 index 000000000000..c58d42d857b1 --- /dev/null +++ b/games/gemrb/files/pkg-message.in @@ -0,0 +1,14 @@ +[ +{ type: install + message: <