From owner-svn-ports-head@FreeBSD.ORG Thu Dec 4 15:22:40 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FC0058B; Thu, 4 Dec 2014 15:22:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21F5E36F; Thu, 4 Dec 2014 15:22:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4FMeZR077218; Thu, 4 Dec 2014 15:22:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB4FMd9Q077214; Thu, 4 Dec 2014 15:22:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201412041522.sB4FMd9Q077214@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Dec 2014 15:22:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373948 - in head/emulators: . rubygem-fission X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2014 15:22:40 -0000 Author: sunpoet Date: Thu Dec 4 15:22:38 2014 New Revision: 373948 URL: https://svnweb.freebsd.org/changeset/ports/373948 QAT: https://qat.redports.org/buildarchive/r373948/ Log: - 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 Added: head/emulators/rubygem-fission/ head/emulators/rubygem-fission/Makefile (contents, props changed) head/emulators/rubygem-fission/distinfo (contents, props changed) head/emulators/rubygem-fission/pkg-descr (contents, props changed) Modified: head/emulators/Makefile Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Thu Dec 4 15:22:29 2014 (r373947) +++ head/emulators/Makefile Thu Dec 4 15:22:38 2014 (r373948) @@ -120,6 +120,7 @@ SUBDIR += quasi88 SUBDIR += raine SUBDIR += rtc + SUBDIR += rubygem-fission SUBDIR += sim6811 SUBDIR += simh SUBDIR += skyeye Added: head/emulators/rubygem-fission/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/rubygem-fission/Makefile Thu Dec 4 15:22:38 2014 (r373948) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $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 Added: head/emulators/rubygem-fission/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/rubygem-fission/distinfo Thu Dec 4 15:22:38 2014 (r373948) @@ -0,0 +1,2 @@ +SHA256 (rubygem/fission-0.5.0.gem) = f0cb26612fdb64a446ec29c9be644c32e8a3a95056d855d91d19e51c64b8f526 +SIZE (rubygem/fission-0.5.0.gem) = 45568 Added: head/emulators/rubygem-fission/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/rubygem-fission/pkg-descr Thu Dec 4 15:22:38 2014 (r373948) @@ -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