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: math/vtk5/pkg-plist

Number of commits found: 28

Friday, 14 Nov 2014
09:39 antoine search for other commits by this committer
Cleanup plist
Original commitRevision:372555 
Tuesday, 15 Apr 2014
13:21 gahr search for other commits by this committer
- Unbreak by temporarily removing support for PYTHON wrapping
- Bump PORTREVISION (default options changed)
Original commitRevision:351330 
Wednesday, 12 Feb 2014
15:58 gahr search for other commits by this committer
- STAGE-clean
- Add (OPTIONal) Ogg Theora video codec support
- Fix PKGNAME
- Remove LATEST_LINK
Original commitRevision:343935 
Tuesday, 3 Dec 2013
11:30 makc search for other commits by this committer
- Respect CMAKE_BUILD_TYPE (and fix packaging with non-default build settings)

Approved by:	maintainter
Original commitRevision:335559 
Sunday, 17 Mar 2013
14:13 danfe search for other commits by this committer
In categories starting with [h-m], remove empty lines from pkg-plist (and
purge one empty file).
Original commitRevision:314442 
Friday, 22 Feb 2013
17:16 gahr search for other commits by this committer
- Minor fix to PLIST
Original commitRevision:312778 
Monday, 18 Feb 2013
15:28 gahr search for other commits by this committer
- Add an OPTION to build with leak debugging support
- Add an OPTION to build without legacy code
- Fix Qt4 includes (fixes a conflict when both Qt3 and Qt4 are installed)
  Reported upstream: http://www.vtk.org/Bug/view.php?id=13888
Original commitRevision:312511 
Tuesday, 15 Jan 2013
07:44 gahr search for other commits by this committer
- Fix PLIST with non-default OPTIONS
Original commitRevision:310429 
Wednesday, 7 Nov 2012
08:27 gahr search for other commits by this committer
- Update to 5.10.1
  Announce:
  http://www.vtk.org/pipermail/vtk-developers/2012-October/012452.html

Feature safe:	yes
Original commitRevision:307123 
Wednesday, 10 Oct 2012
13:15 gahr search for other commits by this committer
- Update to 5.10.0
  Release notes: http://www.kitware.com/news/home/browse/408
- Convert to OptionsNG
Original commitRevision:305660 
Monday, 12 Mar 2012
12:23 gahr search for other commits by this committer
- fix plist when building with OSMesa

Feature safe:   yes
Original commit
Wednesday, 14 Sep 2011
09:49 gahr search for other commits by this committer
- Update math/vtk5 to 5.8.0
  Release notes:
  http://www.vtk.org/pipermail/vtkusers/2011-September/118889.html
- Update multimedia/vtkmpeg2encode to reflect math/vtk5 PORTVERSION
Original commit
Tuesday, 25 Jan 2011
09:49 gahr search for other commits by this committer
- Unbreak make package stage by fixing plist

Feature safe:   yes
Original commit
Wednesday, 12 Jan 2011
09:40 gahr search for other commits by this committer
- Fix post-patch conditional
- Fix PLIST when building static libraries (SHARED option OFF)
- Bump PORTREVISION

Feature safe:   yes
Original commit
Wednesday, 5 Jan 2011
17:05 gahr search for other commits by this committer
- Fix build and plist when building static libraries
Original commit
Wednesday, 20 Oct 2010
10:28 gahr search for other commits by this committer
- Fix the installation of versioned shared libraries

Reported by:    Stas Timokhin <devel@stasyan.com>
Original commit
Friday, 15 Oct 2010
07:28 gahr search for other commits by this committer
- Update to 5.6.1
  Announce: http://www.kitware.com/news/home/browse/298
Original commit
Thursday, 26 Aug 2010
10:11 gahr search for other commits by this committer
- Export an OPTION to choose whether to build shared or static libraries.
  The default is to build shared libraries, as it is now. Note that shared
  libraries are required to build with the Python and Java wrapping.
- Fix the build when java wrapping is enabled
Original commit
Friday, 11 Jun 2010
15:56 gahr search for other commits by this committer
- Fix PLIST

Reported by:    QAT
Original commit
Thursday, 10 Jun 2010
15:48 gahr search for other commits by this committer
- Update math/vtk5 to 5.6.0
- Track the change in multimedia/vtkmpeg2encode
Original commit
Friday, 9 Apr 2010
15:00 gahr search for other commits by this committer
- Fix linking when Java wrapping is enabled
Original commit
09:19 gahr search for other commits by this committer
- Fix @dirrm / @dirrmtry order

Reported by:    QAT
Original commit
09:03 gahr search for other commits by this committer
- Enable the vtkParallel kit parallel processing, needed by cad/salome [1]
- Add optional Off-Screen rendering using OSMesa (default: OFF)
- Add optional Java wrapping (default: OFF)

Reported by:    Stas Timokhin <devel@stasyan.com>
Original commit
Wednesday, 7 Apr 2010
14:38 gahr search for other commits by this committer
- Fix QT_COMPONENTS [1]
- Install symlinks to shlibs in the form of libvtk*.so.5 -> libvtk*.so.5.4.2
- Set the correct USE_LDCONFIG path
- Fix install directory of the Qt Designer plugin
- Fix include path order
- Record conflict with Paraview (installs the same Qt Designer plugin)
- Bump PORTREVISION

Reported by:    QAT, PH [1]
Thanks to :     fluffy, Stas Timokhin <devel@stasyan.com>
Original commit
Saturday, 3 Apr 2010
16:36 gahr search for other commits by this committer
- Fix PLIST
- Remove trailing space from Makefile
Original commit
15:34 gahr search for other commits by this committer
- Update to 5.4.2
Original commit
Wednesday, 9 Jan 2008
19:54 thierry search for other commits by this committer
This is a new base port for VTK 5.0.3. Unlike the VTK 4 base port, it installs
the headers, TCL, and Python components, which are fairly small. Slave ports
for the larger optional components (e.g. JAVA, data, examples) will follow.

PR:             ports/119075
Submitted by:   Jason Bacon <bacon (at) smithers.neuro.mcw.edu>
Original commit
19:45 thierry search for other commits by this committer
Repocopied from math/vtk.

PR:             ports/119159
Repocopied by:  marcus
Original commit

Number of commits found: 28