- update to stomp-1.2.8
This commit is contained in:
parent
719da6edba
commit
bed7df512a
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2012/09/23 16:59:49 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2013/02/05 10:31:57 jasper Exp $
|
||||
|
||||
COMMENT = streaming text orientated messaging protocol ruby client
|
||||
COMMENT = Streaming Text Orientated Messaging Protocol (STOMP) client
|
||||
|
||||
DISTNAME = stomp-1.1
|
||||
REVISION = 5
|
||||
DISTNAME = stomp-1.2.8
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = http://stomp.codehaus.org/Ruby
|
||||
HOMEPAGE = https://github.com/stompgem/stomp
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (stomp-1.1.gem) = 3AgnFa6sJIJiQWcgLWc5uw==
|
||||
RMD160 (stomp-1.1.gem) = 3G3upqIcJ3aQ4ZZbJf//A1FAe/0=
|
||||
SHA1 (stomp-1.1.gem) = Zot1yVQlnfgfGi4OrasyJfhUbWg=
|
||||
SHA256 (stomp-1.1.gem) = zeZyZ1qddk8B9hNFhx99EcsqjhU16I5yTwU1/LH8cvI=
|
||||
SIZE (stomp-1.1.gem) = 14336
|
||||
SHA256 (stomp-1.2.8.gem) = CiIKYckgsHCc6ZGvoW+lOD1s4av3EGeuaGN4T527BvE=
|
||||
SIZE (stomp-1.2.8.gem) = 61440
|
||||
|
@ -1,23 +1,76 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/11/08 23:24:42 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/02/05 10:31:57 jasper Exp $
|
||||
${GEM_BIN}/catstomp${GEM_BIN_SUFFIX}
|
||||
${GEM_BIN}/stompcat${GEM_BIN_SUFFIX}
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/catstomp
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/stompcat
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/client11_ex1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/client11_putget1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/conn11_ex1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/conn11_ex2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/conn11_hb1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/consumer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/get11conn_ex1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/get11conn_ex2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/logexamp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/logexamp_ssl.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/publisher.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/put11conn_ex1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/putget11_rh1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/slogger.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc1.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc1_ciphers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc2_ciphers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc3.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc3_ciphers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc4.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_uc4_ciphers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/ssl_ucx_default_ciphers.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/stomp11_common.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/topic_consumer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/topic_publisher.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/client/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/client/utils.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/connection/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/connection/heartbeats.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/connection/netio.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/connection/utf8.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/connection/utils.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/codec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/connection.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/constants.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/ext/hash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/message.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/sslparams.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/stomp/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/client_shared_examples.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/client_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/connection_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/message_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/stomp.gemspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_codec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_connection.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_connection1p.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_message.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_ssl.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/tlogger.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
||||
|
Loading…
Reference in New Issue
Block a user