svn commit: r387258 - in head/japanese/k10: . files
Thomas Zander
riggs at FreeBSD.org
Sun May 24 08:17:59 UTC 2015
Author: riggs
Date: Sun May 24 08:17:57 2015
New Revision: 387258
URL: https://svnweb.freebsd.org/changeset/ports/387258
Log:
- Fix runtime behaviour: fonts.alias was not updated properly
- Add pkg-message.in; fontpath setting instructions
- Bump PORTREVISION
- New maintainer: WATANABE Kazuhiro (CQG00620 at nifty.ne.jp)
PR: 199537
Submitted by: CQG00620 at nifty.ne.jp (maintainer)
MFH: 2015Q2
Added:
head/japanese/k10/files/fonts.alias (contents, props changed)
head/japanese/k10/files/pkg-message.in (contents, props changed)
Deleted:
head/japanese/k10/pkg-deinstall
head/japanese/k10/pkg-install
Modified:
head/japanese/k10/Makefile
head/japanese/k10/pkg-plist
Modified: head/japanese/k10/Makefile
==============================================================================
--- head/japanese/k10/Makefile Sun May 24 08:15:34 2015 (r387257)
+++ head/japanese/k10/Makefile Sun May 24 08:17:57 2015 (r387258)
@@ -3,12 +3,12 @@
PORTNAME= naga10
PORTVERSION= 1.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://hp.vector.co.jp/authors/VA013391/fonts/
DISTNAME= knj10-${PORTVERSION}
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= CQG00620 at nifty.ne.jp
COMMENT= X11 10-dot Kanji font 'naga10 font'
BUILD_DEPENDS= mkbold:${PORTSDIR}/x11-fonts/mkbold-mkitalic \
@@ -17,6 +17,7 @@ BUILD_DEPENDS= mkbold:${PORTSDIR}/x11-fo
USES= fonts
MAKE_ENV= FONTSDIR=${FONTSDIR:S,${PREFIX},,}
+SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
@@ -26,5 +27,6 @@ post-extract:
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${FILESDIR}/fonts.alias ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>
Added: head/japanese/k10/files/fonts.alias
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/japanese/k10/files/fonts.alias Sun May 24 08:17:57 2015 (r387258)
@@ -0,0 +1,12 @@
+k10 -misc-fixed-medium-r-normal--10-90-75-75-c-100-jisx0208.1983-0
+k10i -misc-fixed-medium-i-normal--10-90-75-75-c-100-jisx0208.1983-0
+k10b -misc-fixed-bold-r-normal--10-90-75-75-c-100-jisx0208.1983-0
+k10bi -misc-fixed-bold-i-normal--10-90-75-75-c-100-jisx0208.1983-0
+a10 -misc-fixed-medium-r-normal--10-90-75-75-c-50-iso8859-1
+a10i -misc-fixed-medium-i-normal--10-90-75-75-c-50-iso8859-1
+a10b -misc-fixed-bold-r-normal--10-90-75-75-c-50-iso8859-1
+a10bi -misc-fixed-bold-i-normal--10-90-75-75-c-50-iso8859-1
+r10 -misc-fixed-medium-r-normal--10-90-75-75-c-50-jisx0201.1976-0
+r10b -misc-fixed-bold-r-normal--10-90-75-75-c-50-jisx0201.1976-0
+r10i -misc-fixed-medium-i-normal--10-90-75-75-c-50-jisx0201.1976-0
+r10bi -misc-fixed-bold-i-normal--10-90-75-75-c-50-jisx0201.1976-0
Added: head/japanese/k10/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/japanese/k10/files/pkg-message.in Sun May 24 08:17:57 2015 (r387258)
@@ -0,0 +1,15 @@
+*******************************************************************
+You can start using the font(s) by following these instructions:
+
+Eiter type the following in an X terminal:
+
+ xset fp+ %%FONTSDIR%%
+ xset fp rehash
+
+Or, more permanently, add the following line to the "Files" section
+of your X.Org configuration file (typically /etc/X11/xorg.conf):
+
+ FontPath "%%FONTSDIR%%/"
+
+then restart X.
+*******************************************************************
Modified: head/japanese/k10/pkg-plist
==============================================================================
--- head/japanese/k10/pkg-plist Sun May 24 08:15:34 2015 (r387257)
+++ head/japanese/k10/pkg-plist Sun May 24 08:17:57 2015 (r387258)
@@ -1,3 +1,4 @@
+%%FONTSDIR%%/fonts.alias
%%FONTSDIR%%/5x10B.pcf.gz
%%FONTSDIR%%/5x10a.pcf.gz
%%FONTSDIR%%/5x10rk.pcf.gz
More information about the svn-ports-all
mailing list