- Merge the following from the English version:
r47265 -> r52882 head/ja_JP.eucJP/htdocs/ports/Makefile r43602 -> r53436 head/ja_JP.eucJP/htdocs/ports/categories
This commit is contained in:
parent
3125ee50db
commit
3cb4c8ba8d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53484
2 changed files with 13 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# The FreeBSD Japanese Documentation Project
|
# The FreeBSD Japanese Documentation Project
|
||||||
# Original revision: r47265
|
# Original revision: r52882
|
||||||
|
|
||||||
.if exists(../Makefile.conf)
|
.if exists(../Makefile.conf)
|
||||||
.include "../Makefile.conf"
|
.include "../Makefile.conf"
|
||||||
|
|
@ -21,9 +21,13 @@ ${INDEX}: ${PINDEX_OVERRIDE}
|
||||||
${INDEX}: $${PORTSBASE}/${PINDEX}
|
${INDEX}: $${PORTSBASE}/${PINDEX}
|
||||||
${CP} ${PORTSBASE}/${PINDEX} ${INDEX}
|
${CP} ${PORTSBASE}/${PINDEX} ${INDEX}
|
||||||
.else
|
.else
|
||||||
${INDEX}:
|
|
||||||
|
${INDEX}: ${INDEX}.bz2
|
||||||
|
${INDEX}.bz2: .EXEC
|
||||||
${FETCH} ${FETCH_OPT} -o ${INDEX}.bz2 ${INDEXURI}.bz2
|
${FETCH} ${FETCH_OPT} -o ${INDEX}.bz2 ${INDEXURI}.bz2
|
||||||
${BUNZIP2} ${INDEX}.bz2
|
if [ ! -e ${INDEX} -o ${INDEX}.bz2 -nt ${INDEX} ]; then \
|
||||||
|
${BUNZIP2} -dc ${INDEX}.bz2 > ${INDEX}.tmp && ${MV} -f ${INDEX}.tmp ${INDEX}; \
|
||||||
|
fi
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
HOSTNAME!= hostname
|
HOSTNAME!= hostname
|
||||||
|
|
@ -49,7 +53,7 @@ packages.exists:
|
||||||
${TOUCH} ${.TARGET}
|
${TOUCH} ${.TARGET}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
Makefile.gen: categories-alpha.xml categories-grouped.xml index.xml \
|
Makefile.gen: .PHONY categories-alpha.xml categories-grouped.xml index.xml \
|
||||||
installing.xml master-index.xml references.xml searching.xml \
|
installing.xml master-index.xml references.xml searching.xml \
|
||||||
statistics.ent updating.xml .NOTMAIN
|
statistics.ent updating.xml .NOTMAIN
|
||||||
( ${ECHO_CMD} DOCS= *.xml | ${SED} 's|catalog-cwd\.xml||g';\
|
( ${ECHO_CMD} DOCS= *.xml | ${SED} 's|catalog-cwd\.xml||g';\
|
||||||
|
|
@ -70,7 +74,7 @@ categories-grouped.xml master-index.xml statistics.ent: categories-alpha.xml
|
||||||
# this builds: categories-alpha.xml, categories-grouped.xml,
|
# this builds: categories-alpha.xml, categories-grouped.xml,
|
||||||
# master-index.xml, statistics.ent, <category>.xml
|
# master-index.xml, statistics.ent, <category>.xml
|
||||||
CATEGORYLIST=`grep "^[a-z]" ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/ports/categories | sed -e s"/,.*//"`
|
CATEGORYLIST=`grep "^[a-z]" ${DOC_PREFIX}/en_US.ISO8859-1/htdocs/ports/categories | sed -e s"/,.*//"`
|
||||||
categories-alpha.xml: ${INDEX} categories categories.descriptions \
|
categories-alpha.xml: .PHONY ${INDEX} categories categories.descriptions \
|
||||||
packages.exists portindex ports.ent .NOTMAIN
|
packages.exists portindex ports.ent .NOTMAIN
|
||||||
${RM} -f categories-alpha.xml categories-grouped.xml \
|
${RM} -f categories-alpha.xml categories-grouped.xml \
|
||||||
master-index.xml statistics.ent
|
master-index.xml statistics.ent
|
||||||
|
|
@ -92,8 +96,8 @@ all install clean:
|
||||||
beforeinstall:
|
beforeinstall:
|
||||||
.else
|
.else
|
||||||
beforeinstall:
|
beforeinstall:
|
||||||
${SED} -i "" -e 's,href="growth,href="http://www.FreeBSD.org/ports/growth,' index.html
|
${SED} -i "" -e 's,href="growth,href="https://www.FreeBSD.org/ports/growth,' index.html
|
||||||
${SED} -i "" -e 's,href="growth,href="http://www.FreeBSD.org/ports/growth,' references.html
|
${SED} -i "" -e 's,href="growth,href="https://www.FreeBSD.org/ports/growth,' references.html
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,8 @@ net,"
|
||||||
net-im,"インスタントメッセージングのためのソフトウェア。",CCATI
|
net-im,"インスタントメッセージングのためのソフトウェア。",CCATI
|
||||||
net-mgmt,"ネットワーク管理ユーティリティ。",CCATI
|
net-mgmt,"ネットワーク管理ユーティリティ。",CCATI
|
||||||
net-p2p,"Peer to peer ネットワークのためのソフトウェア。",EU
|
net-p2p,"Peer to peer ネットワークのためのソフトウェア。",EU
|
||||||
news,"USENETニュースサポートソフトウェア。",CCATI
|
net-vpn,"仮想プライベートネットワークに関連したソフトウェア。",VC
|
||||||
|
news,"USENET ニュースサポートソフトウェア。",CCATI
|
||||||
palm,"Palm(tm) シリーズをサポートするソフトウェア。",AOP
|
palm,"Palm(tm) シリーズをサポートするソフトウェア。",AOP
|
||||||
parallel,"並列計算を行うアプリケーション。",VC
|
parallel,"並列計算を行うアプリケーション。",VC
|
||||||
pear,"PEAR システムに属するユーティリティ/モジュール。",VC
|
pear,"PEAR システムに属するユーティリティ/モジュール。",VC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue