diff options
author | leot <leot@pkgsrc.org> | 2019-12-04 11:17:32 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-12-04 11:17:32 +0000 |
commit | c71a0f7ccb9a9a0e578de4439f11c5cdb3b47216 (patch) | |
tree | 8cc1c5ed97942430dff6aa04581e850fcf2d6b25 /graphics/zbar/DESCR | |
parent | 83f6b88e3e829bc3abb4469aacbe597e3324a63c (diff) | |
download | pkgsrc-c71a0f7ccb9a9a0e578de4439f11c5cdb3b47216.tar.gz |
zbar: Import zbar-0.23 as graphics/zbar
ZBar is an open source software suite for reading bar codes from various
sources, such as video streams, image files and raw intensity sensors. It
supports many popular symbologies (types of bar codes) including
EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR
Code.
The flexible, layered implementation facilitates bar code scanning and
decoding for any application: use it stand-alone with the included GUI and
command line programs, easily integrate a bar code scanning widget into
your Qt, GTK+ or PyGTK GUI application, leverage one of the script or
programming interfaces (Python, Perl, C++) ...all the way down to a
streamlined C library suitable for embedded use.
Packaged in pkgsrc-wip by myself and <ng0>.
Diffstat (limited to 'graphics/zbar/DESCR')
-rw-r--r-- | graphics/zbar/DESCR | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/zbar/DESCR b/graphics/zbar/DESCR new file mode 100644 index 00000000000..75d22efb805 --- /dev/null +++ b/graphics/zbar/DESCR @@ -0,0 +1,12 @@ +ZBar is an open source software suite for reading bar codes from various +sources, such as video streams, image files and raw intensity sensors. It +supports many popular symbologies (types of bar codes) including +EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR +Code. + +The flexible, layered implementation facilitates bar code scanning and +decoding for any application: use it stand-alone with the included GUI and +command line programs, easily integrate a bar code scanning widget into +your Qt, GTK+ or PyGTK GUI application, leverage one of the script or +programming interfaces (Python, Perl, C++) ...all the way down to a +streamlined C library suitable for embedded use. |