NOTICE: This package has been removed from pkgsrc

./wip/zbar, Bar code reader

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.23.1, Package name: zbar-0.23.1, Maintainer: leot

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.


Required to run:
[graphics/ImageMagick] [x11/libXv]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/xorgproto]

Package options: imagemagick, x11

Master sites:

SHA1: 6a047e29895dd9248cc3dbac6fe0ac454d86f45b
RMD160: d4a8f17d7bc5874677c5bc301028b2fd236f221c
Filesize: 1167.577 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-07 20:50:58 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Properly handle python for the TEST_TARGET... Now all the tests are passed.
   2015-07-07 20:09:04 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Define the TEST_TARGET and (re)define USE_LANGUAGES if PKGSRC_RUN_TEST is yes.
   2015-07-07 19:16:35 by Leonardo Taccari | Files touched by this commit (3)
Log message:
Add a (yet) preliminary support for the "test" target. Still not pass \ 
all the
tests (Python is needed to run a test).

FIXME: c++ in USE_LANGUAGES is not needed for "normal" installation \ 
but just for
test and in conjunction with other options that at the moment are not enable.
   2015-07-07 18:38:43 by Leonardo Taccari | Files touched by this commit (1)
Log message:
Take the maintainership.
   2015-07-07 18:24:57 by Leonardo Taccari | Files touched by this commit (5)
Log message:
Import zbar-0.10 as wip/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.