Bug 247262 - [NEW PORT] textproc/qr: Generate textual QR codes using terminal
Summary: [NEW PORT] textproc/qr: Generate textual QR codes using terminal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/Y2Z/qr
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-14 19:27 UTC by Lewis Cook
Modified: 2020-06-15 09:21 UTC (History)
1 user (show)

See Also:


Attachments
qr-g20200216.diff (2.57 KB, patch)
2020-06-14 19:27 UTC, Lewis Cook
no flags Details | Diff
qr-g20200216.log (2.57 KB, patch)
2020-06-14 19:27 UTC, Lewis Cook
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-06-14 19:27:30 UTC
Created attachment 215560 [details]
qr-g20200216.diff

Print Unicode-friendly QR codes straight in
your terminal.

WWW: https://github.com/Y2Z/qr

Tested:
 * portlint: OK (looks fine).
 * testport: OK (poudriere: 3.3.4).
Comment 1 Lewis Cook freebsd_committer freebsd_triage 2020-06-14 19:27:59 UTC
Created attachment 215561 [details]
qr-g20200216.log

* Poudriere testport log.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-06-15 09:00:47 UTC
A commit references this bug:

Author: fernape
Date: Mon Jun 15 09:00:13 UTC 2020
New revision: 538863
URL: https://svnweb.freebsd.org/changeset/ports/538863

Log:
  new port: textproc/qr

  qr is a console application that prints Unicode-friendly QR codes straight in your
  terminal. Very convenient to use in scripts.

  PR:	247262
  Submitted by:	vulcan@wired.sh

Changes:
  head/textproc/Makefile
  head/textproc/qr/
  head/textproc/qr/Makefile
  head/textproc/qr/distinfo
  head/textproc/qr/pkg-descr
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2020-06-15 09:01:51 UTC
Committed,

Thanks!

PS: For new ports, you can also include the change in the category Makefile.
Comment 4 Lewis Cook freebsd_committer freebsd_triage 2020-06-15 09:06:35 UTC
(In reply to Fernando Apesteguía from comment #3)

Didn't know that was the case, couldn't seem to find this documented anywhere so had assumed it was upto the committers(?). Cheers!
Comment 5 Fernando Apesteguía freebsd_committer freebsd_triage 2020-06-15 09:21:16 UTC
(In reply to Lewis Cook from comment #4)

No worries, most people don't do it and the committer *must* check anyway :-)