pkgsrc-WIP-changes archive

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

py-Glances: Import of Glances 3.1.1 as wip/py-Glances.



Module Name:	pkgsrc-wip
Committed By:	Santhosh Raju <fox%NetBSD.org@localhost>
Pushed By:	fox
Date:		Mon Aug 26 13:50:10 2019 -0500
Changeset:	6ec5af4cdb66ee71fabab27fdfca6a94b4935a71

Added Files:
	py-Glances/DESCR
	py-Glances/Makefile
	py-Glances/PLIST
	py-Glances/distinfo
	py-Glances/patches/patch-setup.py

Log Message:
py-Glances: Import of Glances 3.1.1 as wip/py-Glances.

glances is a cross-platform curses-based monitoring tool which aims to
present a maximum of information in a minimum of space, ideally to fit
in a classical 80x24 terminal or higher to have additional information.
It can adapt dynamically the displayed information depending on the
terminal size. It can also work in client/server mode. Remote
monitoring could be done via terminal or web interface.

glances is written in Python and uses the psutil library to get
information from your system.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6ec5af4cdb66ee71fabab27fdfca6a94b4935a71

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-Glances/DESCR                  |   9 +
 py-Glances/Makefile               |  27 +++
 py-Glances/PLIST                  | 430 ++++++++++++++++++++++++++++++++++++++
 py-Glances/distinfo               |   7 +
 py-Glances/patches/patch-setup.py |  16 ++
 5 files changed, 489 insertions(+)

