[Midnightbsd-cvs] mports [24050] trunk/devel: add spice
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Aug 31 15:19:59 EDT 2018
Revision: 24050
http://svnweb.midnightbsd.org/mports/?rev=24050
Author: laffer1
Date: 2018-08-31 15:19:58 -0400 (Fri, 31 Aug 2018)
Log Message:
-----------
add spice
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/spice-protocol/
trunk/devel/spice-protocol/Makefile
trunk/devel/spice-protocol/distinfo
trunk/devel/spice-protocol/pkg-descr
trunk/devel/spice-protocol/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-08-31 19:17:48 UTC (rev 24049)
+++ trunk/devel/Makefile 2018-08-31 19:19:58 UTC (rev 24050)
@@ -596,6 +596,7 @@
SUBDIR += silc-toolkit
SUBDIR += slf4j
SUBDIR += sparsehash
+SUBDIR += spice-protocol
SUBDIR += splint
SUBDIR += st
SUBDIR += subversion
Added: trunk/devel/spice-protocol/Makefile
===================================================================
--- trunk/devel/spice-protocol/Makefile (rev 0)
+++ trunk/devel/spice-protocol/Makefile 2018-08-31 19:19:58 UTC (rev 24050)
@@ -0,0 +1,18 @@
+# $MidnightBSD$
+
+PORTNAME= spice-protocol
+PORTVERSION= 0.12.14
+CATEGORIES= devel
+MASTER_SITES= http://www.spice-space.org/download/releases/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Simple Protocol for Independent Computing Environments
+
+LICENSE= bsd3
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
+
+GNU_CONFIGURE= yes
+USES= gmake pathfix pkgconfig python tar:bzip2
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/spice-protocol/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/spice-protocol/distinfo
===================================================================
--- trunk/devel/spice-protocol/distinfo (rev 0)
+++ trunk/devel/spice-protocol/distinfo 2018-08-31 19:19:58 UTC (rev 24050)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1528874519
+SHA256 (spice-protocol-0.12.14.tar.bz2) = 20350bc4309039fdf0d29ee4fd0033cde27bccf33501e13b3c1befafde9d0c9c
+SIZE (spice-protocol-0.12.14.tar.bz2) = 74471
Property changes on: trunk/devel/spice-protocol/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/spice-protocol/pkg-descr
===================================================================
--- trunk/devel/spice-protocol/pkg-descr (rev 0)
+++ trunk/devel/spice-protocol/pkg-descr 2018-08-31 19:19:58 UTC (rev 24050)
@@ -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
Property changes on: trunk/devel/spice-protocol/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/spice-protocol/pkg-plist
===================================================================
--- trunk/devel/spice-protocol/pkg-plist (rev 0)
+++ trunk/devel/spice-protocol/pkg-plist 2018-08-31 19:19:58 UTC (rev 24050)
@@ -0,0 +1,18 @@
+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/stream-device.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
Property changes on: trunk/devel/spice-protocol/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list