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

Number of commits found: 28

Saturday, 10 Nov 2018
19:57 kwm search for other commits by this committer
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Original commitRevision:484640 
Tuesday, 24 Jul 2018
20:14 tobik search for other commits by this committer
graphics/cuneiform: Slap on a band-aid and fix build with Clang 6

- Code base compiles under USE_CXXSTD=gnu++98
- Use options helpers
- Fix no-op IMAGEMAGICK option; the patch to disable it no longer
  did anything.  With ImageMagick installed in the build environment
  ImageMagick support was enabled regardless of option state
- Deprecate.  It's unmaintained upstream and the build problems will
  likely get worse over time
- Take maintainership

http://beefy11.nyi.freebsd.org/data/head-i386-default/p475217_s336659/logs/cuneiform-1.1.0_4.log

PR:	216197
Original commitRevision:475272 
Thursday, 11 Jan 2018
19:04 pi search for other commits by this committer
graphics/cuneiform: maintainer reset on request of maintainer

PR:		224887
Submitted by:	samm@os2.kiev.ua
Original commitRevision:458779 
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 
Sunday, 18 Jan 2015
21:12 kwm search for other commits by this committer
Update ImageMagick to 6.9.0.4.

- Normalize the ImageMagick library name so it stays the same regardless of
  what the 16-bit and HDRI option are set to [1]. Teach cmake to look for
  the new name. Bump ports that link to the libraries due to this.
- As a result do away with the "HALFSUPPORTED" option block, and list
  16-bit and HDRI with the other options.
- ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG
  support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2
  a mandatory dependency (instead of only when the SVG option was selected).
- Don't touch .keep files in the modules directory, there files there so
  it useless.

PR:		194949 [1]
PR:		195227 [2]
Requested by:	many [1]
Submitted by:	software-freebsd@interfasys.ch [2]
Original commitRevision:377347 
Saturday, 6 Dec 2014
22:13 feld search for other commits by this committer
Update "BSD" license in graphics category
Original commitRevision:374159 
Friday, 7 Nov 2014
09:55 kwm search for other commits by this committer
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
Original commitRevision:372250 
Tuesday, 29 Jul 2014
18:41 adamw search for other commits by this committer
Convert a bunch of USE_BZIP2 to USES=tar:bzip2

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363371 
Tuesday, 17 Jun 2014
20:05 kwm search for other commits by this committer
Update to 6.8.9-3 [1][3].

Use USES=compiler:openmp for the OPENMP option[2]
Ditch the use of perl for patching etc [4] and silence perl threaded check [6]
-delay option spurious message should be fixed [5]

JASPER option was replace by JPEG2000 for JP2k support.
Put 16BIT_PIXEL and HDRI option separate option block. These options change
  the library name, so the user needs to take this into consideration.
Use new LIB_DEPENDS syntax.
Use @sample for config files.
Sprinkle some USES=pkgconfig for some ports, since we don't pull it in
  anymore at run-time.

PR:		185462 [1]
PR:		187548 [2]
PR:		182793 [3]
PR:		181746 [4]
PR:		176047 [5]
PR:		190814 [6]
Submitted by:	c.petrik.sosa@gmail.com [1]
		Matthieu Volat <mazhe@alkumuna.eu> [2]
		free.bsd@webstyle.ch [3]
		andrnils@gmail.com [4]
		rfg@tristatelogic.com [5]
		Michelle Sullivan <michelle@sorbs.net> [6]
Approved by:	portmgr (blanket) (for NO_STAGED ports)
Original commitRevision:358176 
Sunday, 2 Feb 2014
14:56 miwi search for other commits by this committer
- Stage support
Original commitRevision:342306 
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 
Wednesday, 28 Aug 2013
12:47 bsam search for other commits by this committer
. fix build with clang (error: character too large for enclosing character
literal type);
. add LICENSE (BSD), bump PORTREVISION;
. remove unneeded WRKSRC creation;
. use new LIB_DEPENDS syntax.

PR:		ports/181611
Submitted by:	bsam (me)
Approved by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Original commitRevision:325525 
Monday, 6 May 2013
08:31 bapt search for other commits by this committer
Convert to new options framework
Original commitRevision:317482 
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 
Tuesday, 11 Dec 2012
20:54 beech search for other commits by this committer
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
Original commitRevision:308713 
Tuesday, 11 Oct 2011
07:17 mm search for other commits by this committer
Update ImageMagick to 6.7.2-10 (shlib bumped to .5)
Original commit
Saturday, 18 Jun 2011
08:49 dhn search for other commits by this committer
- Update to 1.1.0

PR:             ports/156498
Submitted by:   Alex Samorukov <samm@os2.kiev.ua>
Approved by:    maintainer timeout
Original commit
Tuesday, 7 Sep 2010
05:08 makc search for other commits by this committer
Update to 1.0.0

PR:             based on ports/150311
Submitted by:   Alex Samorukov (maintainer)
Original commit
Saturday, 24 Jul 2010
19:49 mm search for other commits by this committer
Update ImageMagick to 6.6.2-10
Original commit
Sunday, 28 Mar 2010
21:41 mm search for other commits by this committer
- Bump Magick++, MagickWand or MagickCore dependency
Original commit
Wednesday, 2 Sep 2009
16:32 miwi search for other commits by this committer
- Update to 0.8.0

PR:             138480
Submitted by:   Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Original commit
Thursday, 9 Jul 2009
18:53 amdmi3 search for other commits by this committer
- Update to 0.7.0

PR:             136623
Submitted by:   Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Tuesday, 10 Feb 2009
19:50 mm search for other commits by this committer
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
Original commit
Tuesday, 25 Nov 2008
16:15 amdmi3 search for other commits by this committer
- Update to 0.5.0

PR:             129151
Submitted by:   Alex Samorukov <samm at os2 dot kiev dot ua> (maintainer)
Original commit
Sunday, 9 Nov 2008
22:53 miwi search for other commits by this committer
- Disable build on non i386/amd64 archs

PR:             128622
Submitted by:   Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Original commit
Saturday, 6 Sep 2008
08:17 beech search for other commits by this committer
- Update to 0.4.0

PR:             ports/127125
Submitted by:   Alex Samorukov <samm@os2.kiev.ua> (maintainer)
Original commit
Saturday, 23 Aug 2008
12:45 amdmi3 search for other commits by this committer
Cuneiform is an multi-language OCR system originally developed and open sourced
by Cognitive Technologies. Cuneiform was originally a Windows program, which
was ported to Linux by Jussi Pakkanen.

WWW: https://launchpad.net/cuneiform-linux

PR:             126753
Submitted by:   Alex Samorukov <samm@os2.kiev.ua>
Original commit

Number of commits found: 28