diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2020-09-19 13:01:00 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2020-09-19 13:01:00 +0000 |
| commit | b2e5755eb8260645c1601d3b2f26c3298ff0e858 (patch) | |
| tree | 28d1874e1dbd4cb62d6fbf7efe56d0063931b0ab /databases/mtools-mongodb | |
| parent | d8402760d93fe0876980bd6fe8578526f9254179 (diff) | |
Notes
Diffstat (limited to 'databases/mtools-mongodb')
| -rw-r--r-- | databases/mtools-mongodb/Makefile | 27 | ||||
| -rw-r--r-- | databases/mtools-mongodb/distinfo | 3 | ||||
| -rw-r--r-- | databases/mtools-mongodb/pkg-descr | 24 |
3 files changed, 0 insertions, 54 deletions
diff --git a/databases/mtools-mongodb/Makefile b/databases/mtools-mongodb/Makefile deleted file mode 100644 index 9043175fedee..000000000000 --- a/databases/mtools-mongodb/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Boris Samorodov <bsam@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= mtools -PORTVERSION= 1.2.3 -PORTREVISION= 4 -CATEGORIES= databases python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -mongodb - -MAINTAINER= bsam@FreeBSD.org -COMMENT= Setup test environments; parse, filter and visualize MongoDB log files - -LICENSE= APACHE20 - -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} - -USE_PYTHON= autoplist distutils -USES= python:2.7 - -.include <bsd.port.mk> diff --git a/databases/mtools-mongodb/distinfo b/databases/mtools-mongodb/distinfo deleted file mode 100644 index c6200796c3ec..000000000000 --- a/databases/mtools-mongodb/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1481737047 -SHA256 (mtools-1.2.3.tar.gz) = 250bcef7dc6114cb0bc193c4ff195cc345112afb0d708bddcef1584d090a2c0a -SIZE (mtools-1.2.3.tar.gz) = 1697099 diff --git a/databases/mtools-mongodb/pkg-descr b/databases/mtools-mongodb/pkg-descr deleted file mode 100644 index b55eef73c325..000000000000 --- a/databases/mtools-mongodb/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Mtools is a collection of helper scripts to parse and filter MongoDB -log files (mongod, mongos), visualize log files and quickly set up -complex MongoDB test environments on a local machine: - -* mlogfilter * slices log files by time, merges log files, filters - slow queries, finds table scans, shortens log lines, filters by - other atributes, convert to JSON; - -* mloginfo * returns info about log file, like start and end time, - version, binary, special sections like restarts, connections, - distinct view; - -* mplotqueries * visualize logfiles with different types of plots; - -* mlogvis * creates a self-contained html file that shows an interactive - visualization in a web browser (as an alternative to mplotqueries); - -* mlaunch * a script to quickly spin up local test environments, - including replica sets and sharded systems; - -* mgenerate * generates structured pseudo-random data based on a - template for testing and reproduction. - -WWW: https://github.com/rueckstiess/mtools |
