Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2019 09:15:13 +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: r511917 - in head/x11-fonts: . open-sans
Message-ID:  <201909130915.x8D9FDiI025686@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Sep 13 09:15:12 2019
New Revision: 511917
URL: https://svnweb.freebsd.org/changeset/ports/511917

Log:
  New port: x11-fonts/open-sans
  
  Open Sans is a clean and modern sans-serif typeface designed by
  Steve Matteson and commissioned by Google.  It is especially designed
  for legibility across print, web, and mobile interfaces.
  
  WWW: https://www.opensans.com
  
  PR:		231311
  Submitted by:	Florian Limberger <flo@snakeoilproductions.net>

Added:
  head/x11-fonts/open-sans/
  head/x11-fonts/open-sans/Makefile   (contents, props changed)
  head/x11-fonts/open-sans/distinfo   (contents, props changed)
  head/x11-fonts/open-sans/pkg-descr   (contents, props changed)
  head/x11-fonts/open-sans/pkg-plist   (contents, props changed)
Modified:
  head/x11-fonts/Makefile

Modified: head/x11-fonts/Makefile
==============================================================================
--- head/x11-fonts/Makefile	Fri Sep 13 08:31:03 2019	(r511916)
+++ head/x11-fonts/Makefile	Fri Sep 13 09:15:12 2019	(r511917)
@@ -169,6 +169,7 @@
     SUBDIR += nucleus
     SUBDIR += ohsnap
     SUBDIR += oldschool-pc-fonts
+    SUBDIR += open-sans
     SUBDIR += orbitron
     SUBDIR += oxygen-fonts
     SUBDIR += p5-Font-AFM

Added: head/x11-fonts/open-sans/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/open-sans/Makefile	Fri Sep 13 09:15:12 2019	(r511917)
@@ -0,0 +1,28 @@
+# Created by: Florian Limberger <flo@snakeoilproductions.net>
+# $FreeBSD$
+
+PORTNAME=	open-sans
+PORTVERSION=	20180831
+CATEGORIES=	x11-fonts
+MASTER_SITES=	https://www.opensans.com/download/
+DISTFILES=	${PORTNAME}.zip \
+		${PORTNAME}-condensed.zip
+DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
+
+MAINTAINER=	flo@snakeoilproductions.net
+COMMENT=	Clean and modern sans-serif typeface
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/Apache\ License.txt
+
+USES=		fonts zip
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+do-install:
+	@${MKDIR} ${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}
+
+.include <bsd.port.mk>

Added: head/x11-fonts/open-sans/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/open-sans/distinfo	Fri Sep 13 09:15:12 2019	(r511917)
@@ -0,0 +1,5 @@
+TIMESTAMP = 1535741654
+SHA256 (open-sans-20180831/open-sans.zip) = 36bf1f3d470840208e0e617a6bad793111c7f535cd4339e07618aaf4c179fd0c
+SIZE (open-sans-20180831/open-sans.zip) = 1168214
+SHA256 (open-sans-20180831/open-sans-condensed.zip) = ba2f7d5406004efbd425b6fdf68b5e432f6ec621c3333ef2dd1e5d2894918848
+SIZE (open-sans-20180831/open-sans-condensed.zip) = 358688

Added: head/x11-fonts/open-sans/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/open-sans/pkg-descr	Fri Sep 13 09:15:12 2019	(r511917)
@@ -0,0 +1,5 @@
+Open Sans is a clean and modern sans-serif typeface designed by
+Steve Matteson and commissioned by Google.  It is especially designed
+for legibility across print, web, and mobile interfaces.
+
+WWW: https://www.opensans.com

Added: head/x11-fonts/open-sans/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-fonts/open-sans/pkg-plist	Fri Sep 13 09:15:12 2019	(r511917)
@@ -0,0 +1,13 @@
+%%FONTSDIR%%/OpenSans-Bold.ttf
+%%FONTSDIR%%/OpenSans-BoldItalic.ttf
+%%FONTSDIR%%/OpenSans-CondBold.ttf
+%%FONTSDIR%%/OpenSans-CondLight.ttf
+%%FONTSDIR%%/OpenSans-CondLightItalic.ttf
+%%FONTSDIR%%/OpenSans-ExtraBold.ttf
+%%FONTSDIR%%/OpenSans-ExtraBoldItalic.ttf
+%%FONTSDIR%%/OpenSans-Italic.ttf
+%%FONTSDIR%%/OpenSans-Light.ttf
+%%FONTSDIR%%/OpenSans-LightItalic.ttf
+%%FONTSDIR%%/OpenSans-Regular.ttf
+%%FONTSDIR%%/OpenSans-Semibold.ttf
+%%FONTSDIR%%/OpenSans-SemiboldItalic.ttf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909130915.x8D9FDiI025686>