pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/py-libgmail Initial import of libgmail version 0....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/55c293bf8259
branches:  trunk
changeset: 528461:55c293bf8259
user:      agc <agc%pkgsrc.org@localhost>
date:      Fri May 04 20:08:54 2007 +0000

description:
Initial import of libgmail version 0.1.5.1, a python API to access
Google mail, into the Packages Collection.

        The libgmail project is a pure Python binding to provide access to
        Google's Gmail web-mail service.

        The library allows the user to log into an account, retrieve a list of
        threads, display information about them and display the source of the
        individual messages.

        In addition, the library allows the user to:
                Archive Gmail messages to mbox format

                Use your Gmail account as a SMTP server

                Use your Gmail account as a POP server

                Use your Gmail account as a FTP server!

diffstat:

 mail/py-libgmail/DESCR    |  15 +++++++++++++++
 mail/py-libgmail/Makefile |  24 ++++++++++++++++++++++++
 mail/py-libgmail/PLIST    |   5 +++++
 mail/py-libgmail/distinfo |   5 +++++
 4 files changed, 49 insertions(+), 0 deletions(-)

diffs (65 lines):

diff -r fa3b8f27454c -r 55c293bf8259 mail/py-libgmail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-libgmail/DESCR    Fri May 04 20:08:54 2007 +0000
@@ -0,0 +1,15 @@
+The libgmail project is a pure Python binding to provide access to
+Google's Gmail web-mail service.
+
+The library allows the user to log into an account, retrieve a list of
+threads, display information about them and display the source of the
+individual messages.
+
+In addition, the library allows the user to:
+       Archive Gmail messages to mbox format
+
+       Use your Gmail account as a SMTP server
+
+       Use your Gmail account as a POP server
+
+       Use your Gmail account as a FTP server!
diff -r fa3b8f27454c -r 55c293bf8259 mail/py-libgmail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-libgmail/Makefile Fri May 04 20:08:54 2007 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/05/04 20:08:54 agc Exp $
+#
+
+DISTNAME=      libgmail-0.1.5.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    mail python
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libgmail/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://sourceforge.net/projects/libgmail/
+COMMENT=       Python bindings to access Google mail
+
+PYTHON_VERSIONS_ACCEPTED=      24
+PYSETUP=               setup.py
+PLIST_SUBST+=          PYSITELIB=${PYSITELIB:Q}
+
+do-build:
+       cd ${WRKSRC} && ${PYTHONBIN} ${PYSETUP} build
+
+do-install:
+       cd ${WRKSRC} && ${PYTHONBIN} ${PYSETUP} install
+
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa3b8f27454c -r 55c293bf8259 mail/py-libgmail/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-libgmail/PLIST    Fri May 04 20:08:54 2007 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/05/04 20:08:54 agc Exp $
+${PYSITELIB}/lgconstants.py
+${PYSITELIB}/lgconstants.pyc
+${PYSITELIB}/libgmail.py
+${PYSITELIB}/libgmail.pyc
diff -r fa3b8f27454c -r 55c293bf8259 mail/py-libgmail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/py-libgmail/distinfo Fri May 04 20:08:54 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/05/04 20:08:54 agc Exp $
+
+SHA1 (libgmail-0.1.5.1.tar.gz) = 6d23e50e402d8c8cdafa88ad14191cd0a6b1fb3a
+RMD160 (libgmail-0.1.5.1.tar.gz) = 8c9e0133060759f00673fd0fe2484fe0c15d4033
+Size (libgmail-0.1.5.1.tar.gz) = 27158 bytes



Home | Main Index | Thread Index | Old Index