-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimport of package ja-man from japanese/man into misc/ja-man.
This is part of the japanese category retirement. CATEGORIES and pathnames to japanese/ adjusted.
- Loading branch information
Showing
12 changed files
with
1,863 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Japanese on-line manual pages of NetBSD, and | ||
jman to format and display pages including Japanese code correctly. | ||
|
||
Translated by "NetBSD Japanese online manuals TEAM". | ||
If you have any comment, or if you will help this project, | ||
contact with <[email protected]>, | ||
If you find any bug, contact with <[email protected]>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
====================================================================== | ||
$NetBSD: MESSAGE,v 1.1.1.1 2002/05/31 13:01:23 seb Exp $ | ||
|
||
Please read ${PREFIX}/share/doc/jman/README. | ||
|
||
====================================================================== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:23 seb Exp $ | ||
|
||
DISTNAME= NetBSD1.3I-jman-19990531 | ||
PKGNAME= ja-man-19990531 | ||
CATEGORIES= japanese misc | ||
MASTER_SITES= ftp://ftp.spa.is.uec.ac.jp/pub/NetBSD/jman/archives/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= ftp://ftp.spa.is.uec.ac.jp/pub/NetBSD/jman/index.html | ||
COMMENT= Japanese on-line manual pages of NetBSD | ||
|
||
DEPENDS= ja-less>=332:../../misc/ja-less | ||
DEPENDS+= ja-groff-0.99:../../textproc/ja-groff | ||
|
||
JAMANDIR= ja_JP.EUC | ||
PLIST_SUBST+= JAMANDIR=${JAMANDIR} | ||
MAKE_ENV+= JAMANDIR=${JAMANDIR} | ||
|
||
PLIST_SRC= ${WRKDIR}/PLIST | ||
|
||
MANCOMPRESSED_IF_MANZ= yes | ||
|
||
.include "../../mk/bsd.prefs.mk" | ||
|
||
post-extract: | ||
@${GTAR} cCf ${PREFIX}/share/groff/tmac - tmac.andoc tmac.doc \ | ||
mdoc/doc-common mdoc/doc-ditroff mdoc/doc-nroff mdoc/doc-syms | \ | ||
${GTAR} xCf ${WRKSRC} - | ||
|
||
post-patch: | ||
@${PATCH} -s -p2 -d ${WRKSRC}/mdoc < \ | ||
${WRKSRC}/jgroff-for-netbsd-jman.dif | ||
|
||
do-build: | ||
@${SED} -e 's|$${BINDIR}|${PREFIX}/bin|g' \ | ||
-e 's|$${JMANCONFDIR}|${PREFIX}/etc|g' ${WRKSRC}/jman/jman.sh \ | ||
> ${WRKSRC}/jman/jman | ||
@${SED} -e 's|$${PREFIX}|${PREFIX}|g' \ | ||
-e 's|$${LOCALBASE}|${LOCALBASE}|g' \ | ||
-e 's|$${X11BASE}|${X11BASE}|g' \ | ||
-e 's|$${JAMANDIR}|${JAMANDIR}|g' \ | ||
${WRKSRC}/jman/jman.conf \ | ||
> ${WRKSRC}/jman/jman.conf.t | ||
|
||
MKCATPAGES?= yes | ||
|
||
pre-install: | ||
.if ${MKCATPAGES} == no | ||
@${SED} -e '/\/cat[1-9]\//d' ${PKGDIR}/PLIST > ${PLIST_SRC} | ||
.if exists(${PKGDIR}/PLIST.${MACHINE}) | ||
@${SED} -e '/\/cat[1-9]\//d' ${PKGDIR}/PLIST.${MACHINE} >> ${PLIST_SRC} | ||
.endif | ||
.else | ||
@${CP} ${PKGDIR}/PLIST ${PLIST_SRC} | ||
.if exists(${PKGDIR}/PLIST.${MACHINE}) | ||
@${CAT} ${PKGDIR}/PLIST.${MACHINE} >> ${PLIST_SRC} | ||
.endif | ||
.endif | ||
|
||
do-install: | ||
for f in tmac.andoc tmac.doc \ | ||
mdoc/doc-common mdoc/doc-ditroff mdoc/doc-nroff mdoc/doc-syms; do \ | ||
${INSTALL_DATA} ${WRKSRC}/$${f} \ | ||
${PREFIX}/share/groff/tmac/$${f}j; \ | ||
done | ||
${INSTALL_SCRIPT} ${WRKSRC}/jman/jman ${PREFIX}/bin | ||
${INSTALL_DATA} ${WRKSRC}/jman/jman.conf.t ${PREFIX}/etc/jman.conf | ||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jman | ||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jman | ||
@(cd ${WRKSRC}/man; \ | ||
${MAKE} PREFIX='${PREFIX}' JAMANDIR='${JAMANDIR}' install) | ||
|
||
.include "../../mk/bsd.pkg.mk" |
Oops, something went wrong.