diff options
author | martti <martti@pkgsrc.org> | 2001-11-28 12:28:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-28 12:28:23 +0000 |
commit | fa1a81188410af0dc247e399446b220a2d44f93c (patch) | |
tree | 9f7e203db1d16de15d31cac4f68766fb49bc6d4b /chat/p5-Net-ICQ2000 | |
parent | cb382d1f23dcbc0921964c37524e1e374cb74a54 (diff) | |
download | pkgsrc-fa1a81188410af0dc247e399446b220a2d44f93c.tar.gz |
Added p5-Net-ICQ2000-0.2.1 (PR#14569 by Shell Hung)
This module is designed to give perl scripts access to the ICQ
network and the functions provided by it, like SMS
Functions included : Connect(), Disconnect(), Set_Login_Details(),
Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(),
Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing().
Diffstat (limited to 'chat/p5-Net-ICQ2000')
-rw-r--r-- | chat/p5-Net-ICQ2000/DESCR | 6 | ||||
-rw-r--r-- | chat/p5-Net-ICQ2000/Makefile | 19 | ||||
-rw-r--r-- | chat/p5-Net-ICQ2000/PLIST | 1 | ||||
-rw-r--r-- | chat/p5-Net-ICQ2000/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/chat/p5-Net-ICQ2000/DESCR b/chat/p5-Net-ICQ2000/DESCR new file mode 100644 index 00000000000..2a43ca017ca --- /dev/null +++ b/chat/p5-Net-ICQ2000/DESCR @@ -0,0 +1,6 @@ +This module is designed to give perl scripts access to the ICQ +network and the functions provided by it, like SMS + +Functions included : Connect(), Disconnect(), Set_Login_Details(), +Set_Server_And_Port(), Execute_Once(), Send_Command(), Add_Hook(), +Hook_All(), Check_Incoming(), Deal_With_FLAPs(), Send_Outgoing(). diff --git a/chat/p5-Net-ICQ2000/Makefile b/chat/p5-Net-ICQ2000/Makefile new file mode 100644 index 00000000000..5c3137ace07 --- /dev/null +++ b/chat/p5-Net-ICQ2000/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/11/28 12:28:23 martti Exp $ +# + +DISTNAME= Net-ICQ2000-0.2.1 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ + +MAINTAINER= shell@shellhung.org +HOMEPAGE= http://icq2000.phase3solutions.com/ +COMMENT= perl5 modules for the ICQv7 protocol realisation + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/ICQ2000/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/chat/p5-Net-ICQ2000/PLIST b/chat/p5-Net-ICQ2000/PLIST new file mode 100644 index 00000000000..68d688ced12 --- /dev/null +++ b/chat/p5-Net-ICQ2000/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/11/28 12:28:23 martti Exp $ diff --git a/chat/p5-Net-ICQ2000/distinfo b/chat/p5-Net-ICQ2000/distinfo new file mode 100644 index 00000000000..602943c946c --- /dev/null +++ b/chat/p5-Net-ICQ2000/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/11/28 12:28:23 martti Exp $ + +SHA1 (Net-ICQ2000-0.2.1.tar.gz) = b4363984e2af57ab757927168dfd33b8b3efb638 +Size (Net-ICQ2000-0.2.1.tar.gz) = 12287 bytes |