Date: Fri, 25 Jan 2019 07:30:32 +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: r491130 - in head/x11-fonts: . linden-hill Message-ID: <201901250730.x0P7UW7a090100@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Jan 25 07:30:31 2019 New Revision: 491130 URL: https://svnweb.freebsd.org/changeset/ports/491130 Log: New port: x11-fonts/linden-hill Linden Hill is a digital version of Frederic Goudy's Deepdene. The package includes roman and italic. WWW: https://www.theleagueofmoveabletype.com/linden-hill PR: 231305 Submitted by: Florian Limberger <flo@snakeoilproductions.net> Added: head/x11-fonts/linden-hill/ head/x11-fonts/linden-hill/Makefile (contents, props changed) head/x11-fonts/linden-hill/distinfo (contents, props changed) head/x11-fonts/linden-hill/pkg-descr (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Fri Jan 25 07:25:10 2019 (r491129) +++ head/x11-fonts/Makefile Fri Jan 25 07:30:31 2019 (r491130) @@ -130,6 +130,7 @@ SUBDIR += libXft SUBDIR += liberation-fonts-ttf SUBDIR += libfontenc + SUBDIR += linden-hill SUBDIR += linux-c6-fontconfig SUBDIR += linux-c7-fontconfig SUBDIR += linuxlibertine Added: head/x11-fonts/linden-hill/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/linden-hill/Makefile Fri Jan 25 07:30:31 2019 (r491130) @@ -0,0 +1,30 @@ +# Created by: Florian Limberger <flo@snakeoilproductions.net> +# $FreeBSD$ + +PORTNAME= linden-hill +DISTVERSION= g20110526 +CATEGORIES= x11-fonts + +MAINTAINER= flo@snakeoilproductions.net +COMMENT= Digital version of Frederic Goudy’s Deepdene + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/Open\ Font\ License.markdown + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= theleagueof +GH_TAGNAME= a3f7ae6 + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= "${FONTSDIR}/Linden Hill Italic.otf" \ + "${FONTSDIR}/Linden Hill.otf" + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} "Linden Hill Italic.otf" \ + "Linden Hill.otf" ${STAGEDIR}${FONTSDIR} + +.include <bsd.port.mk> Added: head/x11-fonts/linden-hill/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/linden-hill/distinfo Fri Jan 25 07:30:31 2019 (r491130) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535659680 +SHA256 (theleagueof-linden-hill-g20110526-a3f7ae6_GH0.tar.gz) = c650611b0b9a7e9ed0026fc045d9830c44beb5522973343a988cb90c2c61b30c +SIZE (theleagueof-linden-hill-g20110526-a3f7ae6_GH0.tar.gz) = 813411 Added: head/x11-fonts/linden-hill/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/linden-hill/pkg-descr Fri Jan 25 07:30:31 2019 (r491130) @@ -0,0 +1,4 @@ +Linden Hill is a digital version of Frederic Goudy's Deepdene. The +package includes roman and italic. + +WWW: https://www.theleagueofmoveabletype.com/linden-hill
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901250730.x0P7UW7a090100>