summaryrefslogtreecommitdiff
path: root/www-apps/cgisysinfo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /www-apps/cgisysinfo
reinit the tree, so we can have metadata
Diffstat (limited to 'www-apps/cgisysinfo')
-rw-r--r--www-apps/cgisysinfo/Manifest5
-rw-r--r--www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild35
-rw-r--r--www-apps/cgisysinfo/metadata.xml16
3 files changed, 56 insertions, 0 deletions
diff --git a/www-apps/cgisysinfo/Manifest b/www-apps/cgisysinfo/Manifest
new file mode 100644
index 000000000000..164c56d65d3b
--- /dev/null
+++ b/www-apps/cgisysinfo/Manifest
@@ -0,0 +1,5 @@
+DIST cgisysinfo-0.4.1.tar.bz2 262016 SHA256 6284ad1b64a34827dc0ee4e7c2125ec843723b93cdf139e0d95215335e7533b8 SHA512 fd14339ea346f70c9b5632ae861ba006b70c5ff5849ebbd3b32bcedaf0a5865d411d6d0f251362baea515f0d64639d544779c3569574a710ed4967c9fa770909 WHIRLPOOL c651522b98b2bdef6c597b0842f39256450cb8b1d69e68e9896b56ab5dc5fd0d51c2057eb3b2f4d0a42e63fb5411ff86095d8362dd9a1711219ffbdccd1c8c7a
+EBUILD cgisysinfo-0.4.1.ebuild 751 SHA256 c005f493e9215cb70c8c937efa80b24f96add428f023aa1f1dd154e5a7985578 SHA512 5ffa459ff69d3325de5c3ab1b8575b0c6904f4f6825b30a1596e45bfdc24d58ff2cd38c705427fadc8d53614a5336461131b190ce41bc3b6474322039f124055 WHIRLPOOL 9e5bb8f2da310935a8b0e8317429c460d61ddf05f62e5d32ae4000c9fc08125ca884f3963dab0119a6772334708178a6eb3656edae84f21aeaa69cb50feee0b5
+MISC ChangeLog 2578 SHA256 da1bb87af0e72549126b912bd060a45cd6aed8e70312505b94769b66c0029b45 SHA512 f2a003a6a8e4b8672ae0f90031e29cb85fe37ae68157c573c759d4d0464452447bd310ab75f85872cf22d0e8c60e4998edce99c649d23790adf527cff6c93210 WHIRLPOOL d4e524810ff241d0eb97ae94c856c854cd0a96a6921ca34522732cb3f8240e05b22d6cbda232675d11092de366d2de4d8274d57446d19648fa181106575c3381
+MISC ChangeLog-2015 972 SHA256 600f528cdde6f22882f3c1a732634b1bdb4c3ed6902cba8a7b0d63e6a08d7c0b SHA512 3191d8f9bd46175294e55a4b3f1702f24b5244e0994890d552f6e3ea1244fbefd71c4c9cf99a2e8e5ca364e8850838f8c34ab46a02d120e77997526cf7c247b1 WHIRLPOOL 5b45feb5d9fc2e78782e56a6b9ead6ef094f097959ca95bb3a5604fe4ea9483a3a37434a97fc91f9a6a6d32d9930f9fc8578a64b87615fd6e9b93c10439a40e6
+MISC metadata.xml 564 SHA256 8ea52adbb6befa84850571fcc301dd5c04275181630095a97f38d56745658688 SHA512 de9b1595b80be8603d6496c2159c787319148aeef5b6b1d0216bc562bf42d244bf4fe952a4e9c992fcec2159d33e86e2c4719de3bcaaa790ee284b0b0f90cacb WHIRLPOOL 42abeacaa4b9a838e7f6b2ca97d32990d57498e86dc88165a0a7cb00c7f91bf1c254bdf977472ad9593cb6c23984b69426328176fe868fa55400661b68f6924b
diff --git a/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
new file mode 100644
index 000000000000..f14902a87ecc
--- /dev/null
+++ b/www-apps/cgisysinfo/cgisysinfo-0.4.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+if [[ ${PV} = *9999* ]]; then
+ WANT_AUTOCONF="2.5"
+ WANT_AUTOMAKE="1.10"
+ inherit autotools mercurial
+ EHG_REPO_URI="http://hg.rafaelmartins.eng.br/cgisysinfo/"
+ KEYWORDS=""
+else
+ SRC_URI="http://distfiles.rafaelmartins.eng.br/${PN}/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A small cgi utility to show basic system information"
+HOMEPAGE="http://projects.rafaelmartins.eng.br/cgisysinfo"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="fastcgi"
+
+DEPEND="fastcgi? ( dev-libs/fcgi )"
+RDEPEND="${DEPEND}"
+
+DOCS="README AUTHORS NEWS"
+
+src_prepare() {
+ [[ ${PV} = *9999* ]] && eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable fastcgi)
+}
diff --git a/www-apps/cgisysinfo/metadata.xml b/www-apps/cgisysinfo/metadata.xml
new file mode 100644
index 000000000000..a20bd0a500ad
--- /dev/null
+++ b/www-apps/cgisysinfo/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>rafaelmartins@gentoo.org</email>
+ <name>Rafael G. Martins</name>
+ </maintainer>
+ <longdescription lang="en">
+ cgisysinfo is a small CGI utility to show basic system information on Linux
+ machines.
+
+ cgisysinfo is useful for machines that run a webserver but not PHP, and was
+ tested with nginx + fcgiwrap. It should works with any CGI-capable web
+ server.
+ </longdescription>
+</pkgmetadata>