From owner-svn-ports-head@freebsd.org Fri May 17 18:29:58 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87110159CEF4; Fri, 17 May 2019 18:29:58 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) 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 2BD2487624; Fri, 17 May 2019 18:29:58 +0000 (UTC) (envelope-from yuri@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 06719C28D; Fri, 17 May 2019 18:29:58 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4HITvab002312; Fri, 17 May 2019 18:29:57 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4HITv1B002307; Fri, 17 May 2019 18:29:57 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905171829.x4HITv1B002307@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Fri, 17 May 2019 18:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501880 - in head/devel: . entt X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . entt X-SVN-Commit-Revision: 501880 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2BD2487624 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.95)[-0.951,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 17 May 2019 18:29:58 -0000 Author: yuri Date: Fri May 17 18:29:56 2019 New Revision: 501880 URL: https://svnweb.freebsd.org/changeset/ports/501880 Log: New port: devel/entt: Fast and reliable entity-component system (ECS) and much more Added: head/devel/entt/ head/devel/entt/Makefile (contents, props changed) head/devel/entt/distinfo (contents, props changed) head/devel/entt/pkg-descr (contents, props changed) head/devel/entt/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri May 17 17:17:25 2019 (r501879) +++ head/devel/Makefile Fri May 17 18:29:56 2019 (r501880) @@ -561,6 +561,7 @@ SUBDIR += elixir-unsafe SUBDIR += embb SUBDIR += emscripten + SUBDIR += entt SUBDIR += epl.el SUBDIR += epm SUBDIR += epydoc Added: head/devel/entt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/entt/Makefile Fri May 17 18:29:56 2019 (r501880) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= entt +DISTVERSIONPREFIX= v +DISTVERSION= 3.0.0 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Fast and reliable entity-component system (ECS) and much more + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake +USE_GITHUB= yes +GH_ACCOUNT= skypjack + +NO_ARCH= yes + +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + +.include Added: head/devel/entt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/entt/distinfo Fri May 17 18:29:56 2019 (r501880) @@ -0,0 +1,3 @@ +TIMESTAMP = 1558116593 +SHA256 (skypjack-entt-v3.0.0_GH0.tar.gz) = f8928314a18f1fabda5398efdef7a001d09de43c2ffda90c1b77e56f5d41574b +SIZE (skypjack-entt-v3.0.0_GH0.tar.gz) = 266513 Added: head/devel/entt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/entt/pkg-descr Fri May 17 18:29:56 2019 (r501880) @@ -0,0 +1,7 @@ +EnTT is a header-only, tiny and easy to use library for game programming and +much more written in modern C++, mainly known for its innovative +entity-component-system (ECS) model. +Among others, it's used in Minecraft by Mojang, the ArcGIS Runtime SDKs by Esri +and The Forge by Confetti. + +WWW: https://github.com/skypjack/entt/wiki Added: head/devel/entt/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/entt/pkg-plist Fri May 17 18:29:56 2019 (r501880) @@ -0,0 +1,40 @@ +include/entt/config/config.h +include/entt/config/version.h +include/entt/core/algorithm.hpp +include/entt/core/family.hpp +include/entt/core/hashed_string.hpp +include/entt/core/ident.hpp +include/entt/core/monostate.hpp +include/entt/core/type_traits.hpp +include/entt/core/utility.hpp +include/entt/entity/actor.hpp +include/entt/entity/entity.hpp +include/entt/entity/fwd.hpp +include/entt/entity/group.hpp +include/entt/entity/helper.hpp +include/entt/entity/prototype.hpp +include/entt/entity/registry.hpp +include/entt/entity/runtime_view.hpp +include/entt/entity/snapshot.hpp +include/entt/entity/sparse_set.hpp +include/entt/entity/storage.hpp +include/entt/entity/view.hpp +include/entt/entt.hpp +include/entt/fwd.hpp +include/entt/locator/locator.hpp +include/entt/meta/factory.hpp +include/entt/meta/meta.hpp +include/entt/process/process.hpp +include/entt/process/scheduler.hpp +include/entt/resource/cache.hpp +include/entt/resource/fwd.hpp +include/entt/resource/handle.hpp +include/entt/resource/loader.hpp +include/entt/signal/delegate.hpp +include/entt/signal/dispatcher.hpp +include/entt/signal/emitter.hpp +include/entt/signal/fwd.hpp +include/entt/signal/sigh.hpp +lib/cmake/entt/EnTTConfig.cmake +lib/cmake/entt/EnTTConfigVersion.cmake +lib/cmake/entt/EnTTTargets.cmake