Port details |
- cuneiform OCR system developed and open sourced by Cognitive technologies
- 1.1.0_6 graphics
=2 1.1.0_6Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained upstream
This port expired on: 2018-12-15
- Maintainer: tobik@FreeBSD.org
- Port Added: 2008-08-23 12:45:57
- Last Update: 2018-12-16 00:29:20
- SVN Revision: 487552
- People watching this port, also watch:: tesseract-data, geeqie, gimp, libreoffice, virtualbox-ose
- License: BSD3CLAUSE
- WWW:
- https://launchpad.net/cuneiform-linux
- Description:
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cuneiform>0:graphics/cuneiform
- No installation instructions:
- This port has been deleted.
- PKGNAME: cuneiform
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- SHA256 (cuneiform-linux-1.1.0.tar.bz2) = 577e0d054de72086c33b4e8ae15033657776509b9a7af6eb272888eefcbdbbad
SIZE (cuneiform-linux-1.1.0.tar.bz2) = 26388511
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cuneiform-1.1.0_6:
IMAGEMAGICK=off: ImageMagick image processing support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cmake:outsource tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.0_6 16 Dec 2018 00:29:20 |
rene |
Remove expired ports:
2018-12-15 graphics/cuneiform: Unmaintained upstream
2018-12-15 dns/knot1: EOL upstream; successor dns/knot2 is in place |
1.1.0_6 10 Nov 2018 19:57:08 |
kwm |
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> |
1.1.0_5 24 Jul 2018 20:14:36 |
tobik |
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 |
1.1.0_4 11 Mar 2018 21:35:12 |
adridg |
Fix build with base Clang on 11.1 -- this probably does not cover all of the
problems listed in the PR, but it's a step. The port remains unmaintained,
upstream hasn't been maintained in ~8 years, should probably be deprecated
instead.
PR: 216197
Approved by: tcberner (mentor, implicit) |
1.1.0_4 11 Jan 2018 19:04:34 |
pi |
graphics/cuneiform: maintainer reset on request of maintainer
PR: 224887
Submitted by: samm@os2.kiev.ua |
1.1.0_4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.1.0_4 17 Apr 2016 13:43:34 |
dim |
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 |
1.1.0_4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.1.0_4 18 Jan 2015 21:12:43 |
kwm |
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] |
1.1.0_3 06 Dec 2014 22:13:43 |
feld |
Update "BSD" license in graphics category |
1.1.0_3 07 Nov 2014 09:55:23 |
kwm |
Remove * from LIB_DEPENDS lines and specify the default library name
for ImageMagick. Using '*' it is unsupported and potention bugs here. |
1.1.0_3 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.1.0_3 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
17 Jun 2014 20:05:31
|
kwm |
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] (Only the first 15 lines of the commit message are shown above ) |
1.1.0_3 02 Feb 2014 14:56:21 |
miwi |
- Stage support |
1.1.0_3 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.1.0_3 28 Aug 2013 12:47:12 |
bsam |
. 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) |
1.1.0_2 06 May 2013 08:31:30 |
bapt |
Convert to new options framework |
1.1.0_2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.1.0_2 11 Dec 2012 20:54:23 |
beech |
- Bump port after ImageMagick update
- Remove version
- Bump PORTREVISION |
1.1.0_1 11 Oct 2011 07:17:46 |
mm |
Update ImageMagick to 6.7.2-10 (shlib bumped to .5) |
1.1.0 18 Jun 2011 08:49:29 |
dhn |
- Update to 1.1.0
PR: ports/156498
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
Approved by: maintainer timeout |
1.0.0 07 Sep 2010 05:08:03 |
makc |
Update to 1.0.0
PR: based on ports/150311
Submitted by: Alex Samorukov (maintainer) |
0.8.0_1 24 Jul 2010 19:49:59 |
mm |
Update ImageMagick to 6.6.2-10 |
0.8.0 28 Mar 2010 21:41:12 |
mm |
- Bump Magick++, MagickWand or MagickCore dependency |
0.8.0 02 Sep 2009 16:32:47 |
miwi |
- Update to 0.8.0
PR: 138480
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
0.7.0 09 Jul 2009 18:53:28 |
amdmi3 |
- Update to 0.7.0
PR: 136623
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
0.5.0_2 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
0.5.0_1 10 Feb 2009 19:50:55 |
mm |
- Update ImageMagick to 6.4.9.2
- Libraries Magick++, MagickCore and MagickWand bumped to 2
- Update all ports using libraries above |
0.5.0 25 Nov 2008 16:15:03 |
amdmi3 |
- Update to 0.5.0
PR: 129151
Submitted by: Alex Samorukov <samm at os2 dot kiev dot ua> (maintainer) |
0.4.0 09 Nov 2008 22:53:27 |
miwi |
- Disable build on non i386/amd64 archs
PR: 128622
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
0.4.0 06 Sep 2008 08:17:24 |
beech |
- Update to 0.4.0
PR: ports/127125
Submitted by: Alex Samorukov <samm@os2.kiev.ua> (maintainer) |
0.3.1 23 Aug 2008 12:45:33 |
amdmi3 |
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> |