summaryrefslogtreecommitdiff
path: root/net-im/p5-Net-Stomp
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2007-02-11 19:28:01 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2007-02-11 19:28:01 +0000
commitc053f6df682f7892daf45616ff544f3a9f69ccb1 (patch)
treeab54c675134367ef27235ebc9d0a547ba91b0367 /net-im/p5-Net-Stomp
parentUpdate to 2.9.3. (diff)
Add p5-Net-Stomp 0.32, Streaming Text Orientated Messaging Protocol
Client.
Notes
Notes: svn path=/head/; revision=184911
Diffstat (limited to 'net-im/p5-Net-Stomp')
-rw-r--r--net-im/p5-Net-Stomp/Makefile25
-rw-r--r--net-im/p5-Net-Stomp/distinfo3
-rw-r--r--net-im/p5-Net-Stomp/pkg-descr14
-rw-r--r--net-im/p5-Net-Stomp/pkg-plist4
4 files changed, 46 insertions, 0 deletions
diff --git a/net-im/p5-Net-Stomp/Makefile b/net-im/p5-Net-Stomp/Makefile
new file mode 100644
index 000000000000..6ea39b0a7e6f
--- /dev/null
+++ b/net-im/p5-Net-Stomp/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Net-Stomp
+# Date created: 08 February 2007
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Net-Stomp
+PORTVERSION= 0.32
+CATEGORIES= net-im perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Net
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@FreeBSD.org
+COMMENT= Streaming Text Orientated Messaging Protocol Client
+
+BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_MODBUILD= yes
+
+MAN3= Net::Stomp.3 Net::Stomp::Frame.3
+
+.include <bsd.port.mk>
diff --git a/net-im/p5-Net-Stomp/distinfo b/net-im/p5-Net-Stomp/distinfo
new file mode 100644
index 000000000000..8df2a197bae4
--- /dev/null
+++ b/net-im/p5-Net-Stomp/distinfo
@@ -0,0 +1,3 @@
+MD5 (Net-Stomp-0.32.tar.gz) = e18c0639b660c1a07acfafce5e0caff9
+SHA256 (Net-Stomp-0.32.tar.gz) = d83d8001b60223deeaf316dab30a9c7c265cdcb174a34dfc221169a017135545
+SIZE (Net-Stomp-0.32.tar.gz) = 5691
diff --git a/net-im/p5-Net-Stomp/pkg-descr b/net-im/p5-Net-Stomp/pkg-descr
new file mode 100644
index 000000000000..1710f8189e64
--- /dev/null
+++ b/net-im/p5-Net-Stomp/pkg-descr
@@ -0,0 +1,14 @@
+This module allows you to write a Stomp client. Stomp is the Streaming
+Text Orientated Messaging Protocol (or the Protocol Briefly Known as
+TTMP and Represented by the symbol :ttmp). It's a simple and easy to
+implement protocol for working with Message Orientated Middleware from
+any language. Net::Stomp is useful for talking to Apache ActiveMQ, an
+open source (Apache 2.0 licensed) Java Message Service 1.1 (JMS) message
+broker packed with many enterprise features.
+
+A Stomp frame consists of a command, a series of headers and a body -
+see Net::Stomp::Frame for more details.
+
+For details on the protocol see http://stomp.codehaus.org/Protocol.
+
+WWW: http://search.cpan.org/dist/Net-Stomp/
diff --git a/net-im/p5-Net-Stomp/pkg-plist b/net-im/p5-Net-Stomp/pkg-plist
new file mode 100644
index 000000000000..021417a791d1
--- /dev/null
+++ b/net-im/p5-Net-Stomp/pkg-plist
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Net/Stomp.pm
+%%SITE_PERL%%/Net/Stomp/Frame.pm
+@dirrm %%SITE_PERL%%/Net/Stomp
+@dirrmtry %%SITE_PERL%%/Net