Date: Tue, 27 Sep 2005 17:24:22 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86622: [NEW PORT] mail/libgmail: Library to provide access to Gmail via Python Message-ID: <20050927092422.9E89A7EBFB@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200509270930.j8R9UEkv004675@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86622 >Category: ports >Synopsis: [NEW PORT] mail/libgmail: Library to provide access to Gmail via Python >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 27 09:30:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Jun 14 14:47:11 CST 2005 >Description: The libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service. WWW: http://libgmail.sourceforge.net/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- libgmail-0.1.3.3.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libgmail # libgmail/Makefile # libgmail/distinfo # libgmail/pkg-descr # echo c - libgmail mkdir -p libgmail > /dev/null 2>&1 echo x - libgmail/Makefile sed 's/^X//' >libgmail/Makefile << 'END-of-libgmail/Makefile' X# ex:ts=8 X# Ports collection makefile for: libgmail X# Date created: Sep 27, 2005 X# Whom: ijliao X# X# $FreeBSD$ X# X XPORTNAME= libgmail XDISTVERSION= 0.1.3.3 XCATEGORIES= mail XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= Library to provide access to Gmail via Python X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XPLIST_FILES= ${PYTHON_SITELIBDIR:S,^${PREFIX},,}/lgconstants.py \ X ${PYTHON_SITELIBDIR:S,^${PREFIX},,}/lgconstants.pyc \ X ${PYTHON_SITELIBDIR:S,^${PREFIX},,}/lgconstants.pyo \ X ${PYTHON_SITELIBDIR:S,^${PREFIX},,}/libgmail.py \ X ${PYTHON_SITELIBDIR:S,^${PREFIX},,}/libgmail.pyc \ X ${PYTHON_SITELIBDIR:S,^${PREFIX},,}/libgmail.pyo X X.include <bsd.port.mk> END-of-libgmail/Makefile echo x - libgmail/distinfo sed 's/^X//' >libgmail/distinfo << 'END-of-libgmail/distinfo' XMD5 (libgmail-0.1.3.3.tar.gz) = ebef72abd4fbccdad9291378ac625d9a XSIZE (libgmail-0.1.3.3.tar.gz) = 25906 END-of-libgmail/distinfo echo x - libgmail/pkg-descr sed 's/^X//' >libgmail/pkg-descr << 'END-of-libgmail/pkg-descr' XThe libgmail project is a pure Python binding to provide access to Google's XGmail web-mail service. X XWWW: http://libgmail.sourceforge.net/ END-of-libgmail/pkg-descr exit --- libgmail-0.1.3.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050927092422.9E89A7EBFB>