# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libdmtx # libdmtx/distinfo # libdmtx/Makefile # libdmtx/pkg-plist # libdmtx/files # libdmtx/files/patch-Makefile.am # libdmtx/pkg-descr # echo c - libdmtx mkdir -p libdmtx > /dev/null 2>&1 echo x - libdmtx/distinfo sed 's/^X//' >libdmtx/distinfo << '3f2005157a35a60b1de82b6d6eae2487' XTIMESTAMP = 1550173173 XSHA256 (dmtx-libdmtx-v0.7.5_GH0.tar.gz) = be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e XSIZE (dmtx-libdmtx-v0.7.5_GH0.tar.gz) = 790944 3f2005157a35a60b1de82b6d6eae2487 echo x - libdmtx/Makefile sed 's/^X//' >libdmtx/Makefile << 'aadead30dd046b02eb8a5866925a7ca7' X# Created by: johans X# $FreeBSD: head/graphics/libdmtx/Makefile 484640 2018-11-10 19:57:07Z kwm $ X XPORTNAME= libdmtx XPORTVERSION= 0.7.5 XDISTVERSIONPREFIX= v XCATEGORIES= graphics X XMAINTAINER= hrs@FreeBSD.org XCOMMENT= Library for reading and writing Data Matrix barcodes X XLICENSE= BSD2CLAUSE XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSES= autoreconf libtool XUSE_GITHUB= yes XGH_ACCOUNT= dmtx XGNU_CONFIGURE= yes XUSE_LDCONFIG= yes XINSTALL_TARGET= install-strip X X.include aadead30dd046b02eb8a5866925a7ca7 echo x - libdmtx/pkg-plist sed 's/^X//' >libdmtx/pkg-plist << '6b300cfe12e640c2954bc5b5f0832f9e' Xinclude/dmtx.h Xlib/libdmtx.a Xlib/libdmtx.so Xlib/libdmtx.so.0 Xlib/libdmtx.so.0.0.0 Xlibdata/pkgconfig/libdmtx.pc Xman/man3/libdmtx.3.gz 6b300cfe12e640c2954bc5b5f0832f9e echo c - libdmtx/files mkdir -p libdmtx/files > /dev/null 2>&1 echo x - libdmtx/files/patch-Makefile.am sed 's/^X//' >libdmtx/files/patch-Makefile.am << 'e3c70f6ef1ecde404e10f64b04f4dc5a' X--- Makefile.am.orig 2019-02-15 07:52:01.319394618 -0900 X+++ Makefile.am 2019-02-15 07:52:33.319394505 -0900 X@@ -44,5 +44,5 @@ X script/check_todo.sh \ X script/check_whitespace.sh X X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = ${prefix}/libdata/pkgconfig X pkgconfig_DATA = libdmtx.pc e3c70f6ef1ecde404e10f64b04f4dc5a echo x - libdmtx/pkg-descr sed 's/^X//' >libdmtx/pkg-descr << 'bd1aa7979959d4fa393f39d36e6f4c5e' Xlibdmtx - software for reading and writing Data Matrix barcodes X Xlibdmtx is open source software for reading and writing Data Matrix Xbarcodes on Linux, Unix, OS X, Windows, and certain mobile devices. At Xits core libdmtx is a shared library, allowing C/C++ programs to use its Xcapabilities without restrictions or overhead. X XData Matrix barcodes are two-dimensional symbols that hold a dense Xpattern of data with built-in error correction. The Data Matrix Xsymbology (sometimes casually referred to as "DataMatrix") was invented Xand released into the public domain by RVSI Acuity CiMatrix. X XWWW: http://libdmtx.sourceforge.net/ bd1aa7979959d4fa393f39d36e6f4c5e exit