sendxmpp is a perl-script to send xmpp (jabber), similar to what mail(1)
does for mail. ok ajacoutot@
This commit is contained in:
parent
e377137feb
commit
3e6ce1f8ac
28
net/sendxmpp/Makefile
Normal file
28
net/sendxmpp/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/12 16:15:04 pea Exp $
|
||||
|
||||
COMMENT= perl script to send xmpp messages
|
||||
|
||||
DISTNAME= sendxmpp-0.0.8
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://sendxmpp.platon.sk/
|
||||
|
||||
MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
MODULES= perl
|
||||
RUN_DEPENDS= ::net/p5-Net-XMPP
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
|
||||
NO_REGRESS= yes
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/sendxmpp/distinfo
Normal file
5
net/sendxmpp/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (sendxmpp-0.0.8.tar.gz) = igQfSUAnT00ecudvzJXmiQ==
|
||||
RMD160 (sendxmpp-0.0.8.tar.gz) = 6T/C6LbBhEwXl3PFXIZl7pW2aOA=
|
||||
SHA1 (sendxmpp-0.0.8.tar.gz) = w8CHz8UKDkojIi0OpXoCGfDr2jQ=
|
||||
SHA256 (sendxmpp-0.0.8.tar.gz) = EOCo0D9QT5PuS5F4yG8YgqxxjnbUJ2ArH54QZTzeDd4=
|
||||
SIZE (sendxmpp-0.0.8.tar.gz) = 6401
|
3
net/sendxmpp/pkg/DESCR
Normal file
3
net/sendxmpp/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
sendxmpp is a perl-script to send xmpp (jabber), similar to what mail(1)
|
||||
does for mail.
|
||||
Messages can be sent both to individual recipients and chatrooms.
|
3
net/sendxmpp/pkg/PLIST
Normal file
3
net/sendxmpp/pkg/PLIST
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/12 16:15:04 pea Exp $
|
||||
bin/sendxmpp
|
||||
@man man/man1/sendxmpp.1
|
Loading…
Reference in New Issue
Block a user