Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.4.3 25 Jun 2024 10:34:19 |
Vladimir Druzenko (vvd) |
graphics/ptex: update 2.4.2 → 2.4.3
Commit log:
https://github.com/wdas/ptex/compare/v2.4.2...v2.4.3
PR: 279473
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintaner) |
2.4.2_1 03 Jun 2024 10:42:55 |
Vladimir Druzenko (vvd) |
graphics/ptex: replace local patches with committed by upstream
Replace local patches with committed by upstream:
https://github.com/wdas/ptex/commit/8ff5c3e2cf2d2689ca09fc258da2173bfd57cf84
While here sort Makefile, pet portclippy and portlint.
PR: 279473
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) |
2.4.2_1 17 Jan 2023 07:47:15 |
Dima Panov (fluffy) |
graphics/ptex: fix plist after 06ed9b57230c
Reported by: rhurlin |
2.4.2_1 16 Jan 2023 19:32:05 |
Dima Panov (fluffy) |
graphics/ptex: fix plist after Doxygen update |
2.4.2 24 Oct 2022 06:56:24 |
Dima Panov (fluffy) |
graphics/ptex: update to 2.4.2 release (+)
* Drop custom do-install target, cmake automation do it well
* Bump direct consumers
Changes sinve 2.3.2 release:
v2.4.0 May 18, 2021 API: headers and DSOs hide non-API symbols by default.
v2.4.1 Aug 3, 2021 API: Windows symbol visibility fixes.
v2.4.2 Aug 4, 2022 API: Windows Clang/14 support, visibility fixes and cmake
enhancements.
Approved by: maintaimer (implicit) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.2_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.3.2_2 20 Oct 2021 16:13:13 |
Stefan Eßer (se) |
graphics/ptex: Add CPE information
Approved by: portmgr (blanket) |
2.3.2_2 16 Oct 2021 07:09:24 |
Jimmy Olgeni (olgeni) |
graphics/ptex: fix typos in pkg-descr. |
2.3.2_2 18 Apr 2021 10:02:20 |
Dima Panov (fluffy) |
devel/doxygen: update to 1.9.1 release
Also regen 'pkg-plist' for affected consumers, with PORTREVISION bump
Touch Mk/bsd.ruby.mk due to all ruby* is affected
MFH: 2021Q2 |
2.3.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.2_1 08 Jan 2021 07:47:03 |
fluffy |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
2.3.2 29 Sep 2020 14:26:26 |
pkubaj |
graphics/ptex: require newer GCC to fix build of openimageio |
2.3.2 23 May 2019 22:04:13 |
swills |
graphics/ptex: Update to 2.3.2
PR: 237942
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) |
2.3.0_1 05 Mar 2019 21:20:28 |
antoine |
Update devel/doxygen to 1.8.15
PR: 236110 |
2.3.0 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
2.3.0 08 Dec 2018 17:17:39 |
pi |
graphics/ptex: update 2.1.28 -> 2.3.0
PR: 225939
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Relnotes: http://ptex.us/download.html |
2.1.28_1 14 Nov 2017 09:00:09 |
amdmi3 |
- Pet portlint
- Use proper command for static lib installation
Approved by: portmgr blanket |
2.1.28 19 Oct 2017 20:40:30 |
swills |
graphics/ptex: fix port issues
Pointyhat to: swills |
2.1.28 19 Oct 2017 13:10:48 |
swills |
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> |