Date: Tue, 26 Dec 2017 04:40:27 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457268 - in head/x11-fonts: . meslo Message-ID: <201712260440.vBQ4eRcv076446@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712260440.vBQ4eRcv076446>