diff options
author | fhajny <fhajny@pkgsrc.org> | 2018-02-20 14:11:06 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2018-02-20 14:11:06 +0000 |
commit | 2eeec195b4aa2acab1c3999cb0f2f46a9757da60 (patch) | |
tree | 57eae3fe11d6fd260c6ae22666568f361fcdc44c /net | |
parent | 4d65b40f24aefe9de7e26d36aed0a128b2d8adbb (diff) | |
download | pkgsrc-2eeec195b4aa2acab1c3999cb0f2f46a9757da60.tar.gz |
Import Net::Stomp 0.57 as net/p5-Net-Stomp.
This module allows you to write a Stomp client.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Net-Stomp/DESCR | 1 | ||||
-rw-r--r-- | net/p5-Net-Stomp/Makefile | 20 | ||||
-rw-r--r-- | net/p5-Net-Stomp/distinfo | 6 |
4 files changed, 29 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index fec8b65504d..f7331873532 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1201 2018/02/12 19:34:27 minskim Exp $ +# $NetBSD: Makefile,v 1.1202 2018/02/20 14:11:06 fhajny Exp $ # COMMENT= Networking tools @@ -523,6 +523,7 @@ SUBDIR+= p5-Net-SNMP-Mixin SUBDIR+= p5-Net-SSH-Expect SUBDIR+= p5-Net-Server SUBDIR+= p5-Net-Server-SS-PreFork +SUBDIR+= p5-Net-Stomp SUBDIR+= p5-Net-TFTP SUBDIR+= p5-Net-Telnet SUBDIR+= p5-Net-Telnet-Cisco diff --git a/net/p5-Net-Stomp/DESCR b/net/p5-Net-Stomp/DESCR new file mode 100644 index 00000000000..2308398b49c --- /dev/null +++ b/net/p5-Net-Stomp/DESCR @@ -0,0 +1 @@ +This module allows you to write a Stomp client. diff --git a/net/p5-Net-Stomp/Makefile b/net/p5-Net-Stomp/Makefile new file mode 100644 index 00000000000..22b33f99156 --- /dev/null +++ b/net/p5-Net-Stomp/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2018/02/20 14:11:06 fhajny Exp $ +# + +DISTNAME= Net-Stomp-0.57 +PKGNAME= p5-${DISTNAME} +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +HOMEPAGE= http://search.cpan.org/dist/Net-Stomp/ +COMMENT= Streaming Text Orientated Messaging Protocol Client +LICENSE= ${PERL5_LICENSE} + +BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal +DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor + +PERL5_MODULE_TYPE= Module::Build +PERL5_PACKLIST= auto/Net/Stomp/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-Stomp/distinfo b/net/p5-Net-Stomp/distinfo new file mode 100644 index 00000000000..d74e77884f8 --- /dev/null +++ b/net/p5-Net-Stomp/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/02/20 14:11:06 fhajny Exp $ + +SHA1 (Net-Stomp-0.57.tar.gz) = 56f275cc032458d6a9940d6079a5adce2b0e64f4 +RMD160 (Net-Stomp-0.57.tar.gz) = f6e54af2779b4dbb7fd522d1d81504e608f2b91c +SHA512 (Net-Stomp-0.57.tar.gz) = 4c1769906468ddc3ac565a2f6e8c846d466891947c9be312b795fe4a83e40d48d73ac701512a75980ec4e0ce0d4126baccfd1c0839adbf160051b892d9a579c9 +Size (Net-Stomp-0.57.tar.gz) = 30227 bytes |