Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2020 04:20:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r523866 - in head/print: . py-font-v
Message-ID:  <202001230420.00N4KlCr033235@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jan 23 04:20:47 2020
New Revision: 523866
URL: https://svnweb.freebsd.org/changeset/ports/523866

Log:
  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

Added:
  head/print/py-font-v/
  head/print/py-font-v/Makefile   (contents, props changed)
  head/print/py-font-v/distinfo   (contents, props changed)
  head/print/py-font-v/pkg-descr   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Thu Jan 23 04:20:11 2020	(r523865)
+++ head/print/Makefile	Thu Jan 23 04:20:47 2020	(r523866)
@@ -176,6 +176,7 @@
     SUBDIR += pslib
     SUBDIR += pstotext
     SUBDIR += psutils
+    SUBDIR += py-font-v
     SUBDIR += py-fontaine
     SUBDIR += py-fonttools
     SUBDIR += py-fonttools3

Added: head/print/py-font-v/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-font-v/Makefile	Thu Jan 23 04:20:47 2020	(r523866)
@@ -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>

Added: head/print/py-font-v/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-font-v/distinfo	Thu Jan 23 04:20:47 2020	(r523866)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579684122
+SHA256 (font-v-0.7.1.tar.gz) = 1423146fb959f7625643019ea0f289b04121140f0afe38232e155e781cd80bb2
+SIZE (font-v-0.7.1.tar.gz) = 23637

Added: head/print/py-font-v/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/py-font-v/pkg-descr	Thu Jan 23 04:20:47 2020	(r523866)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001230420.00N4KlCr033235>