mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Update to version 1.24
- Port development has moved to new place - Add EXAMPLES option - Inform users of config format change in pkg-message PR: 197248 Submitted by: Tomas Hecker <tomas.hecker@gmail.com> Approved by: maintainer timeout
This commit is contained in:
parent
0ee2c74094
commit
b250f02513
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379497
@ -2,20 +2,33 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sendxmpp
|
||||
PORTVERSION= 0.0.8
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.24.0
|
||||
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
|
||||
|
||||
RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \
|
||||
p5-IO-Socket-SSL>0.0:${PORTSDIR}/security/p5-IO-Socket-SSL
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP
|
||||
RUN_DEPENDS= p5-Getopt-Long>0.0:${PORTSDIR}/devel/p5-Getopt-Long
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= lhost
|
||||
GH_TAGNAME= v1.24
|
||||
GH_COMMIT= f596346
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTEXAMPLES= send-url.xml sendxmpp-raw-messages
|
||||
PLIST_FILES= bin/sendxmpp man/man1/sendxmpp.1.gz
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sendxmpp-0.0.8.tar.gz) = 10e0a8d03f504f93ee4b9178c86f1882ac718e76d427602b1f9e10653cde0dde
|
||||
SIZE (sendxmpp-0.0.8.tar.gz) = 6401
|
||||
SHA256 (sendxmpp-1.24.0.tar.gz) = 8126125accf11014d6b4f1963d951ccbe2fc1a7f1ed9fe6dee207600f66183ee
|
||||
SIZE (sendxmpp-1.24.0.tar.gz) = 9662
|
||||
|
@ -1,4 +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/
|
||||
WWW: http://sendxmpp.hostname.sk/
|
||||
|
7
net-im/sendxmpp/pkg-message
Normal file
7
net-im/sendxmpp/pkg-message
Normal file
@ -0,0 +1,7 @@
|
||||
----------------------------------------------------------
|
||||
Existing users of 'sendxmpp' be aware that the format of
|
||||
the config file has changed and you need to update your
|
||||
~/.sendxmpprc file accordingly.
|
||||
|
||||
The new config file format is described in the man page.
|
||||
----------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user