pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-stomp Initial import of ruby-stomp, version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce2fda4e05f8
branches:  trunk
changeset: 607385:ce2fda4e05f8
user:      imil <imil%pkgsrc.org@localhost>
date:      Sat Aug 11 06:56:14 2012 +0000

description:
Initial import of ruby-stomp, version 1.2.5, into the NetBSD Packages
Collection.

An implementation of the Stomp protocol for Ruby.

STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol.

STOMP provides an interoperable wire format so that STOMP clients can
communicate with any STOMP message broker to provide easy and widespread
messaging interoperability among many languages, platforms and brokers.

diffstat:

 devel/ruby-stomp/DESCR    |   7 ++++
 devel/ruby-stomp/Makefile |  12 ++++++++
 devel/ruby-stomp/PLIST    |  66 +++++++++++++++++++++++++++++++++++++++++++++++
 devel/ruby-stomp/distinfo |   5 +++
 4 files changed, 90 insertions(+), 0 deletions(-)

diffs (106 lines):

diff -r c4b33258a3a6 -r ce2fda4e05f8 devel/ruby-stomp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-stomp/DESCR    Sat Aug 11 06:56:14 2012 +0000
@@ -0,0 +1,7 @@
+An implementation of the Stomp protocol for Ruby.
+
+STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol.
+
+STOMP provides an interoperable wire format so that STOMP clients can
+communicate with any STOMP message broker to provide easy and widespread
+messaging interoperability among many languages, platforms and brokers.
diff -r c4b33258a3a6 -r ce2fda4e05f8 devel/ruby-stomp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-stomp/Makefile Sat Aug 11 06:56:14 2012 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2012/08/11 06:56:14 imil Exp $
+
+DISTNAME=      stomp-1.2.5
+CATEGORIES=    devel
+
+MAINTAINER=    imil%NetBSD.org@localhost
+HOMEPAGE=      https://rubygems.org/gems/stomp/
+COMMENT=       Ruby library for the Stomp protocol
+LICENSE=       apache-2.0
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c4b33258a3a6 -r ce2fda4e05f8 devel/ruby-stomp/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-stomp/PLIST    Sat Aug 11 06:56:14 2012 +0000
@@ -0,0 +1,66 @@
+@comment $NetBSD: PLIST,v 1.1 2012/08/11 06:56:15 imil Exp $
+bin/catstomp
+bin/stompcat
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.rdoc
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/catstomp
+${GEM_LIBDIR}/bin/stompcat
+${GEM_LIBDIR}/examples/client11_ex1.rb
+${GEM_LIBDIR}/examples/client11_putget1.rb
+${GEM_LIBDIR}/examples/conn11_ex1.rb
+${GEM_LIBDIR}/examples/conn11_ex2.rb
+${GEM_LIBDIR}/examples/conn11_hb1.rb
+${GEM_LIBDIR}/examples/consumer.rb
+${GEM_LIBDIR}/examples/get11conn_ex1.rb
+${GEM_LIBDIR}/examples/get11conn_ex2.rb
+${GEM_LIBDIR}/examples/logexamp.rb
+${GEM_LIBDIR}/examples/logexamp_ssl.rb
+${GEM_LIBDIR}/examples/publisher.rb
+${GEM_LIBDIR}/examples/put11conn_ex1.rb
+${GEM_LIBDIR}/examples/putget11_rh1.rb
+${GEM_LIBDIR}/examples/slogger.rb
+${GEM_LIBDIR}/examples/ssl_uc1.rb
+${GEM_LIBDIR}/examples/ssl_uc1_ciphers.rb
+${GEM_LIBDIR}/examples/ssl_uc2.rb
+${GEM_LIBDIR}/examples/ssl_uc2_ciphers.rb
+${GEM_LIBDIR}/examples/ssl_uc3.rb
+${GEM_LIBDIR}/examples/ssl_uc3_ciphers.rb
+${GEM_LIBDIR}/examples/ssl_uc4.rb
+${GEM_LIBDIR}/examples/ssl_uc4_ciphers.rb
+${GEM_LIBDIR}/examples/ssl_ucx_default_ciphers.rb
+${GEM_LIBDIR}/examples/stomp11_common.rb
+${GEM_LIBDIR}/examples/topic_consumer.rb
+${GEM_LIBDIR}/examples/topic_publisher.rb
+${GEM_LIBDIR}/lib/client/utils.rb
+${GEM_LIBDIR}/lib/connection/heartbeats.rb
+${GEM_LIBDIR}/lib/connection/netio.rb
+${GEM_LIBDIR}/lib/connection/utf8.rb
+${GEM_LIBDIR}/lib/connection/utils.rb
+${GEM_LIBDIR}/lib/stomp.rb
+${GEM_LIBDIR}/lib/stomp/client.rb
+${GEM_LIBDIR}/lib/stomp/codec.rb
+${GEM_LIBDIR}/lib/stomp/connection.rb
+${GEM_LIBDIR}/lib/stomp/constants.rb
+${GEM_LIBDIR}/lib/stomp/errors.rb
+${GEM_LIBDIR}/lib/stomp/ext/hash.rb
+${GEM_LIBDIR}/lib/stomp/message.rb
+${GEM_LIBDIR}/lib/stomp/sslparams.rb
+${GEM_LIBDIR}/lib/stomp/version.rb
+${GEM_LIBDIR}/spec/client_shared_examples.rb
+${GEM_LIBDIR}/spec/client_spec.rb
+${GEM_LIBDIR}/spec/connection_spec.rb
+${GEM_LIBDIR}/spec/message_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/stomp.gemspec
+${GEM_LIBDIR}/test/test_client.rb
+${GEM_LIBDIR}/test/test_codec.rb
+${GEM_LIBDIR}/test/test_connection.rb
+${GEM_LIBDIR}/test/test_connection1p.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/test_message.rb
+${GEM_LIBDIR}/test/test_ssl.rb
+${GEM_LIBDIR}/test/tlogger.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c4b33258a3a6 -r ce2fda4e05f8 devel/ruby-stomp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-stomp/distinfo Sat Aug 11 06:56:14 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/08/11 06:56:15 imil Exp $
+
+SHA1 (stomp-1.2.5.gem) = f5929bd99accba2abe5ec25c50c464b7f58ee8b9
+RMD160 (stomp-1.2.5.gem) = 4db320eeca023333269594c40881e21e2cb37c04
+Size (stomp-1.2.5.gem) = 58880 bytes



Home | Main Index | Thread Index | Old Index