diff options
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | emulators/rubygem-fission/Makefile | 22 | ||||
-rw-r--r-- | emulators/rubygem-fission/distinfo | 2 | ||||
-rw-r--r-- | emulators/rubygem-fission/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index bfd267f7ae9d..76061518ab1f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -120,6 +120,7 @@ SUBDIR += quasi88 SUBDIR += raine SUBDIR += rtc + SUBDIR += rubygem-fission SUBDIR += sim6811 SUBDIR += simh SUBDIR += skyeye diff --git a/emulators/rubygem-fission/Makefile b/emulators/rubygem-fission/Makefile new file mode 100644 index 000000000000..64ee438a4c61 --- /dev/null +++ b/emulators/rubygem-fission/Makefile @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= fission +PORTVERSION= 0.5.0 +CATEGORIES= emulators rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Utility to manage VMware Fusion VMs from the command line + +LICENSE= MIT + +RUN_DEPENDS= rubygem-CFPropertyList>=2.2:${PORTSDIR}/devel/rubygem-CFPropertyList + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/fission + +.include <bsd.port.mk> diff --git a/emulators/rubygem-fission/distinfo b/emulators/rubygem-fission/distinfo new file mode 100644 index 000000000000..c1b87343bc78 --- /dev/null +++ b/emulators/rubygem-fission/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/fission-0.5.0.gem) = f0cb26612fdb64a446ec29c9be644c32e8a3a95056d855d91d19e51c64b8f526 +SIZE (rubygem/fission-0.5.0.gem) = 45568 diff --git a/emulators/rubygem-fission/pkg-descr b/emulators/rubygem-fission/pkg-descr new file mode 100644 index 000000000000..f577921d0d87 --- /dev/null +++ b/emulators/rubygem-fission/pkg-descr @@ -0,0 +1,5 @@ +Fission is a simple command line tool for managing VMware Fusion VMs. Only +Fusion 3.x is currently supported. + +WWW: https://github.com/thbishop/fission +RG: https://rubygems.org/gems/fission |