summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackend <blackend@FreeBSD.org>2015-09-28 15:49:50 +0000
committerblackend <blackend@FreeBSD.org>2015-09-28 15:49:50 +0000
commitdc1f0eadcc145f5174cd310937fd1195bee864bd (patch)
treeb364bf3f4f3540748e6712b4af0d7e630593fe60
parent9b5167cef031f3d43f217485092c5d96233a5b26 (diff)
downloadFreeBSD-ports-dc1f0eadcc145f5174cd310937fd1195bee864bd.zip
FreeBSD-ports-dc1f0eadcc145f5174cd310937fd1195bee864bd.tar.gz
Add Korean FreeBSD Documentation port.
Approved by: doceng (implicit)
-rw-r--r--misc/Makefile1
-rw-r--r--misc/freebsd-doc-ko/Makefile15
-rw-r--r--misc/freebsd-doc-ko/pkg-plist.common1
-rw-r--r--misc/freebsd-doc-ko/pkg-plist.html1
-rw-r--r--misc/freebsd-doc-ko/pkg-plist.html-common1
-rw-r--r--misc/freebsd-doc-ko/pkg-plist.html-split14
-rw-r--r--misc/freebsd-doc-ko/pkg-plist.pdf1
-rw-r--r--misc/freebsd-doc-ko/pkg-plist.ps1
-rw-r--r--misc/freebsd-doc-ko/pkg-plist.txt1
9 files changed, 36 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 4d38bf8..c97cd71 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -109,6 +109,7 @@
SUBDIR += freebsd-doc-hu
SUBDIR += freebsd-doc-it
SUBDIR += freebsd-doc-ja
+ SUBDIR += freebsd-doc-ko
SUBDIR += freebsd-doc-mn
SUBDIR += freebsd-doc-nl
SUBDIR += freebsd-doc-pl
diff --git a/misc/freebsd-doc-ko/Makefile b/misc/freebsd-doc-ko/Makefile
new file mode 100644
index 0000000..270387b
--- /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 0000000..9077290
--- /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 0000000..460c5ee
--- /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 0000000..79e835b
--- /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 0000000..194eb55
--- /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 0000000..a4ff471
--- /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 0000000..18fe7f3
--- /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 0000000..2c95357
--- /dev/null
+++ b/misc/freebsd-doc-ko/pkg-plist.txt
@@ -0,0 +1 @@
+%%DOCSDIR%%/%%DOCLANG%%/articles/bsdl-gpl/article.txt
OpenPOWER on IntegriCloud