pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-mod_wsgi-metrics The mod_wsgi-metrics package i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c264222acc6
branches:  trunk
changeset: 645207:7c264222acc6
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jan 25 12:00:49 2015 +0000

description:
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:

 www/py-mod_wsgi-metrics/DESCR    |   5 +++++
 www/py-mod_wsgi-metrics/Makefile |  16 ++++++++++++++++
 www/py-mod_wsgi-metrics/PLIST    |  30 ++++++++++++++++++++++++++++++
 www/py-mod_wsgi-metrics/distinfo |   5 +++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r 78db23564a1c -r 7c264222acc6 www/py-mod_wsgi-metrics/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-mod_wsgi-metrics/DESCR     Sun Jan 25 12:00:49 2015 +0000
@@ -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 -r 78db23564a1c -r 7c264222acc6 www/py-mod_wsgi-metrics/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-mod_wsgi-metrics/Makefile  Sun Jan 25 12:00:49 2015 +0000
@@ -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@localhost
+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 -r 78db23564a1c -r 7c264222acc6 www/py-mod_wsgi-metrics/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-mod_wsgi-metrics/PLIST     Sun Jan 25 12:00:49 2015 +0000
@@ -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 -r 78db23564a1c -r 7c264222acc6 www/py-mod_wsgi-metrics/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/py-mod_wsgi-metrics/distinfo  Sun Jan 25 12:00:49 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index