diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-01-25 10:23:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-01-25 10:23:24 +0000 |
commit | 82674de250b24906306018e1071b9f54ad07418c (patch) | |
tree | fbc3816393c5d666de839d3905c366bb8d88e434 /net-im | |
parent | f5d72ccb3ce4e9e24b292fea035150e7b0d3138f (diff) | |
download | ports-82674de250b24906306018e1071b9f54ad07418c.tar.gz ports-82674de250b24906306018e1071b9f54ad07418c.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/sendxmpp/Makefile | 33 | ||||
-rw-r--r-- | net-im/sendxmpp/distinfo | 3 | ||||
-rw-r--r-- | net-im/sendxmpp/pkg-descr | 4 |
4 files changed, 41 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index a4e4b39cda99..d64e7c4eab09 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -97,6 +97,7 @@ SUBDIR += py-jabber SUBDIR += py-twistedWords SUBDIR += ruby-xmpp4r + SUBDIR += sendxmpp SUBDIR += simicq SUBDIR += sulci SUBDIR += tik diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile new file mode 100644 index 000000000000..f5e504b42253 --- /dev/null +++ b/net-im/sendxmpp/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: sendxmpp +# Date created: 24 Jan 2006 +# Whom: Max E. Kuznecov <mek@mek.uz.ua> +# +# $FreeBSD$ +# + +PORTNAME= sendxmpp +PORTVERSION= 0.0.8 +CATEGORIES= net-im perl5 +MASTER_SITES= http://www.djcbsoftware.nl/code/sendxmpp/ + +MAINTAINER= mek@mek.uz.ua +COMMENT= Perl-script to send xmpp (jabber) messages + +BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN1= sendxmpp.1 + +PLIST_FILES= bin/sendxmpp \ + %%SITE_PERL%%/mach/auto/sendxmpp/.packlist +PLIST_DIRS= %%SITE_PERL%%/mach/auto/sendxmpp + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Dependencies does not build on FreeBSD < 5.x +.endif + +.include <bsd.port.post.mk> diff --git a/net-im/sendxmpp/distinfo b/net-im/sendxmpp/distinfo new file mode 100644 index 000000000000..e16d33662228 --- /dev/null +++ b/net-im/sendxmpp/distinfo @@ -0,0 +1,3 @@ +MD5 (sendxmpp-0.0.8.tar.gz) = 8a041f4940274f4d1e72e76fcc95e689 +SHA256 (sendxmpp-0.0.8.tar.gz) = 10e0a8d03f504f93ee4b9178c86f1882ac718e76d427602b1f9e10653cde0dde +SIZE (sendxmpp-0.0.8.tar.gz) = 6401 diff --git a/net-im/sendxmpp/pkg-descr b/net-im/sendxmpp/pkg-descr new file mode 100644 index 000000000000..4acfcf479462 --- /dev/null +++ b/net-im/sendxmpp/pkg-descr @@ -0,0 +1,4 @@ +sendxmpp is a program to send XMPP (Jabber) messages from the command-line. +Messages can be sent both to individual recipients and chatrooms. + +WWW: http://www.djcbsoftware.nl/code/sendxmpp/ |