# 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: # # py-qrcode # py-qrcode/distinfo # py-qrcode/Makefile # py-qrcode/pkg-descr # echo c - py-qrcode mkdir -p py-qrcode > /dev/null 2>&1 echo x - py-qrcode/distinfo sed 's/^X//' >py-qrcode/distinfo << 'END-of-py-qrcode/distinfo' XSHA256 (qrcode-5.1.tar.gz) = 33bdee5e834fc99eb538e1dad198a3a5b70d0a88845629cacf4c592be1ce7f6a XSIZE (qrcode-5.1.tar.gz) = 22259 END-of-py-qrcode/distinfo echo x - py-qrcode/Makefile sed 's/^X//' >py-qrcode/Makefile << 'END-of-py-qrcode/Makefile' X# Created by: Neil Booth X# $FreeBSD$ X XPORTNAME= qrcode XPORTVERSION= 5.1 XCATEGORIES= textproc python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= kyuupichan@gmail.com XCOMMENT= QR Code image generator X XLICENSE= BSD3CLAUSE X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8:${PORTSDIR}/devel/py-six \ X ${PYTHON_PKGNAMEPREFIX}pillow>=2.6:${PORTSDIR}/graphics/py-pillow X XUSES= python XUSE_PYTHON= distutils autoplist X X.include END-of-py-qrcode/Makefile echo x - py-qrcode/pkg-descr sed 's/^X//' >py-qrcode/pkg-descr << 'END-of-py-qrcode/pkg-descr' XThis module uses image libraries, Python Imaging Library (PIL) by Xdefault, to generate QR Codes. X XA Quick Response code is a two-dimensional pictographic code used Xfor its fast readability and comparatively large storage capacity. XThe code consists of black modules arranged in a square pattern on Xa white background. The information encoded can be made up of any Xkind of data (e.g., binary, alphanumeric, or Kanji symbols) END-of-py-qrcode/pkg-descr exit