diff options
author | tobik <tobik@FreeBSD.org> | 2017-12-26 12:40:27 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2017-12-26 12:40:27 +0800 |
commit | 56821fcfe192b12b4b3caf926d4e85fbdaba59db (patch) | |
tree | 0433ef2aeda8705df4b78c0609126bc4a532662c /x11-fonts | |
parent | 48fb40584884b2cc33513fc1940cd0c31a78be93 (diff) | |
download | freebsd-ports-gnome-56821fcfe192b12b4b3caf926d4e85fbdaba59db.tar.gz freebsd-ports-gnome-56821fcfe192b12b4b3caf926d4e85fbdaba59db.tar.zst freebsd-ports-gnome-56821fcfe192b12b4b3caf926d4e85fbdaba59db.zip |
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>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/meslo/Makefile | 25 | ||||
-rw-r--r-- | x11-fonts/meslo/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/meslo/pkg-descr | 4 | ||||
-rw-r--r-- | x11-fonts/meslo/pkg-plist | 12 |
5 files changed, 45 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index c3c273ede7b2..e1c6d03c7031 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -134,6 +134,7 @@ SUBDIR += linuxlibertine-g SUBDIR += lohit SUBDIR += manu-gothica + SUBDIR += meslo SUBDIR += mgopen SUBDIR += mkbold SUBDIR += mkbold-mkitalic diff --git a/x11-fonts/meslo/Makefile b/x11-fonts/meslo/Makefile new file mode 100644 index 000000000000..eda3b9af9aeb --- /dev/null +++ b/x11-fonts/meslo/Makefile @@ -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> diff --git a/x11-fonts/meslo/distinfo b/x11-fonts/meslo/distinfo new file mode 100644 index 000000000000..12284a8ca975 --- /dev/null +++ b/x11-fonts/meslo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1498120096 +SHA256 (Meslo%20LG%20v1.2.1.zip) = d0bcb7668dda8fa1a0f8162d626adb434c32854e243b5bd52a717cf569af08d0 +SIZE (Meslo%20LG%20v1.2.1.zip) = 2875367 diff --git a/x11-fonts/meslo/pkg-descr b/x11-fonts/meslo/pkg-descr new file mode 100644 index 000000000000..0c14c85be0af --- /dev/null +++ b/x11-fonts/meslo/pkg-descr @@ -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 diff --git a/x11-fonts/meslo/pkg-plist b/x11-fonts/meslo/pkg-plist new file mode 100644 index 000000000000..7d3831fa2ed2 --- /dev/null +++ b/x11-fonts/meslo/pkg-plist @@ -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 |