From c71a0f7ccb9a9a0e578de4439f11c5cdb3b47216 Mon Sep 17 00:00:00 2001
From: leot <leot@pkgsrc.org>
Date: Wed, 4 Dec 2019 11:17:32 +0000
Subject: 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>.
---
 graphics/zbar/PLIST | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 graphics/zbar/PLIST

(limited to 'graphics/zbar/PLIST')

diff --git a/graphics/zbar/PLIST b/graphics/zbar/PLIST
new file mode 100644
index 00000000000..6f35c35231a
--- /dev/null
+++ b/graphics/zbar/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2019/12/04 11:17:32 leot Exp $
+${PLIST.imagemagick}bin/zbarimg
+include/zbar.h
+include/zbar/Decoder.h
+include/zbar/Exception.h
+include/zbar/Image.h
+include/zbar/ImageScanner.h
+include/zbar/Processor.h
+include/zbar/Scanner.h
+include/zbar/Symbol.h
+include/zbar/Video.h
+include/zbar/Window.h
+lib/libzbar.la
+lib/pkgconfig/zbar.pc
+${PLIST.imagemagick}man/man1/zbarimg.1
+share/doc/zbar/COPYING
+share/doc/zbar/HACKING.md
+share/doc/zbar/INSTALL.md
+share/doc/zbar/LICENSE.md
+share/doc/zbar/NEWS.md
+share/doc/zbar/README.md
+share/doc/zbar/TODO.md
-- 
cgit v1.2.3