aboutsummaryrefslogtreecommitdiff
path: root/misc/freebsd-doc-all
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2009-02-23 13:04:18 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2009-02-23 13:04:18 +0000
commit5aa94e57721737fc80a71eb1097fda0d7952fb12 (patch)
treedcca76404b02d65fb6efb2809ea769143e37f6c5 /misc/freebsd-doc-all
parent5269bfb8095e0445dcb41fea58749ce20b60d173 (diff)
downloadports-5aa94e57721737fc80a71eb1097fda0d7952fb12.tar.gz
ports-5aa94e57721737fc80a71eb1097fda0d7952fb12.zip
Add ports for the FreeBSD documentation set: Handbook, FAQ and
articles. Each language version is available via a dedicated port. These ports are, at first, intended to be used for re@ purposes but can be used by anyone looking for an easy way to get packages, etc. for docs. These ports will be maintained by doceng@. Approved by: doceng, re
Notes
Notes: svn path=/head/; revision=228898
Diffstat (limited to 'misc/freebsd-doc-all')
-rw-r--r--misc/freebsd-doc-all/Makefile46
-rw-r--r--misc/freebsd-doc-all/pkg-descr3
2 files changed, 49 insertions, 0 deletions
diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile
new file mode 100644
index 000000000000..aff84a2251c8
--- /dev/null
+++ b/misc/freebsd-doc-all/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: freebsd-doc-all
+# Date created: 13 August 2008
+# Whom: Marc Fonvieille <blackend@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= freebsd-doc-all
+PORTVERSION= 20090217
+CATEGORIES= misc docs
+MASTER_SITES= #empty
+DISTFILES= #empty
+EXTRACT_ONLY= #empty
+
+MAINTAINER= doceng@FreeBSD.org
+COMMENT= Documentation from the FreeBSD Documentation Project
+
+RUN_DEPENDS+= bn-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-bn \
+ da-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-da \
+ de-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-de \
+ el-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-el \
+ en-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-en \
+ es-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-es \
+ fr-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-fr \
+ hu-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-hu \
+ it-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-it \
+ ja-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-ja \
+ mn-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-mn \
+ nl-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-nl \
+ pl-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-pl \
+ pt-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-pt \
+ ru-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-ru \
+ sr-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-sr \
+ tr-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-tr \
+ zh_cn-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_cn \
+ zh_tw-freebsd-doc=>${PORTVERSION}:${PORTSDIR}/misc/freebsd-doc-zh_tw
+
+NO_BUILD= yes
+
+do-install: # empty
+
+.if make(package)
+DEPENDS_TARGET="package"
+.endif
+
+.include <bsd.port.mk>
diff --git a/misc/freebsd-doc-all/pkg-descr b/misc/freebsd-doc-all/pkg-descr
new file mode 100644
index 000000000000..e10d97c79b00
--- /dev/null
+++ b/misc/freebsd-doc-all/pkg-descr
@@ -0,0 +1,3 @@
+A meta-port to install all language versions of the whole documentation
+set from the FreeBSD Documentation Project: Handbook, FAQ, articles and
+more.