Port details |
- capstone4 Multi-platform, multi-architecture disassembly framework
- 4.0.2_1 devel =2 4.0.2_1Version of this port present on the latest quarterly branch.
- Maintainer: oleksii.tsai@gmail.com
- Port Added: 2016-07-10 12:57:38
- Last Update: 2023-09-24 10:40:23
- Commit Hash: 5cc34cf
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://capstone-engine.org/
- Description:
- Capstone is a lightweight multi-platform, multi-architecture disassembly
framework.
Features:
* Supported architectures: ARM, ARM64 (aka ARMv8), Mips, PowerPC & X86
* Clean/simple/lightweight/intuitive architecture-neutral API
* Provide details on disassembled instruction (called "decomposer")
* Provide some semantics of the disassembled instruction, such as list of
implicit registers read & written.
* Implemented in pure C language, with bindings for Python, Ruby, C#, Java,
GO, OCaml & Vala available.
* Native support for Windows & *nix (including MacOSX, Linux, *BSD & Solaris)
* Thread-safe by design
* Distributed under the open source BSD license
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- capstone4>0:devel/capstone4
- Conflicts:
- CONFLICTS:
- CONFLICTS_BUILD:
- To install the port:
- cd /usr/ports/devel/capstone4/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/capstone4
- pkg install capstone4
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: capstone4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1603013301
SHA256 (aquynh-capstone-4.0.2_GH0.tar.gz) = 7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a
SIZE (aquynh-capstone-4.0.2_GH0.tar.gz) = 3439542
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- sysutils/triton
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_capstone4
- USES:
- cpe gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Port Moves |
- port moved here from devel/capstone3 on 2023-09-30
REASON: Has expired: Use more recent upstream version from devel/capstone
|
Number of commits found: 12
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.2_1 24 Sep 2023 10:40:23 |
Muhammad Moinur Rahman (bofh) Author: John Hein |
devel/capstone: Fix runtime permissions
bin/cstool is installed with 0644 perissions instead of 0755 which gives
permission denied error. This patch fixes this.
PR: 273570
Approved by: maintainer-timeout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
4.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.0.2 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
4.0.2 14 Oct 2021 21:30:13 |
Stefan Eßer (se) |
devel/capstone4: Add CPE information
Approved by: portmgr (blanket) |
4.0.2 02 Jun 2021 10:43:56 |
Li-Wen Hsu (lwhsu) |
devel/capstone4: Update to 4.0.2
PR: 250431
Approved by: maintainer timeout |
4.0.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.1 02 Mar 2020 14:14:21 |
0mp |
devel/capstone: Update to 4.0.1
Changelog:
https://github.com/aquynh/capstone/releases/tag/4.0.1
- Remove GH_TAGNAME: PORTVERSION is enough
- Get the patch for a staging bug from GitHub
- Disable broken fuzzing tests
PR: 244220
Approved by: oleksii.tsai@gmail.com (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D23749 |
4.0_1 09 Oct 2016 09:28:54 |
antoine |
Clean up unneeded patching |
4.0_1 10 Jul 2016 14:48:57 |
pi |
devel/capstone4: fix pkg-plist, bring to latest github commit
devel/radare2: 0.10.0 -> 0.10.4
PR: 206942
Changes: http://radare.today/posts/radare-0-10-1/,
http://radare.today/posts/radare-0-10-2/
Submitted by: oleksii.tsai@gmail.com
Approved by: torres.73a@gmail.com (maintainer timeout) |
4.0 10 Jul 2016 12:57:26 |
pi |
devel/capstone: move to capstone3, introduce capstone4
- update py-capstone to use capstone3
PR: 206941
Submitted by: oleksii.tsai@gmail.com
Approved by: oliver.pntr@gmail.com (maintainer timeout) |
Number of commits found: 12
|