svn commit: r457268 - in head/x11-fonts: . meslo
Tobias Kortkamp
tobik at FreeBSD.org
Tue Dec 26 04:40:29 UTC 2017
Author: tobik
Date: Tue Dec 26 04:40:27 2017
New Revision: 457268
URL: https://svnweb.freebsd.org/changeset/ports/457268
Log:
New port: x11-fonts/meslo
Meslo LG is a customized version of Apple's Menlo-Regular font
(which is a customized Bitstream Vera Sans Mono).
WWW: https://github.com/andreberg/Meslo-Font
PR: 220202
Submitted by: Johannes Lundberg <johalun0 at gmail.com>
Added:
head/x11-fonts/meslo/
head/x11-fonts/meslo/Makefile (contents, props changed)
head/x11-fonts/meslo/distinfo (contents, props changed)
head/x11-fonts/meslo/pkg-descr (contents, props changed)
head/x11-fonts/meslo/pkg-plist (contents, props changed)
Modified:
head/x11-fonts/Makefile
Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile Tue Dec 26 00:59:07 2017 (r457267)
+++ head/x11-fonts/Makefile Tue Dec 26 04:40:27 2017 (r457268)
@@ -134,6 +134,7 @@
SUBDIR += linuxlibertine-g
SUBDIR += lohit
SUBDIR += manu-gothica
+ SUBDIR += meslo
SUBDIR += mgopen
SUBDIR += mkbold
SUBDIR += mkbold-mkitalic
Added: head/x11-fonts/meslo/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/meslo/Makefile Tue Dec 26 04:40:27 2017 (r457268)
@@ -0,0 +1,25 @@
+# Created by: Johannes Lundberg <johalun0 at gmail.com>
+# $FreeBSD$
+
+PORTNAME= meslo
+DISTVERSION= 1.2.1
+CATEGORIES= x11-fonts
+MASTER_SITES= https://github.com/andreberg/Meslo-Font/raw/master/dist/v${DISTVERSION}/
+DISTNAME= Meslo%20LG%20v${DISTVERSION}
+
+MAINTAINER= johalun0 at gmail.com
+COMMENT= Customized version of the Apple Menlo font
+
+LICENSE= APACHE20
+
+USES= fonts zip
+
+NO_ARCH= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/Meslo\ LG\ v${DISTVERSION}
+
+do-install:
+ @${MKDIR} ${STAGEDIR}${FONTSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>
Added: head/x11-fonts/meslo/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/meslo/distinfo Tue Dec 26 04:40:27 2017 (r457268)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1498120096
+SHA256 (Meslo%20LG%20v1.2.1.zip) = d0bcb7668dda8fa1a0f8162d626adb434c32854e243b5bd52a717cf569af08d0
+SIZE (Meslo%20LG%20v1.2.1.zip) = 2875367
Added: head/x11-fonts/meslo/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/meslo/pkg-descr Tue Dec 26 04:40:27 2017 (r457268)
@@ -0,0 +1,4 @@
+Meslo LG is a customized version of Apple's Menlo-Regular font
+(which is a customized Bitstream Vera Sans Mono).
+
+WWW: https://github.com/andreberg/Meslo-Font
Added: head/x11-fonts/meslo/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/x11-fonts/meslo/pkg-plist Tue Dec 26 04:40:27 2017 (r457268)
@@ -0,0 +1,12 @@
+%%FONTSDIR%%/MesloLGL-Bold.ttf
+%%FONTSDIR%%/MesloLGL-BoldItalic.ttf
+%%FONTSDIR%%/MesloLGL-Italic.ttf
+%%FONTSDIR%%/MesloLGL-Regular.ttf
+%%FONTSDIR%%/MesloLGM-Bold.ttf
+%%FONTSDIR%%/MesloLGM-BoldItalic.ttf
+%%FONTSDIR%%/MesloLGM-Italic.ttf
+%%FONTSDIR%%/MesloLGM-Regular.ttf
+%%FONTSDIR%%/MesloLGS-Bold.ttf
+%%FONTSDIR%%/MesloLGS-BoldItalic.ttf
+%%FONTSDIR%%/MesloLGS-Italic.ttf
+%%FONTSDIR%%/MesloLGS-Regular.ttf
More information about the svn-ports-all
mailing list