summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authoradam <adam>2015-01-25 12:00:49 +0000
committeradam <adam>2015-01-25 12:00:49 +0000
commit39465768e894360933d8c97c7190a27c02531501 (patch)
treea5edeaa9cb7d23c67a705c0bd268b4af6eb733e5 /www
parente6bb03cf658f4cab056adcaf23cd8d75bfc9c7b0 (diff)
downloadpkgsrc-39465768e894360933d8c97c7190a27c02531501.tar.gz
The mod_wsgi-metrics package is an add on package for Apache/mod_wsgi. It generates metric information about the run time performance of Apache and mod_wsgi. At least mod_wsgi version 4.2.0 is required.
Diffstat (limited to 'www')
-rw-r--r--www/py-mod_wsgi-metrics/DESCR5
-rw-r--r--www/py-mod_wsgi-metrics/Makefile16
-rw-r--r--www/py-mod_wsgi-metrics/PLIST30
-rw-r--r--www/py-mod_wsgi-metrics/distinfo5
4 files changed, 56 insertions, 0 deletions
diff --git a/www/py-mod_wsgi-metrics/DESCR b/www/py-mod_wsgi-metrics/DESCR
new file mode 100644
index 00000000000..bd2502c2bad
--- /dev/null
+++ b/www/py-mod_wsgi-metrics/DESCR
@@ -0,0 +1,5 @@
+The aim of mod_wsgi is to implement a simple to use Apache module which can
+host any Python application which supports the Python WSGI interface. The
+module would be suitable for use in hosting high performance production web
+sites, as well as your average personal sites running on commodity web hosting
+services.
diff --git a/www/py-mod_wsgi-metrics/Makefile b/www/py-mod_wsgi-metrics/Makefile
new file mode 100644
index 00000000000..5908aac3a56
--- /dev/null
+++ b/www/py-mod_wsgi-metrics/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/01/25 12:00:49 adam Exp $
+
+DISTNAME= mod_wsgi-metrics-1.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= http://pypi.python.org/packages/source/m/mod_wsgi-metrics/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://code.google.com/p/modwsgi/
+COMMENT= WSGI module for apache
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-psutil>=2.0.0:../../sysutils/py-psutil
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-mod_wsgi-metrics/PLIST b/www/py-mod_wsgi-metrics/PLIST
new file mode 100644
index 00000000000..d523365cbab
--- /dev/null
+++ b/www/py-mod_wsgi-metrics/PLIST
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2015/01/25 12:00:49 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mod_wsgi/__init__.py
+${PYSITELIB}/mod_wsgi/__init__.pyc
+${PYSITELIB}/mod_wsgi/__init__.pyo
+${PYSITELIB}/mod_wsgi/metrics/__init__.py
+${PYSITELIB}/mod_wsgi/metrics/__init__.pyc
+${PYSITELIB}/mod_wsgi/metrics/__init__.pyo
+${PYSITELIB}/mod_wsgi/metrics/sampler.pyc
+${PYSITELIB}/mod_wsgi/metrics/sampler.pyo
+${PYSITELIB}/mod_wsgi/metrics/scoreboard.pyc
+${PYSITELIB}/mod_wsgi/metrics/scoreboard.pyo
+${PYSITELIB}/mod_wsgi/metrics/statistics.pyc
+${PYSITELIB}/mod_wsgi/metrics/statistics.pyo
+${PYSITELIB}/mod_wsgi/metrics/newrelic/__init__.py
+${PYSITELIB}/mod_wsgi/metrics/newrelic/__init__.pyc
+${PYSITELIB}/mod_wsgi/metrics/newrelic/__init__.pyo
+${PYSITELIB}/mod_wsgi/metrics/newrelic/agent.pyc
+${PYSITELIB}/mod_wsgi/metrics/newrelic/agent.pyo
+${PYSITELIB}/mod_wsgi/metrics/newrelic/platform.pyc
+${PYSITELIB}/mod_wsgi/metrics/newrelic/platform.pyo
+${PYSITELIB}/mod_wsgi/metrics/newrelic/agent.py
+${PYSITELIB}/mod_wsgi/metrics/newrelic/platform.py
+${PYSITELIB}/mod_wsgi/metrics/sampler.py
+${PYSITELIB}/mod_wsgi/metrics/scoreboard.py
+${PYSITELIB}/mod_wsgi/metrics/statistics.py
diff --git a/www/py-mod_wsgi-metrics/distinfo b/www/py-mod_wsgi-metrics/distinfo
new file mode 100644
index 00000000000..2ba78276e9e
--- /dev/null
+++ b/www/py-mod_wsgi-metrics/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/01/25 12:00:49 adam Exp $
+
+SHA1 (mod_wsgi-metrics-1.1.1.tar.gz) = 846d66bca409cad14fca8cd8c55659e1792b2206
+RMD160 (mod_wsgi-metrics-1.1.1.tar.gz) = 2148d5e203c630cfb1b0349466d845443ff7495f
+Size (mod_wsgi-metrics-1.1.1.tar.gz) = 17430 bytes