pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Add py-ngxtop
Module Name: pkgsrc-wip
Committed By: Kethzer Docteur <kethzer.dr%gmail.com@localhost>
Pushed By: kethzer.dr
Date: Wed Apr 8 22:35:37 2020 -0400
Changeset: 0c2cff015258bbcff1e4f2f1b3e9924c4b86fe67
Modified Files:
Makefile
Added Files:
py-ngxtop/DESCR
py-ngxtop/Makefile
py-ngxtop/PLIST
py-ngxtop/distinfo
Log Message:
Add py-ngxtop
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0c2cff015258bbcff1e4f2f1b3e9924c4b86fe67
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-ngxtop/DESCR | 1 +
py-ngxtop/Makefile | 32 ++++++++++++++++++++++++++++++++
py-ngxtop/PLIST | 20 ++++++++++++++++++++
py-ngxtop/distinfo | 6 ++++++
5 files changed, 60 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 0ccc56e311..06d9c3ea14 100644
--- a/Makefile
+++ b/Makefile
@@ -3712,6 +3712,7 @@ SUBDIR+= py-neurolab
SUBDIR+= py-neuronpy
SUBDIR+= py-nexpy
SUBDIR+= py-nfg
+SUBDIR+= py-ngxtop
SUBDIR+= py-nibabel
SUBDIR+= py-nilearn
SUBDIR+= py-nimfa
diff --git a/py-ngxtop/DESCR b/py-ngxtop/DESCR
new file mode 100644
index 0000000000..3414261496
--- /dev/null
+++ b/py-ngxtop/DESCR
@@ -0,0 +1 @@
+Parses your nginx access log and outputs useful, metrics of your nginx server. So you can tell what is happening with your server in real-time.
diff --git a/py-ngxtop/Makefile b/py-ngxtop/Makefile
new file mode 100644
index 0000000000..d4d5b3649f
--- /dev/null
+++ b/py-ngxtop/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+DISTNAME= ngxtop
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lebinh/}
+GITHUB_TAG= 0.0.2
+EXTRACT_SUFX= .zip
+CATEGORIES= sysutils
+
+MAINTAINER= kethzer.dr%gmail.com@localhost
+HOMEPAGE= https://github.com/lebinh/
+COMMENT= real-time metrics for nginx server
+LICENSE= mit
+
+
+#PYTHON_VERSIONS_ACCEPTED= 27
+
+WRKSRC= ${WRKDIR}/${DISTNAME}-${GITHUB_TAG}
+
+DEPENDS+= ${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
+DEPENDS+= ${PYPKGPREFIX}-tabulate>=0.8.6:../../textproc/py-tabulate
+DEPENDS+= ${PYPKGPREFIX}-pyparsing>=2.4.5:../../devel/py-pyparsing
+DEPENDS+= ${PYPKGPREFIX}-curses>=3.7.6:../../devel/py-curses
+DEPENDS+= ${PYPKGPREFIX}-sqlite3>=3.7.6:../../databases/py-sqlite3
+
+
+post-install:
+ ${CP} -r ${WRKDIR}/.destdir/usr/pkg/bin/ngxtop ${PREFIX}/bin
+
+.include "../../lang/python/egg.mk"
+# url2pkg-marker (please do not remove this line.)
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-ngxtop/PLIST b/py-ngxtop/PLIST
new file mode 100644
index 0000000000..4d9b95e8c5
--- /dev/null
+++ b/py-ngxtop/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+bin/${PKGVERSION}
+${PYSITELIB}/${PKGVERSION}-0.0.2-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/${PKGVERSION}-0.0.2-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/${PKGVERSION}-0.0.2-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/${PKGVERSION}-0.0.2-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/${PKGVERSION}-0.0.2-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/${PKGVERSION}-0.0.2-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/${PKGVERSION}/__init__.py
+${PYSITELIB}/${PKGVERSION}/__init__.pyo
+${PYSITELIB}/${PKGVERSION}/__init__.pyc
+${PYSITELIB}/${PKGVERSION}/config_parser.pyo
+${PYSITELIB}/${PKGVERSION}/config_parser.pyc
+${PYSITELIB}/${PKGVERSION}/${PKGVERSION}.pyo
+${PYSITELIB}/${PKGVERSION}/${PKGVERSION}.pyc
+${PYSITELIB}/${PKGVERSION}/utils.pyo
+${PYSITELIB}/${PKGVERSION}/utils.pyc
+${PYSITELIB}/${PKGVERSION}/config_parser.py
+${PYSITELIB}/${PKGVERSION}/${PKGVERSION}.py
+${PYSITELIB}/${PKGVERSION}/utils.py
diff --git a/py-ngxtop/distinfo b/py-ngxtop/distinfo
new file mode 100644
index 0000000000..9410709cfe
--- /dev/null
+++ b/py-ngxtop/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ngxtop.zip) = 97fa7b5df6e970522d7a11142a7efe78c58ba45a
+RMD160 (ngxtop.zip) = c6920c5bc2960dae3e27ee434259ec4a9cd9dcf2
+SHA512 (ngxtop.zip) = 75fb3daf664581efef82ddb94be7cf78c363f5f4ac17f3c98ab5c45c610397f6500b01861a20ef11f418e1a34af5bc781b4f159816283c811b1242ea88f34c47
+Size (ngxtop.zip) = 12256 bytes
Home |
Main Index |
Thread Index |
Old Index