Date: Tue, 16 Apr 2019 10:32:50 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499089 - in head/x11-fonts: . oxygen-fonts Message-ID: <201904161032.x3GAWosl015146@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Tue Apr 16 10:32:50 2019 New Revision: 499089 URL: https://svnweb.freebsd.org/changeset/ports/499089 Log: New port x11-fonts/oxygen-fonts These are fonts designed by the KDE community for use with KDE Plasma (although Noto Sans is now the default). Committed from the review with minor wording changes. Submitted by: vishwin@vishwin.info Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D19692 Added: head/x11-fonts/oxygen-fonts/ head/x11-fonts/oxygen-fonts/Makefile (contents, props changed) head/x11-fonts/oxygen-fonts/distinfo (contents, props changed) head/x11-fonts/oxygen-fonts/pkg-descr (contents, props changed) head/x11-fonts/oxygen-fonts/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Tue Apr 16 10:12:40 2019 (r499088) +++ head/x11-fonts/Makefile Tue Apr 16 10:32:50 2019 (r499089) @@ -170,6 +170,7 @@ SUBDIR += orbitron SUBDIR += ohsnap SUBDIR += oldschool-pc-fonts + SUBDIR += oxygen-fonts SUBDIR += p5-Font-AFM SUBDIR += p5-Font-TTF SUBDIR += p5-Font-TTFMetrics Added: head/x11-fonts/oxygen-fonts/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/oxygen-fonts/Makefile Tue Apr 16 10:32:50 2019 (r499089) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PKGNAMEPREFIX= +PORTNAME= oxygen-fonts +DISTVERSION= 5.4.3 +CATEGORIES= x11-fonts kde-plasma + +MAINTAINER= vishwin@vishwin.info +COMMENT= Plasma5 Oxygen font family + +LICENSE= OFL11 GPLv3RLE+ +LICENSE_COMB= dual +LICENSE_FILE_OFL11= ${WRKSRC}/COPYING-OFL +LICENSE_FILE_GPLv3RLE+ = ${WRKSRC}/COPYING-GPL+FE.txt + +BUILD_DEPENDS= fontforge:print/fontforge + +USES= cmake cpe fonts:none kde:5 qt:5 tar:xz + +USE_KDE= ecm_build +KDE_PLASMA_VERSION= ${DISTVERSION} +KDE_PLASMA_BRANCH= Attic + +USE_QT= buildtools_build qmake_build + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/x11-fonts/oxygen-fonts/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/oxygen-fonts/distinfo Tue Apr 16 10:32:50 2019 (r499089) @@ -0,0 +1,3 @@ +TIMESTAMP = 1553129061 +SHA256 (KDE/plasma/5.4.3/oxygen-fonts-5.4.3.tar.xz) = a02f6580e9a53cb16694a99adbb6dbf76f17584f3e97f469a22286299507838c +SIZE (KDE/plasma/5.4.3/oxygen-fonts-5.4.3.tar.xz) = 161700 Added: head/x11-fonts/oxygen-fonts/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/oxygen-fonts/pkg-descr Tue Apr 16 10:32:50 2019 (r499089) @@ -0,0 +1,9 @@ +Oxygen Font is a project to design a desktop/gui font for integrated +use with the KDE Plasma desktop. + +The basic concept for Oxygen Font is to design a clear, legible, +sans serif font which would be rendered with Freetype on Linux-based +devices. In addition a bold weight, plus regular and bold italics, +and a monospace version will be made. + +WWW: https://cgit.kde.org/oxygen-fonts.git Added: head/x11-fonts/oxygen-fonts/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/oxygen-fonts/pkg-plist Tue Apr 16 10:32:50 2019 (r499089) @@ -0,0 +1,5 @@ +lib/cmake/OxygenFont/OxygenFontConfig.cmake +lib/cmake/OxygenFont/OxygenFontConfigVersion.cmake +share/fonts/truetype/oxygen/Oxygen-Sans-Bold.ttf +share/fonts/truetype/oxygen/Oxygen-Sans.ttf +share/fonts/truetype/oxygen/OxygenMono-Regular.ttf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904161032.x3GAWosl015146>