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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/capstone/files/patch-Makefile

Number of commits found: 5

Tuesday, 5 Sep 2023
04:56 Muhammad Moinur Rahman (bofh) search for other commits by this committer 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
commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 commit hash: b242d6d26f2b3820c9fad44e5f98133c0d3c7b42 b242d6d
Monday, 31 Mar 2014
19:56 pawel search for other commits by this committer
Revert part of last commit. This adds DragonFly support back.

Noticed by:	marino
Original commitRevision:349794 
Monday, 17 Mar 2014
20:44 pawel search for other commits by this committer
Update to version 2.1.1

PR:		ports/187582
Submitted by:	maintainer
Original commitRevision:348504 
Sunday, 2 Mar 2014
09:56 marino search for other commits by this committer
devel/capstone: Add DragonFly support

The makefile patch was strange in that it defined LIBDATADIR once
unconditionally and then again conditionally.  This could have been
done via MAKE_ARGS and no patch at all.  However, I changed the
patch to a single definition that is true for "ports" regardless
of the platform used (pkgconfig files always in libdata in ports).
This allows port to build on DragonFly and no-op for FreeBSD.
Original commitRevision:346753 
Monday, 27 Jan 2014
07:00 koobs search for other commits by this committer
devel/capstone: Multi-platform, multi-architecture disassembly framework [NEW
PORT]

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

WWW: http://capstone-engine.org/

PR:		ports/186102
Submitted by:	Oliver Pinter <oliver.pntr@gmail.com>
Original commitRevision:341330 

Number of commits found: 5