notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
veles Tool for binary data visualization and analysis
2018.05.0_4 misc on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2018.05.0_4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-06-14 03:44:04
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
License: APACHE20
WWW:
https://codisec.com/veles/
Description:
Veles is an open source tool for binary data analysis. Features: * Binary data visualization It is a very difficult task for a human to notice subtle patterns in large amounts of binary data, however, us humans are very good at finding patterns in images. Statistical visualizations let you find the important bits in a sea of binary data - all at a glance. * Binary data analysis Veles combines advanced hex explorer and data visualization features with an extensible framework for binary data analysis. Reverse engineering binaries? Veles can support your work in these fields: reverse engineering binaries, exploring file system images, steganography. * Easy extendibility With the number of different architectures, file formats and encodings you can't always expect to find the tool you need online. Veles uses client-server architecture, where each analyser can run in a separate process. All you need to do is get the data from the server, implement a Python function to parse it and return the results.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (120 items)
Collapse this list.
  1. /usr/local/share/licenses/veles-2018.05.0_4/catalog.mk
  2. /usr/local/share/licenses/veles-2018.05.0_4/LICENSE
  3. /usr/local/share/licenses/veles-2018.05.0_4/APACHE20
  4. bin/veles
  5. bin/veles-server
  6. lib/python3.9/site-packages/veles/__init__.py
  7. lib/python3.9/site-packages/veles/__pycache__/__init__.cpython-39.pyc
  8. lib/python3.9/site-packages/veles/async_client/__init__.py
  9. lib/python3.9/site-packages/veles/async_client/conn.py
  10. lib/python3.9/site-packages/veles/async_client/proto.py
  11. lib/python3.9/site-packages/veles/async_client/runner.py
  12. lib/python3.9/site-packages/veles/async_client/subscriber.py
  13. lib/python3.9/site-packages/veles/async_conn/__init__.py
  14. lib/python3.9/site-packages/veles/async_conn/conn.py
  15. lib/python3.9/site-packages/veles/async_conn/node.py
  16. lib/python3.9/site-packages/veles/async_conn/plugin.py
  17. lib/python3.9/site-packages/veles/async_conn/subscriber.py
  18. lib/python3.9/site-packages/veles/async_conn/tracer.py
  19. lib/python3.9/site-packages/veles/compatibility/__init__.py
  20. lib/python3.9/site-packages/veles/compatibility/__pycache__/__init__.cpython-39.pyc
  21. lib/python3.9/site-packages/veles/compatibility/__pycache__/int_bytes.cpython-39.pyc
  22. lib/python3.9/site-packages/veles/compatibility/__pycache__/pep487.cpython-39.pyc
  23. lib/python3.9/site-packages/veles/compatibility/int_bytes.py
  24. lib/python3.9/site-packages/veles/compatibility/pep487.py
  25. lib/python3.9/site-packages/veles/cpp/__init__.py
  26. lib/python3.9/site-packages/veles/cpp/__pycache__/__init__.cpython-39.pyc
  27. lib/python3.9/site-packages/veles/cpp/__pycache__/generate.cpython-39.pyc
  28. lib/python3.9/site-packages/veles/cpp/generate.py
  29. lib/python3.9/site-packages/veles/data/__init__.py
  30. lib/python3.9/site-packages/veles/data/__pycache__/__init__.cpython-39.pyc
  31. lib/python3.9/site-packages/veles/data/__pycache__/bindata.cpython-39.pyc
  32. lib/python3.9/site-packages/veles/data/__pycache__/repack.cpython-39.pyc
  33. lib/python3.9/site-packages/veles/data/bindata.py
  34. lib/python3.9/site-packages/veles/data/repack.py
  35. lib/python3.9/site-packages/veles/db/__init__.py
  36. lib/python3.9/site-packages/veles/db/backend.py
  37. lib/python3.9/site-packages/veles/db/node.py
  38. lib/python3.9/site-packages/veles/db/subscriber.py
  39. lib/python3.9/site-packages/veles/db/tracker.py
  40. lib/python3.9/site-packages/veles/db/transaction.py
  41. lib/python3.9/site-packages/veles/dis/__init__.py
  42. lib/python3.9/site-packages/veles/dis/arg.py
  43. lib/python3.9/site-packages/veles/dis/core.py
  44. lib/python3.9/site-packages/veles/dis/field.py
  45. lib/python3.9/site-packages/veles/dis/insn.py
  46. lib/python3.9/site-packages/veles/dis/isa/__init__.py
  47. lib/python3.9/site-packages/veles/dis/isa/falcon.py
  48. lib/python3.9/site-packages/veles/dis/mem.py
  49. lib/python3.9/site-packages/veles/dis/mod.py
  50. lib/python3.9/site-packages/veles/dis/parser.py
  51. lib/python3.9/site-packages/veles/dis/reg.py
  52. lib/python3.9/site-packages/veles/dis/st.py
  53. lib/python3.9/site-packages/veles/proto/__init__.py
  54. lib/python3.9/site-packages/veles/proto/__pycache__/__init__.cpython-39.pyc
  55. lib/python3.9/site-packages/veles/proto/__pycache__/check.cpython-39.pyc
  56. lib/python3.9/site-packages/veles/proto/__pycache__/chunk.cpython-39.pyc
  57. lib/python3.9/site-packages/veles/proto/__pycache__/connection.cpython-39.pyc
  58. lib/python3.9/site-packages/veles/proto/__pycache__/exceptions.cpython-39.pyc
  59. lib/python3.9/site-packages/veles/proto/__pycache__/messages.cpython-39.pyc
  60. lib/python3.9/site-packages/veles/proto/__pycache__/msgpackwrap.cpython-39.pyc
  61. lib/python3.9/site-packages/veles/proto/__pycache__/node.cpython-39.pyc
  62. lib/python3.9/site-packages/veles/proto/__pycache__/operation.cpython-39.pyc
  63. lib/python3.9/site-packages/veles/proto/check.py
  64. lib/python3.9/site-packages/veles/proto/chunk.py
  65. lib/python3.9/site-packages/veles/proto/connection.py
  66. lib/python3.9/site-packages/veles/proto/exceptions.py
  67. lib/python3.9/site-packages/veles/proto/messages.py
  68. lib/python3.9/site-packages/veles/proto/msgpackwrap.py
  69. lib/python3.9/site-packages/veles/proto/node.py
  70. lib/python3.9/site-packages/veles/proto/operation.py
  71. lib/python3.9/site-packages/veles/schema/__init__.py
  72. lib/python3.9/site-packages/veles/schema/__pycache__/__init__.cpython-39.pyc
  73. lib/python3.9/site-packages/veles/schema/__pycache__/enumeration.cpython-39.pyc
  74. lib/python3.9/site-packages/veles/schema/__pycache__/fields.cpython-39.pyc
  75. lib/python3.9/site-packages/veles/schema/__pycache__/model.cpython-39.pyc
  76. lib/python3.9/site-packages/veles/schema/__pycache__/nodeid.cpython-39.pyc
  77. lib/python3.9/site-packages/veles/schema/enumeration.py
  78. lib/python3.9/site-packages/veles/schema/fields.py
  79. lib/python3.9/site-packages/veles/schema/model.py
  80. lib/python3.9/site-packages/veles/schema/nodeid.py
  81. lib/python3.9/site-packages/veles/schema/plugin.py
  82. lib/python3.9/site-packages/veles/scli/__init__.py
  83. lib/python3.9/site-packages/veles/scli/client.py
  84. lib/python3.9/site-packages/veles/server/__init__.py
  85. lib/python3.9/site-packages/veles/server/conn.py
  86. lib/python3.9/site-packages/veles/server/proto.py
  87. lib/python3.9/site-packages/veles/server/query.py
  88. lib/python3.9/site-packages/veles/tests/__init__.py
  89. lib/python3.9/site-packages/veles/tests/__pycache__/__init__.cpython-39.pyc
  90. lib/python3.9/site-packages/veles/tests/compatibility/__init__.py
  91. lib/python3.9/site-packages/veles/tests/compatibility/test_int_bytes.py
  92. lib/python3.9/site-packages/veles/tests/data/__init__.py
  93. lib/python3.9/site-packages/veles/tests/data/test_bindata.py
  94. lib/python3.9/site-packages/veles/tests/data/test_repack.py
  95. lib/python3.9/site-packages/veles/tests/db/__init__.py
  96. lib/python3.9/site-packages/veles/tests/db/test_backend.py
  97. lib/python3.9/site-packages/veles/tests/proto/__init__.py
  98. lib/python3.9/site-packages/veles/tests/proto/test_exceptions.py
  99. lib/python3.9/site-packages/veles/tests/proto/test_pos_filter.py
  100. lib/python3.9/site-packages/veles/tests/schema/__init__.py
  101. lib/python3.9/site-packages/veles/tests/schema/__pycache__/__init__.cpython-39.pyc
  102. lib/python3.9/site-packages/veles/tests/schema/__pycache__/cpp_test_models.cpython-39.pyc
  103. lib/python3.9/site-packages/veles/tests/schema/cpp_test_models.py
  104. lib/python3.9/site-packages/veles/tests/schema/test_fields.py
  105. lib/python3.9/site-packages/veles/tests/schema/test_model.py
  106. lib/python3.9/site-packages/veles/tests/schema/test_nodeid.py
  107. lib/python3.9/site-packages/veles/tests/schema/test_polymodel.py
  108. lib/python3.9/site-packages/veles/tests/util/__init__.py
  109. lib/python3.9/site-packages/veles/tests/util/test_bigint.py
  110. lib/python3.9/site-packages/veles/util/__init__.py
  111. lib/python3.9/site-packages/veles/util/__pycache__/__init__.cpython-39.pyc
  112. lib/python3.9/site-packages/veles/util/__pycache__/bigint.cpython-39.pyc
  113. lib/python3.9/site-packages/veles/util/bigint.py
  114. lib/python3.9/site-packages/veles/util/future.py
  115. lib/python3.9/site-packages/veles/util/helpers.py
  116. share/applications/veles.desktop
  117. share/veles/veles.ico
  118. @owner
  119. @group
  120. @mode
