mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add py-font-v 0.7.1
font-v is an open source font version string library (libfv) and executable (font-v) for reading, reporting, modifying, and writing OpenType name table ID 5 records and head table fontRevision records in *.otf and *.ttf fonts. The application provides support for the OpenFV semantic font versioning specification. WWW: https://github.com/source-foundry/font-v
This commit is contained in:
parent
7235a1a1f0
commit
726518cc94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523866
@ -176,6 +176,7 @@
|
||||
SUBDIR += pslib
|
||||
SUBDIR += pstotext
|
||||
SUBDIR += psutils
|
||||
SUBDIR += py-font-v
|
||||
SUBDIR += py-fontaine
|
||||
SUBDIR += py-fonttools
|
||||
SUBDIR += py-fonttools3
|
||||
|
31
print/py-font-v/Makefile
Normal file
31
print/py-font-v/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= font-v
|
||||
PORTVERSION= 0.7.1
|
||||
CATEGORIES= print python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Font version reporting and modification tool
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/docs/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}GitPython>=0:devel/py-gitpython@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 3600
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools3>=0:print/py-fonttools3@${PY_FLAVOR}
|
||||
.else
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fonttools>=0:print/py-fonttools@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
print/py-font-v/distinfo
Normal file
3
print/py-font-v/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1579684122
|
||||
SHA256 (font-v-0.7.1.tar.gz) = 1423146fb959f7625643019ea0f289b04121140f0afe38232e155e781cd80bb2
|
||||
SIZE (font-v-0.7.1.tar.gz) = 23637
|
7
print/py-font-v/pkg-descr
Normal file
7
print/py-font-v/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
font-v is an open source font version string library (libfv) and executable
|
||||
(font-v) for reading, reporting, modifying, and writing OpenType name table ID 5
|
||||
records and head table fontRevision records in *.otf and *.ttf fonts. The
|
||||
application provides support for the OpenFV semantic font versioning
|
||||
specification.
|
||||
|
||||
WWW: https://github.com/source-foundry/font-v
|
Loading…
Reference in New Issue
Block a user