Update papyon to 0.4.1 after the repocopy from net-im/pymsn.

This commit is contained in:
Joe Marcus Clarke 2009-08-02 00:03:38 +00:00
parent f7706b6a4f
commit a150aee7a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238745
4 changed files with 564 additions and 554 deletions

View File

@ -1,31 +1,27 @@
# New ports collection makefile for: pymsn
# Date created: Apr 19 2007
# Whom: Florent Thoumie <flz@FreeBSD.org>
# New ports collection makefile for: papyon
# Date created: August 1 2009
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pymsn
PORTVERSION= 0.3.3
PORTNAME= papyon
PORTVERSION= 0.4.1
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= MSN Connection library
COMMENT= A fork of pymsn to support the telepathy MSN connection manager
LIB_PC_DEPENDS= pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
${PYTHON_SITELIBDIR}/ADNS.py:${PORTSDIR}/dns/py-adns \
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject \
${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
${PYTHON_SITELIBDIR}/ADNS.py:${PORTSDIR}/dns/py-adns \
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject \
${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto
USE_PYTHON= 2.4+
USE_PYTHON= 2.5+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (pymsn-0.3.3.tar.gz) = dbdb6f92569bae784084f0c3a146eb5b
SHA256 (pymsn-0.3.3.tar.gz) = c2e8f457257f92ae44274858eda271ba3f8cdbcc69041007e945e652e06dc0a8
SIZE (pymsn-0.3.3.tar.gz) = 114769
MD5 (papyon-0.4.1.tar.gz) = b78af3d244bf9bb6460dfec7e0f831bc
SHA256 (papyon-0.4.1.tar.gz) = b0e22e8add91a3c104db9261e0f87a92663ebb6a1e60c7836e2bb35d5736c2fb
SIZE (papyon-0.4.1.tar.gz) = 122675

View File

@ -1,9 +1,5 @@
pymsn is the library behind the msn connection manager :
telepathy-butterfly. It is a rewrite of the libivy msn library used in
the Ivy msn client. pymsn uses the glib mainloop to process the network
events in an asynchronous manner.
Papyon is the library behind the msn connection manager : telepathy-butterfly.
It is a fork of the unmaintained pymsn msn library. papyon uses the glib
mainloop to process the network events in an asynchronous manner.
WWW: http://telepathy.freedesktop.org/
- Florent Thoumie
flz@FreeBSD.org
WWW: http://telepathy.freedesktop.org/wiki/Papyon

File diff suppressed because it is too large Load Diff