Collapse this list.
Dependency lines:
  • veles>0:misc/veles
To install the port:
cd /usr/ports/misc/veles/ && make install clean
To add the package, run one of these commands:
  • pkg install misc/veles
  • pkg install veles
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: veles
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1560676316 SHA256 (codilime-veles-2018.05.0_GH0.tar.gz) = da0047b7a42eece27aa83dd675f17df1fabeb765316a915bb9a2f22c7e1fb998 SIZE (codilime-veles-2018.05.0_GH0.tar.gz) = 2107744

Expand this list (2 items)

Collapse this list.

SHA256 (f9125454bfb2cd28d78544ba41d92c028be6a277.patch) = ea1fbd979c1eb1e4391e608d44d26c0c5a92db3b750a5d5fd8ac73d52de554d5 SIZE (f9125454bfb2cd28d78544ba41d92c028be6a277.patch) = 1054

Collapse this list.


Packages (timestamps in pop-ups are UTC):
veles
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2018.05.0_42018.05.0_42018.05.0_22018.05.0_42018.05.0_4---
FreeBSD:13:quarterly2018.05.0_42018.05.0_4-2018.05.0_42018.05.0_4-2018.05.0_42018.05.0_4
FreeBSD:14:latest2018.05.0_42018.05.0_4-2018.05.0_42018.05.0_42018.05.0_4-2018.05.0_4
FreeBSD:14:quarterly2018.05.0_42018.05.0_4-2018.05.0_42018.05.0_4-2018.05.0_42018.05.0_4
FreeBSD:15:latest2018.05.0_42018.05.0_4n/a2018.05.0_4n/a-2018.05.0_4-
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. msgpack-c>0 : devel/msgpack-c
  2. msgpack-cxx>0 : devel/msgpack-cxx
  3. py39-msgpack>0 : devel/py-msgpack@py39
  4. py39-openssl>0 : security/py-openssl@py39
  5. py39-pbr>0 : devel/py-pbr@py39
  6. py39-six>0 : devel/py-six@py39
  7. cmake : devel/cmake-core
  8. ninja : devel/ninja
  9. python3.9 : lang/python39
  10. clang15 : devel/llvm15
  11. gcc12 : lang/gcc12
  12. as : devel/binutils
  13. qt5-buildtools>=5.15 : devel/qt5-buildtools
  14. qt5-qmake>=5.15 : devel/qt5-qmake
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-msgpack>0 : devel/py-msgpack@py39
  2. py39-openssl>0 : security/py-openssl@py39
  3. py39-pbr>0 : devel/py-pbr@py39
  4. py39-six>0 : devel/py-six@py39
  5. python3.9 : lang/python39
  6. gcc12 : lang/gcc12
