pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/spice-html5: import spice-html5-0.1.7



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat May 25 18:52:29 2019 +0200
Changeset:	a7671b38fbf26b9405e8fd80b8a959ff41ab9e7b

Added Files:
	spice-html5/DESCR
	spice-html5/Makefile
	spice-html5/PLIST
	spice-html5/distinfo

Log Message:
wip/spice-html5: import spice-html5-0.1.7

spice-html5 is a Javascript SPICE client.  This includes a simple HTML
page to initiate a session, and the client itself.  It includes a configuration
file for Apache, but should work with any web server.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a7671b38fbf26b9405e8fd80b8a959ff41ab9e7b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spice-html5/DESCR    |  3 +++
 spice-html5/Makefile | 23 +++++++++++++++++++++++
 spice-html5/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 spice-html5/distinfo |  6 ++++++
 4 files changed, 71 insertions(+)

diffs:
diff --git a/spice-html5/DESCR b/spice-html5/DESCR
new file mode 100644
index 0000000000..b136c489d7
--- /dev/null
+++ b/spice-html5/DESCR
@@ -0,0 +1,3 @@
+spice-html5 is a Javascript SPICE client.  This includes a simple HTML
+page to initiate a session, and the client itself.  It includes a configuration
+file for Apache, but should work with any web server.
diff --git a/spice-html5/Makefile b/spice-html5/Makefile
new file mode 100644
index 0000000000..b9feec8c87
--- /dev/null
+++ b/spice-html5/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	spice-html5-0.1.7
+CATEGORIES=	sysutils
+MASTER_SITES=	https://people.freedesktop.org/~jwhite/spice-html5/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://www.spice-space.org/
+COMMENT=	Pure Javascript SPICE client
+LICENSE=	gnu-lgpl-v3
+
+USE_LANGUAGES=	# none
+USE_TOOLS+=	pax
+
+NO_BUILD=	YES
+
+INSTALLATION_DIRS=	share/spice-html5
+
+do-install:
+	${RUN} cd ${WRKSRC} && \
+		${PAX} -rw . ${DESTDIR}${PREFIX}/share/spice-html5
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/spice-html5/PLIST b/spice-html5/PLIST
new file mode 100644
index 0000000000..2d2f59cb0a
--- /dev/null
+++ b/spice-html5/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+share/spice-html5/COPYING
+share/spice-html5/COPYING.LESSER
+share/spice-html5/Makefile
+share/spice-html5/README
+share/spice-html5/TODO
+share/spice-html5/apache.conf.sample
+share/spice-html5/atKeynames.js
+share/spice-html5/bitmap.js
+share/spice-html5/cursor.js
+share/spice-html5/display.js
+share/spice-html5/enums.js
+share/spice-html5/filexfer.js
+share/spice-html5/inputs.js
+share/spice-html5/lz.js
+share/spice-html5/main.js
+share/spice-html5/playback.js
+share/spice-html5/png.js
+share/spice-html5/quic.js
+share/spice-html5/resize.js
+share/spice-html5/simulatecursor.js
+share/spice-html5/spice-html5.spec.in
+share/spice-html5/spice.css
+share/spice-html5/spice.html
+share/spice-html5/spice_auto.html
+share/spice-html5/spicearraybuffer.js
+share/spice-html5/spiceconn.js
+share/spice-html5/spicedataview.js
+share/spice-html5/spicemsg.js
+share/spice-html5/spicetype.js
+share/spice-html5/thirdparty/jsbn.js
+share/spice-html5/thirdparty/prng4.js
+share/spice-html5/thirdparty/rng.js
+share/spice-html5/thirdparty/rsa.js
+share/spice-html5/thirdparty/sha1.js
+share/spice-html5/ticket.js
+share/spice-html5/utils.js
+share/spice-html5/webm.js
+share/spice-html5/wire.js
diff --git a/spice-html5/distinfo b/spice-html5/distinfo
new file mode 100644
index 0000000000..e8943362c3
--- /dev/null
+++ b/spice-html5/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (spice-html5-0.1.7.tar.gz) = bc357ea4e237a8e43d7eb648266a584c8069992b
+RMD160 (spice-html5-0.1.7.tar.gz) = ca30e66b054b540df3ae5a2147c70cd67050c6ca
+SHA512 (spice-html5-0.1.7.tar.gz) = 13cdbae377404ac0b2e2ffac9c7573c63890386a85d2ac71740572da7d3526be6be0c73b991cabef61a1b42425ca37dcf826ed4fe9a28fb6cb701da547203774
+Size (spice-html5-0.1.7.tar.gz) = 89361 bytes


Home | Main Index | Thread Index | Old Index