aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libdmtx
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Update ImageMagick to 6.9.0.4.kwm2015-01-191-2/+2
| | | | | | | | | | | | | | | | | | - 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]
* Fix libdmtx build by relexing library name checkjohans2014-11-211-1/+1
| | | | Submitted by: Mikhail T. <mi@aldan.algebra.com>
* Remove * from LIB_DEPENDS lines and specify the default library namekwm2014-11-071-1/+1
| | | | for ImageMagick. Using '*' it is unsupported and potention bugs here.
* Bump PORTREVISION to chase ImageMagick library name changejohans2014-06-241-1/+1
|
* Chase ImageMagick library renaming: correct build dependencyjohans2014-06-241-1/+1
| | | | Submitted by: Yuri <yuri@rawbw.com>
* - Switch to USES=libtool, drop .la filesamdmi32014-06-232-6/+6
| | | | | | - Fix LIB_DEPEND on ImageMagick Approved by: portmgr blanket
* Update to 6.8.9-3 [1][3].kwm2014-06-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Enable stage supportjohans2013-12-293-6/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | graphics)
* - Bump port after ImageMagick updatebeech2012-12-121-2/+2
| | | | | - Remove version - Bump PORTREVISION
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* Update ImageMagick to 6.7.2-10 (shlib bumped to .5)mm2011-10-111-1/+2
|
* Update libdmtx to version 0.7.4johans2011-06-034-15/+5
| | | | | Note binaries are no longer included in this package, they moved to a separate distribution dmtx-utils (to be added shortly)
* Update ImageMagick to 6.6.2-10mm2010-07-251-1/+2
|
* Update to 0.7.2johans2010-05-213-5/+9
|
* - Bump Magick++, MagickWand or MagickCore dependencymm2010-03-291-2/+2
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
| | | | Feature safe: yes
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* libdmtx is open source software for reading and writing Data Matrixjohans2009-04-244-0/+53
barcodes on Linux, Unix, OS X, Windows, and certain mobile devices. At its core libdmtx is a shared library, allowing C/C++ programs to use its capabilities without restrictions or overhead. The included utility programs, dmtxread and dmtxwrite, serve as the official interface to libdmtx from the command line, and also provide a good reference for programmers who wish to write their own programs that interact with libdmtx. WWW: http://www.libdmtx.org/