summaryrefslogtreecommitdiff
path: root/mail/py-libgmail
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2007-05-04 20:08:54 +0000
committeragc <agc@pkgsrc.org>2007-05-04 20:08:54 +0000
commit8bc061dd3d10b42e1dc844e7f63016d691cf8760 (patch)
treeb27464f7631b9db3842825ef7dbe13c32502dc59 /mail/py-libgmail
parent9e5f469a1a2302b62e7cc2b8628ce1f58d6499bc (diff)
downloadpkgsrc-8bc061dd3d10b42e1dc844e7f63016d691cf8760.tar.gz
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 (limited to 'mail/py-libgmail')
-rw-r--r--mail/py-libgmail/DESCR15
-rw-r--r--mail/py-libgmail/Makefile24
-rw-r--r--mail/py-libgmail/PLIST5
-rw-r--r--mail/py-libgmail/distinfo5
4 files changed, 49 insertions, 0 deletions
diff --git a/mail/py-libgmail/DESCR b/mail/py-libgmail/DESCR
new file mode 100644
index 00000000000..3d7e02daaea
--- /dev/null
+++ b/mail/py-libgmail/DESCR
@@ -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 --git a/mail/py-libgmail/Makefile b/mail/py-libgmail/Makefile
new file mode 100644
index 00000000000..2259b44ff3f
--- /dev/null
+++ b/mail/py-libgmail/Makefile
@@ -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
+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 --git a/mail/py-libgmail/PLIST b/mail/py-libgmail/PLIST
new file mode 100644
index 00000000000..49c0a0d73d1
--- /dev/null
+++ b/mail/py-libgmail/PLIST
@@ -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 --git a/mail/py-libgmail/distinfo b/mail/py-libgmail/distinfo
new file mode 100644
index 00000000000..7a6754400be
--- /dev/null
+++ b/mail/py-libgmail/distinfo
@@ -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