notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
py-segno QR Code and Micro QR Code generator for Python
1.6.1 textproc on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-20 14:28:28
Last Update: 2024-04-20 14:25:34
Commit Hash: d7709bc
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://segno.readthedocs.io/en/latest/
https://github.com/heuer/segno
Description:
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}segno>0:textproc/py-segno@${PY_FLAVOR}
To install the port:
cd /usr/ports/textproc/py-segno/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/py-segno
  • pkg install py39-segno
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-segno listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-segno
Package flavors (<flavor>: <package>)
  • py39: py39-segno
distinfo:
TIMESTAMP = 1713528488 SHA256 (segno-1.6.1.tar.gz) = f23da78b059251c36e210d0cf5bfb1a9ec1604ae6e9f3d42f9a7c16d306d847e SIZE (segno-1.6.1.tar.gz) = 72531

Packages (timestamps in pop-ups are UTC):
py311-segno
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.11.6.1-1.6.11.6.1---
FreeBSD:13:quarterly1.6.11.6.1-1.6.11.6.1---
FreeBSD:14:latest1.6.11.6.1-1.6.11.6.1---
FreeBSD:14:quarterly1.6.11.6.1-1.6.11.6.1---
FreeBSD:15:latest1.6.11.6.1n/a1.6.1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-flit-core>=3.2<4 : devel/py-flit-core@py39
  2. python3.9 : lang/python39
  3. py39-build>=0 : devel/py-build@py39
  4. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
  2. py39-importlib-metadata>=3.6.0 : devel/py-importlib-metadata@py39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
textproc_py-segno
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/s/segno/
  2. https://pypi.org/packages/source/s/segno/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.1
20 Apr 2024 14:25:34
commit hash: d7709bc96b3c49b4f738eed61d9cde47c79158b8commit hash: d7709bc96b3c49b4f738eed61d9cde47c79158b8commit hash: d7709bc96b3c49b4f738eed61d9cde47c79158b8commit hash: d7709bc96b3c49b4f738eed61d9cde47c79158b8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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.

Number of commits found: 1