svn commit: r359584 - in head/x11-fonts: . hasklig
Raphael Kubo da Costa
rakuco at FreeBSD.org
Fri Jun 27 17:09:45 UTC 2014
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 at 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 at 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 at 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 <bsd.port.mk>
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
+ at fc %%FONTSDIR%%
More information about the svn-ports-all
mailing list