pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

unicorn: Package has been imported to pkgsrc as emulators/unicorn



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Dec 12 02:34:40 2015 +0100
Changeset:	9008bb01cde17bd619c7a9bd64956e8c654c3440

Removed Files:
	unicorn/DESCR
	unicorn/Makefile
	unicorn/PLIST
	unicorn/distinfo

Log Message:
unicorn: Package has been imported to pkgsrc as emulators/unicorn

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9008bb01cde17bd619c7a9bd64956e8c654c3440

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 unicorn/DESCR    | 13 -------------
 unicorn/Makefile | 21 ---------------------
 unicorn/PLIST    | 13 -------------
 unicorn/distinfo |  5 -----
 4 files changed, 52 deletions(-)

diffs:
diff --git a/unicorn/DESCR b/unicorn/DESCR
deleted file mode 100644
index 967fd5e..0000000
--- a/unicorn/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator
-framework based on QEMU.
-
-Unicorn offers some unparalleled features:
- - Multi-architecture: ARM, AMM64 (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 Python, Java, and Go
- - 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
diff --git a/unicorn/Makefile b/unicorn/Makefile
deleted file mode 100644
index 3f8a78b..0000000
--- a/unicorn/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	unicorn-0.9
-CATEGORIES=	emulators
-MASTER_SITES=	${MASTER_SITE_GITHUB:=unicorn-engine/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://www.unicorn-engine.org/
-COMMENT=	CPU emulator engine framework based on QEMU
-LICENSE=	gnu-gpl-v2
-
-USE_TOOLS+=	gmake pkg-config
-
-.include "../../lang/python/application.mk"
-
-MAKE_ENV+=	UNICORN_QEMU_FLAGS=--python=${PYTHONBIN:Q}
-
-ALL_ENV+=	USE_GENERIC_LIBDATADIR=yes
-
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/unicorn/PLIST b/unicorn/PLIST
deleted file mode 100644
index fdcebc5..0000000
--- a/unicorn/PLIST
+++ /dev/null
@@ -1,13 +0,0 @@
-@comment $NetBSD$
-include/unicorn/arm.h
-include/unicorn/arm64.h
-include/unicorn/m68k.h
-include/unicorn/mips.h
-include/unicorn/platform.h
-include/unicorn/sparc.h
-include/unicorn/unicorn.h
-include/unicorn/x86.h
-lib/libunicorn.a
-lib/libunicorn.so
-lib/libunicorn.so.0
-lib/pkgconfig/unicorn.pc
diff --git a/unicorn/distinfo b/unicorn/distinfo
deleted file mode 100644
index 35b2283..0000000
--- a/unicorn/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-SHA1 (unicorn-0.9.tar.gz) = 1504c21f28f19ff1f71bcd74043c2284decb1d9f
-RMD160 (unicorn-0.9.tar.gz) = f95fe16ba7900dde5eae502ad8eb55c227436d0f
-Size (unicorn-0.9.tar.gz) = 2576109 bytes


Home | Main Index | Thread Index | Old Index