[Midnightbsd-cvs] mports [20645] trunk/net: add rabbitmq for perl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Nov 4 17:43:33 EST 2015
Revision: 20645
http://svnweb.midnightbsd.org/mports/?rev=20645
Author: laffer1
Date: 2015-11-04 17:43:33 -0500 (Wed, 04 Nov 2015)
Log Message:
-----------
add rabbitmq for perl
Modified Paths:
--------------
trunk/net/Makefile
Added Paths:
-----------
trunk/net/p5-Net-RabbitMQ/
trunk/net/p5-Net-RabbitMQ/Makefile
trunk/net/p5-Net-RabbitMQ/distinfo
trunk/net/p5-Net-RabbitMQ/files/
trunk/net/p5-Net-RabbitMQ/files/patch-amqp.h
trunk/net/p5-Net-RabbitMQ/pkg-descr
trunk/net/p5-Net-RabbitMQ/pkg-plist
Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile 2015-11-04 22:39:00 UTC (rev 20644)
+++ trunk/net/Makefile 2015-11-04 22:43:33 UTC (rev 20645)
@@ -78,6 +78,7 @@
SUBDIR += p5-Net-CIDR-Lite
SUBDIR += p5-Net-HTTP
SUBDIR += p5-Net-Libdnet
+SUBDIR += p5-Net-RabbitMQ
SUBDIR += p5-Net-Server
SUBDIR += p5-Net-XWhois
SUBDIR += p5-RPC-XML
Added: trunk/net/p5-Net-RabbitMQ/Makefile
===================================================================
--- trunk/net/p5-Net-RabbitMQ/Makefile (rev 0)
+++ trunk/net/p5-Net-RabbitMQ/Makefile 2015-11-04 22:43:33 UTC (rev 20645)
@@ -0,0 +1,24 @@
+# Created by: Steve Wills <steve at mouf.net>
+# $FreeBSD: head/net/p5-Net-RabbitMQ/Makefile 373448 2014-11-26 13:08:24Z mat $
+# $MidnightBSD$
+
+PORTNAME= Net-RabbitMQ
+PORTVERSION= 0.2.0
+CATEGORIES= net perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:JESUS
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Perl module to interact with RabbitMQ over AMQP using librabbitmq
+
+LICENSE= unknown
+
+BUILD_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq
+RUN_DEPENDS= ${LOCALBASE}/sbin/rabbitmqctl:${PORTSDIR}/net/rabbitmq
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/net/p5-Net-RabbitMQ/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/p5-Net-RabbitMQ/distinfo
===================================================================
--- trunk/net/p5-Net-RabbitMQ/distinfo (rev 0)
+++ trunk/net/p5-Net-RabbitMQ/distinfo 2015-11-04 22:43:33 UTC (rev 20645)
@@ -0,0 +1,2 @@
+SHA256 (Net-RabbitMQ-0.2.0.tar.gz) = 123d3a539b88932d8d04d30c2314db9c51b983e63b36ecc557e57482a88547aa
+SIZE (Net-RabbitMQ-0.2.0.tar.gz) = 46499
Property changes on: trunk/net/p5-Net-RabbitMQ/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/p5-Net-RabbitMQ/files/patch-amqp.h
===================================================================
--- trunk/net/p5-Net-RabbitMQ/files/patch-amqp.h (rev 0)
+++ trunk/net/p5-Net-RabbitMQ/files/patch-amqp.h 2015-11-04 22:43:33 UTC (rev 20645)
@@ -0,0 +1,7 @@
+--- amqp.h.orig 2010-09-07 22:27:12.427343614 -0400
++++ amqp.h 2010-09-07 22:27:29.186292928 -0400
+@@ -1,3 +1,4 @@
++#include <sys/types.h>
+ #ifndef librabbitmq_amqp_h
+ #define librabbitmq_amqp_h
+
Property changes on: trunk/net/p5-Net-RabbitMQ/files/patch-amqp.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/p5-Net-RabbitMQ/pkg-descr
===================================================================
--- trunk/net/p5-Net-RabbitMQ/pkg-descr (rev 0)
+++ trunk/net/p5-Net-RabbitMQ/pkg-descr 2015-11-04 22:43:33 UTC (rev 20645)
@@ -0,0 +1,3 @@
+Perl interface to RabbitMQ
+
+WWW: http://search.cpan.org/dist/Net-RabbitMQ/
Property changes on: trunk/net/p5-Net-RabbitMQ/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/p5-Net-RabbitMQ/pkg-plist
===================================================================
--- trunk/net/p5-Net-RabbitMQ/pkg-plist (rev 0)
+++ trunk/net/p5-Net-RabbitMQ/pkg-plist 2015-11-04 22:43:33 UTC (rev 20645)
@@ -0,0 +1,3 @@
+%%SITE_ARCH%%/Net/RabbitMQ.pm
+%%SITE_ARCH%%/auto/Net/RabbitMQ/RabbitMQ.so
+%%PERL5_MAN3%%/Net::RabbitMQ.3.gz
Property changes on: trunk/net/p5-Net-RabbitMQ/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list