pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Import Net::Stomp 0.57 as net/p5-Net-Stomp.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a89e2410135f
branches:  trunk
changeset: 375775:a89e2410135f
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Feb 20 14:11:06 2018 +0000

description:
Import Net::Stomp 0.57 as net/p5-Net-Stomp.

This module allows you to write a Stomp client.

diffstat:

 net/Makefile              |   3 ++-
 net/p5-Net-Stomp/DESCR    |   1 +
 net/p5-Net-Stomp/Makefile |  20 ++++++++++++++++++++
 net/p5-Net-Stomp/distinfo |   6 ++++++
 4 files changed, 29 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 5fa28f93ec15 -r a89e2410135f net/Makefile
--- a/net/Makefile      Tue Feb 20 14:08:48 2018 +0000
+++ b/net/Makefile      Tue Feb 20 14:11:06 2018 +0000
@@ -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-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 -r 5fa28f93ec15 -r a89e2410135f net/p5-Net-Stomp/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Stomp/DESCR    Tue Feb 20 14:11:06 2018 +0000
@@ -0,0 +1,1 @@
+This module allows you to write a Stomp client.
diff -r 5fa28f93ec15 -r a89e2410135f net/p5-Net-Stomp/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Stomp/Makefile Tue Feb 20 14:11:06 2018 +0000
@@ -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 -r 5fa28f93ec15 -r a89e2410135f net/p5-Net-Stomp/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/p5-Net-Stomp/distinfo Tue Feb 20 14:11:06 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index