diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-06-15 17:00:12 +0800 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-06-15 17:00:12 +0800 |
commit | 974a00ba3645133b64f6a15accd5b871c056a444 (patch) | |
tree | c06a490e1d1d6c32f87123cc4b2ee7ac5866b2f2 /textproc/Makefile | |
parent | b2238ef2a3f4816096db1e8b5149557a2c423f10 (diff) | |
download | freebsd-ports-gnome-974a00ba3645133b64f6a15accd5b871c056a444.tar.gz freebsd-ports-gnome-974a00ba3645133b64f6a15accd5b871c056a444.tar.zst freebsd-ports-gnome-974a00ba3645133b64f6a15accd5b871c056a444.zip |
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
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 5518255f5eba..5daa8c506d64 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1420,6 +1420,7 @@ SUBDIR += py-zope.tal SUBDIR += py-zpt SUBDIR += qprint + SUBDIR += qr SUBDIR += qrcodegen SUBDIR += qstardict SUBDIR += qt5-xml |