Date: Wed, 13 May 2015 20:53:39 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386266 - in head/devel: . spice-protocol Message-ID: <201505132053.t4DKrdge008965@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed May 13 20:53:38 2015 New Revision: 386266 URL: https://svnweb.freebsd.org/changeset/ports/386266 Log: Add new port: devel/spice-protocol Spice protocol defines a set of protocol messages for accessing, controlling, and receiving inputs from remote computing devices (e.g., keyboard, video, mouse) across networks, and sending output to them. A controlled device can reside on either side, client and/or server. WWW: http://www.spice-space.org PR: 200046 (to support fixing) Added: head/devel/spice-protocol/ head/devel/spice-protocol/Makefile (contents, props changed) head/devel/spice-protocol/distinfo (contents, props changed) head/devel/spice-protocol/pkg-descr (contents, props changed) head/devel/spice-protocol/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed May 13 20:51:21 2015 (r386265) +++ head/devel/Makefile Wed May 13 20:53:38 2015 (r386266) @@ -4821,6 +4821,7 @@ SUBDIR += spark SUBDIR += spatialindex SUBDIR += spdict + SUBDIR += spice-protocol SUBDIR += spin SUBDIR += splint SUBDIR += srecord Added: head/devel/spice-protocol/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spice-protocol/Makefile Wed May 13 20:53:38 2015 (r386266) @@ -0,0 +1,17 @@ +# Created by: Jason Helfman <jgh@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= spice-protocol +PORTVERSION= 0.12.7 +CATEGORIES= devel +MASTER_SITES= http://www.spice-space.org/download/releases/ + +MAINTAINER= jgh@FreeBSD.org +COMMENT= Simple Protocol for Independent Computing Environments + +LICENSE= BSD3CLAUSE + +GNU_CONFIGURE= yes +USES= pathfix pkgconfig tar:bzip2 + +.include <bsd.port.mk> Added: head/devel/spice-protocol/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spice-protocol/distinfo Wed May 13 20:53:38 2015 (r386266) @@ -0,0 +1,2 @@ +SHA256 (spice-protocol-0.12.7.tar.bz2) = 96c6cb73361816ed19bfd8536f65d4547da35709aa00af1380e650c1174916c2 +SIZE (spice-protocol-0.12.7.tar.bz2) = 71276 Added: head/devel/spice-protocol/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spice-protocol/pkg-descr Wed May 13 20:53:38 2015 (r386266) @@ -0,0 +1,7 @@ +Spice protocol defines a set of protocol messages for accessing, +controlling, and receiving inputs from remote computing devices +(e.g., keyboard, video, mouse) across networks, and sending output +to them. A controlled device can reside on either side, client +and/or server. + +WWW: http://www.spice-space.org Added: head/devel/spice-protocol/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spice-protocol/pkg-plist Wed May 13 20:53:38 2015 (r386266) @@ -0,0 +1,17 @@ +include/spice-1/spice/barrier.h +include/spice-1/spice/controller_prot.h +include/spice-1/spice/end-packed.h +include/spice-1/spice/enums.h +include/spice-1/spice/error_codes.h +include/spice-1/spice/foreign_menu_prot.h +include/spice-1/spice/ipc_ring.h +include/spice-1/spice/macros.h +include/spice-1/spice/protocol.h +include/spice-1/spice/qxl_dev.h +include/spice-1/spice/qxl_windows.h +include/spice-1/spice/start-packed.h +include/spice-1/spice/stats.h +include/spice-1/spice/types.h +include/spice-1/spice/vd_agent.h +include/spice-1/spice/vdi_dev.h +libdata/pkgconfig/spice-protocol.pc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505132053.t4DKrdge008965>