ports/contrib (3.6): cmake-man: initial import
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 50ffde76b10ea7278073a3f48964b68a63db93be Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Aug 16 17:45:54 2020 +1000 cmake-man: initial import diff --git a/cmake-man/.footprint b/cmake-man/.footprint new file mode 100644 index 000000000..ca904457a --- /dev/null +++ b/cmake-man/.footprint @@ -0,0 +1,28 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ccmake.1.gz +-rw-r--r-- root/root usr/share/man/man1/cmake-gui.1.gz +-rw-r--r-- root/root usr/share/man/man1/cmake.1.gz +-rw-r--r-- root/root usr/share/man/man1/cpack.1.gz +-rw-r--r-- root/root usr/share/man/man1/ctest.1.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/cmake-buildsystem.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-commands.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-compile-features.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-developer.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-env-variables.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-file-api.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-generator-expressions.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-generators.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-language.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-modules.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-packages.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-policies.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-properties.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-qt.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-server.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-toolchains.7.gz +-rw-r--r-- root/root usr/share/man/man7/cmake-variables.7.gz +-rw-r--r-- root/root usr/share/man/man7/cpack-generators.7.gz diff --git a/cmake-man/.signature b/cmake-man/.signature new file mode 100644 index 000000000..89d058fdc --- /dev/null +++ b/cmake-man/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF37DCsm+R41vDkkYceB7SIIMaQwjME08lmeGFu/7xSNEGXQWAM89SzteuQ6+vxhv7Aiw5ZoqNiDRd8vw65pbKOQw= +SHA256 (Pkgfile) = 5fd2e86759645d6df8c25e255e927f29123052579f30f908d33402dedf8a996a +SHA256 (.footprint) = 2d5af8b5b9816f80450b71452bc1ae49246b20510bba819c47804f5c8d788209 +SHA256 (cmake-3.18.1.tar.gz) = c0e3338bd37e67155b9d1e9526fec326b5c541f74857771b7ffed0c46ad62508 diff --git a/cmake-man/Pkgfile b/cmake-man/Pkgfile new file mode 100644 index 000000000..822e8b3b1 --- /dev/null +++ b/cmake-man/Pkgfile @@ -0,0 +1,17 @@ +# Description: Man pages for cmake. +# URL: http://www.cmake.org/ +# Maintainer: Danny Rawlins, crux at romster dot me +# Depends on: cmake python3-sphinx + +name=cmake-man +version=3.18.1 +release=1 +source=(https://cmake.org/files/v${version%.*}/cmake-$version.tar.gz) + +build() { + cmake -Scmake-$version/Utilities/Sphinx -Bbuild \ + -DCMAKE_INSTALL_PREFIX=/usr/share -DSPHINX_MAN=ON + + cmake --build build + DESTDIR=$PKG cmake --install build +}
participants (1)
-
crux@crux.nu