summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEspen Henriksen <dev@henriksen.is>2016-10-05 22:14:44 +0200
committerMikhail Pukhlikov <cynede@gentoo.org>2016-10-08 11:19:14 +0400
commit647e257148c3298383434fedb231e194eff11c4e (patch)
treecd94cee4df8ca70ea935b0ef0cd53c74ff79eb18 /dev-util/wsta/metadata.xml
parentnet-analyzer/wireshark: Improve USE flag descriptions by Mike Auty (bug #5964... (diff)
downloadgentoo-647e257148c3298383434fedb231e194eff11c4e.tar.gz
gentoo-647e257148c3298383434fedb231e194eff11c4e.tar.bz2
gentoo-647e257148c3298383434fedb231e194eff11c4e.zip
dev-util/wsta: New package
This adds a new package to the tree, wsta, the WebSocket transfer agent. wsta is a CLI tool written in rust for interfacing with WebSockets. Gentoo-Bug: https://bugs.gentoo.org/596288 Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/wsta/metadata.xml')
-rw-r--r--dev-util/wsta/metadata.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-util/wsta/metadata.xml b/dev-util/wsta/metadata.xml
new file mode 100644
index 000000000000..43c0901a4ef0
--- /dev/null
+++ b/dev-util/wsta/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>dev+gentoobugzilla@henriksen.is</email>
+ <name>Espen H</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">esphen/wsta</remote-id>
+ </upstream>
+ <longdescription lang="en">
+ wsta is a CLI tool written in rust for interfacing with WebSockets. wsta has
+ the philosophy of being an easy tool to learn and thus gets out of your way
+ to let you work your UNIX magic directly on the WebSocket traffic. The way
+ wsta does this is to be as pipe-friendly as possible, letting you chain it
+ into complex pipelines or bash scripts as you see fit, or just keep it simple
+ and use it as is.
+ </longdescription>
+</pkgmetadata>