Bug 222300 - new port graphics/ptex: small library that provides a per-face texture mapping system for 3D software
Summary: new port graphics/ptex: small library that provides a per-face texture mappin...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 222301
  Show dependency treegraph
 
Reported: 2017-09-13 17:53 UTC by Shane
Modified: 2017-10-19 13:14 UTC (History)
0 users

See Also:


Attachments
new port graphics/ptex (22.79 KB, text/plain)
2017-09-13 17:53 UTC, Shane
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shane 2017-09-13 17:53:53 UTC
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.
Comment 1 Shane 2017-09-18 11:16:47 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-10-19 13:10:59 UTC
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
Comment 3 Steve Wills freebsd_committer freebsd_triage 2017-10-19 13:14:35 UTC
Committed, thanks!