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)
Mar 5 2024, 10:35 PM
Unknown Object (File)
Jan 10 2024, 6:50 AM
Unknown Object (File)
Jan 10 2024, 6:50 AM
Unknown Object (File)
Jan 10 2024, 6:50 AM
Unknown Object (File)
Jan 2 2024, 2:03 PM
Unknown Object (File)
Dec 22 2023, 8:46 PM
Unknown Object (File)
Dec 9 2023, 8:23 AM
Unknown Object (File)
Dec 8 2023, 11:51 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
19

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.