Index: head/japanese/font-ayu18/Makefile =================================================================== --- head/japanese/font-ayu18/Makefile (revision 467393) +++ head/japanese/font-ayu18/Makefile (revision 467394) @@ -1,39 +1,34 @@ # $FreeBSD$ PORTNAME= ayu18 PORTVERSION= 1.3.1.1 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= OSDN/x-tt/8535/:goth \ OSDN/x-tt/8494/:min PKGNAMEPREFIX= ja-font- DISTFILES= ayu18gothic-1.3a${EXTRACT_SUFX}:goth \ ayu18mincho-1.1${EXTRACT_SUFX}:min MAINTAINER= hrs@FreeBSD.org COMMENT= Ayu 18-dot Kanji font BUILD_DEPENDS= mkitalic:x11-fonts/mkbold-mkitalic \ bdftopcf:x11-fonts/bdftopcf USES= fonts -FONTNAME= misc NO_ARCH= yes NO_WRKSUBDIR= yes -SUB_FILES= Makefile +SUB_FILES= Makefile pkg-message MAKEFILE= ${WRKDIR}/Makefile PORTDOCS= README.txt OPTIONS_DEFINE= DOCS pre-build: apply-slist - -post-install: - @${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${STAGEDIR}${FONTSDIR} && \ - ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/japanese/font-ayu18/files/Makefile.in =================================================================== --- head/japanese/font-ayu18/files/Makefile.in (revision 467393) +++ head/japanese/font-ayu18/files/Makefile.in (revision 467394) @@ -1,35 +1,35 @@ # $FreeBSD$ GZIP_CMD?= gzip MKBOLD_CMD?= mkbold MKITALIC_CMD?= mkitalic DIST_ALL= 9x18gm.bdf 9x18grkm.bdf 9x18m.bdf 9x18rkm.bdf \ k18gm.bdf k18m.bdf DIST_NOBOLD= # empty MADE_BOLD= ${DIST_NOBOLD:S/.bdf/b.bdf/g} DIST_NOITALIC= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} MADE_ITALIC= ${DIST_NOITALIC:S/m/mi/g:S/b./bi./g:S/b-/bi-/g} BDF_ALL= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} ${MADE_ITALIC} PCF_ALL= ${BDF_ALL:S/.bdf/.pcf.gz/g} all: ${PCF_ALL} ${MADE_BOLD}: ${.TARGET:S/b.bdf/.bdf/} ${MKBOLD_CMD} $> > $@ ${MADE_ITALIC}: ${.TARGET:S/mi/m/:S/bi./b./:S/bi-/b-/} ${MKITALIC_CMD} $> > $@ ${PCF_ALL}: ${.TARGET:S/.pcf.gz/.bdf/} bdftopcf $> | ${GZIP_CMD} -c > $@ install: - mkdir -p ${DESTDIR}%%DATADIR%% - ${BSD_INSTALL_DATA} ${PCF_ALL} ${DESTDIR}%%DATADIR%% + mkdir -p ${DESTDIR}%%FONTSDIR%% + ${BSD_INSTALL_DATA} ${PCF_ALL} ${DESTDIR}%%FONTSDIR%% clean:: rm ${MADE_BOLD} ${MADE_ITALIC} ${PCF_ALL} Index: head/japanese/font-ayu18/files/pkg-message.in =================================================================== --- head/japanese/font-ayu18/files/pkg-message.in (nonexistent) +++ head/japanese/font-ayu18/files/pkg-message.in (revision 467394) @@ -0,0 +1,15 @@ +******************************************************************* +You can start using the font(s) by following these instructions: + +Either 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. +******************************************************************* Property changes on: head/japanese/font-ayu18/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/japanese/font-ayu18/pkg-plist =================================================================== --- head/japanese/font-ayu18/pkg-plist (revision 467393) +++ head/japanese/font-ayu18/pkg-plist (revision 467394) @@ -1,24 +1,12 @@ -%%DATADIR%%/9x18gm.pcf.gz -%%DATADIR%%/9x18gmi.pcf.gz -%%DATADIR%%/9x18grkm.pcf.gz -%%DATADIR%%/9x18grkmi.pcf.gz -%%DATADIR%%/9x18m.pcf.gz -%%DATADIR%%/9x18mi.pcf.gz -%%DATADIR%%/9x18rkm.pcf.gz -%%DATADIR%%/9x18rkmi.pcf.gz -%%DATADIR%%/k18gm.pcf.gz -%%DATADIR%%/k18gmi.pcf.gz -%%DATADIR%%/k18m.pcf.gz -%%DATADIR%%/k18mi.pcf.gz %%FONTSDIR%%/9x18gm.pcf.gz %%FONTSDIR%%/9x18gmi.pcf.gz %%FONTSDIR%%/9x18grkm.pcf.gz %%FONTSDIR%%/9x18grkmi.pcf.gz %%FONTSDIR%%/9x18m.pcf.gz %%FONTSDIR%%/9x18mi.pcf.gz %%FONTSDIR%%/9x18rkm.pcf.gz %%FONTSDIR%%/9x18rkmi.pcf.gz %%FONTSDIR%%/k18gm.pcf.gz %%FONTSDIR%%/k18gmi.pcf.gz %%FONTSDIR%%/k18m.pcf.gz %%FONTSDIR%%/k18mi.pcf.gz Index: head/japanese/font-ayu20/Makefile =================================================================== --- head/japanese/font-ayu20/Makefile (revision 467393) +++ head/japanese/font-ayu20/Makefile (revision 467394) @@ -1,44 +1,38 @@ # $FreeBSD$ PORTNAME= ayu20 PORTVERSION= 1.7.a +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= OSDN/x-tt/8536/ PKGNAMEPREFIX= ja-font- DISTNAME= ayu20gothic-1.7a MAINTAINER= hrs@FreeBSD.org COMMENT= Ayu 20-dot Kanji font BUILD_DEPENDS= mkitalic:x11-fonts/mkbold-mkitalic \ bdftopcf:x11-fonts/bdftopcf CONFLICS= ja-kappa20-[0-9]* USES= fonts -FONTNAME= misc NO_ARCH= yes NO_WRKSUBDIR= yes -SUB_FILES= Makefile pkg-install -SUB_LIST= FONTSALIAS="${DATADIR}/fonts.alias" -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-install +SUB_FILES= Makefile pkg-message PORTDOCS= README.txt MAKEFILE= ${WRKDIR}/Makefile OPTIONS_DEFINE= DOCS pre-build: apply-slist post-install: - @${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${STAGEDIR}${FONTSDIR} && \ - ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . ${INSTALL_DATA} ${FILESDIR}/fonts.alias \ - ${STAGEDIR}${DATADIR} + ${STAGEDIR}${FONTSDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/japanese/font-ayu20/files/pkg-install.in =================================================================== --- head/japanese/font-ayu20/files/pkg-install.in (revision 467393) +++ head/japanese/font-ayu20/files/pkg-install.in (nonexistent) @@ -1,26 +0,0 @@ -#!/bin/sh - -grepv() { - awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 -} - -case $2 in -POST-INSTALL) - cd %%FONTSDIR%% - touch fonts.alias - cp fonts.alias fonts.alias.orig - (grepv %%FONTSALIAS%% fonts.alias.orig; cat %%FONTSALIAS%%) \ - > fonts.alias - rm -f fonts.alias.orig -;; -DEINSTALL) - cd %%FONTSDIR%% - touch fonts.alias - cp fonts.alias fonts.alias.orig - grepv %%FONTSALIAS%% fonts.alias.orig > fonts.alias - rm -f fonts.alias.orig - if [ ! -s fonts.alias ]; then - rm -f fonts.alias - fi -;; -esac Property changes on: head/japanese/font-ayu20/files/pkg-install.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/japanese/font-ayu20/files/Makefile.in =================================================================== --- head/japanese/font-ayu20/files/Makefile.in (revision 467393) +++ head/japanese/font-ayu20/files/Makefile.in (revision 467394) @@ -1,34 +1,34 @@ # $FreeBSD$ GZIP_CMD?= gzip MKBOLD_CMD?= mkbold MKITALIC_CMD?= mkitalic DIST_ALL= 10x20gm.bdf 10x20grkm.bdf k20gm.bdf DIST_NOBOLD= # empty MADE_BOLD= ${DIST_NOBOLD:S/.bdf/b.bdf/g} DIST_NOITALIC= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} MADE_ITALIC= ${DIST_NOITALIC:S/m/mi/g:S/b./bi./g:S/b-/bi-/g} BDF_ALL= ${DIST_ALL} ${MADE_BDF} ${MADE_BOLD} ${MADE_ITALIC} PCF_ALL= ${BDF_ALL:S/.bdf/.pcf.gz/g} all: ${PCF_ALL} ${MADE_BOLD}: ${.TARGET:S/b.bdf/.bdf/} ${MKBOLD_CMD} $> > $@ ${MADE_ITALIC}: ${.TARGET:S/mi/m/:S/bi./b./:S/bi-/b-/} ${MKITALIC_CMD} $> > $@ ${PCF_ALL}: ${.TARGET:S/.pcf.gz/.bdf/} bdftopcf $> | ${GZIP_CMD} -c > $@ install: - mkdir -p ${DESTDIR}%%DATADIR%% - ${BSD_INSTALL_DATA} ${PCF_ALL} ${DESTDIR}%%DATADIR%% + mkdir -p ${DESTDIR}%%FONTSDIR%% + ${BSD_INSTALL_DATA} ${PCF_ALL} ${DESTDIR}%%FONTSDIR%% clean:: rm ${MADE_BOLD} ${MADE_ITALIC} ${PCF_ALL} Index: head/japanese/font-ayu20/files/pkg-message.in =================================================================== --- head/japanese/font-ayu20/files/pkg-message.in (nonexistent) +++ head/japanese/font-ayu20/files/pkg-message.in (revision 467394) @@ -0,0 +1,15 @@ +******************************************************************* +You can start using the font(s) by following these instructions: + +Either 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. +******************************************************************* Property changes on: head/japanese/font-ayu20/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/japanese/font-ayu20/pkg-plist =================================================================== --- head/japanese/font-ayu20/pkg-plist (revision 467393) +++ head/japanese/font-ayu20/pkg-plist (revision 467394) @@ -1,13 +1,7 @@ -%%DATADIR%%/10x20gm.pcf.gz -%%DATADIR%%/10x20gmi.pcf.gz -%%DATADIR%%/10x20grkm.pcf.gz -%%DATADIR%%/10x20grkmi.pcf.gz -%%DATADIR%%/k20gm.pcf.gz -%%DATADIR%%/k20gmi.pcf.gz -%%DATADIR%%/fonts.alias +%%FONTSDIR%%/fonts.alias %%FONTSDIR%%/10x20gm.pcf.gz %%FONTSDIR%%/10x20gmi.pcf.gz %%FONTSDIR%%/10x20grkm.pcf.gz %%FONTSDIR%%/10x20grkmi.pcf.gz %%FONTSDIR%%/k20gm.pcf.gz %%FONTSDIR%%/k20gmi.pcf.gz Index: head/japanese/font-elisa10/Makefile =================================================================== --- head/japanese/font-elisa10/Makefile (revision 467393) +++ head/japanese/font-elisa10/Makefile (revision 467394) @@ -1,46 +1,38 @@ # $FreeBSD$ PORTNAME= elisa10 PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese x11-fonts MASTER_SITES= http://www.wheel.gr.jp/~dai/software/ PKGNAMEPREFIX= ja-font- DISTNAME= elisau10 MAINTAINER= hrs@FreeBSD.org COMMENT= Elisa 10-dot Kanji font BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf USES= fonts tar:tgz -FONTNAME= misc NO_ARCH= yes NO_WRKSUBDIR= yes -SUB_FILES= Makefile pkg-install +SUB_FILES= Makefile pkg-message MAKEFILE= ${WRKDIR}/Makefile SUB_LIST= BDFTOPCF_CMD="${LOCALBASE}/bin/bdftopcf" \ - GZIP_CMD="${GZIP_CMD}" \ - FONTSALIAS="${DATADIR}/fonts.alias" -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-install + GZIP_CMD="${GZIP_CMD}" PORTDOCS= elisau10.doc hosoku.txt -PLIST_FILES= %%DATADIR%%/elisau10.pcf.gz \ - %%DATADIR%%/fonts.alias \ - %%FONTSDIR%%/elisau10.pcf.gz +PLIST_FILES= %%FONTSDIR%%/elisau10.pcf.gz \ + %%FONTSDIR%%/fonts.alias OPTIONS_DEFINE= DOCS pre-build: apply-slist post-install: - @${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${STAGEDIR}${FONTSDIR} && \ - ${LN} -s ../../../${DATADIR_REL}/*.pcf.gz . - ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/fonts.alias ${STAGEDIR}${FONTSDIR} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/japanese/font-elisa10/files/pkg-install.in =================================================================== --- head/japanese/font-elisa10/files/pkg-install.in (revision 467393) +++ head/japanese/font-elisa10/files/pkg-install.in (nonexistent) @@ -1,23 +0,0 @@ -#!/bin/sh - -grepv() { - awk -v SRC=$1 'BEGIN{while (getline < SRC) {ENTRY[$0]=1}} (ENTRY[$0] != 1) {print}' $2 -} - -case $2 in -POST-INSTALL) - cd %%FONTSDIR%% - touch fonts.alias - cp fonts.alias fonts.alias.orig - (grepv %%FONTSALIAS%% fonts.alias.orig; cat %%FONTSALIAS%%) \ - > fonts.alias - rm -f fonts.alias.orig -;; -DEINSTALL) - cd %%FONTSDIR%% - touch fonts.alias - cp fonts.alias fonts.alias.orig - grepv %%FONTSALIAS%% fonts.alias.orig > fonts.alias - rm -f fonts.alias.orig -;; -esac Property changes on: head/japanese/font-elisa10/files/pkg-install.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/japanese/font-elisa10/files/Makefile.in =================================================================== --- head/japanese/font-elisa10/files/Makefile.in (revision 467393) +++ head/japanese/font-elisa10/files/Makefile.in (revision 467394) @@ -1,24 +1,24 @@ # $FreeBSD$ BDFTOPCF_CMD= %%BDFTOPCF_CMD%% GZIP_CMD= %%GZIP_CMD%% SRCS= elisau10.bdf .for F in ${SRCS:R} ${F}.pcf.gz: ${F}.bdf ${BDFTOPCF_CMD} ${.ALLSRC} | ${GZIP_CMD} -c > ${.TARGET} all: ${F}.pcf.gz .endfor .for F in ${SRCS:R} -${DESTDIR}%%DATADIR%%/${F}.pcf.gz: ${F}.pcf.gz - mkdir -p ${DESTDIR}%%DATADIR%% +${DESTDIR}%%FONTSDIR%%/${F}.pcf.gz: ${F}.pcf.gz + mkdir -p ${DESTDIR}%%FONTSDIR%% ${BSD_INSTALL_DATA} ${.ALLSRC} ${.TARGET} -install: ${DESTDIR}%%DATADIR%%/${F}.pcf.gz +install: ${DESTDIR}%%FONTSDIR%%/${F}.pcf.gz .endfor all install: @true Index: head/japanese/font-elisa10/files/pkg-message.in =================================================================== --- head/japanese/font-elisa10/files/pkg-message.in (nonexistent) +++ head/japanese/font-elisa10/files/pkg-message.in (revision 467394) @@ -0,0 +1,15 @@ +******************************************************************* +You can start using the font(s) by following these instructions: + +Either 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. +******************************************************************* Property changes on: head/japanese/font-elisa10/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/japanese/font-shinonome/Makefile =================================================================== --- head/japanese/font-shinonome/Makefile (revision 467393) +++ head/japanese/font-shinonome/Makefile (revision 467394) @@ -1,74 +1,66 @@ # Created by: Yoichi NAKAYAMA # $FreeBSD$ PORTNAME= shinonome PORTVERSION= 0.9.11.p1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese x11-fonts MASTER_SITES= http://openlab.jp/efont/dist/shinonome/%SUBDIR%/ MASTER_SITE_SUBDIR= . old PKGNAMEPREFIX= ja-font- DISTNAME= ${PORTNAME:C/^font-//}-${PORTVERSION:C/.p/p/} MAINTAINER= hrs@FreeBSD.org COMMENT= Shinonome Japanese fonts, 12/14/16 dots BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf USES= fonts tar:bzip2 -FONTNAME= misc NO_ARCH= yes +SUB_FILES= pkg-message WRKSRC= ${WRKDIR}/${PORTNAME:C/^font-//}-${PORTVERSION:C/.p.*$//} -DATADIR= ${PREFIX}/share/font-${PORTNAME} -SUB_FILES= pkg-install -SUB_LIST= FONTSALIAS=${DATADIR}/fonts.alias -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-install PORTDOCS= AUTHORS BUGS ChangeLog ChangeLog.0 DESIGN.12 DESIGN.14 \ DESIGN.16 DESIGN.18 INSTALL README THANKS TODO LICENSE FONTNAMES=\ shnm6x12a shnm6x12ab shnm6x12ai shnm6x12abi \ shnm6x12r shnm6x12rb shnm6x12ri shnm6x12rbi \ shnm7x14a shnm7x14ab shnm7x14ai shnm7x14abi \ shnm7x14r shnm7x14rb shnm7x14ri shnm7x14rbi \ shnm8x16a shnm8x16ab shnm8x16ai shnm8x16abi \ shnm8x16r shnm8x16rb shnm8x16ri shnm8x16rbi \ shnm9x18a shnm9x18ab shnm9x18ai shnm9x18abi \ shnm9x18r shnm9x18rb shnm9x18ri shnm9x18rbi \ shnmk12 shnmk12b shnmk12i shnmk12bi \ shnmk12p shnmk12pb shnmk12pi shnmk12pbi \ shnmk12min shnmk12minb shnmk12mini shnmk12minbi \ shnmk12maru shnmk12marub shnmk12marui shnmk12marubi \ shnmk14 shnmk14b shnmk14i shnmk14bi \ shnmk14min shnmk14minb shnmk14mini shnmk14minbi \ shnmk16 shnmk16b shnmk16i shnmk16bi \ shnmk16min shnmk16minb shnmk16mini shnmk16minbi OPTIONS_DEFINE= DOCS .include do-build: @${ECHO_CMD} -n "Compressing PCF fonts" @cd ${WRKSRC} && for F in ${FONTNAMES}; do \ ${LOCALBASE}/bin/bdftopcf bdf/$${F}.bdf | \ ${GZIP_CMD} > $${F}.pcf.gz; \ ${ECHO_CMD} -n "."; \ done @${ECHO_CMD} "Done" do-install: - ${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${FONTNAMES:C/$/.pcf.gz/} fonts.alias \ - ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${STAGEDIR}${FONTSDIR} && ${LN} -s -f \ - ../../../${DATADIR_REL}/*.pcf.gz . + cd ${WRKSRC} && ${INSTALL_DATA} ${FONTNAMES:C/$/.pcf.gz/} fonts.alias \ + ${STAGEDIR}${FONTSDIR} post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/japanese/font-shinonome/files/pkg-install.in =================================================================== --- head/japanese/font-shinonome/files/pkg-install.in (revision 467393) +++ head/japanese/font-shinonome/files/pkg-install.in (nonexistent) @@ -1,23 +0,0 @@ -#!/bin/sh -# $FreeBSD$ - -case "$2" in -POST-INSTALL) - cd %%FONTSDIR%% - touch fonts.alias - grep -v -- "-shinonome-" fonts.alias > fonts.alias.tmp - (cat fonts.alias.tmp; grep -- "-shinonome-" %%FONTSALIAS%%) \ - > fonts.alias - rm -f fonts.alias.tmp - ;; -POST-DEINSTALL) - cd %%FONTSDIR%% - touch fonts.alias - grep -v -- "-shinonome-" fonts.alias > fonts.alias.tmp - if [ -s fonts.alias.tmp ]; then - mv fonts.alias.tmp fonts.alias - else - rm -f fonts.alias.tmp fonts.alias - fi - ;; -esac Property changes on: head/japanese/font-shinonome/files/pkg-install.in ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/japanese/font-shinonome/files/pkg-message.in =================================================================== --- head/japanese/font-shinonome/files/pkg-message.in (nonexistent) +++ head/japanese/font-shinonome/files/pkg-message.in (revision 467394) @@ -0,0 +1,15 @@ +******************************************************************* +You can start using the font(s) by following these instructions: + +Either 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. +******************************************************************* Property changes on: head/japanese/font-shinonome/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/japanese/font-shinonome/pkg-plist =================================================================== --- head/japanese/font-shinonome/pkg-plist (revision 467393) +++ head/japanese/font-shinonome/pkg-plist (revision 467394) @@ -1,129 +1,65 @@ -%%DATADIR%%/shnm6x12a.pcf.gz -%%DATADIR%%/shnm6x12ab.pcf.gz -%%DATADIR%%/shnm6x12abi.pcf.gz -%%DATADIR%%/shnm6x12ai.pcf.gz -%%DATADIR%%/shnm6x12r.pcf.gz -%%DATADIR%%/shnm6x12rb.pcf.gz -%%DATADIR%%/shnm6x12rbi.pcf.gz -%%DATADIR%%/shnm6x12ri.pcf.gz -%%DATADIR%%/shnm7x14a.pcf.gz -%%DATADIR%%/shnm7x14ab.pcf.gz -%%DATADIR%%/shnm7x14abi.pcf.gz -%%DATADIR%%/shnm7x14ai.pcf.gz -%%DATADIR%%/shnm7x14r.pcf.gz -%%DATADIR%%/shnm7x14rb.pcf.gz -%%DATADIR%%/shnm7x14rbi.pcf.gz -%%DATADIR%%/shnm7x14ri.pcf.gz -%%DATADIR%%/shnm8x16a.pcf.gz -%%DATADIR%%/shnm8x16ab.pcf.gz -%%DATADIR%%/shnm8x16abi.pcf.gz -%%DATADIR%%/shnm8x16ai.pcf.gz -%%DATADIR%%/shnm8x16r.pcf.gz -%%DATADIR%%/shnm8x16rb.pcf.gz -%%DATADIR%%/shnm8x16rbi.pcf.gz -%%DATADIR%%/shnm8x16ri.pcf.gz -%%DATADIR%%/shnm9x18a.pcf.gz -%%DATADIR%%/shnm9x18ab.pcf.gz -%%DATADIR%%/shnm9x18abi.pcf.gz -%%DATADIR%%/shnm9x18ai.pcf.gz -%%DATADIR%%/shnm9x18r.pcf.gz -%%DATADIR%%/shnm9x18rb.pcf.gz -%%DATADIR%%/shnm9x18rbi.pcf.gz -%%DATADIR%%/shnm9x18ri.pcf.gz -%%DATADIR%%/shnmk12.pcf.gz -%%DATADIR%%/shnmk12b.pcf.gz -%%DATADIR%%/shnmk12bi.pcf.gz -%%DATADIR%%/shnmk12i.pcf.gz -%%DATADIR%%/shnmk12maru.pcf.gz -%%DATADIR%%/shnmk12marub.pcf.gz -%%DATADIR%%/shnmk12marubi.pcf.gz -%%DATADIR%%/shnmk12marui.pcf.gz -%%DATADIR%%/shnmk12min.pcf.gz -%%DATADIR%%/shnmk12minb.pcf.gz -%%DATADIR%%/shnmk12minbi.pcf.gz -%%DATADIR%%/shnmk12mini.pcf.gz -%%DATADIR%%/shnmk12p.pcf.gz -%%DATADIR%%/shnmk12pb.pcf.gz -%%DATADIR%%/shnmk12pbi.pcf.gz -%%DATADIR%%/shnmk12pi.pcf.gz -%%DATADIR%%/shnmk14.pcf.gz -%%DATADIR%%/shnmk14b.pcf.gz -%%DATADIR%%/shnmk14bi.pcf.gz -%%DATADIR%%/shnmk14i.pcf.gz -%%DATADIR%%/shnmk14min.pcf.gz -%%DATADIR%%/shnmk14minb.pcf.gz -%%DATADIR%%/shnmk14minbi.pcf.gz -%%DATADIR%%/shnmk14mini.pcf.gz -%%DATADIR%%/shnmk16.pcf.gz -%%DATADIR%%/shnmk16b.pcf.gz -%%DATADIR%%/shnmk16bi.pcf.gz -%%DATADIR%%/shnmk16i.pcf.gz -%%DATADIR%%/shnmk16min.pcf.gz -%%DATADIR%%/shnmk16minb.pcf.gz -%%DATADIR%%/shnmk16minbi.pcf.gz -%%DATADIR%%/shnmk16mini.pcf.gz -%%DATADIR%%/fonts.alias +%%FONTSDIR%%/fonts.alias %%FONTSDIR%%/shnm6x12a.pcf.gz %%FONTSDIR%%/shnm6x12ab.pcf.gz %%FONTSDIR%%/shnm6x12abi.pcf.gz %%FONTSDIR%%/shnm6x12ai.pcf.gz %%FONTSDIR%%/shnm6x12r.pcf.gz %%FONTSDIR%%/shnm6x12rb.pcf.gz %%FONTSDIR%%/shnm6x12rbi.pcf.gz %%FONTSDIR%%/shnm6x12ri.pcf.gz %%FONTSDIR%%/shnm7x14a.pcf.gz %%FONTSDIR%%/shnm7x14ab.pcf.gz %%FONTSDIR%%/shnm7x14abi.pcf.gz %%FONTSDIR%%/shnm7x14ai.pcf.gz %%FONTSDIR%%/shnm7x14r.pcf.gz %%FONTSDIR%%/shnm7x14rb.pcf.gz %%FONTSDIR%%/shnm7x14rbi.pcf.gz %%FONTSDIR%%/shnm7x14ri.pcf.gz %%FONTSDIR%%/shnm8x16a.pcf.gz %%FONTSDIR%%/shnm8x16ab.pcf.gz %%FONTSDIR%%/shnm8x16abi.pcf.gz %%FONTSDIR%%/shnm8x16ai.pcf.gz %%FONTSDIR%%/shnm8x16r.pcf.gz %%FONTSDIR%%/shnm8x16rb.pcf.gz %%FONTSDIR%%/shnm8x16rbi.pcf.gz %%FONTSDIR%%/shnm8x16ri.pcf.gz %%FONTSDIR%%/shnm9x18a.pcf.gz %%FONTSDIR%%/shnm9x18ab.pcf.gz %%FONTSDIR%%/shnm9x18abi.pcf.gz %%FONTSDIR%%/shnm9x18ai.pcf.gz %%FONTSDIR%%/shnm9x18r.pcf.gz %%FONTSDIR%%/shnm9x18rb.pcf.gz %%FONTSDIR%%/shnm9x18rbi.pcf.gz %%FONTSDIR%%/shnm9x18ri.pcf.gz %%FONTSDIR%%/shnmk12.pcf.gz %%FONTSDIR%%/shnmk12b.pcf.gz %%FONTSDIR%%/shnmk12bi.pcf.gz %%FONTSDIR%%/shnmk12i.pcf.gz %%FONTSDIR%%/shnmk12maru.pcf.gz %%FONTSDIR%%/shnmk12marub.pcf.gz %%FONTSDIR%%/shnmk12marubi.pcf.gz %%FONTSDIR%%/shnmk12marui.pcf.gz %%FONTSDIR%%/shnmk12min.pcf.gz %%FONTSDIR%%/shnmk12minb.pcf.gz %%FONTSDIR%%/shnmk12minbi.pcf.gz %%FONTSDIR%%/shnmk12mini.pcf.gz %%FONTSDIR%%/shnmk12p.pcf.gz %%FONTSDIR%%/shnmk12pb.pcf.gz %%FONTSDIR%%/shnmk12pbi.pcf.gz %%FONTSDIR%%/shnmk12pi.pcf.gz %%FONTSDIR%%/shnmk14.pcf.gz %%FONTSDIR%%/shnmk14b.pcf.gz %%FONTSDIR%%/shnmk14bi.pcf.gz %%FONTSDIR%%/shnmk14i.pcf.gz %%FONTSDIR%%/shnmk14min.pcf.gz %%FONTSDIR%%/shnmk14minb.pcf.gz %%FONTSDIR%%/shnmk14minbi.pcf.gz %%FONTSDIR%%/shnmk14mini.pcf.gz %%FONTSDIR%%/shnmk16.pcf.gz %%FONTSDIR%%/shnmk16b.pcf.gz %%FONTSDIR%%/shnmk16bi.pcf.gz %%FONTSDIR%%/shnmk16i.pcf.gz %%FONTSDIR%%/shnmk16min.pcf.gz %%FONTSDIR%%/shnmk16minb.pcf.gz %%FONTSDIR%%/shnmk16minbi.pcf.gz %%FONTSDIR%%/shnmk16mini.pcf.gz