I want to introduce the zbar barcode reader to the ports. When build with the ImageMagick-option this port produces the zbarimg cli-program which reads a file and outputs the message encoded in the contained (QR) barcode. When Merkaartor 0.17 is released I want to update that port to optionally use this port to enable the use of "walking papers" in Merkaartor.
Responsible Changed From-To: freebsd-ports-bugs->martymac I will take care of it.
martymac 2010-12-14 14:39:50 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/zbar Makefile distinfo pkg-descr pkg-plist graphics/zbar/files patch-Makefile.in Log: 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. PR: ports/152708 Submitted by: Oliver Heesakkers <dev2 at heesakkers.info> pproved by: ehaupt (mentor) Revision Changes Path 1.1367 +1 -0 ports/graphics/Makefile 1.1 +106 -0 ports/graphics/zbar/Makefile (new) 1.1 +2 -0 ports/graphics/zbar/distinfo (new) 1.1 +11 -0 ports/graphics/zbar/files/patch-Makefile.in (new) 1.1 +16 -0 ports/graphics/zbar/pkg-descr (new) 1.1 +45 -0 ports/graphics/zbar/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!