svn commit: r522033 - in head/emulators: . nemu
Gleb Popov
arrowd at FreeBSD.org
Sat Jan 4 12:57:15 UTC 2020
Author: arrowd
Date: Sat Jan 4 12:57:14 2020
New Revision: 522033
URL: https://svnweb.freebsd.org/changeset/ports/522033
Log:
emulators/nemu: New port. A ncurses UI for QEMU.
Added:
head/emulators/nemu/
head/emulators/nemu/Makefile (contents, props changed)
head/emulators/nemu/distinfo (contents, props changed)
head/emulators/nemu/pkg-descr (contents, props changed)
head/emulators/nemu/pkg-plist (contents, props changed)
Modified:
head/emulators/Makefile
Modified: head/emulators/Makefile
==============================================================================
--- head/emulators/Makefile Sat Jan 4 12:29:53 2020 (r522032)
+++ head/emulators/Makefile Sat Jan 4 12:57:14 2020 (r522033)
@@ -8,7 +8,7 @@
SUBDIR += advancemenu
SUBDIR += advancemess
SUBDIR += almostti
- SUBDIR += anese
+ SUBDIR += anese
SUBDIR += aqemu
SUBDIR += atari800
SUBDIR += bfe
@@ -89,6 +89,7 @@
SUBDIR += mupen64plus-video-glide64mk2
SUBDIR += mupen64plus-video-rice
SUBDIR += mupen64plus-video-z64
+ SUBDIR += nemu
SUBDIR += nestopia
SUBDIR += nonpareil
SUBDIR += o2em
Added: head/emulators/nemu/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/nemu/Makefile Sat Jan 4 12:57:14 2020 (r522033)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= nemu
+DISTVERSIONPREFIX= v
+DISTVERSION= 2.2.2
+CATEGORIES= emulators
+
+MAINTAINER= arrowd at FreeBSD.org
+COMMENT= Ncurses UI for QEMU
+
+LICENSE= BSD2CLAUSE
+
+LIB_DEPENDS= libudev.so:devel/libudev-devd
+
+USES= cmake gettext-runtime gettext-tools gnome libarchive sqlite
+
+USE_GITHUB= yes
+GH_ACCOUNT= nemuTUI
+
+USE_GNOME= libxml2
+
+.include <bsd.port.mk>
Added: head/emulators/nemu/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/nemu/distinfo Sat Jan 4 12:57:14 2020 (r522033)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578140800
+SHA256 (nemuTUI-nemu-v2.2.2_GH0.tar.gz) = 265b964eaa8bc14bff4bac7160c1c59d9e34a6ea83ea4d6e46cdb1ab57c9bb49
+SIZE (nemuTUI-nemu-v2.2.2_GH0.tar.gz) = 93266
Added: head/emulators/nemu/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/nemu/pkg-descr Sat Jan 4 12:57:14 2020 (r522033)
@@ -0,0 +1,5 @@
+nEMU is a ncurses-based user interface for QEMU virtualizer. It allows to
+perform installation, cloning, deletion and many other operations using console
+text UI.
+
+WWW: https://github.com/nemuTUI/nemu
Added: head/emulators/nemu/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/emulators/nemu/pkg-plist Sat Jan 4 12:57:14 2020 (r522033)
@@ -0,0 +1,8 @@
+bin/nemu
+bin/ntty
+share/bash-completion/completions/nemu
+share/locale/ru/LC_MESSAGES/nemu.mo
+%%DATADIR%%/scripts/42-net-macvtap-perm.rules
+%%DATADIR%%/scripts/setup_nemu_nonroot.sh
+%%DATADIR%%/scripts/upgrade_db.sh
+ at sample %%DATADIR%%/templates/config/nemu.cfg.sample
More information about the svn-ports-all
mailing list