svn commit: r434396 - in head/x11-fonts/wqy: . files
Xin LI
delphij at FreeBSD.org
Sun Feb 19 06:57:08 UTC 2017
Author: delphij
Date: Sun Feb 19 06:57:06 2017
New Revision: 434396
URL: https://svnweb.freebsd.org/changeset/ports/434396
Log:
Enable autohint. [1]
While I'm there, also add LICENSE and NO_ARCH.
Submitted by: intron at intron ac [1]
Modified:
head/x11-fonts/wqy/Makefile
head/x11-fonts/wqy/files/85-wqy.conf
Modified: head/x11-fonts/wqy/Makefile
==============================================================================
--- head/x11-fonts/wqy/Makefile Sun Feb 19 06:45:10 2017 (r434395)
+++ head/x11-fonts/wqy/Makefile Sun Feb 19 06:57:06 2017 (r434396)
@@ -3,7 +3,7 @@
PORTNAME= wqy-fonts
PORTVERSION= 20100803
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= x11-fonts
MASTER_SITES= SF/wqy/wqy-bitmapfont/1.0.0-RC1:bitmapfont \
@@ -20,12 +20,15 @@ DISTFILES= wqy-bitmapsong-pcf-1.0.0-RC1.
MAINTAINER= ports at FreeBSD.org
COMMENT= GNU GPL-licensed font set covering CJK and other Unicode characters
+LICENSE= GPLv2
+
BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf
USE_XORG= x11
USES= fonts perl5
USE_PERL5= build
NO_WRKSUBDIR= yes
+NO_ARCH= yes
FONTNAME= wqy
CONFDDIR= etc/fonts/conf.d
Modified: head/x11-fonts/wqy/files/85-wqy.conf
==============================================================================
--- head/x11-fonts/wqy/files/85-wqy.conf Sun Feb 19 06:45:10 2017 (r434395)
+++ head/x11-fonts/wqy/files/85-wqy.conf Sun Feb 19 06:57:06 2017 (r434396)
@@ -71,7 +71,7 @@
</or>
<edit name="antialias"><bool>true</bool></edit>
<edit name="hinting"><bool>true</bool></edit>
- <edit name="autohint"><bool>false</bool></edit>
+ <edit name="autohint"><bool>true</bool></edit>
<edit name="embeddedbitmap"><bool>true</bool></edit>
<edit name="spacing"><const>proportional</const></edit>
<edit name="globaladvance"><bool>false</bool></edit>
More information about the svn-ports-head
mailing list