mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
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)
This commit is contained in:
parent
3a1ba3aa8b
commit
cc84c7c26b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386266
@ -4821,6 +4821,7 @@
|
||||
SUBDIR += spark
|
||||
SUBDIR += spatialindex
|
||||
SUBDIR += spdict
|
||||
SUBDIR += spice-protocol
|
||||
SUBDIR += spin
|
||||
SUBDIR += splint
|
||||
SUBDIR += srecord
|
||||
|
17
devel/spice-protocol/Makefile
Normal file
17
devel/spice-protocol/Makefile
Normal file
@ -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>
|
2
devel/spice-protocol/distinfo
Normal file
2
devel/spice-protocol/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (spice-protocol-0.12.7.tar.bz2) = 96c6cb73361816ed19bfd8536f65d4547da35709aa00af1380e650c1174916c2
|
||||
SIZE (spice-protocol-0.12.7.tar.bz2) = 71276
|
7
devel/spice-protocol/pkg-descr
Normal file
7
devel/spice-protocol/pkg-descr
Normal file
@ -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
|
17
devel/spice-protocol/pkg-plist
Normal file
17
devel/spice-protocol/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user