1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net-im/cli-msn/files/pkg-message.in
Ion-Mihai Tetcu 6be9bd3ef5 CLI-MSN is a UNIX Command Line implementation of the MSN Messenger Client,
coded purely in C with the ability to work in almost any UNIX/Linux variation.
The desire for the creation of CLI-MSN came when little or no command-line
based messengers were found to be available that implemented MSN Messenger.

The client itself accepts commands based on that of an IRC clients nature
(/cmd). Currently in the process of working out the file transfer.

WWW:	http://mor-pah.net/

PR:		ports/95186
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Approved by:	lawrance (mentor, implicit)
2006-06-06 17:47:19 +00:00

22 lines
473 B
Plaintext

###############################################################################
1) Create ~/.msn directory
# mkdir ~/.msn
2) Copy %%DATADIR%% files to ~/.msn directory
# cp %%DATADIR%%/* ~/.msn
3) Modify ~/.msn/msn.conf ( user, pass, cert )
# MSN Login name
user 'user@domain.com'
pass 'password'
cert '/path/to/curl-ca-bundle.crt'
4) Run cli-msn
5) Enjoy it ;)
###############################################################################