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
plasma Interactive disassembler for x86/ARM/MIPS
g20180708_2 devel 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 g20180708_2Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-05-14 18:43:16
Last Update: 2023-07-24 04:18:50
Commit Hash: f32c924
Also Listed In: python
License: GPLv3+
WWW:
https://www.github.com/plasma-disassembler/plasma
Description:
PLASMA is an interactive disassembler. It can generate a more readable assembly (pseudo code) with a colored syntax. One can write scripts with the available Python API. It supports : * Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS) * Formats : ELF, PE, RAW
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 (3 items)
Collapse this list.
  1. /usr/local/share/licenses/plasma-g20180708_2/catalog.mk
  2. /usr/local/share/licenses/plasma-g20180708_2/LICENSE
  3. /usr/local/share/licenses/plasma-g20180708_2/GPLv3+
Collapse this list.
Dependency lines:
  • plasma>0:devel/plasma
To install the port:
cd /usr/ports/devel/plasma/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/plasma
  • pkg install plasma
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: plasma
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1551048444 SHA256 (plasma-disassembler-plasma-g20180708-5bb07b3_GH0.tar.gz) = 586b577dc3c428b7e45d76039921b56c3a60743f977756374614081f2730f0f4 SIZE (plasma-disassembler-plasma-g20180708-5bb07b3_GH0.tar.gz) = 352170

Packages (timestamps in pop-ups are UTC):
plasma
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latestg20180708_2g20180708_2g20180708_1g20180708_2g20180708_2-g20180708_1-
FreeBSD:13:quarterlyg20180708_2g20180708_2g20180708_1g20180708_2g20180708_2g20180708_2g20180708_2g20180708_2
FreeBSD:14:latestg20180708_2g20180708_2g20180708_1g20180708_2g20180708_2g20180708_1-g20180708_1
FreeBSD:14:quarterlyg20180708_2g20180708_2-g20180708_2g20180708_2g20180708_2g20180708_2g20180708_2
FreeBSD:15:latestg20180708_2g20180708_2n/ag20180708_2n/ag20180708_2g20180708_2g20180708_2
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. bash : shells/bash
  2. binutils>=2 : devel/binutils
  3. capstone>=3 : devel/capstone
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. binutils>=2 : devel/binutils
  2. py39-capstone>=3 : devel/py-capstone@py39
  3. py39-future>=0 : devel/py-future@py39
  4. py39-keystone-engine>= : devel/py-keystone-engine@py39
  5. py39-msgpack>=0 : devel/py-msgpack@py39
  6. py39-nose>=0 : devel/py-nose@py39
  7. py39-pefile>=0 : devel/py-pefile@py39
  8. py39-pyelftools>=0 : devel/py-pyelftools@py39
  9. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  10. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_plasma
USES:
python shebangfix
pkg-message:
For install:
To use the visual mode (command 'v' in the interactive mode) the terminal must support 256 colors. For xterm this can be enabled by export TERM=xterm-256color
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/plasma-disassembler/plasma/tar.gz/5bb07b3?dummy=/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20180708_2
24 Jul 2023 04:18:50
commit hash: f32c92469e425f2c75961db623e1e6e18d095273commit hash: f32c92469e425f2c75961db623e1e6e18d095273commit hash: f32c92469e425f2c75961db623e1e6e18d095273commit hash: f32c92469e425f2c75961db623e1e6e18d095273 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
devel/plasma: Fix BUILD_DEPENDS after 2619476372c0

* The recently updated devel/py-capstone, which is used as RUN_DEPENDS
  pulls in devel/capstone which leads to conflicting dependendies with
  devel/capstone4 which is installed prior during the build phase.

  Fix the issue by switching the BUILD_DEPENDS to devel/capstone.

* Bump PORTREVISION due changed package contents as the shared libs are
  created from the more recent devel/capstone.

Reported by:	pkg-fallout
g20180708_1
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>
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)
g20180708_1
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)
g20180708_1
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
g20180708_1
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.
g20180708_1
02 Mar 2020 14:29:00
Revision:527635Original commit files touched by this commit
0mp search for other commits by this committer
Bump the Capstone library version to 4

This port is dependant on both the Capstone library and the Python
bindings for Capstone. The version of the library has to be bumped to 4 as
the bindings version has to be kept in sync with the library version in
order to avoid build problems.

Approved by:	portmgr (build fix blanket)
Differential Revision:	https://reviews.freebsd.org/D23921
g20180708
13 Aug 2019 16:01:59
Revision:508835Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories d)
g20180708
28 Feb 2019 14:54:36
Revision:494154Original commit files touched by this commit
kai search for other commits by this committer
devel/plasma: Update to latest snapshot and undeprecate

Upstream has no yet adapted the code to use PyQt5 instead PyQt4. Thus the
option MEMMAP that requires Qt4 has been completely removed to make the
removal of Qt4 in the ports tree somewhat easier.

While I'm here:
* Fix license
* Simply GitHub usage by removing GH_PROJECT
* Add a patch to fix an issue with fake headers (not merged into upstream's
  repository, yet)

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19395
g20171121_1
01 Feb 2019 18:55:18
Revision:491837Original commit files touched by this commit
kai search for other commits by this committer
Change my maintainer email address to my new one at the FreeBSD project.

Reviewed by:	miwi (mentor)
Approved by:	miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050
g20171121_1
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit
rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
g20171121_1
22 Nov 2018 20:18:37
Revision:485614Original commit files touched by this commit
tcberner search for other commits by this committer
pyqt: Change install directories for Python flavor support

* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
g20171121
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
g20171121
14 May 2018 18:43:01
Revision:469947Original commit files touched by this commit
swills search for other commits by this committer
devel/plasma: create port

PLASMA is an interactive disassembler. It can generate a more readable assembly
 (pseudo code) with a colored syntax. One can write scripts with the available
 Python API.

It supports :

* Architectures : x86{64}, ARM, MIPS{64} (partially for ARM and MIPS)
* Formats : ELF, PE, RAW

WWW: https://www.github.com/plasma-disassembler/plasma

PR:		225669
Submitted by:	Kai <freebsd_ports@k-worx.org>

Number of commits found: 14