Port details |
- ots OpenType Sanitizer
- 9.2.0 x11-fonts
=2 9.1.0_4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2020-01-05 04:05:52
- Last Update: 2024-10-14 05:25:21
- Commit Hash: f8d029f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/khaledhosny/ots
- Description:
- The OpenType Sanitizer (OTS) parses and serializes OpenType files (OTF, TTF) and
WOFF and WOFF2 font files, validating them and sanitizing them as it goes.
The C library is integrated into Chromium and Firefox, and also simple command
line tools to check files offline in a Terminal.
The CSS font-face property is great for web typography. Having to use images in
order to get the correct typeface is a great sadness; one should be able to use
vectors.
¦ ¦ ¦ ¦ 
- 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/x11-fonts/ots/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fonts/ots
- pkg install ots
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ots
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1728632278
SHA256 (ots-9.2.0.tar.xz) = 1a1e50cd7ecea27c4ef04c5b1491c21e75555f35bf91e27103ede04ddd11e053
SIZE (ots-9.2.0.tar.xz) = 30675164
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- brotli>=1.0.9 : archivers/brotli
- freetype2>=2.12.1 : print/freetype2
- googletest>=1.11.0 : devel/googletest
- liblz4>=1.9.4 : archivers/liblz4
- woff2>=1.0.2 : devel/woff2
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libbrotlidec.so : archivers/brotli
- libfreetype.so : print/freetype2
- libgtest.so : devel/googletest
- liblz4.so : archivers/liblz4
- libwoff2dec.so : devel/woff2
- This port is required by:
- for Run
-
- x11-fonts/py-opentype-sanitizer
Configuration Options:
- No options to configure
- Options name:
- x11-fonts_ots
- USES:
- compiler:c++14-lang meson pkgconfig tar:xz
- 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 |
9.2.0 14 Oct 2024 05:25:21
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Update to 9.2.0
Changes: https://github.com/khaledhosny/ots/releases |
9.1.0_4 16 Jul 2024 18:36:15
    |
Po-Chuan Hsieh (sunpoet)  |
devel/googletest: Update to 1.15.0
- Update MASTER_SITES: use upstream release tarball
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases |
9.1.0_3 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
9.1.0_2 22 Sep 2023 03:17:35
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Install cff_charstring
- Bump PORTREVISION for package change |
9.1.0_1 16 Aug 2023 18:25:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/googletest: Update to 1.14.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/google/googletest/releases |
9.1.0 05 Jun 2023 18:46:55
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Update to 9.1.0
Changes: https://github.com/khaledhosny/ots/releases |
9.0.0 07 May 2023 16:03:36
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Update BUILD_DEPENDS |
9.0.0 06 May 2023 23:06:49
    |
Jan Beich (jbeich)  |
x11-fonts/ots: unbreak build after 4aec6e124381
In file included from ../tests/cff_charstring_test.cc:7:
In file included from /usr/local/include/gtest/gtest.h:64:
In file included from /usr/local/include/gtest/gtest-assertion-result.h:46:
In file included from /usr/local/include/gtest/gtest-message.h:57:
/usr/local/include/gtest/internal/gtest-port.h:270:2: error: C++ versions less
than C++14 are not supported.
#error C++ versions less than C++14 are not supported.
^
Reported by: pkg-fallout |
9.0.0 05 Apr 2023 17:29:59
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Fix meson usage
- Convert patch file to MESON_ARGS
- Convert nonexistent MESON_TRUE/MESON_FALSE to MESON_ARGS |
9.0.0 03 Oct 2022 02:14:36
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Update to 9.0.0
Changes: https://github.com/khaledhosny/ots/releases |
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) |
8.2.1_2 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 ) |
8.2.1_2 20 Jul 2022 14:23:36
    |
Tobias C. Berner (tcberner)  |
x11-fonts: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Illarionov <littlesavage@rambler.ru>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Ashish Shukla <wahjava@gmail.com>
* Babak Farrokhi <babak@farrokhi.net>
* Björn König <bkoenig@alpha-tierchen.de>
* Brett Taylor
* Dave Cottlehuber <dch@skunkwerks.at>
* Dejan Lesjak <lesi@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
8.2.1_2 30 Jun 2022 15:27:20
    |
Jan Beich (jbeich)  |
devel/googletest: update to 1.12.1
Changes: https://github.com/google/googletest/releases/tag/release-1.12.1
Reported by: GitHub (watch releases) |
8.2.1_1 25 Jun 2022 19:31:14
    |
Jan Beich (jbeich)  |
devel/googletest: update to 1.12.0
Changes: https://github.com/google/googletest/releases/tag/release-1.12.0
Reported by: GitHub (watch releases) |
8.2.1 28 Feb 2022 12:46:06
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Update to 8.2.1
Changes: https://github.com/khaledhosny/ots/releases |
8.1.4_2 12 Jun 2021 03:25:45
    |
Jan Beich (jbeich)  |
devel/googletest: update to 1.11.0
Changes: https://github.com/google/googletest/compare/53495a2a...release-1.11.0
Changes: https://github.com/google/googletest/releases/tag/release-1.11.0
Reported by: GitHub (watch releases) |
8.1.4_1 03 Jun 2021 15:04:43
    |
Jan Beich (jbeich)  |
devel/googletest: update to 1.10.0.667
Upstream no longer makes releases, see
https://github.com/google/googletest/commit/861d535e2595
Changes: https://github.com/google/googletest/compare/release-1.10.0...53495a2a
Reported by: ngie (1 year ago) |
8.1.4 11 May 2021 21:47:01
    |
Po-Chuan Hsieh (sunpoet)  |
x11-fonts/ots: Update to 8.1.4
Changes: https://github.com/khaledhosny/ots/releases |
8.1.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
8.1.3 30 Jan 2021 12:21:58
  |
sunpoet  |
Update to 8.1.3
Changes: https://github.com/khaledhosny/ots/releases |
8.1.1 19 Dec 2020 20:06:44
  |
sunpoet  |
Update to 8.1.1
Changes: https://github.com/khaledhosny/ots/releases |
8.1.0 15 Nov 2020 18:00:20
  |
sunpoet  |
Update to 8.1.0
Changes: https://github.com/khaledhosny/ots/releases |
8.0.0 30 Aug 2020 07:14:47
  |
sunpoet  |
Use upstream release tarball |
8.0.0 05 Jan 2020 04:05:29
  |
sunpoet  |
Add ots 8.0.0
The OpenType Sanitizer (OTS) parses and serializes OpenType files (OTF, TTF) and
WOFF and WOFF2 font files, validating them and sanitizing them as it goes.
The C library is integrated into Chromium and Firefox, and also simple command
line tools to check files offline in a Terminal.
The CSS font-face property is great for web typography. Having to use images in
order to get the correct typeface is a great sadness; one should be able to use
vectors.
WWW: https://github.com/khaledhosny/ots |