From owner-svn-ports-head@FreeBSD.ORG Fri Jun 27 17:09:45 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA6645E8; Fri, 27 Jun 2014 17:09:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C7463259A; Fri, 27 Jun 2014 17:09:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5RH9iWo092442; Fri, 27 Jun 2014 17:09:44 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5RH9hJm092436; Fri, 27 Jun 2014 17:09:43 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201406271709.s5RH9hJm092436@svn.freebsd.org> From: Raphael Kubo da Costa Date: Fri, 27 Jun 2014 17:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359584 - in head/x11-fonts: . hasklig 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.18 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: Fri, 27 Jun 2014 17:09:45 -0000 Author: rakuco Date: Fri Jun 27 17:09:43 2014 New Revision: 359584 URL: http://svnweb.freebsd.org/changeset/ports/359584 QAT: https://qat.redports.org/buildarchive/r359584/ Log: Add x11-fonts/hasklig. Hasklig is a Haskell code font with monospaced ligatures based on Source Code Pro font. It adds nice representations of such operators like (->), (>>=), (-<) and so on. WWW: http://github.com/i-tu/Hasklig PR: 191152 Submitted by: arrowdodger <6yearold@gmail.com> Added: head/x11-fonts/hasklig/ head/x11-fonts/hasklig/Makefile (contents, props changed) head/x11-fonts/hasklig/distinfo (contents, props changed) head/x11-fonts/hasklig/pkg-descr (contents, props changed) head/x11-fonts/hasklig/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Fri Jun 27 17:08:57 2014 (r359583) +++ head/x11-fonts/Makefile Fri Jun 27 17:09:43 2014 (r359584) @@ -100,6 +100,7 @@ SUBDIR += gnu-unifont-ttf SUBDIR += gohufont SUBDIR += hanazono-fonts-ttf + SUBDIR += hasklig SUBDIR += inconsolata-lgc-ttf SUBDIR += inconsolata-ttf SUBDIR += indic-ttf Added: head/x11-fonts/hasklig/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hasklig/Makefile Fri Jun 27 17:09:43 2014 (r359584) @@ -0,0 +1,25 @@ +# Created by: arrowdodger <6yearold@gmail.com> +# $FreeBSD$ + +PORTNAME= hasklig +PORTVERSION= 0.3 +CATEGORIES= x11-fonts +MASTER_SITES= https://github.com/i-tu/Hasklig/releases/download/${PORTVERSION}/ +DISTNAME= Hasklig-${PORTVERSION} + +MAINTAINER= 6yearold@gmail.com +COMMENT= A Haskell code font with monospaced ligatures + +RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig + +USES= zip +NO_BUILD= yes + +PLIST_SUB= FONTSDIR="${FONTSDIR:S|${PREFIX}/||}" +FONTSDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKDIR} && ${INSTALL_DATA} *.otf ${STAGEDIR}${FONTSDIR} + +.include Added: head/x11-fonts/hasklig/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hasklig/distinfo Fri Jun 27 17:09:43 2014 (r359584) @@ -0,0 +1,2 @@ +SHA256 (Hasklig-0.3.zip) = a0dc9f78db7870404d61f7fc4413816c0cc66307ff81548ce3f8cf724868a828 +SIZE (Hasklig-0.3.zip) = 374484 Added: head/x11-fonts/hasklig/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hasklig/pkg-descr Fri Jun 27 17:09:43 2014 (r359584) @@ -0,0 +1,5 @@ +Hasklig is a Haskell code font with monospaced ligatures based on Source Code +Pro font. It adds nice representations of such operators like (->), (>>=), +(-<) and so on. + +WWW: http://github.com/i-tu/Hasklig Added: head/x11-fonts/hasklig/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/hasklig/pkg-plist Fri Jun 27 17:09:43 2014 (r359584) @@ -0,0 +1,8 @@ +%%FONTSDIR%%/Hasklig-Black.otf +%%FONTSDIR%%/Hasklig-Bold.otf +%%FONTSDIR%%/Hasklig-ExtraLight.otf +%%FONTSDIR%%/Hasklig-Light.otf +%%FONTSDIR%%/Hasklig-Medium.otf +%%FONTSDIR%%/Hasklig-Regular.otf +%%FONTSDIR%%/Hasklig-Semibold.otf +@fc %%FONTSDIR%%