From owner-svn-ports-head@freebsd.org Sat Aug 6 12:43:52 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 16A7FBAF3F0; Sat, 6 Aug 2016 12:43:52 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id E88FA1B0A; Sat, 6 Aug 2016 12:43:51 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u76ChpHJ096205; Sat, 6 Aug 2016 12:43:51 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u76ChoPo096200; Sat, 6 Aug 2016 12:43:50 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201608061243.u76ChoPo096200@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 6 Aug 2016 12:43:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419743 - in head/x11-fonts: . hack-font X-SVN-Group: ports-head 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.22 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: Sat, 06 Aug 2016 12:43:52 -0000 Author: rakuco Date: Sat Aug 6 12:43:50 2016 New Revision: 419743 URL: https://svnweb.freebsd.org/changeset/ports/419743 Log: New port: x11-fonts/hack-font. Hack is monospaced font designed to be a workhorse typeface for code. It has deep roots in the libre, open source typeface community and expands upon the contributions of the Bitstream Vera & DejaVu projects. The project is in active development. We welcome your input and contributions. WWW: https://sourcefoundry.org/hack/ Added: head/x11-fonts/hack-font/ head/x11-fonts/hack-font/Makefile (contents, props changed) head/x11-fonts/hack-font/distinfo (contents, props changed) head/x11-fonts/hack-font/pkg-descr (contents, props changed) head/x11-fonts/hack-font/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Sat Aug 6 12:20:09 2016 (r419742) +++ head/x11-fonts/Makefile Sat Aug 6 12:43:50 2016 (r419743) @@ -101,6 +101,7 @@ SUBDIR += gnu-unifont SUBDIR += gnu-unifont-ttf SUBDIR += gohufont + SUBDIR += hack-font SUBDIR += hanazono-fonts-ttf SUBDIR += hasklig SUBDIR += inconsolata-lgc-ttf Added: head/x11-fonts/hack-font/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hack-font/Makefile Sat Aug 6 12:43:50 2016 (r419743) @@ -0,0 +1,32 @@ +# $FreeBSD$ + +PORTNAME= hack-font +PORTVERSION= 2.020 +DISTVERSIONPREFIX= v +CATEGORIES= x11-fonts + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Typeface designed for source code + +LICENSE= BITSTREAM HACK2 +LICENSE_COMB= multi +LICENSE_NAME_BITSTREAM= Bitstream Vera License +LICENSE_NAME_HACK2= Hack Open Font License v2.0 +LICENSE_FILE_BITSTREAM= ${WRKSRC}/LICENSE.md +LICENSE_FILE_HACK2= ${WRKSRC}/LICENSE.md +LICENSE_PERMS_BITSTREAM=auto-accept dist-mirror dist-sell pkg-mirror pkg-sell +LICENSE_PERMS_HACK2= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell + +USE_GITHUB= yes +GH_ACCOUNT= chrissimpkins +GH_PROJECT= Hack + +USES= fonts +NO_ARCH= yes +NO_BUILD= yes + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/build/otf/*.otf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/hack-font/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hack-font/distinfo Sat Aug 6 12:43:50 2016 (r419743) @@ -0,0 +1,3 @@ +TIMESTAMP = 1470487103 +SHA256 (chrissimpkins-Hack-v2.020_GH0.tar.gz) = 60c75b9a1e68fd8e450d56eadb66b963d2a0f1907fc2f0e9c9bfe6c00793ebfd +SIZE (chrissimpkins-Hack-v2.020_GH0.tar.gz) = 25668572 Added: head/x11-fonts/hack-font/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hack-font/pkg-descr Sat Aug 6 12:43:50 2016 (r419743) @@ -0,0 +1,6 @@ +Hack is monospaced font designed to be a workhorse typeface for code. It has +deep roots in the libre, open source typeface community and expands upon the +contributions of the Bitstream Vera & DejaVu projects. The project is in active +development. We welcome your input and contributions. + +WWW: https://sourcefoundry.org/hack/ Added: head/x11-fonts/hack-font/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hack-font/pkg-plist Sat Aug 6 12:43:50 2016 (r419743) @@ -0,0 +1,4 @@ +%%FONTSDIR%%/Hack-Bold.otf +%%FONTSDIR%%/Hack-BoldItalic.otf +%%FONTSDIR%%/Hack-Italic.otf +%%FONTSDIR%%/Hack-Regular.otf