aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2017-11-12 17:35:29 +0800
committeryuri <yuri@FreeBSD.org>2017-11-12 17:35:29 +0800
commit541970241476762b3bc5d54241418a720e35213b (patch)
treef43b35e3dd86e89adc0c034abedbe546264b04fe /x11-fonts
parentd7fba46b5150df7390d5580c12b3c970ebd03248 (diff)
downloadfreebsd-ports-gnome-541970241476762b3bc5d54241418a720e35213b.tar.gz
freebsd-ports-gnome-541970241476762b3bc5d54241418a720e35213b.tar.zst
freebsd-ports-gnome-541970241476762b3bc5d54241418a720e35213b.zip
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
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/Makefile1
-rw-r--r--x11-fonts/font-awesome/Makefile26
-rw-r--r--x11-fonts/font-awesome/distinfo3
-rw-r--r--x11-fonts/font-awesome/files/pkg-message.in8
-rw-r--r--x11-fonts/font-awesome/pkg-descr4
5 files changed, 42 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile
index 94872ae151ec..a887f0eefe67 100644
--- a/x11-fonts/Makefile
+++ b/x11-fonts/Makefile
@@ -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
diff --git a/x11-fonts/font-awesome/Makefile b/x11-fonts/font-awesome/Makefile
new file mode 100644
index 000000000000..71a9d1cbc02a
--- /dev/null
+++ b/x11-fonts/font-awesome/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= font-awesome
+DISTVERSION= 4.7.0
+CATEGORIES= x11-fonts
+MASTER_SITES= http://fontawesome.io/assets/
+
+MAINTAINER= dg@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>
diff --git a/x11-fonts/font-awesome/distinfo b/x11-fonts/font-awesome/distinfo
new file mode 100644
index 000000000000..0932a76c8f9d
--- /dev/null
+++ b/x11-fonts/font-awesome/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1510436142
+SHA256 (font-awesome-4.7.0.zip) = a7b6edb9e874e6d36a90160553afeb412f85df4d91c723ef2a29a2b5bf8e5802
+SIZE (font-awesome-4.7.0.zip) = 669808
diff --git a/x11-fonts/font-awesome/files/pkg-message.in b/x11-fonts/font-awesome/files/pkg-message.in
new file mode 100644
index 000000000000..82f1671ede7a
--- /dev/null
+++ b/x11-fonts/font-awesome/files/pkg-message.in
@@ -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%%/"
diff --git a/x11-fonts/font-awesome/pkg-descr b/x11-fonts/font-awesome/pkg-descr
new file mode 100644
index 000000000000..7607eccf3966
--- /dev/null
+++ b/x11-fonts/font-awesome/pkg-descr
@@ -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/