Port details |
- lepton Tool for manipulating files in LEP image format
- 0.2022.04.13_1 graphics
=2 0.2022.04.13_1Version of this port present on the latest quarterly branch. IGNORE: requires SSSE3 features in the processor
- Maintainer: ports@virtual-estates.net
 - Port Added: 2016-07-15 01:27:53
- Last Update: 2024-05-18 08:22:43
- Commit Hash: 2b92bd7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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:
-
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. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Test dependencies:
-
- python3.9 : lang/python39
- Library dependencies:
-
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2022.04.13_1 18 May 2024 08:22:43
    |
Gleb Popov (arrowd)  |
*: Change the MAINTAINER field per request
PR: 278267 |
0.2022.04.13 18 Dec 2023 00:28:15
    |
Mikhail Teterin (mi)  |
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
    |
Stefan Eßer (se)  |
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
    |
Stefan Eßer (se)  |
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 ) |
0.2016.07.16 20 Jul 2022 14:22:04
    |
Tobias C. Berner (tcberner)  |
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 ) |
0.2016.07.16 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.2016.07.16 26 Jun 2017 03:27:38
  |
sunpoet  |
Fix WWW
Approved by: portmgr (blanket) |
0.2016.07.16 15 Jul 2016 05:11:30
  |
mi  |
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
  |
mi  |
Ensure, SSE4 is still used on systems, where the feature is present.
Duh... |
0.2016.07.16 15 Jul 2016 03:05:27
  |
mi  |
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
  |
mi  |
Add port of "lepton" -- a tool for manipulating files in LEP-format,
which was recently open-sourced by Dropbox.
The patch |