diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-25 15:21:20 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-25 15:21:20 +0800 |
commit | 5a09739ca0edb841752e82d7ed4b637d24e1a358 (patch) | |
tree | 72c08e44401753b9d7f9b1a01b6c7f359c45fb5c /x11-fonts | |
parent | 609584941ced852da19e8529d968d6d2142a2c5b (diff) | |
download | freebsd-ports-gnome-5a09739ca0edb841752e82d7ed4b637d24e1a358.tar.gz freebsd-ports-gnome-5a09739ca0edb841752e82d7ed4b637d24e1a358.tar.zst freebsd-ports-gnome-5a09739ca0edb841752e82d7ed4b637d24e1a358.zip |
New port: x11-fonts/prociono
"Prociono" (pro-tsee-O-no) is an Esperanto word meaning either the
star Procyon or the animal species known as the raccoon. It is a
roman serif with blackletter elements.
WWW: https://www.theleagueofmoveabletype.com/prociono
PR: 231306
Submitted by: Florian Limberger <flo@snakeoilproductions.net>
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/prociono/Makefile | 28 | ||||
-rw-r--r-- | x11-fonts/prociono/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/prociono/pkg-descr | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index f06845cd7bc4..f40d534ff3c8 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -164,6 +164,7 @@ SUBDIR += pingwi SUBDIR += plex-ttf SUBDIR += powerline-fonts + SUBDIR += prociono SUBDIR += profont SUBDIR += proggy_fonts SUBDIR += proggy_fonts-ttf diff --git a/x11-fonts/prociono/Makefile b/x11-fonts/prociono/Makefile new file mode 100644 index 000000000000..e401abdd3f13 --- /dev/null +++ b/x11-fonts/prociono/Makefile @@ -0,0 +1,28 @@ +# Created by: Florian Limberger <flo@snakeoilproductions.net> +# $FreeBSD$ + +PORTNAME= prociono +DISTVERSION= g20110526 +CATEGORIES= x11-fonts + +MAINTAINER= flo@snakeoilproductions.net +COMMENT= Roman serif with blackletter elements + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= theleagueof +GH_TAGNAME= f9d9680 + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= ${FONTSDIR}/Prociono.otf + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/Prociono.otf ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> diff --git a/x11-fonts/prociono/distinfo b/x11-fonts/prociono/distinfo new file mode 100644 index 000000000000..6bb7a57ec243 --- /dev/null +++ b/x11-fonts/prociono/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1535660035 +SHA256 (theleagueof-prociono-g20110526-f9d9680_GH0.tar.gz) = b68daed716a5dfe30d92b83de113cc2a8f0f68f608abf3211466b02dcdf6c522 +SIZE (theleagueof-prociono-g20110526-f9d9680_GH0.tar.gz) = 1112418 diff --git a/x11-fonts/prociono/pkg-descr b/x11-fonts/prociono/pkg-descr new file mode 100644 index 000000000000..2587d543e71d --- /dev/null +++ b/x11-fonts/prociono/pkg-descr @@ -0,0 +1,5 @@ +"Prociono" (pro-tsee-O-no) is an Esperanto word meaning either the +star Procyon or the animal species known as the raccoon. It is a +roman serif with blackletter elements. + +WWW: https://www.theleagueofmoveabletype.com/prociono |