diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-03 17:30:06 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-03 17:30:06 +0000 |
commit | 5db2028f49e1e83cbf1f7bb5da032d6cd5eadf90 (patch) | |
tree | 14edf7042b2e47bb48161bac766e897cff8c8c57 /chat | |
parent | 809ab70b75a689e7deabbd350688ba54ee5e4adb (diff) | |
download | pkgsrc-5db2028f49e1e83cbf1f7bb5da032d6cd5eadf90.tar.gz |
Import msnre, packaged by Jung-Min Seo (luapzz at gmail dot com), and
modified by me.
MSNre is a lightweight but powerful console-based MSN Instant
Messenger clone. It has many features, including instant messaging,
sending messages to cell phones, file transfer, complete
contacts/groups management, email notifications, auto-away messages,
netmeeting support, aliases, messages logging, event scripts, local
contact list, multi-user chat support, ability to encode characters in
the system locale, and much more.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/msnre/DESCR | 7 | ||||
-rw-r--r-- | chat/msnre/Makefile | 22 | ||||
-rw-r--r-- | chat/msnre/PLIST | 1 | ||||
-rw-r--r-- | chat/msnre/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/chat/msnre/DESCR b/chat/msnre/DESCR new file mode 100644 index 00000000000..8f90177fc22 --- /dev/null +++ b/chat/msnre/DESCR @@ -0,0 +1,7 @@ +MSNre is a lightweight but powerful console-based MSN Instant +Messenger clone. It has many features, including instant messaging, +sending messages to cell phones, file transfer, complete +contacts/groups management, email notifications, auto-away messages, +netmeeting support, aliases, messages logging, event scripts, local +contact list, multi-user chat support, ability to encode characters in +the system locale, and much more. diff --git a/chat/msnre/Makefile b/chat/msnre/Makefile new file mode 100644 index 00000000000..1a7558026a7 --- /dev/null +++ b/chat/msnre/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/03 17:30:06 minskim Exp $ +# + +DISTNAME= msnre-0.91 +CATEGORIES= chat +MASTER_SITES= http://puzzle.dl.sourceforge.net/sourceforge/msnre/ + +MAINTAINER= luapzz@gmail.com +HOMEPAGE= http://msnre.sourceforge.net/ +COMMENT= Console-based MSN Instant Messenger clone + +DEPENDS+= p5-Curses-[0-9]*:../../devel/p5-Curses +DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/msnre/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/msnre/PLIST b/chat/msnre/PLIST new file mode 100644 index 00000000000..8bf35ebbac2 --- /dev/null +++ b/chat/msnre/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/03 17:30:06 minskim Exp $ diff --git a/chat/msnre/distinfo b/chat/msnre/distinfo new file mode 100644 index 00000000000..65692da7785 --- /dev/null +++ b/chat/msnre/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/03 17:30:06 minskim Exp $ + +SHA1 (msnre-0.91.tar.gz) = 6a3638d4d3e074de885689b20fc138a28ffe7d51 +Size (msnre-0.91.tar.gz) = 140292 bytes |