notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/ptex/Makefile

Number of commits found: 16

Monday, 16 Jan 2023
19:32 Dima Panov (fluffy) search for other commits by this committer
graphics/ptex: fix plist after Doxygen update
commit hash: 06ed9b57230cecdc2d88c25037d984420c798912 commit hash: 06ed9b57230cecdc2d88c25037d984420c798912 commit hash: 06ed9b57230cecdc2d88c25037d984420c798912 commit hash: 06ed9b57230cecdc2d88c25037d984420c798912 06ed9b5
Monday, 24 Oct 2022
06:56 Dima Panov (fluffy) search for other commits by this committer
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)
commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 commit hash: 5c793405d0e9f0aa05553a2888d6e31b1a17edb1 5c79340
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Oct 2021
16:13 Stefan Eßer (se) search for other commits by this committer
graphics/ptex: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 6d66c5e801b9a34a64da051c613d39c113f71450 commit hash: 6d66c5e801b9a34a64da051c613d39c113f71450 commit hash: 6d66c5e801b9a34a64da051c613d39c113f71450 commit hash: 6d66c5e801b9a34a64da051c613d39c113f71450 6d66c5e
Sunday, 18 Apr 2021
10:02 Dima Panov (fluffy) search for other commits by this committer
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
commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 commit hash: b8ac15afd00127044d75894e357f697d825ed385 b8ac15a
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 8 Jan 2021
07:47 fluffy search for other commits by this committer
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
Original commitRevision:560752 
Tuesday, 29 Sep 2020
14:26 pkubaj search for other commits by this committer
graphics/ptex: require newer GCC to fix build of openimageio
Original commitRevision:550511 
Thursday, 23 May 2019
22:04 swills search for other commits by this committer
graphics/ptex: Update to 2.3.2

PR:		237942
Submitted by:	Shane <FreeBSD@ShaneWare.Biz> (maintainer)
Original commitRevision:502377 
Tuesday, 5 Mar 2019
21:20 antoine search for other commits by this committer
Update devel/doxygen to 1.8.15

PR:		236110
Original commitRevision:494744 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
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
Original commitRevision:488341 
Saturday, 8 Dec 2018
17:17 pi search for other commits by this committer
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
Original commitRevision:486966 
Tuesday, 14 Nov 2017
09:00 amdmi3 search for other commits by this committer
- Pet portlint
- Use proper command for static lib installation

Approved by:	portmgr blanket
Original commitRevision:454169 
Thursday, 19 Oct 2017
20:40 swills search for other commits by this committer
graphics/ptex: fix port issues

Pointyhat to:	swills
Original commitRevision:452488 
13:10 swills search for other commits by this committer
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>
Original commitRevision:452419 

Number of commits found: 16