Page MenuHomeFreeBSD

textproc/py-qrcode: new port
ClosedPublic

Authored by xmj on Jan 24 2015, 9:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 7, 4:27 PM
Unknown Object (File)
Mon, Oct 6, 4:26 PM
Unknown Object (File)
Mon, Oct 6, 12:15 AM
Unknown Object (File)
Sun, Oct 5, 9:39 PM
Unknown Object (File)
Sat, Oct 4, 11:30 AM
Unknown Object (File)
Fri, Oct 3, 5:36 AM
Unknown Object (File)
Mon, Sep 29, 10:52 PM
Unknown Object (File)
Fri, Sep 26, 2:12 AM
Subscribers
None

Details

Reviewers
swills
koobs
Summary
textproc/py-qrcode: Add port

This module uses image libraries, Python Imaging Library (PIL) by
default, to generate QR Codes.

A Quick Response code is a two-dimensional pictographic code used
for its fast readability and comparatively large storage capacity.
The code consists of black modules arranged in a square pattern on
a white background. The information encoded can be made up of any
kind of data (e.g., binary, alphanumeric, or Kanji symbols)

WWW: https://github.com/lincolnloop/python-qrcode

PR:		196046
DiffRev:	placeholder
Submitted by:	kyuupichan@gmail.com
Approved by:	koobs (mentor)
Test Plan

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

xmj retitled this revision from to textproc/py-qrcode: new port.
xmj updated this object.
xmj edited the test plan for this revision. (Show Details)
xmj added reviewers: swills, koobs.
koobs requested changes to this revision.Jan 24 2015, 10:05 AM
koobs edited edge metadata.
koobs added inline comments.
textproc/py-qrcode/Makefile
20

Alpha sort this

This revision now requires changes to proceed.Jan 24 2015, 10:05 AM
xmj edited edge metadata.

alpha sort

xmj edited edge metadata.
koobs edited edge metadata.
This revision is now accepted and ready to land.Jan 24 2015, 10:13 AM

Committed revision 377786.