summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorapb <apb>2012-12-06 08:04:39 +0000
committerapb <apb>2012-12-06 08:04:39 +0000
commitf3b65e79ebe37243ccca58898d82cc8af7e9c00e (patch)
tree1a02aa51a0d731d321d4ed7042393d336d20d287 /sysutils
parentf5c65843d06b5906f77bb2196e33d1b1520ac168 (diff)
downloadpkgsrc-f3b65e79ebe37243ccca58898d82cc8af7e9c00e.tar.gz
Add salt-docs package. This is the HTML documentation for sysutils/salt.
Current version is 0.10.5.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/salt-docs/DESCR9
-rw-r--r--sysutils/salt-docs/Makefile33
-rw-r--r--sysutils/salt-docs/distinfo5
3 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/salt-docs/DESCR b/sysutils/salt-docs/DESCR
new file mode 100644
index 00000000000..9f49316481b
--- /dev/null
+++ b/sysutils/salt-docs/DESCR
@@ -0,0 +1,9 @@
+This package contains the HTML documentation for salt.
+
+Salt is a distributed remote execution system used to execute commands
+and query data. It was developed in order to bring the best solutions
+found in the world of remote execution together and make them better,
+faster and more malleable. Salt accomplishes this via its ability to
+handle larger loads of information, and not just dozens, but hundreds,
+or even thousands of individual servers. It handles them quickly and
+through a simple yet manageable interface.
diff --git a/sysutils/salt-docs/Makefile b/sysutils/salt-docs/Makefile
new file mode 100644
index 00000000000..c84ec195e34
--- /dev/null
+++ b/sysutils/salt-docs/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2012/12/06 08:04:39 apb Exp $
+#
+
+DISTNAME= salt-0.10.5
+PKGNAME= ${DISTNAME:S/-/-docs-/}
+CATEGORIES= sysutils
+MASTER_SITES= http://cloud.github.com/downloads/saltstack/salt/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://saltstack.org/
+COMMENT= Documentation for salt - Remote execution and configuration management system
+LICENSE= apache-2.0
+
+NO_CONFIGURE= yes
+BUILD_DIRS= doc
+BUILD_TARGET= html
+
+HTMLDIR= share/doc/salt
+PLIST_SRC= ${WRKDIR}/.PLIST_SRC
+
+INSTALLATION_DIRS= ${HTMLDIR}
+
+do-install:
+ ( cd ${WRKSRC}/doc/_build/html \
+ && pax -rw -pe . ${DESTDIR}${PREFIX}/${HTMLDIR} )
+ ( cd ${DESTDIR}${PREFIX} \
+ && ${FIND} ${HTMLDIR} -type f -print ) >>${PLIST_SRC}
+
+# The upstream salt project does not say what version of sphinx is reqwuired.
+.include "../../lang/python/pyversion.mk"
+BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/salt-docs/distinfo b/sysutils/salt-docs/distinfo
new file mode 100644
index 00000000000..13f61144b95
--- /dev/null
+++ b/sysutils/salt-docs/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/12/06 08:04:39 apb Exp $
+
+SHA1 (salt-0.10.5.tar.gz) = 42796c7299e0000c250af2b3164fa77ef4f5e460
+RMD160 (salt-0.10.5.tar.gz) = a5de72481b458a2eb909a249e52e2edc354c2a61
+Size (salt-0.10.5.tar.gz) = 793582 bytes