svn commit: r380887 - in head/graphics: . p5-Barcode-ZBar
Jun Kuriyama
kuriyama at FreeBSD.org
Tue Mar 10 01:13:59 UTC 2015
Author: kuriyama
Date: Tue Mar 10 01:13:57 2015
New Revision: 380887
URL: https://svnweb.freebsd.org/changeset/ports/380887
QAT: https://qat.redports.org/buildarchive/r380887/
Log:
The ZBar Bar Code Reader is a library for scanning and decoding bar
codes from various sources such as video streams, image files or raw
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and
Interleaved 2 of 5.
These are the bindings for interacting directly with the library from
Perl.
WWW: http://search.cpan.org/dist/Barcode-ZBar/
Added:
head/graphics/p5-Barcode-ZBar/
head/graphics/p5-Barcode-ZBar/Makefile (contents, props changed)
head/graphics/p5-Barcode-ZBar/distinfo (contents, props changed)
head/graphics/p5-Barcode-ZBar/pkg-descr (contents, props changed)
head/graphics/p5-Barcode-ZBar/pkg-plist (contents, props changed)
Modified:
head/graphics/Makefile
Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile Mon Mar 9 23:31:42 2015 (r380886)
+++ head/graphics/Makefile Tue Mar 10 01:13:57 2015 (r380887)
@@ -622,6 +622,7 @@
SUBDIR += osgearth
SUBDIR += oyranos
SUBDIR += p5-Acme-Steganography-Image-Png
+ SUBDIR += p5-Barcode-ZBar
SUBDIR += p5-CAD-Drawing
SUBDIR += p5-CAD-Drawing-Template
SUBDIR += p5-Cairo
Added: head/graphics/p5-Barcode-ZBar/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/p5-Barcode-ZBar/Makefile Tue Mar 10 01:13:57 2015 (r380887)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= Barcode-ZBar
+PORTVERSION= 0.04
+CATEGORIES= graphics perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension to ZBar barcode reader
+
+LIB_DEPENDS= libzbar.so:${PORTSDIR}/graphics/zbar
+
+USES= perl5
+USE_PERL5= configure
+CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
+
+pre-install:
+ ${STRIP_CMD} ${WRKSRC}/blib/arch/auto/Barcode/ZBar/ZBar.so
+
+.include <bsd.port.mk>
Added: head/graphics/p5-Barcode-ZBar/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/p5-Barcode-ZBar/distinfo Tue Mar 10 01:13:57 2015 (r380887)
@@ -0,0 +1,2 @@
+SHA256 (Barcode-ZBar-0.04.tar.gz) = d57e1ad471b6a29fa4134650e6eec9eb834d42cbe8bf8f0608c67d6dd0f8f431
+SIZE (Barcode-ZBar-0.04.tar.gz) = 57582
Added: head/graphics/p5-Barcode-ZBar/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/p5-Barcode-ZBar/pkg-descr Tue Mar 10 01:13:57 2015 (r380887)
@@ -0,0 +1,9 @@
+The ZBar Bar Code Reader is a library for scanning and decoding bar
+codes from various sources such as video streams, image files or raw
+intensity sensors. It supports EAN, UPC, Code 128, Code 39 and
+Interleaved 2 of 5.
+
+These are the bindings for interacting directly with the library from
+Perl.
+
+WWW: http://search.cpan.org/dist/Barcode-ZBar/
Added: head/graphics/p5-Barcode-ZBar/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/p5-Barcode-ZBar/pkg-plist Tue Mar 10 01:13:57 2015 (r380887)
@@ -0,0 +1,11 @@
+%%SITE_ARCH%%/Barcode/ZBar.pm
+%%SITE_ARCH%%/Barcode/ZBar/Image.pod
+%%SITE_ARCH%%/Barcode/ZBar/ImageScanner.pod
+%%SITE_ARCH%%/Barcode/ZBar/Processor.pod
+%%SITE_ARCH%%/Barcode/ZBar/Symbol.pod
+%%SITE_ARCH%%/auto/Barcode/ZBar/ZBar.so
+%%PERL5_MAN3%%/Barcode::ZBar.3.gz
+%%PERL5_MAN3%%/Barcode::ZBar::Image.3.gz
+%%PERL5_MAN3%%/Barcode::ZBar::ImageScanner.3.gz
+%%PERL5_MAN3%%/Barcode::ZBar::Processor.3.gz
+%%PERL5_MAN3%%/Barcode::ZBar::Symbol.3.gz
More information about the svn-ports-all
mailing list