From owner-svn-ports-head@freebsd.org Thu Mar 11 20:56:01 2021 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 8B6905AC7EF; Thu, 11 Mar 2021 20:56:01 +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) 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 4DxLns3WR0z3tPy; Thu, 11 Mar 2021 20:56:01 +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 CD07B34C3; Thu, 11 Mar 2021 20:56:00 +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 12BKu05F030996; Thu, 11 Mar 2021 20:56:00 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12BKtxpV030987; Thu, 11 Mar 2021 20:55:59 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202103112055.12BKtxpV030987@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Mar 2021 20:55:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568132 - in head/multimedia: . tinyobjloader X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia: . tinyobjloader X-SVN-Commit-Revision: 568132 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.34 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: Thu, 11 Mar 2021 20:56:01 -0000 Author: yuri Date: Thu Mar 11 20:55:59 2021 New Revision: 568132 URL: https://svnweb.freebsd.org/changeset/ports/568132 Log: New port: multimedia/tinyobjloader: C++ single file wavefront obj loader Added: head/multimedia/tinyobjloader/ head/multimedia/tinyobjloader/Makefile (contents, props changed) head/multimedia/tinyobjloader/distinfo (contents, props changed) head/multimedia/tinyobjloader/pkg-descr (contents, props changed) head/multimedia/tinyobjloader/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Thu Mar 11 20:55:47 2021 (r568131) +++ head/multimedia/Makefile Thu Mar 11 20:55:59 2021 (r568132) @@ -378,6 +378,7 @@ SUBDIR += tautulli SUBDIR += tcmplex-panteltje SUBDIR += termplay + SUBDIR += tinyobjloader SUBDIR += tivodecode SUBDIR += totem SUBDIR += totem-pl-parser Added: head/multimedia/tinyobjloader/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/Makefile Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= tinyobjloader +DISTVERSIONPREFIX= v +DISTVERSION= 2.0.0rc8-3 +DISTVERSIONSUFFIX= -g7ba4b65 +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ single file wavefront obj loader + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake +USE_LDCONFIG= yes +USE_GITHUB= yes + +CMAKE_ON= BUILD_SHARED_LIBS + +post-install: + ${RM} ${STAGEDIR}${DOCSDIR}/LICENSE + +.include Added: head/multimedia/tinyobjloader/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/distinfo Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615495382 +SHA256 (tinyobjloader-tinyobjloader-v2.0.0rc8-3-g7ba4b65_GH0.tar.gz) = 4cbd1ca5bea6aa027f2c5a65d4b3d2c218f3450296ec8f60bf396b5c2caedcaf +SIZE (tinyobjloader-tinyobjloader-v2.0.0rc8-3-g7ba4b65_GH0.tar.gz) = 950104 Added: head/multimedia/tinyobjloader/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/pkg-descr Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,5 @@ +Tiny but powerful single file wavefront obj loader written in C++03. No +dependency except for C++ STL. It can parse over 10M polygons with moderate +memory and time. + +WWW: https://github.com/tinyobjloader/tinyobjloader Added: head/multimedia/tinyobjloader/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/tinyobjloader/pkg-plist Thu Mar 11 20:55:59 2021 (r568132) @@ -0,0 +1,9 @@ +include/tiny_obj_loader.h +lib/libtinyobjloader.so +lib/libtinyobjloader.so.2 +lib/libtinyobjloader.so.2.0.0-rc.8 +lib/tinyobjloader/cmake/tinyobjloader-config-version.cmake +lib/tinyobjloader/cmake/tinyobjloader-config.cmake +lib/tinyobjloader/cmake/tinyobjloader-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/tinyobjloader/cmake/tinyobjloader-targets.cmake +libdata/pkgconfig/tinyobjloader.pc