Port details |
- distorm Fast x86 and x86-64 disassembler library
- 20121220.r230_2 devel =3 20121220.r230_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-06-15 04:46:29
- Last Update: 2023-12-31 00:37:05
- Commit Hash: bbab7f5
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- License: GPLv3+
- WWW:
- https://github.com/gdabah/distorm
- Description:
- diStorm is a binary stream disassembler of x86 instructions. It can operate
in 16, 32, and 64 bit modes, and supports FPU, MMX, SSE, SSE2, SSE3, SSE4,
3DNow! (with extensions), x86-64, VMX, AMD SVM, and AVX instruction sets.
diStorm was written to decode every instruction quickly and accurately, with
robust handling of valid and unused prefixes. The output is a special structure
that can describe any x86 instruction, and later be formatted into text for
display.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/distorm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/distorm
- pkg install distorm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: distorm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (distorm-20121220-r230.tar.xz) = 5c4df6e69f789ab5a0445a3355910c81c96fe3b0a6546689a19c87fd62089aa0
SIZE (distorm-20121220-r230.tar.xz) = 150848
SHA256 (dislib.py) = ad2d3dda291887ec93f000e30e5f02a77f4e446be0c3042beb7b1e99c5e6e640
SIZE (dislib.py) = 27405
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_distorm
- USES:
- dos2unix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20121220.r230_2 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
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) |
20121220.r230_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 ) |
20121220.r230_2 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
20121220.r230_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20121220.r230_2 29 Dec 2020 20:16:57 |
antoine |
Clean up |
20121220.r230_2 03 Jul 2018 12:40:46 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Unsilence installation
- Fix whitespace
- Switch to new test framework |
20121220.r230_2 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
20121220.r230_2 09 Jan 2018 16:19:53 |
amdmi3 |
- Update WWW |
20121220.r230_2 27 Aug 2016 06:10:10 |
marino |
devel/distorm: fix concurrent building
For a reason I can't figure out, the "clean" target was being called
simultaneously with the build target resulting in a possibility of
deleting object files after they are built but before they are linked
to make a library.
The solution is to remove the "clean" target since it really serves no
purpose in the ports framework (the work area starts clean).
While here, join compound commands with "&&" rather than ";" |
20121220.r230_2 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
20121220.r230_2 09 May 2015 01:12:51 |
amdmi3 |
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
20121220.r230_1 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
20121220.r230_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
20121220.r230_1 29 Jul 2014 21:07:40 |
adamw |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports) |
20121220.r230_1 29 Jul 2014 20:55:28 |
adamw |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports) |
20121220.r230_1 18 Feb 2014 18:55:49 |
antoine |
Stage support |
20121220.r230_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
20121220.r230_1 31 Jan 2013 20:51:48 |
bf |
fix a link
Reported by: J. Hein |
20121220.r230 04 Jan 2013 22:30:13 |
bf |
update to r230 |
20120514.r214 21 May 2012 05:03:10 |
bf |
update to r214 (version 3.2) |
20110707.r193_1 07 Feb 2012 01:44:42 |
bf |
remove a redundant "static" that caused builds with gcc-like
compilers on big-endian systems to fail |
20110707.r193 28 Dec 2011 03:30:02 |
linimon |
The last change didn't fix powerpc.
Hat: portmgr |
20110707.r193 10 Nov 2011 05:41:26 |
linimon |
Attempt to fix build on powerpc.
Hat: portmgr |
20110707.r193 21 Jul 2011 16:13:17 |
bf |
update to svn r193 |
20110625.r185 25 Jun 2011 13:33:20 |
bf |
After many problems with silent upstream distfile changes,
switch to a locally-rolled distfile; update to svn r185;
patch and bump revision of a dependent port. |
3.0.0_3 08 May 2011 04:46:41 |
bf |
Update to the latest sources |
3.0.0_2 21 Jan 2011 07:49:44 |
bf |
Chase a silent upstream distfile update
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes |
3.0.0_1 30 Oct 2010 04:38:21 |
bf |
update to the latest upstream sources
Approved by: makc, miwi (mentors, implicit) |
3.0.0 05 Oct 2010 04:38:37 |
bf |
Update to 3.0.0
Approved by: makc, miwi (co-mentors, implicit) |
1.7.30 08 Jul 2010 12:51:38 |
bf |
Change my ports to use my FreeBSD.org email address. |
1.7.30 07 Jun 2009 18:51:21 |
miwi |
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) |
1.7.30 01 Nov 2008 22:11:23 |
miwi |
- Update to 1.7.30
PR: 128388
Submitted by: maintainer |
1.7.29 25 Jul 2008 09:38:45 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.7.29 15 Jun 2008 04:46:11 |
lwhsu |
Add distorm 1.7.29, fast x86 and x86-64 disassembler library.
PR: ports/123627
Submitted by: bf <bf2006a at yahoo.com> |