From owner-svn-ports-head@freebsd.org Fri Sep 4 21:52:57 2020 Return-Path: Delivered-To: svn-ports-head@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 8F0953D0FD1; Fri, 4 Sep 2020 21:52:57 +0000 (UTC) (envelope-from pkubaj@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjryK3Hxhz4fZ7; Fri, 4 Sep 2020 21:52:57 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C22B1373B; Fri, 4 Sep 2020 21:52:57 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 084Lqvaa030787; Fri, 4 Sep 2020 21:52:57 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 084LquDH030783; Fri, 4 Sep 2020 21:52:56 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202009042152.084LquDH030783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Fri, 4 Sep 2020 21:52:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547573 - in head/games: . NBlood X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/games: . NBlood X-SVN-Commit-Revision: 547573 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 21:52:57 -0000 Author: pkubaj Date: Fri Sep 4 21:52:56 2020 New Revision: 547573 URL: https://svnweb.freebsd.org/changeset/ports/547573 Log: games/NBlood: open source Blood engine implementation Added: head/games/NBlood/ head/games/NBlood/Makefile (contents, props changed) head/games/NBlood/distinfo (contents, props changed) head/games/NBlood/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Fri Sep 4 21:37:17 2020 (r547572) +++ head/games/Makefile Fri Sep 4 21:52:56 2020 (r547573) @@ -625,6 +625,7 @@ SUBDIR += naev-data SUBDIR += narcissu2 SUBDIR += nazghul + SUBDIR += NBlood SUBDIR += nehquake SUBDIR += nethack32 SUBDIR += nethack33 Added: head/games/NBlood/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/NBlood/Makefile Fri Sep 4 21:52:56 2020 (r547573) @@ -0,0 +1,41 @@ +# Created by: Piotr Kubaj +# $FreeBSD$ + +PORTNAME= NBlood +DISTVERSION= g20200828 +CATEGORIES= games + +MAINTAINER= pkubaj@FreeBSD.org +COMMENT= Reverse-engineered ports of Build games using EDuke32 engine + +LICENSE= GPLv2 BUILDLIC +LICENSE_COMB= multi +LICENSE_NAME_BUILDLIC= BUILD SOURCE CODE LICENSE +LICENSE_FILE_BUILDLIC= ${WRKSRC}/source/build/buildlic.txt +LICENSE_FILE_GPLv2= ${WRKSRC}/source/duke3d/gpl-2.0.txt +LICENSE_PERMS_BUILDLIC= dist-mirror pkg-mirror auto-accept + +BUILD_DEPENDS= nasm:devel/nasm +LIB_DEPENDS= libvpx.so:multimedia/libvpx \ + libFLAC.so:audio/flac \ + libvorbis.so:audio/libvorbis + +USES= compiler:gcc-c++11-lib gl gmake pkgconfig sdl +USE_GITHUB= yes +GH_ACCOUNT= nukeykt +GH_TAGNAME= f410e02 +USE_GL= glu +USE_SDL= sdl2 + +MAKEFILE= GNUmakefile +MAKE_ARGS= CC=${CC} CXX=${CXX} +PLIST_FILES= bin/pcexhumed \ + bin/nblood \ + bin/rednukem + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pcexhumed ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/nblood ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/rednukem ${STAGEDIR}${PREFIX}/bin + +.include Added: head/games/NBlood/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/NBlood/distinfo Fri Sep 4 21:52:56 2020 (r547573) @@ -0,0 +1,3 @@ +TIMESTAMP = 1599065762 +SHA256 (nukeykt-NBlood-g20200828-f410e02_GH0.tar.gz) = e4e7216749160da029cf090d5fe16345c183354d1c3ff23693f70c2ab1df7dc6 +SIZE (nukeykt-NBlood-g20200828-f410e02_GH0.tar.gz) = 41586649 Added: head/games/NBlood/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/NBlood/pkg-descr Fri Sep 4 21:52:56 2020 (r547573) @@ -0,0 +1,4 @@ +Reverse-engineered ports of Build games using EDuke32 engine technology and +development principles. + +WWW: https://github.com/nukeykt/NBlood