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/yagf/Makefile

Number of commits found: 26

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 
Sunday, 16 Dec 2018
00:25 rene search for other commits by this committer
graphics/yagf: deal with graphics/cuneiform expiration

- drop optional dependency on expired cuneiform
- update pkg-descr
- bump PORTREVISION
Original commitRevision:487550 
Sunday, 2 Dec 2018
15:41 rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Original commitRevision:486467 
Tuesday, 9 Oct 2018
10:08 bsam search for other commits by this committer
graphics/yagf: fix build with c++11, pet portlint

- fix build with c++11, errors like:
src/core/qipgrayscaleimage.cpp:168:19: error: non-constant-expression cannot be
narrowed from type 'quint32' (aka 'unsigned int') to 'int' in initializer list
[-Wc++11-narrowing]
    IntRect r1 = {x1,y1,x2,(y1+y2)/2};

- pet portlint:
  * sort ONLY_FOR_ARCHS;
  * place ONLY_FOR_ARCHS earlier.

Reported by:	pkg-fallout
MFH:		2018Q4
Original commitRevision:481619 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Friday, 1 Apr 2016
14:00 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412346 
Friday, 15 Jan 2016
14:36 rakuco search for other commits by this committer
Update to 0.9.5 and unbreak.

- Switch MASTER_SITES to the project's SourceForge page. It only contains 0.9.5
  though.
- Set LICENSE_FILE.
- Switch to new style OPTIONS helpers.
- Stop setting CFLAGS/CPPFLAGS, everything builds fine without those.

PR:		205780
Approved by:	maintainer timeout (bsam, 15 days)
MFH:		2016Q1
Original commitRevision:406160 
Sunday, 13 Dec 2015
09:41 bapt search for other commits by this committer
Mark as broken: does not fetch
Original commitRevision:403659 
Monday, 22 Sep 2014
16:08 bsam search for other commits by this committer
Simplify and remove pkg-plist.
Original commitRevision:368967 
Saturday, 26 Jul 2014
09:00 bsam search for other commits by this committer
graphics/yagf: Update to version 0.9.3.2
Original commitRevision:362960 
Friday, 4 Jul 2014
20:28 tijl search for other commits by this committer
Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports

Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
Original commitRevision:360658 
Friday, 22 Nov 2013
08:16 bsam search for other commits by this committer
. support STAGE;
. use new LIB_DEPENDS syntax.
Original commitRevision:334554 
Friday, 20 Sep 2013
18:35 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Original commitRevision:327733 
Friday, 24 May 2013
18:11 bsam search for other commits by this committer
. add LICENSE=GPLv3;
. bump PORTREVISION.
Original commitRevision:319002 
Tuesday, 7 May 2013
12:52 bsam search for other commits by this committer
Add graphics/yagf.
Original commitRevision:317603 
Tuesday, 23 Apr 2013
10:47 bapt search for other commits by this committer
Convert g* to USES=pkgconfig
Original commitRevision:316343 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Saturday, 15 Dec 2012
09:50 bsam search for other commits by this committer
The new version may use tesseract as a backend as well as cuneiform:
. change COMMENT;
. introduce OPTIONS_MULTI (one or more backends may be used),
  use graphics/cuneiform as a default;
. bump PORTREVISION.
Original commitRevision:308941 
Saturday, 3 Nov 2012
13:18 bsam search for other commits by this committer
. update to version 0.9.2;
. USE_GNOME=pkgconfig -> USE_PKGCONFIG=build;
. make use of desktopfileutils for port and package;
. use two line style headers.

Feature safe:	yes
Original commitRevision:306916 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Monday, 14 Nov 2011
03:26 rakuco search for other commits by this committer
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Wednesday, 16 Sep 2009
08:48 bsam search for other commits by this committer
. fix build on 6.x;
. relax qt4 dependencies;
. bump PORTREVISION.

PR:             ports/138824
Submitted by:   makc
Feature safe:   yes
Original commit
Monday, 14 Sep 2009
16:29 bsam search for other commits by this committer
YAGF is a graphical interface for the cuneiform text recognition
program on the Linux platform. With YAGF you can scan images via
XSane, perform images preprocessing and recognize texts using
cuneiform from a single command centre. YAGF also makes it easy to
scan and recognize several images sequentially.

WWW: http://symmetrica.net/cuneiform-linux/yagf-en.html
Original commit

Number of commits found: 26