Date: Mon, 23 Mar 2009 15:44:20 +0900 (YAKT) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/132956: [new port] mail/gml: Mbox & Maildir to Gmail loader Message-ID: <200903230644.n2N6iK58031242@blg.akavia.ru> Resent-Message-ID: <200903230650.n2N6o27Q018998@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132956 >Category: ports >Synopsis: [new port] mail/gml: Mbox & Maildir to Gmail loader >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: Mon Mar 23 06:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.4-RELEASE i386 >Organization: >Environment: >Description: Import your Mbox or Maildir files into GMail. WWW: http://marklyon.org/gmail/old/default.htm >How-To-Repeat: >Fix: # 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: # # gml # gml/Makefile # gml/distinfo # gml/pkg-descr # echo c - gml mkdir -p gml > /dev/null 2>&1 echo x - gml/Makefile sed 's/^X//' >gml/Makefile << '7e322adb7987a437542e068f84320aa8' X# New ports collection makefile for: gml X# Date created: 23 March 2009 X# Whom: Alexander Logvinov <ports@logvinov.com> X# X# $FreeBSD$ X# X XPORTNAME= gml XPORTVERSION= 0.4 XCATEGORIES= mail XMASTER_SITES= http://marklyon.org/gmail/old/ XDISTNAME= ${PORTNAME} XEXTRACT_SUFX= .tar X XMAINTAINER= ports@logvinov.com XCOMMENT= Mbox & Maildir to Gmail loader X XUSE_PYTHON_RUN= yes XNO_WRKSUBDIR= yes XNO_BUILD= yes XUSE_DOS2UNIX= * XPLIST_FILES= bin/${PORTNAME} X XPORTDOCS= COPYING README X Xpost-patch: X @${REINPLACE_CMD} -e 's|.exe||g' \ X -e 's|"c:\\mail\\Inbox.*"|/home/user/Inbox|g' ${WRKDIR}/* X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for i in ${PORTDOCS} X ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} X.endfor X.endif X X.include <bsd.port.mk> 7e322adb7987a437542e068f84320aa8 echo x - gml/distinfo sed 's/^X//' >gml/distinfo << '0109f7a9d778e026beb26349c80a967b' XMD5 (gml.tar) = 88f23933db1abf2db37424a1983757e7 XSHA256 (gml.tar) = 028b65de5ce14235a89bbd423a2af7a34cae72b9247d15a587ebb583d1617a0c XSIZE (gml.tar) = 30720 0109f7a9d778e026beb26349c80a967b echo x - gml/pkg-descr sed 's/^X//' >gml/pkg-descr << 'b77d8a851a1af4fa3c2856c9f17223f8' XImport your Mbox or Maildir files into GMail. X XWWW: http://marklyon.org/gmail/old/default.htm b77d8a851a1af4fa3c2856c9f17223f8 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903230644.n2N6iK58031242>