non port: graphics/unpaper/Makefile |
SVNWeb
|
Number of commits found: 13 |
Fri, 17 Mar 2023
|
[ 06:30 Kai Knoblich (kai) Author: Daniel Engberg ] 1e7e52e
graphics/unpaper: Update to 7.0.0
Changelog:
* Tests now compare a golden file by counting the bytes that differ
between it and the result. This allows non-byte-perfect calculations
to be executed and still not fail the tests. This is required as fused
multiply-add instructions can increase precision and thus deviate from
the base C code, when using floating-point arithmetic.
* Build is now provided by Meson, replacing the Autotools based build
system introduced in 0.4, 10½ years ago.
* Compatibility expanded to ffmpeg-5 (and newer versions), which is the
current widely available release.
https://github.com/unpaper/unpaper/releases/tag/unpaper-7.0.0
PR: 270218
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 8 Sep 2019
|
[ 12:13 kai ]
graphics/unpaper: Update to 6.1
* Add an additional patch that fixes the unpaper's usage for the
libav/ffmpeg API. [1]
* Remove the DOCS option as nearly all files are now in Markdown format and
the relevant info has been transferred into the unpaper(1) manpage.
* Take maintainership
Notable changes since 0.3:
* Use libav for both input and output of files, rather than custom code.
This adds support for many different input file formats outside of
PPM/PBM/PGM, as long as libav can redconduct them to a pixel format that
is implemented.
* Implementation of mathematically accurate interpolation, using cubic
algorithm by default.
* Options are now documented in the unpaper(1) man page, rather than in the
code.
https://github.com/Flameeyes/unpaper/blob/unpaper-6.1/NEWS
Obtained from: Debian [1]
|
Sat, 6 Feb 2016
|
[ 23:20 amdmi3 ]
- Add LICENSE
- Switch to options helpers
|
Tue, 29 Jul 2014
|
[ 15:51 wg ]
graphics/unpaper: fix fetch and update WWW
|
Thu, 20 Feb 2014
|
[ 08:44 ehaupt ]
Support staging
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Sun, 7 Sep 2008
|
[ 00:19 linimon ] (Only the first 10 of 279 ports in this commit are shown above. )
Reset infofarmer due to maintainer-timeouts and no response to email.
Hat: portmgr
|
Tue, 1 Jan 2008
|
[ 14:25 sat ]
- Update to 0.3
|
Sat, 21 Apr 2007
|
[ 09:11 sat ]
- Add mirrors to all my berlios-hosted ports
Prompted by: pointyhat via kris, fenner's survey
|
Wed, 31 Jan 2007
|
[ 22:38 sat ]
Add port graphics/unpaper:
unpaper is a post-processing tool for scanned sheets of paper,
especially for book-pages scanned from previously created photocopies.
unpaper tries to remove dark edges, corrects the rotation ("deskew"),
and aligns the centering of pages.
WWW: http://unpaper.berlios.de/
Author: Jens Gulden <unpaper@jensgulden.de>
|
Number of commits found: 13 |