svn commit: r454027 - in head/x11-fonts: . font-awesome font-awesome/files

Yuri Victorovich yuri at FreeBSD.org
Sun Nov 12 09:35:31 UTC 2017


Author: yuri
Date: Sun Nov 12 09:35:29 2017
New Revision: 454027
URL: https://svnweb.freebsd.org/changeset/ports/454027

Log:
  New port: x11-fonts/font-awesome: Suite of 675 pictographic icons from Font Awesome
  
  PR:		223616
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13054

Added:
  head/x11-fonts/font-awesome/
  head/x11-fonts/font-awesome/Makefile   (contents, props changed)
  head/x11-fonts/font-awesome/distinfo   (contents, props changed)
  head/x11-fonts/font-awesome/files/
  head/x11-fonts/font-awesome/files/pkg-message.in   (contents, props changed)
  head/x11-fonts/font-awesome/pkg-descr   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Sun Nov 12 09:11:44 2017	(r454026)
+++ head/x11-fonts/Makefile	Sun Nov 12 09:35:29 2017	(r454027)
@@ -54,6 +54,7 @@
     SUBDIR += font-adobe-utopia-type1
     SUBDIR += font-alias
     SUBDIR += font-arabic-misc
+    SUBDIR += font-awesome
     SUBDIR += font-bh-100dpi
     SUBDIR += font-bh-75dpi
     SUBDIR += font-bh-lucidatypewriter-100dpi

Added: head/x11-fonts/font-awesome/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/font-awesome/Makefile	Sun Nov 12 09:35:29 2017	(r454027)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME=	font-awesome
+DISTVERSION=	4.7.0
+CATEGORIES=	x11-fonts
+MASTER_SITES=	http://fontawesome.io/assets/
+
+MAINTAINER=	dg at syrec.org
+COMMENT=	Suite of 675 pictographic icons from Font Awesome
+
+LICENSE=	OFL11
+
+USES=		fonts zip
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+SUB_FILES=	pkg-message
+
+PLIST_FILES=	${FONTSDIR}/fontawesome-webfont.ttf \
+		${FONTSDIR}/FontAwesome.otf
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/fonts/*.[t,o]tf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/font-awesome/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/font-awesome/distinfo	Sun Nov 12 09:35:29 2017	(r454027)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1510436142
+SHA256 (font-awesome-4.7.0.zip) = a7b6edb9e874e6d36a90160553afeb412f85df4d91c723ef2a29a2b5bf8e5802
+SIZE (font-awesome-4.7.0.zip) = 669808

Added: head/x11-fonts/font-awesome/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/font-awesome/files/pkg-message.in	Sun Nov 12 09:35:29 2017	(r454027)
@@ -0,0 +1,8 @@
+Make sure that the freetype module is loaded.  If it is not, add the following
+line to the "Modules" section of your X Windows configuration file:
+
+        Load "freetype"
+
+Add the following line to the "Files" section of X Windows configuration file:
+
+        FontPath "%%FONTSDIR%%/"

Added: head/x11-fonts/font-awesome/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/font-awesome/pkg-descr	Sun Nov 12 09:35:29 2017	(r454027)
@@ -0,0 +1,4 @@
+Font Awesome is a full suite of 675 pictographic icons for easy scalable
+vector graphics on websites, created and maintained by Dave Gandy.
+
+WWW: http://fontawesome.io/


More information about the svn-ports-all mailing list