1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Dimitry Andric
ec06448a33 During the exp-run in bug 208158, it was found that graphics/cuneiform
gives errors with libc++ 3.8.0:

cuneiform_src/Kern/rimage/sources/main/cricontrol.cpp:597:32: error: call to 'abs' is ambiguous
        wNewHeight = (mbMarginsFlag ? abs(mrMargins.rmBottomMarg - mrMargins.rmTopMarg) : mpSourceDIB->GetLinesNumber());
                                      ^~~

This is because abs() is being called an unsigned argument.  Fix this by
casting the argument to the appropriate signed type.

Approved by:	samm@os2.kiev.ua (maintainer)
MFH:		2016Q2
2016-04-17 13:43:34 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Koop Mast
bb89f80c35 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]
2015-01-18 21:12:42 +00:00
Mark Felder
cdad4b092b Update "BSD" license in graphics category 2014-12-06 22:13:42 +00:00
Koop Mast
6b1c2ea085 Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here.
2014-11-07 09:55:22 +00:00
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Koop Mast
cf906e5cf2 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)
2014-06-17 20:05:30 +00:00
Martin Wilke
f5d3761c29 - Stage support 2014-02-02 14:56:20 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Boris Samorodov
e61bfb80b7 . 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)
2013-08-28 12:47:11 +00:00
Baptiste Daroussin
cda59ea3e2 Convert to new options framework 2013-05-06 08:31:29 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Beech Rintoul
7c29ed9db4 - Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION
2012-12-11 20:54:22 +00:00
Martin Matuska
3b6562012d Update ImageMagick to 6.7.2-10 (shlib bumped to .5) 2011-10-11 07:17:46 +00:00
Dennis Herrmann
f0d1a74755 - Update to 1.1.0
PR:		ports/156498
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	maintainer timeout
2011-06-18 08:49:29 +00:00
Max Brazhnikov
11b6bbd5be Update to 1.0.0
PR:		based on ports/150311
Submitted by:	Alex Samorukov (maintainer)
2010-09-07 05:08:03 +00:00
Martin Matuska
dfc28b2b23 Update ImageMagick to 6.6.2-10 2010-07-24 19:49:59 +00:00
Martin Matuska
779a04d1f7 - Bump Magick++, MagickWand or MagickCore dependency 2010-03-28 21:41:12 +00:00
Martin Wilke
02ede7134a - Update to 0.8.0
PR:		138480
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2009-09-02 16:32:47 +00:00
Dmitry Marakasov
3d8f51a282 - Update to 0.7.0
PR:		136623
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2009-07-09 18:53:28 +00:00
Max Brazhnikov
eecc33021e bump PORTREVISION after cmake update 2009-03-24 19:13:32 +00:00
Martin Matuska
c5e1202db4 - Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above
2009-02-10 19:50:55 +00:00
Dmitry Marakasov
6e2516655f - Update to 0.5.0
PR:		129151
Submitted by:	Alex Samorukov <samm at os2 dot kiev dot ua> (maintainer)
2008-11-25 16:15:03 +00:00
Martin Wilke
7330511658 - Disable build on non i386/amd64 archs
PR:		128622
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2008-11-09 22:53:27 +00:00
Beech Rintoul
68615e4f95 - Update to 0.4.0
PR:		ports/127125
Submitted by:	Alex Samorukov <samm@os2.kiev.ua> (maintainer)
2008-09-06 08:17:24 +00:00
Dmitry Marakasov
8f6977c49a 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>
2008-08-23 12:45:33 +00:00