Port details |
- afdko Adobe Font Development Kit for OpenType (AFDKO)
- 4.0.1 x11-fonts =2 4.0.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2022-03-07 18:18:35
- Last Update: 2024-02-21 15:06:52
- Commit Hash: e0d6b99
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/adobe-type-tools/afdko
- Description:
- The Adobe Font Development Kit for OpenType (AFDKO) is a set of tools for
building OpenType font files from PostScript and TrueType font data.
- ¦ ¦ ¦ ¦
- 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/afdko/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-fonts/afdko
- pkg install afdko
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: afdko
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1708448990
SHA256 (afdko-4.0.1.tar.gz) = 22dd90f0f7b4bc6eacbe8cddb0d72a484cf3f2d6cb474b0e3496de161177f019
SIZE (afdko-4.0.1.tar.gz) = 17815957
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libxml2.so : textproc/libxml2
- This port is required by:
- for Run
-
- x11-fonts/py-afdko
- x11-fonts/py-cffsubr
Configuration Options:
- No options to configure
- Options name:
- x11-fonts_afdko
- USES:
- cmake compiler:c++11-lang gnome
- 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 |
4.0.1 21 Feb 2024 15:06:52 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 4.0.1
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
4.0.0 22 Sep 2023 03:17:41 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 4.0.0
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.9.7 21 Aug 2023 17:03:20 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.7
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.9.6 09 Jul 2023 21:34:20 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Fix build with Clang 16 and remove the workaround
/wrkdirs/usr/ports/x11-fonts/afdko/work/afdko-3.9.6/c/shared/source/tx_shared/tx_shared.c:526:20:
error: incompatible function pointer types assigning to 'size_t
(*)(ctlStreamCallbacks *, void *, char **)' (aka 'unsigned long (*)(struct
ctlStreamCallbacks_ *, void *, char **)') from 'size_t (ctlStreamCallbacks *,
Stream *, char **)' (aka 'unsigned long (struct ctlStreamCallbacks_ *, Stream *,
char **)') [-Wincompatible-function-pointer-types]
h->cb.stm.read = stm_read;
^ ~~~~~~~~
/wrkdirs/usr/ports/x11-fonts/afdko/work/afdko-3.9.6/c/shared/source/tx_shared/tx_shared.c:527:24:
error: incompatible function pointer types assigning to 'size_t
(*)(ctlStreamCallbacks *, void *, xmlDocPtr *)' (aka 'unsigned long (*)(struct
ctlStreamCallbacks_ *, void *, struct _xmlDoc **)') from 'size_t
(ctlStreamCallbacks *, Stream *, xmlDocPtr *)' (aka 'unsigned long (struct
ctlStreamCallbacks_ *, Stream *, struct _xmlDoc **)')
[-Wincompatible-function-pointer-types]
h->cb.stm.xml_read = stm_xml_read;
^ ~~~~~~~~~~~~
2 errors generated. |
3.9.6 09 Jul 2023 10:18:17 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.6
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.9.5 24 Jun 2023 20:48:38 |
Muhammad Moinur Rahman (bofh) |
x11-fonts/afdko: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
3.9.5 02 May 2023 16:19:47 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Fix build on 14-CURRENT
/wrkdirs/usr/ports/x11-fonts/afdko/work/afdko-3.9.5/c/shared/source/uforead/uforead.c:1246:20:
error: incompatible integer to pointer conversion passing 'int' to parameter of
type 'char *' [-Wint-conversion]
message(h, ufoErrParse, "Encountered glyph reference %s in alternate
layer's contents.plist with an empty file path. ", glyphName);
^~~~~~~~~~~
/wrkdirs/usr/ports/x11-fonts/afdko/work/afdko-3.9.5/c/shared/source/uforead/uforead.c:396:47:
note: passing argument to parameter 'fmt' here
static void CTL_CDECL message(ufoCtx h, char* fmt, ...) {
^
/wrkdirs/usr/ports/x11-fonts/afdko/work/afdko-3.9.5/c/shared/source/uforead/uforead.c:2012:16:
error: incompatible pointer to integer conversion returning 'void *' from a
function with result type 'long' [-Wint-conversion]
return NULL;
^~~~
/usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
^~~~~~~~~~~
/wrkdirs/usr/ports/x11-fonts/afdko/work/afdko-3.9.5/c/shared/source/uforead/uforead.c:2027:16:
error: incompatible pointer to integer conversion returning 'void *' from a
function with result type 'unsigned long' [-Wint-conversion]
return NULL;
^~~~
/usr/include/sys/_null.h:34:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
^~~~~~~~~~~
3 errors generated.
Reference: https://pkg-status.freebsd.org/beefy18/data/main-amd64-default/pdf5b273c8e36_s83d5725005/logs/afdko-3.9.5.log |
3.9.5 27 Apr 2023 23:58:24 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.5
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.9.4 09 Apr 2023 20:39:55 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.4
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.9.3 21 Mar 2023 19:20:14 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.3
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.9.2 30 Jan 2023 12:59:17 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.2
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
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) |
3.9.1 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 ) |
3.9.1 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 ) |
3.9.1 07 Jul 2022 21:42:47 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.1
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.9.0 29 Jun 2022 16:32:38 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.9.0
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.8.3 13 May 2022 19:29:37 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.8.3
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.8.2 17 Apr 2022 23:58:05 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Update to 3.8.2
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md |
3.8.1 07 Mar 2022 18:10:50 |
Po-Chuan Hsieh (sunpoet) |
x11-fonts/afdko: Add afdko 3.8.1
The Adobe Font Development Kit for OpenType (AFDKO) is a set of tools for
building OpenType font files from PostScript and TrueType font data.
WWW: https://github.com/adobe-type-tools/afdko |