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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: textproc/py-qrcode/distinfo

Number of commits found: 6

Sunday, 19 Mar 2023
19:55 Craig Leres (leres) search for other commits by this committer
textproc/py-qrcode: Update to 7.4

Changes since 7.3:

 - Improvements for embedded image.

 - Restructure the factory drawers, allowing different shapes in
   SVG image factories as well.

 - Add a ``--factory-drawer`` option to the ``qr`` console script.

 - Optimize the output for the ``SVGPathImage`` factory (more than
   30% reduction in file sizes).

 - Add a ``pypng`` image factory as a pure Python PNG solution. If
   ``pillow`` is *not* installed, then this becomes the default
   factory.

 - The ``pymaging`` image factory has been removed, but its factory
   shortcut and the actual PymagingImage factory class now just
   link to the PyPNGImage factory.

Reported by:	portscout
commit hash: 146ec1966ca836502e3f0f53b39f5438ffbfb0ea commit hash: 146ec1966ca836502e3f0f53b39f5438ffbfb0ea commit hash: 146ec1966ca836502e3f0f53b39f5438ffbfb0ea commit hash: 146ec1966ca836502e3f0f53b39f5438ffbfb0ea 146ec19
Sunday, 26 Dec 2021
23:25 Craig Leres (leres) search for other commits by this committer
textproc/py-qrcode: Update to 7.3

Changes since 6.1:

 - Add --ascii parameter to command line interface allowing to
   output ascii when stdout is piped

 - Add --output parameter to command line interface to specify
   output file

 - Accept RGB tuples in fill_color and back_color

 - Add to_string method to SVG images

 - Replace inline styles with SVG attributes to avoid CSP issues

 - Add Styled PIL image factory, allowing different color masks and
   shapes in QR codes

 - Small performance inprovement

 - Add check for border size parameter

 - Skip color mask if QR is black and white

Reported by:	portscout
commit hash: 0f8aed33528cca4f2387ceb498115275feeafd11 commit hash: 0f8aed33528cca4f2387ceb498115275feeafd11 commit hash: 0f8aed33528cca4f2387ceb498115275feeafd11 commit hash: 0f8aed33528cca4f2387ceb498115275feeafd11 0f8aed3
Saturday, 22 Jun 2019
01:29 leres search for other commits by this committer
textproc/py-qrcode: Update to 6.1. From CHANGES.rst:

 - Fix short chunks of data not being optimized to the correct mode.

 - Tests fixed for Python 3

Reported by:	portscout
Approved by:	matthew (mentor, implicit)
Original commitRevision:504839 
Wednesday, 20 Jun 2018
22:36 leres search for other commits by this committer
Update to 6.0:

 - Fix optimize length being ignored in QRCode.add_data.

 - Better calculation of the best mask pattern and related
   optimizations.

Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D15930
Original commitRevision:472941 
Friday, 9 Dec 2016
13:10 wen search for other commits by this committer
- Update to 5.3

PR:		214525
Submitted by:	yuri@rawbw.com
Approved by:	kyuupichan@gmail.com(maintainer)
Original commitRevision:428203 
Saturday, 24 Jan 2015
10:16 xmj search for other commits by this committer
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
Differential Revision:	https://reviews.freebsd.org/D1631
Submitted by:	kyuupichan@gmail.com
Approved by:	koobs (mentor)
Original commitRevision:377786 

Number of commits found: 6