From owner-svn-ports-head@freebsd.org Sun Aug 2 14:53:05 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 863F437F2D4; Sun, 2 Aug 2020 14:53:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BKPC533PDz4Z0D; Sun, 2 Aug 2020 14:53:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CD7124E5F; Sun, 2 Aug 2020 14:53:05 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 072Er5V9040895; Sun, 2 Aug 2020 14:53:05 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 072Er4nQ040890; Sun, 2 Aug 2020 14:53:04 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <202008021453.072Er4nQ040890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 2 Aug 2020 14:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543968 - in head/x11-fonts: . libertinus X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head/x11-fonts: . libertinus X-SVN-Commit-Revision: 543968 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2020 14:53:05 -0000 Author: tcberner Date: Sun Aug 2 14:53:04 2020 New Revision: 543968 URL: https://svnweb.freebsd.org/changeset/ports/543968 Log: New port: x11-fonts/libertinus The Libertinus fonts project began as a fork of the Linux Libertine and Linux Biolinum fonts. The original impetus was to add an OpenType math companion to the Libertine font family. Over time it grew into to a full-fledged fork addressing many of the bugs in the Libertine fonts. WWW: https://github.com/alerque/libertinus Added: head/x11-fonts/libertinus/ head/x11-fonts/libertinus/Makefile (contents, props changed) head/x11-fonts/libertinus/distinfo (contents, props changed) head/x11-fonts/libertinus/pkg-descr (contents, props changed) head/x11-fonts/libertinus/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sun Aug 2 14:50:56 2020 (r543967) +++ head/x11-fonts/Makefile Sun Aug 2 14:53:04 2020 (r543968) @@ -141,6 +141,7 @@ SUBDIR += libXfont2 SUBDIR += libXft SUBDIR += liberation-fonts-ttf + SUBDIR += libertinus SUBDIR += libfontenc SUBDIR += linden-hill SUBDIR += linux-c7-fontconfig Added: head/x11-fonts/libertinus/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/libertinus/Makefile Sun Aug 2 14:53:04 2020 (r543968) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= libertinus +DISTVERSIONPREFIX= v +DISTVERSION= 6.12 +CATEGORIES= x11-fonts + +MAINTAINER= tcberner@FreeBSD.org +COMMENT= Libertinus Open Fonts + +LICENSE= OFL11 +LICENSE_FILE= ${WRKSRC}/OFL.txt + +USES= fonts +USE_GITHUB= yes +GH_ACCOUNT= alerque + +MO_ARCH= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.otf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/libertinus/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/libertinus/distinfo Sun Aug 2 14:53:04 2020 (r543968) @@ -0,0 +1,3 @@ +TIMESTAMP = 1596379249 +SHA256 (alerque-libertinus-v6.12_GH0.tar.gz) = 64249bc2ed80f41ffa78a5fdd396e53b4fb5601e469f0f93c842fc6a775ac9e7 +SIZE (alerque-libertinus-v6.12_GH0.tar.gz) = 11166433 Added: head/x11-fonts/libertinus/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/libertinus/pkg-descr Sun Aug 2 14:53:04 2020 (r543968) @@ -0,0 +1,6 @@ +The Libertinus fonts project began as a fork of the Linux Libertine and Linux +Biolinum fonts. The original impetus was to add an OpenType math companion to +the Libertine font family. Over time it grew into to a full-fledged fork +addressing many of the bugs in the Libertine fonts. + +WWW: https://github.com/alerque/libertinus Added: head/x11-fonts/libertinus/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/libertinus/pkg-plist Sun Aug 2 14:53:04 2020 (r543968) @@ -0,0 +1,14 @@ +%%FONTSDIR%%/LibertinusKeyboard-Regular.otf +%%FONTSDIR%%/LibertinusMath-Regular.otf +%%FONTSDIR%%/LibertinusMono-Regular.otf +%%FONTSDIR%%/LibertinusSans-Bold.otf +%%FONTSDIR%%/LibertinusSans-Italic.otf +%%FONTSDIR%%/LibertinusSans-Regular.otf +%%FONTSDIR%%/LibertinusSerif-Bold.otf +%%FONTSDIR%%/LibertinusSerif-BoldItalic.otf +%%FONTSDIR%%/LibertinusSerif-Italic.otf +%%FONTSDIR%%/LibertinusSerif-Regular.otf +%%FONTSDIR%%/LibertinusSerif-Semibold.otf +%%FONTSDIR%%/LibertinusSerif-SemiboldItalic.otf +%%FONTSDIR%%/LibertinusSerifDisplay-Regular.otf +%%FONTSDIR%%/LibertinusSerifInitials-Regular.otf