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
unicorn Unicorn CPU emulator framework
1.0.2 emulators 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 1.0.2Version of this port present on the latest quarterly branch.
Maintainer: antoine@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-12-16 06:44:02
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
License: GPLv2
WWW:
https://www.unicorn-engine.org/
Description:
Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework based on QEMU. Unicorn offers some unparalleled features: - Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32, 64-bit) - Clean/simple/lightweight/intuitive architecture-neutral API - Implemented in pure C language, with bindings for Perl, Rust, Ruby, Python, Java, MSVC, .NET, Go, Delphi/Free Pascal and Haskell. - Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris confirmed) - High performance via Just-In-Time compilation - Support for fine-grained instrumentation at various levels - Thread-safety by design - Distributed under free software license GPLv2
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 (19 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/unicorn-1.0.2/catalog.mk
  3. /usr/local/share/licenses/unicorn-1.0.2/LICENSE
  4. /usr/local/share/licenses/unicorn-1.0.2/GPLv2
  5. include/unicorn/arm.h
  6. include/unicorn/arm64.h
  7. include/unicorn/m68k.h
  8. include/unicorn/mips.h
  9. include/unicorn/platform.h
  10. include/unicorn/sparc.h
  11. include/unicorn/unicorn.h
  12. include/unicorn/x86.h
  13. lib/libunicorn.a
  14. lib/libunicorn.so
  15. lib/libunicorn.so.1
  16. libdata/pkgconfig/unicorn.pc
  17. @owner
  18. @group
  19. @mode
Collapse this list.
Dependency lines:
  • unicorn>0:emulators/unicorn
To install the port:
cd /usr/ports/emulators/unicorn/ && make install clean
To add the package, run one of these commands:
  • pkg install emulators/unicorn
  • pkg install unicorn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: unicorn
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1603347498 SHA256 (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 6400e16f9211486fa5353b1870e6a82f8aa342e429718d1cbca08d609aaadc52 SIZE (unicorn-engine-unicorn-1.0.2_GH0.tar.gz) = 3735111

Packages (timestamps in pop-ups are UTC):
unicorn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.21.0.2--1.0.2-1.0.2-
FreeBSD:13:quarterly1.0.21.0.2--1.0.2-1.0.21.0.2
FreeBSD:14:latest1.0.21.0.2--1.0.2--1.0.2
FreeBSD:14:quarterly1.0.21.0.2--1.0.2-1.0.21.0.2
FreeBSD:15:latest1.0.21.0.2n/a-n/a-1.0.21.0.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. gmake>=4.3 : devel/gmake
  2. python3.9 : lang/python39
This port is required by:
for Libraries
  1. emulators/py-unicorn
  2. security/py-angr

Configuration Options:
No options to configure
Options name:
emulators_unicorn
USES:
compiler:c11 gmake python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/unicorn-engine/unicorn/tar.gz/1.0.2?dummy=/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
1.0.2
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)
1.0.2
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
1.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.
1.0.2
27 Dec 2020 20:11:58
Revision:559421Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.0.2
1.0.2.r4
12 Dec 2020 05:24:25
Revision:557793Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN on riscv64 the same as on armv*.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
1.0.2.r4
24 Oct 2020 18:01:12
Revision:553210Original commit files touched by this commit
pkubaj search for other commits by this committer
emulators/unicorn: fix build on powerpc64 elfv2 and powerpc64le

As with other ports, conflicting symbols first need to be undefined before
including altivec.h.
1.0.2.r4
14 Jun 2020 09:58:54
Revision:538723Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.0.2-rc4
1.0.2.r3
27 Apr 2020 20:51:19
Revision:533170Original commit files touched by this commit
antoine search for other commits by this committer
Update unicorn and py-unicorn to 1.0.2-rc3
1.0.2.r2
29 Feb 2020 21:20:45
Revision:527473Original commit files touched by this commit
antoine search for other commits by this committer
Update unicorn and py-unicorn to 1.0.2-rc2
1.0.2.r1
18 Jan 2020 20:02:00
Revision:523495Original commit files touched by this commit
antoine search for other commits by this committer
Update unicorn and py-unicorn to 1.0.2-rc1
1.0.1_2
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.0.1_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
1.0.1
01 Oct 2018 17:18:19
Revision:481042Original commit files touched by this commit
antoine search for other commits by this committer
Require a modern compiler to fix build on powerpc64

PR:		231850
1.0.1
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
1.0.1
27 May 2017 22:30:08
Revision:441882Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "missing_header".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.0.1
13 May 2017 23:21:37
Revision:440858Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.0.1
30 Apr 2017 10:45:06
Revision:439798Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.0.1
1.0
25 Feb 2017 14:39:00
Revision:434815Original commit files touched by this commit
antoine search for other commits by this committer
Fix "make test" when PREFIX != LOCALBASE

Reported by:	jbeich
1.0
25 Feb 2017 13:09:55
Revision:434801Original commit files touched by this commit
antoine search for other commits by this committer
Update to 1.0
0.9
31 Jan 2017 03:40:46
Revision:432897Original commit files touched by this commit
linimon search for other commits by this committer
Mark various ports broken on aarch64 and armv6.

Approved by:	portmgr (tier-2 blanket)
0.9
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
0.9
16 Dec 2016 06:43:52
Revision:428645Original commit files touched by this commit
antoine search for other commits by this committer
New port: emulators/unicorn

Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator
framework based on QEMU.

Unicorn offers some unparalleled features:
- Multi-architecture: ARM, ARM64 (ARMv8), M68K, MIPS, SPARC, and X86 (16, 32,
  64-bit)
- Clean/simple/lightweight/intuitive architecture-neutral API
- Implemented in pure C language, with bindings for Perl, Rust, Ruby, Python,
  Java, MSVC, .NET, Go, Delphi/Free Pascal and Haskell.
- Native support for Windows & *nix (with Mac OSX, Linux, *BSD & Solaris
  confirmed)
- High performance via Just-In-Time compilation
- Support for fine-grained instrumentation at various levels
- Thread-safety by design
- Distributed under free software license GPLv2

WWW: http://www.unicorn-engine.org/

Number of commits found: 23