Library dependencies:
  1. libQt5Core.so : devel/qt5-core
  2. libQt5Gui.so : x11-toolkits/qt5-gui
  3. libQt5Network.so : net/qt5-network
  4. libQt5Widgets.so : x11-toolkits/qt5-widgets
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
misc_veles
USES:
cmake compiler python qt:5 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/codilime/veles/tar.gz/2018.05.0?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2018.05.0_4
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2018.05.0_4
01 Nov 2022 18:17:59
commit hash: fe98a130284f2ae19105a383aa2aeb0c95c9eb7fcommit hash: fe98a130284f2ae19105a383aa2aeb0c95c9eb7fcommit hash: fe98a130284f2ae19105a383aa2aeb0c95c9eb7fcommit hash: fe98a130284f2ae19105a383aa2aeb0c95c9eb7f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/veles: Disable Boost in msgpack

Follow devel/msgpack-cxx port disabling Boost.
2018.05.0_4
01 Nov 2022 14:44:12
commit hash: 962519065d60ee47906f7cb484a959f3dcb3ca76commit hash: 962519065d60ee47906f7cb484a959f3dcb3ca76commit hash: 962519065d60ee47906f7cb484a959f3dcb3ca76commit hash: 962519065d60ee47906f7cb484a959f3dcb3ca76 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/veles: Fix build broken by recent changes in devel/msgpack-*

