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.

Port details
lepton Tool for manipulating files in LEP image format
0.2022.04.13 graphics on this many watch lists=0 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 0.2022.04.13Version of this port present on the latest quarterly branch.
Ignore IGNORE: requires SSSE3 features in the processor
Maintainer: mi@aldan.algebra.com search for ports maintained by this maintainer
Port Added: 2016-07-15 01:27:53
Last Update: 2023-12-18 00:28:15
Commit Hash: 00d132c
Also Listed In: devel
License: APACHE20
WWW:
https://github.com/dropbox/lepton
Description:
A tool for creating and manipulating images in Lepton format. Developed by Dropbox it is currently available under Apache-2.0 license. Compared to JPEG, the format averages 22% lower file-sizes without any (additional) loss of quality.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/lepton
  2. /usr/local/share/licenses/lepton-0.2022.04.13/catalog.mk
  3. /usr/local/share/licenses/lepton-0.2022.04.13/LICENSE
  4. /usr/local/share/licenses/lepton-0.2022.04.13/APACHE20
Collapse this list.
Dependency lines:
  • lepton>0:graphics/lepton
To install the port:
cd /usr/ports/graphics/lepton/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install graphics/lepton
  • pkg install lepton
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: lepton
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1702853189 SHA256 (dropbox-lepton-0.2022.04.13-429fe88_GH0.tar.gz) = c6e7bba595bc5f9ece5eca86ad33b2fe1487e1a0209788173fd74e0a79d79315 SIZE (dropbox-lepton-0.2022.04.13-429fe88_GH0.tar.gz) = 52639694

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. autoconf>=2.71 : devel/autoconf
  2. automake>=1.16.5 : devel/automake
Test dependencies:
  1. python3.9 : lang/python39
Library dependencies:
  1. libbrotlienc.so : archivers/brotli
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
graphics_lepton
USES:
autoreconf localbase ssl shebangfix python:test
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dropbox/lepton/tar.gz/429fe88?dummy=/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2022.04.13
18 Dec 2023 00:28:15
commit hash: 00d132c04a294dae8b2993e987f0652152fdd8facommit hash: 00d132c04a294dae8b2993e987f0652152fdd8facommit hash: 00d132c04a294dae8b2993e987f0652152fdd8facommit hash: 00d132c04a294dae8b2993e987f0652152fdd8fa files touched by this commit
Mikhail Teterin (mi) search for other commits by this committer
graphics/lepton: upgrade and fix package-building

The upstream addressed our earlier BSD-specific concerns, so some of
our patches are no longer needed.

We now explicitly add -mssse3 to the CFLAGS. The SSSE3-capability
has always been a requirement, but without it set (either explicitly
or via -march), parts of the code would not compile:

PR:	275197
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.2016.07.16
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2016.07.16
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.2016.07.16
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.2016.07.16
26 Jun 2017 03:27:38
Revision:444350Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix WWW

Approved by:	portmgr (blanket)
0.2016.07.16
15 Jul 2016 05:11:30
Revision:418570Original commit files touched by this commit
mi search for other commits by this committer
Use a different work-around for SSE4-only _mm_insert_epi32().
Functionally equivalent, it may be a little bit faster.
0.2016.07.16
15 Jul 2016 04:55:42
Revision:418569Original commit files touched by this commit
mi search for other commits by this committer
Ensure, SSE4 is still used on systems, where the feature is present.
Duh...
0.2016.07.16
15 Jul 2016 03:05:27
Revision:418568Original commit files touched by this commit
mi search for other commits by this committer
Finish up the port, which got committed too early by accident:

	. Note, that it works on CPUs with at least SSSE3
	  instruction set -- the original code assumes SSE4,
	  but that was relatively easy to patch
	. Do not attempt to build, if SSSE3 not among CPU-options
	. Fix up formatting warnings (reported upstream)
	. Fix a crash on i386. Unfortunately, 5 of the 40
	  self-tests still fail on i386 -- the problem reported
	  upstream
0.2016.07.16
15 Jul 2016 01:27:43
Revision:418567Original commit files touched by this commit
mi search for other commits by this committer
Add port of "lepton" -- a tool for manipulating files in LEP-format,
which was recently open-sourced by Dropbox.

The patch

Number of commits found: 10