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/vigra/distinfo

Number of commits found: 15

Sunday, 16 Dec 2018
17:01 pi search for other commits by this committer
graphics/vigra: update 1.11.0 -> 1.11.1, should fix PNG support

PR:		228623
Reported by:	grog
Relnotes:	https://mailhost.informatik.uni-hamburg.de/pipermail/vigra/2017-May/001352.html
Original commitRevision:487603 
Sunday, 24 Sep 2017
18:45 jbeich search for other commits by this committer
graphics/vigra: unbreak NUMPY=on with gcc7

In file included from include/vigra/resampling_convolution.hxx:46:0,
                 from include/vigra/resizeimage.hxx:46,
                 from vigranumpy/src/core/sampling.cxx:43:
include/vigra/imagecontainer.hxx: In member function 'void
vigra::ImagePyramid<ImageType, Alloc>::swap(const vigra::ImagePyramid<ImageType,
Alloc>&)':
include/vigra/imagecontainer.hxx:766:51: error: no matching function for call to
'swap(int&, const int&)'
         std::swap(lowestLevel_, other.lowestLevel_);
                                                   ^
[...]

PR:		222542
Reported by:	math/saga
Obtained from:	upstream
Original commitRevision:450499 
Sunday, 20 Mar 2016
01:49 grog search for other commits by this committer
Update link in pkg-descr.

New version 1.11.0.

 Changes:
    Ported vigranumpy to Python 3.5.

    Added Chunked arrays to store data larger than RAM as a collection of
    rectangular blocks.

    Added vigra::ThreadPool and parallel_foreach() for portable
    algorithm parallelization based on std::thread.  Implemented
    parallel versions of Gaussian smoothing, Gaussian derivatives,
    connected components labeling, and union-find watersheds.

    Added graph-based image analysis, e.g. agglomerative clustering

    Included the callback mechanism described in "Impossibly Fast C++
    Delegates" by Sergey Ryazanov (needed for agglomerative
    clustering).

    Added many image registration functions.

    Extended the collection of multi-dimensional distance transform
    algorithms by vectorial DT, boundary DT, and eccentricity
    transform.

    Added skeletonizeImage(), nonLocalMean(), multi-dimensional
    integral images.

    Added new 2D shape features based on skeletonization and the
    convex hull.

    Additional arithmetic and algebraic functions for
    vigra::TinyVector.

    Added vigra::CountingIterator.

    Minor improvements and bug fixes in the code and documentation.
Original commitRevision:411427 
Thursday, 7 May 2015
15:17 mat search for other commits by this committer
Update ports in the games category to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:385633 
Monday, 5 May 2014
18:45 pi search for other commits by this committer
graphics/vigra: update to 1.10.0

- new version 1.10.0
- MASTERSITE changed to github
- Numpy option: make gcc usage functional again for 10.0+
- option descriptions changed from gcc46 to gcc47
- updates and fixes on plist

Changes:	http://ukoethe.github.io/vigra/doc/vigra/CreditsChangelog.html

PR:             ports/188372
Submitted by:   Rainer Hurling
Approved by:    maintainer (timeout), culot (mentor)
Original commitRevision:353037 
Friday, 23 Nov 2012
15:10 fluffy search for other commits by this committer
- Update to 1.9.0 release (clang support improved)
- Handle python bindings in proper way (off by default)
- Make HDF and OpenEXR support optional (on by default)
- Use OptionsNG
- Declare LICENSE
- Trim Makefile header

Feature safe:	yes
Original commitRevision:307681 
Friday, 8 Jun 2012
13:45 vd search for other commits by this committer
Upgrade graphics/vigra from 1.7.1 to 1.8.0

PR:             ports/168833
Submitted by:   fluffy@
Original commit
Wednesday, 29 Jun 2011
07:42 vd search for other commits by this committer
Upgrade graphics/vigra from 1.6.0 to 1.7.1

Suggested by:   Rainer Hurling <rhurlin@gwdg.de>
Original commit
Tuesday, 30 Jun 2009
09:38 vd search for other commits by this committer
Upgrade graphics/vigra from 1.5.0 to 1.6.0

PR:             ports/135879 (with some fixups)
Submitted by:   Wen Heping <wenheping@gmail.com>
Original commit
Tuesday, 1 May 2007
15:52 vd search for other commits by this committer
Upgrade graphics/vigra from 1.4.0 to 1.5.0
Original commit
Saturday, 17 Jun 2006
19:47 stefan search for other commits by this committer
- Update to 1.4.0
- Add user knobs for VIGRA's libraries.
- Further qualify acceptable image libraries.

PR:             97879
Submitted by:   Christopher Boumenot <boumenot@gmail.com>
Approved by:    maintainer
                arved (mentor)
Original commit
Sunday, 22 Jan 2006
12:35 edwin search for other commits by this committer
SHA256ify

Approved by: krion@
Original commit
Thursday, 10 Mar 2005
08:33 pav search for other commits by this committer
- Update to 1.3.2

PR:             ports/78556
Submitted by:   Marco Molteni <molter@tin.it>
Approved by:    Carlos Eduardo <cartola@openit.com.br> (maintainer)
Original commit
Friday, 11 Feb 2005
10:03 vs search for other commits by this committer
Update to 1.3.0

PR:             ports/76078
Submitted by:   Carlos Eduardo G. Carvalho (maintainer)
De-shar-ified:  Marco Molteni
Original commit
Wednesday, 15 Dec 2004
12:36 edwin search for other commits by this committer
New port: graphics/vigra - another program to mount panoramic images
- also a dependency of hugin

        VIGRA stands for "Vision with Generic Algorithms". It's a
        novel computer vision library that puts its main emphasize
        on customizable algorithms and data structures. By using
        template techniques similar to those in the C++ Standard
        Template Library, you can easily adapt any VIGRA component
        to the needs of your application, without thereby giving
        up execution speed.

PR:             ports/71847
Submitted by:   Carlos Eduardo G. Carvalho <cartola@openit.com.br>
Original commit

Number of commits found: 15