Created attachment 186342 [details] new port graphics/ptex Add a new port graphics/ptex which is a small library that provides a per-face texture mapping system for 3D software.
Add info on testing done - graphics/ptex/ # make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) graphics/ptex/ # make stage-qa ====> Running Q/A tests (stage-qa) graphics/ptex/ # portlint looks fine. % cd /usr/local/poudriere/data/logs/bulk/latest-per-pkg/${PORTNAME}/${PVERS} [leader:latest-per-pkg/ptex/2.1.28] shane% ll total 154 -rw-r--r-- 3 root wheel uarch 69K 13 Sep 16:20 103amd64-myports.log -rw-r--r-- 3 root wheel uarch 69K 13 Sep 16:25 103i386-myports.log -rw-r--r-- 3 root wheel uarch 69K 13 Sep 16:01 111amd64-myports.log -rw-r--r-- 3 root wheel uarch 69K 13 Sep 16:07 111i386-myports.log [leader:latest-per-pkg/ptex/2.1.28] shane% tail * ==> 103amd64-myports.log <== install -m 0644 /wrkdirs/usr/ports/graphics/ptex/work/ptex-2.1.28/src/ptex/*.h /wrkdirs/usr/ports/graphics/ptex/work/stage//usr/local/include/ptex ====> Compressing man pages (compress-man) =========================================================================== =======================<phase: package >============================ ===> Building package for ptex-2.1.28 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for ptex-2.1.28 build of graphics/ptex ended at Wed Sep 13 16:20:42 ACST 2017 build time: 00:01:59 ==> 103i386-myports.log <== install -m 0644 /wrkdirs/usr/ports/graphics/ptex/work/ptex-2.1.28/src/ptex/*.h /wrkdirs/usr/ports/graphics/ptex/work/stage//usr/local/include/ptex ====> Compressing man pages (compress-man) =========================================================================== =======================<phase: package >============================ ===> Building package for ptex-2.1.28 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for ptex-2.1.28 build of graphics/ptex ended at Wed Sep 13 16:25:24 ACST 2017 build time: 00:02:06 ==> 111amd64-myports.log <== install -m 0644 /wrkdirs/usr/ports/graphics/ptex/work/ptex-2.1.28/src/ptex/*.h /wrkdirs/usr/ports/graphics/ptex/work/stage//usr/local/include/ptex ====> Compressing man pages (compress-man) =========================================================================== =======================<phase: package >============================ ===> Building package for ptex-2.1.28 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for ptex-2.1.28 build of graphics/ptex ended at Wed Sep 13 16:01:03 ACST 2017 build time: 00:02:46 ==> 111i386-myports.log <== install -m 0644 /wrkdirs/usr/ports/graphics/ptex/work/ptex-2.1.28/src/ptex/*.h /wrkdirs/usr/ports/graphics/ptex/work/stage//usr/local/include/ptex ====> Compressing man pages (compress-man) =========================================================================== =======================<phase: package >============================ ===> Building package for ptex-2.1.28 =========================================================================== ====>> Cleaning up wrkdir ===> Cleaning for ptex-2.1.28 build of graphics/ptex ended at Wed Sep 13 16:07:42 ACST 2017 build time: 00:02:06
A commit references this bug: Author: swills Date: Thu Oct 19 13:10:49 UTC 2017 New revision: 452419 URL: https://svnweb.freebsd.org/changeset/ports/452419 Log: graphics/ptex: create port Ptex is a per-face texture mapping system developed by Walt Disney Animation Studios. Ptex applies a separate texture to each face of a polygon mesh. It's file format can efficiently store hundreds of thousands of texture images in a single file. WWW: http://ptex.us PR: 222300 Submitted by: Shane <FreeBSD@ShaneWare.Biz> Changes: head/graphics/Makefile head/graphics/ptex/ head/graphics/ptex/Makefile head/graphics/ptex/distinfo head/graphics/ptex/files/ head/graphics/ptex/files/patch-ptex__PtexPlatform.h head/graphics/ptex/files/patch-ptex__PtexWriter.cpp head/graphics/ptex/pkg-descr head/graphics/ptex/pkg-plist
Committed, thanks!