- Add rubygem-fission 0.5.0
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
This commit is contained in:
parent
4841eec43e
commit
cf9de1b8cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373948
4 changed files with 30 additions and 0 deletions
|
@ -120,6 +120,7 @@
|
|||
SUBDIR += quasi88
|
||||
SUBDIR += raine
|
||||
SUBDIR += rtc
|
||||
SUBDIR += rubygem-fission
|
||||
SUBDIR += sim6811
|
||||
SUBDIR += simh
|
||||
SUBDIR += skyeye
|
||||
|
|
22
emulators/rubygem-fission/Makefile
Normal file
22
emulators/rubygem-fission/Makefile
Normal file
|
@ -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>
|
2
emulators/rubygem-fission/distinfo
Normal file
2
emulators/rubygem-fission/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/fission-0.5.0.gem) = f0cb26612fdb64a446ec29c9be644c32e8a3a95056d855d91d19e51c64b8f526
|
||||
SIZE (rubygem/fission-0.5.0.gem) = 45568
|
5
emulators/rubygem-fission/pkg-descr
Normal file
5
emulators/rubygem-fission/pkg-descr
Normal file
|
@ -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
|
Loading…
Reference in a new issue