add libmsn 3.2

A library for connecting to MSN Messenger service
This commit is contained in:
Ying-Chieh Liao 2005-02-06 09:08:35 +00:00
parent 82728efb9c
commit c38f3ae550
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128127
11 changed files with 153 additions and 0 deletions

24
net-im/libmsn/Makefile Normal file
View file

@ -0,0 +1,24 @@
# ex:ts=8
# Ports collection makefile for: libmsn
# Date created: Feb 6, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libmsn
PORTVERSION= 3.2
CATEGORIES= net
MASTER_SITES= http://libmsn.bdash.net.nz/files/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for connecting to MSN Messenger service
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

2
net-im/libmsn/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (libmsn-3.2.tar.gz) = 6f931cd98522cecae823072f0e346879
SIZE (libmsn-3.2.tar.gz) = 653862

View file

@ -0,0 +1,15 @@
--- ltmain.sh.orig Sun Feb 6 17:03:48 2005
+++ ltmain.sh Sun Feb 6 17:04:02 2005
@@ -5551,10 +5551,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false ; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

15
net-im/libmsn/pkg-descr Normal file
View file

@ -0,0 +1,15 @@
libmsn is a C++ library for Microsoft's MSN Messenger service. It provides a
high-level interface that allows an application to access instant messaging
features with ease.
libmsn currently supports version 8 of the MSN Messenger protocol. This means
that it supports the following features:
* Login and logout.
* Buddy presence notifications.
* Buddy list management.
* Privacy settings.
* Conversations.
* Typing notifications.
* File transfers.
WWW: http://libmsn.bdash.net.nz/

20
net-im/libmsn/pkg-plist Normal file
View file

@ -0,0 +1,20 @@
bin/msntest
include/msn/authdata.h
include/msn/buddy.h
include/msn/connection.h
include/msn/errorcodes.h
include/msn/externals.h
include/msn/filetransfer.h
include/msn/invitation.h
include/msn/md5.h
include/msn/message.h
include/msn/msn.h
include/msn/notificationserver.h
include/msn/passport.h
include/msn/sstream_fix.h
include/msn/switchboardserver.h
include/msn/util.h
@dirrm include/msn
lib/libmsn.a
lib/libmsn.so
lib/libmsn.so.0

View file

@ -292,6 +292,7 @@
SUBDIR += libicq
SUBDIR += libicq2000
SUBDIR += libmms
SUBDIR += libmsn
SUBDIR += libnet
SUBDIR += libnet-devel
SUBDIR += libnetdude

24
net/libmsn/Makefile Normal file
View file

@ -0,0 +1,24 @@
# ex:ts=8
# Ports collection makefile for: libmsn
# Date created: Feb 6, 2005
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libmsn
PORTVERSION= 3.2
CATEGORIES= net
MASTER_SITES= http://libmsn.bdash.net.nz/files/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for connecting to MSN Messenger service
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

2
net/libmsn/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (libmsn-3.2.tar.gz) = 6f931cd98522cecae823072f0e346879
SIZE (libmsn-3.2.tar.gz) = 653862

View file

@ -0,0 +1,15 @@
--- ltmain.sh.orig Sun Feb 6 17:03:48 2005
+++ ltmain.sh Sun Feb 6 17:04:02 2005
@@ -5551,10 +5551,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false ; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

15
net/libmsn/pkg-descr Normal file
View file

@ -0,0 +1,15 @@
libmsn is a C++ library for Microsoft's MSN Messenger service. It provides a
high-level interface that allows an application to access instant messaging
features with ease.
libmsn currently supports version 8 of the MSN Messenger protocol. This means
that it supports the following features:
* Login and logout.
* Buddy presence notifications.
* Buddy list management.
* Privacy settings.
* Conversations.
* Typing notifications.
* File transfers.
WWW: http://libmsn.bdash.net.nz/

20
net/libmsn/pkg-plist Normal file
View file

@ -0,0 +1,20 @@
bin/msntest
include/msn/authdata.h
include/msn/buddy.h
include/msn/connection.h
include/msn/errorcodes.h
include/msn/externals.h
include/msn/filetransfer.h
include/msn/invitation.h
include/msn/md5.h
include/msn/message.h
include/msn/msn.h
include/msn/notificationserver.h
include/msn/passport.h
include/msn/sstream_fix.h
include/msn/switchboardserver.h
include/msn/util.h
@dirrm include/msn
lib/libmsn.a
lib/libmsn.so
lib/libmsn.so.0