svn commit: r461453 - in head/x11-fonts: . py-QtAwesome

Yuri Victorovich yuri at FreeBSD.org
Sun Feb 11 00:09:44 UTC 2018


Author: yuri
Date: Sun Feb 11 00:09:42 2018
New Revision: 461453
URL: https://svnweb.freebsd.org/changeset/ports/461453

Log:
  New port: x11-fonts/py-QtAwesome: Iconic fonts in PyQt and PySide applications
  
  PR:		225522
  Submitted by:	lbartoletti at tuxfamily.org
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14311

Added:
  head/x11-fonts/py-QtAwesome/
  head/x11-fonts/py-QtAwesome/Makefile   (contents, props changed)
  head/x11-fonts/py-QtAwesome/distinfo   (contents, props changed)
  head/x11-fonts/py-QtAwesome/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sat Feb 10 23:49:18 2018	(r461452)
+++ head/x11-fonts/Makefile	Sun Feb 11 00:09:42 2018	(r461453)
@@ -164,6 +164,7 @@
     SUBDIR += profont
     SUBDIR += proggy_fonts
     SUBDIR += proggy_fonts-ttf
+    SUBDIR += py-QtAwesome
     SUBDIR += py-bdflib
     SUBDIR += roboto-fonts-ttf
     SUBDIR += sgifonts

Added: head/x11-fonts/py-QtAwesome/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-QtAwesome/Makefile	Sun Feb 11 00:09:42 2018	(r461453)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	QtAwesome
+DISTVERSION=	0.4.4
+CATEGORIES=	x11-fonts graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	lbartoletti at tuxfamily.org
+COMMENT=	Iconic fonts in PyQt and PySide applications
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-QtPy@${FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR}
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/x11-fonts/py-QtAwesome/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-QtAwesome/distinfo	Sun Feb 11 00:09:42 2018	(r461453)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1517200463
+SHA256 (QtAwesome-0.4.4.tar.gz) = 50f9c1d9ce34e57f5b13ef76d5c87e06de9804b8dfe1c34c4ba73197200f878a
+SIZE (QtAwesome-0.4.4.tar.gz) = 159621

Added: head/x11-fonts/py-QtAwesome/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/py-QtAwesome/pkg-descr	Sun Feb 11 00:09:42 2018	(r461453)
@@ -0,0 +1,6 @@
+QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt
+and PySide applications.
+
+It started as a Python port of the QtAwesome C++ library by Rick Blommers.
+
+WWW: https://github.com/spyder-ide/qtawesome


More information about the svn-ports-head mailing list