diffs:
diff --git a/py-Glances/DESCR b/py-Glances/DESCR
new file mode 100644
index 0000000000..0f70c21959
--- /dev/null
+++ b/py-Glances/DESCR
@@ -0,0 +1,9 @@
+glances is a cross-platform curses-based monitoring tool which aims to
+present a maximum of information in a minimum of space, ideally to fit
+in a classical 80x24 terminal or higher to have additional information.
+It can adapt dynamically the displayed information depending on the
+terminal size. It can also work in client/server mode. Remote
+monitoring could be done via terminal or web interface.
+
+glances is written in Python and uses the psutil library to get
+information from your system.
diff --git a/py-Glances/Makefile b/py-Glances/Makefile
new file mode 100644
index 0000000000..68bd270012
--- /dev/null
+++ b/py-Glances/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	Glances-3.1.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	sysutils python
+MASTER_SITES=	${MASTER_SITE_PYPI:=G/Glances/}
+
+MAINTAINER=	fox%NetBSD.org@localhost
+HOMEPAGE=	https://nicolargo.github.io/glances/
+COMMENT=	Cross-platform curses-based monitoring tool
+LICENSE=	gnu-lgpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-psutil>=5.3.0:../../sysutils/py-psutil
+DEPENDS+=	${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
+DEPENDS+=	${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
+DEPENDS:=	${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
+
+USE_LANGUAGES=	# none
+
+SUBST_CLASSES+=		prefix
+SUBST_STAGE.prefix=	pre-configure
+SUBST_MESSAGE.prefix=	Set correct prefix in bsd.cmake
+SUBST_FILES.prefix=	${WRKSRC}/setup.py
+SUBST_VARS.prefix=	PREFIX
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-Glances/PLIST b/py-Glances/PLIST
new file mode 100644
index 0000000000..298f521242
--- /dev/null
+++ b/py-Glances/PLIST
@@ -0,0 +1,430 @@
+@comment $NetBSD$
+bin/glances
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/glances/__init__.py
+${PYSITELIB}/glances/__main__.py
+${PYSITELIB}/glances/__init__.pyo
+${PYSITELIB}/glances/__init__.pyc
+${PYSITELIB}/glances/__main__.pyo
+${PYSITELIB}/glances/__main__.pyc
+${PYSITELIB}/glances/actions.pyo
+${PYSITELIB}/glances/actions.pyc
+${PYSITELIB}/glances/amps_list.pyo
+${PYSITELIB}/glances/amps_list.pyc
+${PYSITELIB}/glances/attribute.pyo
+${PYSITELIB}/glances/attribute.pyc
+${PYSITELIB}/glances/autodiscover.pyo
+${PYSITELIB}/glances/autodiscover.pyc
+${PYSITELIB}/glances/client.pyo
+${PYSITELIB}/glances/client.pyc
+${PYSITELIB}/glances/client_browser.pyo
+${PYSITELIB}/glances/client_browser.pyc
+${PYSITELIB}/glances/compat.pyo
+${PYSITELIB}/glances/compat.pyc
+${PYSITELIB}/glances/config.pyo
+${PYSITELIB}/glances/config.pyc
+${PYSITELIB}/glances/cpu_percent.pyo
+${PYSITELIB}/glances/cpu_percent.pyc
+${PYSITELIB}/glances/events.pyo
+${PYSITELIB}/glances/events.pyc
+${PYSITELIB}/glances/filter.pyo
+${PYSITELIB}/glances/filter.pyc
+${PYSITELIB}/glances/folder_list.pyo
+${PYSITELIB}/glances/folder_list.pyc
+${PYSITELIB}/glances/globals.pyo
+${PYSITELIB}/glances/globals.pyc
+${PYSITELIB}/glances/history.pyo
+${PYSITELIB}/glances/history.pyc
+${PYSITELIB}/glances/logger.pyo
+${PYSITELIB}/glances/logger.pyc
+${PYSITELIB}/glances/main.pyo
+${PYSITELIB}/glances/main.pyc
+${PYSITELIB}/glances/outdated.pyo
+${PYSITELIB}/glances/outdated.pyc
+${PYSITELIB}/glances/password.pyo
+${PYSITELIB}/glances/password.pyc
+${PYSITELIB}/glances/password_list.pyo
+${PYSITELIB}/glances/password_list.pyc
+${PYSITELIB}/glances/ports_list.pyo
+${PYSITELIB}/glances/ports_list.pyc
+${PYSITELIB}/glances/processes.pyo
+${PYSITELIB}/glances/processes.pyc
+${PYSITELIB}/glances/server.pyo
+${PYSITELIB}/glances/server.pyc
+${PYSITELIB}/glances/snmp.pyo
+${PYSITELIB}/glances/snmp.pyc
+${PYSITELIB}/glances/standalone.pyo
+${PYSITELIB}/glances/standalone.pyc
+${PYSITELIB}/glances/static_list.pyo
+${PYSITELIB}/glances/static_list.pyc
+${PYSITELIB}/glances/stats.pyo
+${PYSITELIB}/glances/stats.pyc
+${PYSITELIB}/glances/stats_client.pyo
+${PYSITELIB}/glances/stats_client.pyc
+${PYSITELIB}/glances/stats_client_snmp.pyo
+${PYSITELIB}/glances/stats_client_snmp.pyc
+${PYSITELIB}/glances/stats_server.pyo
+${PYSITELIB}/glances/stats_server.pyc
+${PYSITELIB}/glances/thresholds.pyo
+${PYSITELIB}/glances/thresholds.pyc
+${PYSITELIB}/glances/timer.pyo
+${PYSITELIB}/glances/timer.pyc
+${PYSITELIB}/glances/web_list.pyo
+${PYSITELIB}/glances/web_list.pyc
+${PYSITELIB}/glances/webserver.pyo
+${PYSITELIB}/glances/webserver.pyc
+${PYSITELIB}/glances/actions.py
+${PYSITELIB}/glances/amps/__init__.py
+${PYSITELIB}/glances/amps/__init__.pyo
+${PYSITELIB}/glances/amps/__init__.pyc
+${PYSITELIB}/glances/amps/glances_amp.pyo
+${PYSITELIB}/glances/amps/glances_amp.pyc
+${PYSITELIB}/glances/amps/glances_default.pyo
+${PYSITELIB}/glances/amps/glances_default.pyc
+${PYSITELIB}/glances/amps/glances_nginx.pyo
+${PYSITELIB}/glances/amps/glances_nginx.pyc
+${PYSITELIB}/glances/amps/glances_systemd.pyo
+${PYSITELIB}/glances/amps/glances_systemd.pyc
+${PYSITELIB}/glances/amps/glances_systemv.pyo
+${PYSITELIB}/glances/amps/glances_systemv.pyc
+${PYSITELIB}/glances/amps/glances_amp.py
+${PYSITELIB}/glances/amps/glances_default.py
+${PYSITELIB}/glances/amps/glances_nginx.py
+${PYSITELIB}/glances/amps/glances_systemd.py
+${PYSITELIB}/glances/amps/glances_systemv.py
+${PYSITELIB}/glances/amps_list.py
+${PYSITELIB}/glances/attribute.py
+${PYSITELIB}/glances/autodiscover.py
+${PYSITELIB}/glances/client.py
+${PYSITELIB}/glances/client_browser.py
+${PYSITELIB}/glances/compat.py
+${PYSITELIB}/glances/config.py
+${PYSITELIB}/glances/cpu_percent.py
+${PYSITELIB}/glances/events.py
+${PYSITELIB}/glances/exports/__init__.py
+${PYSITELIB}/glances/exports/__init__.pyo
+${PYSITELIB}/glances/exports/__init__.pyc
+${PYSITELIB}/glances/exports/glances_cassandra.pyo
+${PYSITELIB}/glances/exports/glances_cassandra.pyc
+${PYSITELIB}/glances/exports/glances_couchdb.pyo
+${PYSITELIB}/glances/exports/glances_couchdb.pyc
+${PYSITELIB}/glances/exports/glances_csv.pyo
+${PYSITELIB}/glances/exports/glances_csv.pyc
+${PYSITELIB}/glances/exports/glances_elasticsearch.pyo
+${PYSITELIB}/glances/exports/glances_elasticsearch.pyc
+${PYSITELIB}/glances/exports/glances_export.pyo
+${PYSITELIB}/glances/exports/glances_export.pyc
+${PYSITELIB}/glances/exports/glances_graph.pyo
+${PYSITELIB}/glances/exports/glances_graph.pyc
+${PYSITELIB}/glances/exports/glances_influxdb.pyo
+${PYSITELIB}/glances/exports/glances_influxdb.pyc
+${PYSITELIB}/glances/exports/glances_json.pyo
+${PYSITELIB}/glances/exports/glances_json.pyc
+${PYSITELIB}/glances/exports/glances_kafka.pyo
+${PYSITELIB}/glances/exports/glances_kafka.pyc
+${PYSITELIB}/glances/exports/glances_mqtt.pyo
+${PYSITELIB}/glances/exports/glances_mqtt.pyc
+${PYSITELIB}/glances/exports/glances_opentsdb.pyo
+${PYSITELIB}/glances/exports/glances_opentsdb.pyc
+${PYSITELIB}/glances/exports/glances_prometheus.pyo
+${PYSITELIB}/glances/exports/glances_prometheus.pyc
+${PYSITELIB}/glances/exports/glances_rabbitmq.pyo
+${PYSITELIB}/glances/exports/glances_rabbitmq.pyc
+${PYSITELIB}/glances/exports/glances_restful.pyo
+${PYSITELIB}/glances/exports/glances_restful.pyc
+${PYSITELIB}/glances/exports/glances_riemann.pyo
+${PYSITELIB}/glances/exports/glances_riemann.pyc
+${PYSITELIB}/glances/exports/glances_statsd.pyo
+${PYSITELIB}/glances/exports/glances_statsd.pyc
+${PYSITELIB}/glances/exports/glances_zeromq.pyo
+${PYSITELIB}/glances/exports/glances_zeromq.pyc
+${PYSITELIB}/glances/exports/glances_cassandra.py
+${PYSITELIB}/glances/exports/glances_couchdb.py
+${PYSITELIB}/glances/exports/glances_csv.py
+${PYSITELIB}/glances/exports/glances_elasticsearch.py
+${PYSITELIB}/glances/exports/glances_export.py
+${PYSITELIB}/glances/exports/glances_graph.py
+${PYSITELIB}/glances/exports/glances_influxdb.py
+${PYSITELIB}/glances/exports/glances_json.py
+${PYSITELIB}/glances/exports/glances_kafka.py
+${PYSITELIB}/glances/exports/glances_mqtt.py
+${PYSITELIB}/glances/exports/glances_opentsdb.py
+${PYSITELIB}/glances/exports/glances_prometheus.py
+${PYSITELIB}/glances/exports/glances_rabbitmq.py
+${PYSITELIB}/glances/exports/glances_restful.py
+${PYSITELIB}/glances/exports/glances_riemann.py
+${PYSITELIB}/glances/exports/glances_statsd.py
+${PYSITELIB}/glances/exports/glances_zeromq.py
+${PYSITELIB}/glances/filter.py
+${PYSITELIB}/glances/folder_list.py
+${PYSITELIB}/glances/globals.py
+${PYSITELIB}/glances/history.py
+${PYSITELIB}/glances/logger.py
+${PYSITELIB}/glances/main.py
+${PYSITELIB}/glances/outdated.py
+${PYSITELIB}/glances/outputs/__init__.py
+${PYSITELIB}/glances/outputs/__init__.pyo
+${PYSITELIB}/glances/outputs/__init__.pyc
+${PYSITELIB}/glances/outputs/glances_bars.pyo
+${PYSITELIB}/glances/outputs/glances_bars.pyc
+${PYSITELIB}/glances/outputs/glances_bottle.pyo
+${PYSITELIB}/glances/outputs/glances_bottle.pyc
+${PYSITELIB}/glances/outputs/glances_curses.pyo
+${PYSITELIB}/glances/outputs/glances_curses.pyc
+${PYSITELIB}/glances/outputs/glances_curses_browser.pyo
+${PYSITELIB}/glances/outputs/glances_curses_browser.pyc
+${PYSITELIB}/glances/outputs/glances_sparklines.pyo
+${PYSITELIB}/glances/outputs/glances_sparklines.pyc
+${PYSITELIB}/glances/outputs/glances_stdout.pyo
+${PYSITELIB}/glances/outputs/glances_stdout.pyc
+${PYSITELIB}/glances/outputs/glances_stdout_csv.pyo
+${PYSITELIB}/glances/outputs/glances_stdout_csv.pyc
+${PYSITELIB}/glances/outputs/glances_bars.py
+${PYSITELIB}/glances/outputs/glances_bottle.py
+${PYSITELIB}/glances/outputs/glances_curses.py
+${PYSITELIB}/glances/outputs/glances_curses_browser.py
+${PYSITELIB}/glances/outputs/glances_sparklines.py
+${PYSITELIB}/glances/outputs/glances_stdout.py
+${PYSITELIB}/glances/outputs/glances_stdout_csv.py
+${PYSITELIB}/glances/outputs/static/README.md
+${PYSITELIB}/glances/outputs/static/css/bootstrap.less
+${PYSITELIB}/glances/outputs/static/css/style.scss
+${PYSITELIB}/glances/outputs/static/css/variables.less
+${PYSITELIB}/glances/outputs/static/images/favicon.ico
+${PYSITELIB}/glances/outputs/static/images/glances.png
+${PYSITELIB}/glances/outputs/static/js/app.js
+${PYSITELIB}/glances/outputs/static/js/components/glances/component.js
+${PYSITELIB}/glances/outputs/static/js/components/glances/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/glances/view.html
+${PYSITELIB}/glances/outputs/static/js/components/help/component.js
+${PYSITELIB}/glances/outputs/static/js/components/help/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/help/view.html
+${PYSITELIB}/glances/outputs/static/js/components/index.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-alert/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-alert/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-alert/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-amps/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-amps/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-amps/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-cloud/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-cloud/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-cloud/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-cpu/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-cpu/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-cpu/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-diskio/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-diskio/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-diskio/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-docker/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-docker/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-docker/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-folders/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-folders/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-folders/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-fs/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-fs/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-fs/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-gpu/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-gpu/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-gpu/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-ip/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-ip/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-ip/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-irq/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-irq/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-irq/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-load/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-load/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-load/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-mem-more/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-mem-more/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-mem-more/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-mem/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-mem/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-mem/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-memswap/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-memswap/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-memswap/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-network/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-network/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-network/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-percpu/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-percpu/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-percpu/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-ports/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-ports/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-ports/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-process/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-process/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-process/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-processcount/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-processcount/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-processcount/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-processlist/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-processlist/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-processlist/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-quicklook/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-quicklook/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-quicklook/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-raid/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-raid/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-raid/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-sensors/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-sensors/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-sensors/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-system/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-system/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-system/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-uptime/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-uptime/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-uptime/view.html
+${PYSITELIB}/glances/outputs/static/js/components/plugin-wifi/component.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-wifi/controller.js
+${PYSITELIB}/glances/outputs/static/js/components/plugin-wifi/view.html
+${PYSITELIB}/glances/outputs/static/js/directives.js
+${PYSITELIB}/glances/outputs/static/js/filters.js
+${PYSITELIB}/glances/outputs/static/js/module.js
+${PYSITELIB}/glances/outputs/static/js/services/favicon.js
+${PYSITELIB}/glances/outputs/static/js/services/index.js
+${PYSITELIB}/glances/outputs/static/js/services/plugin_helper.js
+${PYSITELIB}/glances/outputs/static/js/services/stats.js
+${PYSITELIB}/glances/outputs/static/package-lock.json
+${PYSITELIB}/glances/outputs/static/package.json
+${PYSITELIB}/glances/outputs/static/public/9a360c92ce9bda60a8da6389741dcfbf.png
+${PYSITELIB}/glances/outputs/static/public/favicon.ico
+${PYSITELIB}/glances/outputs/static/public/glances.js
+${PYSITELIB}/glances/outputs/static/public/glances.map.js
+${PYSITELIB}/glances/outputs/static/templates/index.html.tpl
+${PYSITELIB}/glances/outputs/static/webpack.config.js
+${PYSITELIB}/glances/outputs/static/yarn.lock
+${PYSITELIB}/glances/password.py
+${PYSITELIB}/glances/password_list.py
+${PYSITELIB}/glances/plugins/__init__.py
+${PYSITELIB}/glances/plugins/__init__.pyo
+${PYSITELIB}/glances/plugins/__init__.pyc
+${PYSITELIB}/glances/plugins/glances_alert.pyo
+${PYSITELIB}/glances/plugins/glances_alert.pyc
+${PYSITELIB}/glances/plugins/glances_amps.pyo
+${PYSITELIB}/glances/plugins/glances_amps.pyc
+${PYSITELIB}/glances/plugins/glances_batpercent.pyo
+${PYSITELIB}/glances/plugins/glances_batpercent.pyc
+${PYSITELIB}/glances/plugins/glances_cloud.pyo
+${PYSITELIB}/glances/plugins/glances_cloud.pyc
+${PYSITELIB}/glances/plugins/glances_core.pyo
+${PYSITELIB}/glances/plugins/glances_core.pyc
+${PYSITELIB}/glances/plugins/glances_cpu.pyo
+${PYSITELIB}/glances/plugins/glances_cpu.pyc
+${PYSITELIB}/glances/plugins/glances_diskio.pyo
+${PYSITELIB}/glances/plugins/glances_diskio.pyc
+${PYSITELIB}/glances/plugins/glances_docker.pyo
+${PYSITELIB}/glances/plugins/glances_docker.pyc
+${PYSITELIB}/glances/plugins/glances_folders.pyo
+${PYSITELIB}/glances/plugins/glances_folders.pyc
+${PYSITELIB}/glances/plugins/glances_fs.pyo
+${PYSITELIB}/glances/plugins/glances_fs.pyc
+${PYSITELIB}/glances/plugins/glances_gpu.pyo
+${PYSITELIB}/glances/plugins/glances_gpu.pyc
+${PYSITELIB}/glances/plugins/glances_hddtemp.pyo
+${PYSITELIB}/glances/plugins/glances_hddtemp.pyc
+${PYSITELIB}/glances/plugins/glances_help.pyo
+${PYSITELIB}/glances/plugins/glances_help.pyc
+${PYSITELIB}/glances/plugins/glances_ip.pyo
+${PYSITELIB}/glances/plugins/glances_ip.pyc
+${PYSITELIB}/glances/plugins/glances_irq.pyo
+${PYSITELIB}/glances/plugins/glances_irq.pyc
+${PYSITELIB}/glances/plugins/glances_load.pyo
+${PYSITELIB}/glances/plugins/glances_load.pyc
+${PYSITELIB}/glances/plugins/glances_mem.pyo
+${PYSITELIB}/glances/plugins/glances_mem.pyc
+${PYSITELIB}/glances/plugins/glances_memswap.pyo
+${PYSITELIB}/glances/plugins/glances_memswap.pyc
+${PYSITELIB}/glances/plugins/glances_network.pyo
+${PYSITELIB}/glances/plugins/glances_network.pyc
+${PYSITELIB}/glances/plugins/glances_now.pyo
+${PYSITELIB}/glances/plugins/glances_now.pyc
+${PYSITELIB}/glances/plugins/glances_percpu.pyo
+${PYSITELIB}/glances/plugins/glances_percpu.pyc
+${PYSITELIB}/glances/plugins/glances_plugin.pyo
+${PYSITELIB}/glances/plugins/glances_plugin.pyc
+${PYSITELIB}/glances/plugins/glances_ports.pyo
+${PYSITELIB}/glances/plugins/glances_ports.pyc
+${PYSITELIB}/glances/plugins/glances_processcount.pyo
+${PYSITELIB}/glances/plugins/glances_processcount.pyc
+${PYSITELIB}/glances/plugins/glances_processlist.pyo
+${PYSITELIB}/glances/plugins/glances_processlist.pyc
+${PYSITELIB}/glances/plugins/glances_psutilversion.pyo
+${PYSITELIB}/glances/plugins/glances_psutilversion.pyc
+${PYSITELIB}/glances/plugins/glances_quicklook.pyo
+${PYSITELIB}/glances/plugins/glances_quicklook.pyc
+${PYSITELIB}/glances/plugins/glances_raid.pyo
+${PYSITELIB}/glances/plugins/glances_raid.pyc
+${PYSITELIB}/glances/plugins/glances_sensors.pyo
+${PYSITELIB}/glances/plugins/glances_sensors.pyc
+${PYSITELIB}/glances/plugins/glances_smart.pyo
+${PYSITELIB}/glances/plugins/glances_smart.pyc
+${PYSITELIB}/glances/plugins/glances_system.pyo
+${PYSITELIB}/glances/plugins/glances_system.pyc
+${PYSITELIB}/glances/plugins/glances_uptime.pyo
+${PYSITELIB}/glances/plugins/glances_uptime.pyc
+${PYSITELIB}/glances/plugins/glances_wifi.pyo
+${PYSITELIB}/glances/plugins/glances_wifi.pyc
+${PYSITELIB}/glances/plugins/glances_alert.py
+${PYSITELIB}/glances/plugins/glances_amps.py
+${PYSITELIB}/glances/plugins/glances_batpercent.py
+${PYSITELIB}/glances/plugins/glances_cloud.py
+${PYSITELIB}/glances/plugins/glances_core.py
+${PYSITELIB}/glances/plugins/glances_cpu.py
+${PYSITELIB}/glances/plugins/glances_diskio.py
+${PYSITELIB}/glances/plugins/glances_docker.py
+${PYSITELIB}/glances/plugins/glances_folders.py
+${PYSITELIB}/glances/plugins/glances_fs.py
+${PYSITELIB}/glances/plugins/glances_gpu.py
+${PYSITELIB}/glances/plugins/glances_hddtemp.py
+${PYSITELIB}/glances/plugins/glances_help.py
+${PYSITELIB}/glances/plugins/glances_ip.py
+${PYSITELIB}/glances/plugins/glances_irq.py
+${PYSITELIB}/glances/plugins/glances_load.py
+${PYSITELIB}/glances/plugins/glances_mem.py
+${PYSITELIB}/glances/plugins/glances_memswap.py
+${PYSITELIB}/glances/plugins/glances_network.py
+${PYSITELIB}/glances/plugins/glances_now.py
+${PYSITELIB}/glances/plugins/glances_percpu.py
+${PYSITELIB}/glances/plugins/glances_plugin.py
+${PYSITELIB}/glances/plugins/glances_ports.py
+${PYSITELIB}/glances/plugins/glances_processcount.py
+${PYSITELIB}/glances/plugins/glances_processlist.py
+${PYSITELIB}/glances/plugins/glances_psutilversion.py
+${PYSITELIB}/glances/plugins/glances_quicklook.py
+${PYSITELIB}/glances/plugins/glances_raid.py
+${PYSITELIB}/glances/plugins/glances_sensors.py
+${PYSITELIB}/glances/plugins/glances_smart.py
+${PYSITELIB}/glances/plugins/glances_system.py
+${PYSITELIB}/glances/plugins/glances_uptime.py
+${PYSITELIB}/glances/plugins/glances_wifi.py
+${PYSITELIB}/glances/ports_list.py
+${PYSITELIB}/glances/processes.py
+${PYSITELIB}/glances/server.py
+${PYSITELIB}/glances/snmp.py
+${PYSITELIB}/glances/standalone.py
+${PYSITELIB}/glances/static_list.py
+${PYSITELIB}/glances/stats.py
+${PYSITELIB}/glances/stats_client.py
+${PYSITELIB}/glances/stats_client_snmp.py
+${PYSITELIB}/glances/stats_server.py
+${PYSITELIB}/glances/thresholds.py
+${PYSITELIB}/glances/timer.py
+${PYSITELIB}/glances/web_list.py
+${PYSITELIB}/glances/webserver.py
+man/man1/glances.1
+share/doc/glances/AUTHORS
+share/doc/glances/CONTRIBUTING.md
+share/doc/glances/COPYING
+share/doc/glances/NEWS.rst
+share/doc/glances/README.rst
+share/doc/glances/glances.conf
+share/examples/glances/glances.conf
diff --git a/py-Glances/distinfo b/py-Glances/distinfo
new file mode 100644
index 0000000000..822984fbe4
--- /dev/null
+++ b/py-Glances/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (Glances-3.1.1.tar.gz) = 8e67a4f27bda6d8dc0ae18dcd873b977f6ed2295
+RMD160 (Glances-3.1.1.tar.gz) = fdc74ba3451cd05aef1b5a9673963e0d0b779a4c
+SHA512 (Glances-3.1.1.tar.gz) = a801ab12653cd21cc2b478089d85f3c550754f5da05935d5aba5bc8d6347d83f1ac681a17b67176731469181869c449222574270b864e6607f033b3a16e3184d
+Size (Glances-3.1.1.tar.gz) = 6715639 bytes
+SHA1 (patch-setup.py) = cc4ec69ac043fdeab650f42fc81e8a797765ffef
diff --git a/py-Glances/patches/patch-setup.py b/py-Glances/patches/patch-setup.py
new file mode 100644
index 0000000000..119f64ba11
--- /dev/null
+++ b/py-Glances/patches/patch-setup.py
@@ -0,0 +1,16 @@
+$NetBSD$
+
+Fixes paths of the man page and sample configuration file.
+
+--- setup.py.orig	2019-08-26 16:48:11.736098643 +0000
++++ setup.py
+@@ -34,7 +34,8 @@ def get_data_files():
+     data_files = [
+         ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst',
+                                'CONTRIBUTING.md', 'conf/glances.conf']),
+-        ('share/man/man1', ['docs/man/glances.1'])
++        ('/usr/pkg/share/examples/glances', ['conf/glances.conf']),
++        ('/usr/pkg/man/man1', ['docs/man/glances.1'])
+     ]
+ 
+     return data_files


Home | Main Index | Thread Index | Old Index