Commit Graph

26 Commits

Author SHA1 Message Date
sthen
7d942d7e25 update to visidata-2.11 2023-01-22 15:02:57 +00:00
sthen
dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
sthen
dac65d5efa update to visidata-2.10.2 2022-10-09 14:28:41 +00:00
sthen
ae00a87925 update to visidata-2.10.1 2022-09-16 08:15:42 +00:00
sthen
2206a80000 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a
magic-numbers name and more of a nod at the frontend we're actually
using for the build.
2022-09-13 20:56:17 +00:00
sthen
cebd2566d5 update to visidata-2.10 2022-09-02 08:50:37 +00:00
sthen
1c5c5ac003 update to visidata-2.9.1 2022-07-23 09:56:07 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
sdk
4f233ebf3f Add run-dep devel/py-dateutil
bin/vd can run without it
bin/visidata needs it due to some easy_install loader code which is not
present in vd

ok sthen@
2022-02-15 21:31:53 +00:00
sthen
7f89fa1724 update to visidata-2.8 2021-12-28 09:17:51 +00:00
sthen
d9dd73841d update to visidata-2.7.1 2021-11-18 09:05:08 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
45b8c88496 update to visidata-2.6.1, now including menus
this has a minor issue, https://github.com/saulpw/visidata/issues/1131 -
if ~/.visidata/plugins directory does not exist a warning is printed,
it should be ok to ignore or if it annoys you too much you can create
the directory for now.
2021-10-12 13:39:10 +00:00
sthen
f9a3d670b1 update to visidata-2.5 2021-07-10 07:58:30 +00:00
sthen
e28a2201d4 update to visidata-2.4 2021-04-23 21:13:15 +00:00
sthen
e5d5a63d10 update to visidata-2.3 2021-04-05 13:27:45 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
e8f94f8ddc update to visidata-2.2.1 2021-02-09 14:30:09 +00:00
sthen
36cc322e5d update to visidata-2.2 2021-02-01 14:56:30 +00:00
sthen
75057f501f update to visidata-2.1.1 2021-01-09 17:50:07 +00:00
sthen
a28a9f15a0 visidata: add openpyxl to README as optional dep 2021-01-05 13:03:14 +00:00
sthen
fc02efed2e visidata: update to 2.1 2020-12-08 20:34:07 +00:00
sthen
626a268fcb visidata: update pkg/README now that py3-pdfminer provides a suitable version 2020-12-08 08:17:03 +00:00
sthen
3e2a19beb5 committed upstream 2020-12-07 11:05:48 +00:00
sthen
320e77e26f visidata: repair .xls reading, add a readme showing actual pkgnames for
deps.
2020-12-06 14:12:40 +00:00
sthen
48a5b600af import math/visidata, ok/feedback landry@
VisiData is an interactive multitool for tabular data. It combines the
clarity of a spreadsheet, the efficiency of the terminal, and the power
of Python, into a lightweight utility which can handle millions of rows
with ease.

It's very flexible - see https://www.visidata.org/blog/2020/ten/ for
examples of what it can do, https://jsvine.github.io/intro-to-visidata/
for a tutorial, and the vd(1) manual for a good reference guide.

All of the obvious data formats are supported, as are more specialist
types including pcap, HTML tables, SQL databases, geographic data and
more - see https://www.visidata.org/formats/. This package does not
force optional dependencies for all of these - check the list or try
opening the file and see the "module not found" message - pkglocate
is useful to find the relevant py3-module to install.
2020-12-06 12:55:25 +00:00