aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:21:32 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-20 14:25:34 +0000
commitd7709bc96b3c49b4f738eed61d9cde47c79158b8 (patch)
treeb68264935234d79fe5e72f7e593e2d6f0b050773 /textproc/Makefile
parent45c51beb49083042f36480cc33ea8f3c4b4e127c (diff)
downloadports-d7709bc96b3c49b4f738eed61d9cde47c79158b8.tar.gz
ports-d7709bc96b3c49b4f738eed61d9cde47c79158b8.zip
textproc/py-segno: Add py-segno 1.6.1
Segno is a pure Python QR Code generator with no dependencies. This package implements ISO/IEC 18004:2015(E) "QR Code bar code symbology specification" and produces QR Codes and Micro QR Codes with nearly no effort. It supports the Structured Append mode which splits a message across several QR codes. Segno (Italian for "sign" / "symbol") provides several serialization formats like Scalable Vector Graphics (SVG), Encapsulated PostScript (EPS), Portable Network Graphics (PNG), Portable Document Format (PDF), Netpbm (PAM, PBM, PPM), LaTeX (PGF/TikZ), X PixMap (XBM), and X Bitmap (XPM) etc. None of these serializers require an external lib. Further, it provides several high level functions to create QR Codes which encode contact data (vCard, MeCard), EPC QR Codes, or WIFI QR Codes.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 9b94853cbf5e..8906ad5be507 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1550,6 +1550,7 @@
SUBDIR += py-rst2ansi
SUBDIR += py-rst2html5
SUBDIR += py-scour
+ SUBDIR += py-segno
SUBDIR += py-sense2vec
SUBDIR += py-sentencepiece
SUBDIR += py-simplebayes