Reported by:	fallout
2018.05.0_4
16 Oct 2022 21:10:02
commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925commit hash: 9e03d9958ec94c454641adc956fd3b40188fc925 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
devel/msgpack: Update and split into C and C++ versions

Upstream now provides msgpack as two separate distributions: a C version
with the traditional libmsgpackc.so library, and a header-only C++
version.

devel/msgpack is now devel/msgpack-c and devel/msgpack-cxx, and its
consumers now point to one or both. Note that it is entirely possible
for both to be required. PORTREVISION bump for all consumers.

In my testing, it's not clear that the MSGPACK option in the mariadb
ports actually does anything. I don't think mariadb is actually linking
against msgpack, even before this commit.
2018.05.0_3
11 Sep 2022 10:20:14
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaeecommit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee files touched by this commit
Felix Palmen (zirias) search for other commits by this committer
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2018.05.0_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2018.05.0_3
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2018.05.0_3
06 Apr 2021 23:15:06
commit hash: 8adc55f62a2e10992814d0bb7f504ed8378357dccommit hash: 8adc55f62a2e10992814d0bb7f504ed8378357dccommit hash: 8adc55f62a2e10992814d0bb7f504ed8378357dccommit hash: 8adc55f62a2e10992814d0bb7f504ed8378357dc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
misc/veles: Fix runtime crash due to change in msgpack python module interface
2018.05.0_2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2018.05.0_2
05 Jan 2021 22:15:10
Revision:560439Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN on riscv64.

Approved by:	portmgr (tier-2 blanket)
2018.05.0_2
29 Nov 2020 23:41:43
Revision:556603Original commit files touched by this commit
pkubaj search for other commits by this committer
misc/veles: fix build on GCC architectures

Use Clang only on Clang architectures.

MFH:		2020Q4 (fix build blanket)
2018.05.0_2
14 Dec 2019 08:38:24
Revision:520098Original commit files touched by this commit
antoine search for other commits by this committer
Fix packaging

PR:		233770
2018.05.0_2
20 Sep 2019 19:58:36
Revision:512440Original commit files touched by this commit
jbeich search for other commits by this committer
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
2018.05.0_1
16 Jun 2019 09:20:13
Revision:504289Original commit files touched by this commit
yuri search for other commits by this committer
misc/veles: Correct the comment
2018.05.0_1
16 Jun 2019 09:17:00
Revision:504288Original commit files touched by this commit
yuri search for other commits by this committer
misc/veles: Fix the limitation of 1MB on the data size that veles can show by
back-porting my GitHub PR
2018.05.0
14 Jun 2019 03:43:44
Revision:504154Original commit files touched by this commit
yuri search for other commits by this committer
New port: misc/veles: Tool for binary data visualization and analysis

Number of commits found: 17