Port details |
- zinnia Simple, customizable, and portable online handwriting recognition system
- 0.06_2 japanese =2 0.06_2Version of this port present on the latest quarterly branch.
- Maintainer: beyert@cs.ucr.edu
- Port Added: 2011-02-05 09:41:01
- Last Update: 2023-06-12 18:36:01
- Commit Hash: abdd4cf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://zinnia.sourceforge.net/
- Description:
- Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ja-zinnia>0:japanese/zinnia
- To install the port:
- cd /usr/ports/japanese/zinnia/ && make install clean
- To add the package, run one of these commands:
- pkg install japanese/zinnia
- pkg install ja-zinnia
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ja-zinnia
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (zinnia-0.06.tar.gz) = ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b
SIZE (zinnia-0.06.tar.gz) = 457415
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- japanese/fcitx-mozc
- japanese/ibus-mozc
- japanese/mozc-el
- japanese/mozc-server
- japanese/mozc-tool
- japanese/uim-mozc
- japanese/zinnia-tomoe
-
Deleted ports which required this port:
- for Run
-
- japanese/zinnia-tomoe
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ja-zinnia-0.06_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- japanese_zinnia
- USES:
- libtool
- 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 |
0.06_2 12 Jun 2023 18:36:01 |
Dimitry Andric (dim) |
japanese/zinnia: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because japanese/zinnia's build infrastructure does not explicitly set
its C++ standard, this leads to an error:
svm.cpp:50:10: error: no member named 'random_shuffle' in namespace 'std'
std::random_shuffle(index.begin(), index.begin() + active_size);
~~~~~^
This is because std::random_shuffle has been removed from C++17. An
suitable replacement is std::shuffle, using a std::random_device in
combination with std::mt19937 as the random number engine.
PR: 271953
Approved by: fernape
MFH: 2023Q2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.06_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.06_1 20 Jul 2022 14:22:11 |
Tobias C. Berner (tcberner) |
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (Only the first 15 lines of the commit message are shown above ) |
0.06_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.06_1 21 Jan 2018 10:08:40 |
antoine |
Fix build with clang 6
trainer.cpp:106:18: error: no matching function for call to 'make_pair'
x_.push_back(std::make_pair<std::string, FeatureNode *>(y, fn));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 224669
Reported by: pkg-fallout |
0.06_1 12 Nov 2014 13:46:00 |
antoine |
Cleanup plist |
0.06_1 25 Jul 2014 12:28:53 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Add LICENSE_FILE
Approved by: portmgr blanket |
0.06 28 Jan 2014 10:22:00 |
danfe |
- Trim Makefile header; remove LICENSE_FILE for a well-known license
- Set LICENSE for more specific, albeit more ugly, BSD3CLAUSE
- Remove USE_GMAKE: seems to build fine with BSD default make(1)
- Stagify, set OPTIONS_DEFINE (for DOCS), convert to use PORTDOCS |
0.06 20 Sep 2013 18:47:56 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese) |
0.06 28 Jul 2012 15:57:56 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
0.06 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.06 29 Oct 2011 08:45:31 |
miwi |
- Fix build on FreeBSD 10 |
0.06 05 Feb 2011 09:40:44 |
miwi |
Zinnia is a simple, customizable and portable online hand recognition system
based on Support Vector Machines. Zinnia simply receives user pen strokes as a
sequence of coordinate data and outputs n-best characters sorted by SVM
confidence. To keep portability, Zinnia doesn't have any rendering
functionality. In addition to recognition, Zinnia provides training module that
allows us to create any hand-written recognition systems with low-cost.
WWW: http://zinnia.sourceforge.net/
PR: ports/149685
Submitted by: Timothy Beyer <beyert at cs.ucr.edu>
Feature safe: yes |