diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2015-09-28 15:49:50 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2015-09-28 15:49:50 +0000 |
commit | 5330beb39256a4c3ef0671202cf62bbd395b39e1 (patch) | |
tree | b364bf3f4f3540748e6712b4af0d7e630593fe60 /misc/freebsd-doc-ko | |
parent | f20f267b531ed7ba435b353389a21b360c657e7d (diff) | |
download | freebsd-ports-5330beb39256a4c3ef0671202cf62bbd395b39e1.zip |
Add Korean FreeBSD Documentation port.
Approved by: doceng (implicit)
Diffstat (limited to 'misc/freebsd-doc-ko')
-rw-r--r-- | misc/freebsd-doc-ko/Makefile | 15 | ||||
-rw-r--r-- | misc/freebsd-doc-ko/pkg-plist.common | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-ko/pkg-plist.html | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-ko/pkg-plist.html-common | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-ko/pkg-plist.html-split | 14 | ||||
-rw-r--r-- | misc/freebsd-doc-ko/pkg-plist.pdf | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-ko/pkg-plist.ps | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-ko/pkg-plist.txt | 1 |
8 files changed, 35 insertions, 0 deletions
diff --git a/misc/freebsd-doc-ko/Makefile b/misc/freebsd-doc-ko/Makefile new file mode 100644 index 000000000000..270387bc3bc7 --- /dev/null +++ b/misc/freebsd-doc-ko/Makefile @@ -0,0 +1,15 @@ +# Created by: Marc Fonvieille <blackend@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= misc docs +PKGNAMEPREFIX= ko- + +MAINTAINER= doceng@FreeBSD.org +COMMENT= Korean translation of the FreeBSD Documentation Project + +MASTERDIR= ${.CURDIR}/../freebsd-doc-en +PLIST= ${.CURDIR}/pkg-plist + +DOCLANG= ko_KR.UTF-8 + +.include "${MASTERDIR}/Makefile" diff --git a/misc/freebsd-doc-ko/pkg-plist.common b/misc/freebsd-doc-ko/pkg-plist.common new file mode 100644 index 000000000000..9077290bf563 --- /dev/null +++ b/misc/freebsd-doc-ko/pkg-plist.common @@ -0,0 +1 @@ +%%DOCSDIR%%/ko diff --git a/misc/freebsd-doc-ko/pkg-plist.html b/misc/freebsd-doc-ko/pkg-plist.html new file mode 100644 index 000000000000..460c5eee2ce8 --- /dev/null +++ b/misc/freebsd-doc-ko/pkg-plist.html @@ -0,0 +1 @@ +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.html diff --git a/misc/freebsd-doc-ko/pkg-plist.html-common b/misc/freebsd-doc-ko/pkg-plist.html-common new file mode 100644 index 000000000000..79e835b957af --- /dev/null +++ b/misc/freebsd-doc-ko/pkg-plist.html-common @@ -0,0 +1 @@ +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/docbook.css diff --git a/misc/freebsd-doc-ko/pkg-plist.html-split b/misc/freebsd-doc-ko/pkg-plist.html-split new file mode 100644 index 000000000000..194eb5528f44 --- /dev/null +++ b/misc/freebsd-doc-ko/pkg-plist.html-split @@ -0,0 +1,14 @@ +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/addenda.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/bsd-advantages.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/conclusion.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/current-bsdl.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/gpl-advantages.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/history.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/index.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/license-cannot.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/origins-gpl.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/origins-lgpl.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/orphaning.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/recommendations.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/trademarks.html +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/unix-license.html diff --git a/misc/freebsd-doc-ko/pkg-plist.pdf b/misc/freebsd-doc-ko/pkg-plist.pdf new file mode 100644 index 000000000000..a4ff471473ff --- /dev/null +++ b/misc/freebsd-doc-ko/pkg-plist.pdf @@ -0,0 +1 @@ +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.pdf diff --git a/misc/freebsd-doc-ko/pkg-plist.ps b/misc/freebsd-doc-ko/pkg-plist.ps new file mode 100644 index 000000000000..18fe7f3dd8e0 --- /dev/null +++ b/misc/freebsd-doc-ko/pkg-plist.ps @@ -0,0 +1 @@ +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.ps diff --git a/misc/freebsd-doc-ko/pkg-plist.txt b/misc/freebsd-doc-ko/pkg-plist.txt new file mode 100644 index 000000000000..2c953578eace --- /dev/null +++ b/misc/freebsd-doc-ko/pkg-plist.txt @@ -0,0 +1 @@ +%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.txt |