svn commit: r387493 - in branches/2015Q2/japanese/k10: . files
Thomas Zander
riggs at FreeBSD.org
Tue May 26 17:15:44 UTC 2015
Author: riggs
Date: Tue May 26 17:15:43 2015
New Revision: 387493
URL: https://svnweb.freebsd.org/changeset/ports/387493
Log:
MFH: r387258
- 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)
Approved by: ports-secteam (delphij)
Added:
branches/2015Q2/japanese/k10/files/fonts.alias
- copied unchanged from r387258, head/japanese/k10/files/fonts.alias
branches/2015Q2/japanese/k10/files/pkg-message.in
- copied unchanged from r387258, head/japanese/k10/files/pkg-message.in
Deleted:
branches/2015Q2/japanese/k10/pkg-deinstall
branches/2015Q2/japanese/k10/pkg-install
Modified:
branches/2015Q2/japanese/k10/Makefile
branches/2015Q2/japanese/k10/pkg-plist
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/japanese/k10/Makefile
==============================================================================
--- branches/2015Q2/japanese/k10/Makefile Tue May 26 16:55:40 2015 (r387492)
+++ branches/2015Q2/japanese/k10/Makefile Tue May 26 17:15:43 2015 (r387493)
@@ -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>
Copied: branches/2015Q2/japanese/k10/files/fonts.alias (from r387258, head/japanese/k10/files/fonts.alias)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2015Q2/japanese/k10/files/fonts.alias Tue May 26 17:15:43 2015 (r387493, copy of r387258, head/japanese/k10/files/fonts.alias)
@@ -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
Copied: branches/2015Q2/japanese/k10/files/pkg-message.in (from r387258, head/japanese/k10/files/pkg-message.in)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ branches/2015Q2/japanese/k10/files/pkg-message.in Tue May 26 17:15:43 2015 (r387493, copy of r387258, head/japanese/k10/files/pkg-message.in)
@@ -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: branches/2015Q2/japanese/k10/pkg-plist
==============================================================================
--- branches/2015Q2/japanese/k10/pkg-plist Tue May 26 16:55:40 2015 (r387492)
+++ branches/2015Q2/japanese/k10/pkg-plist Tue May 26 17:15:43 2015 (r387493)
@@ -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