Add ko-man-doc 021120, Korean online manpage documents.

This commit is contained in:
Hye-Shik Chang 2002-11-24 07:56:05 +00:00
parent 52ae985c7f
commit 6808b6ddde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70966
6 changed files with 1728 additions and 0 deletions

View File

@ -46,6 +46,7 @@
SUBDIR += kde3-i18n
SUBDIR += linux_locale
SUBDIR += linuxdoc-sgml
SUBDIR += man-doc
SUBDIR += mizifont
SUBDIR += mkisofs
SUBDIR += mozilla-klp

34
korean/man-doc/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: ko-man-doc
# Date created: 19 November 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= man
PORTVERSION= 021120
CATEGORIES= korean
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.freebsd.org/~perky/distfiles/
MASTER_SITE_SUBDIR= perky
PKGNAMESUFFIX= -doc
DISTNAME= ko-man-doc-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff
post-patch:
${SED} -e 's,%%PREFIX%%,${PREFIX},g' -e 's,%%LOCALBASE%%,${LOCALBASE},g' \
-e 's,gnroff,groff,g' ${WRKSRC}/scripts/kman.in > ${WRKDIR}/kman
${RM} -rf ${WRKSRC}/scripts
do-build:
${FIND} ${WRKSRC} -type f | ${XARGS} ${GZIP_CMD}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/kman ${PREFIX}/bin
-${MKDIR} ${PREFIX}/share/man/ko_KR.eucKR
${TAR} -C ${WRKSRC} -cf - . | \
${TAR} -C ${PREFIX}/share/man/ko_KR.eucKR -xf -
.include <bsd.port.mk>

1
korean/man-doc/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ko-man-doc-021120.tar.gz) = cf1b80b66eee49fb0a5ff6a6ae069f4e

View File

@ -0,0 +1 @@
Korean online manual pages

1
korean/man-doc/pkg-descr Normal file
View File

@ -0,0 +1 @@
This package is a early draft of korean online manual pages.

1690
korean/man-doc/pkg-plist Normal file

File diff suppressed because it is too large Load Diff