1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Import your Mbox or Maildir files into GMail.

WWW: http://marklyon.org/gmail/old/default.htm
This commit is contained in:
Greg Larkin 2009-05-09 23:34:44 +00:00
parent 7b37b9d551
commit e538dab1e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233561
4 changed files with 47 additions and 0 deletions

View File

@ -163,6 +163,7 @@
SUBDIR += gmime2-sharp
SUBDIR += gmime24
SUBDIR += gmime24-sharp
SUBDIR += gml
SUBDIR += gnarwl
SUBDIR += gnubiff
SUBDIR += gnome-gmail-notifier

40
mail/gml/Makefile Normal file
View File

@ -0,0 +1,40 @@
# New ports collection makefile for: gml
# Date created: 23 March 2009
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= gml
PORTVERSION= 0.4
CATEGORIES= mail
MASTER_SITES= http://marklyon.org/gmail/old/ \
LOCAL/glarkin
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar
MAINTAINER= ports@logvinov.com
COMMENT= Mbox & Maildir to Gmail loader
USE_PYTHON_RUN= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_DOS2UNIX= yes
PLIST_FILES= bin/${PORTNAME}
PORTDOCS= README
post-patch:
@${REINPLACE_CMD} -e 's|.exe||g' \
-e 's|"c:\\mail\\Inbox.*"|/home/user/Inbox|g' ${WRKDIR}/*
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${INSTALL} -d ${DOCSDIR}
.for i in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

3
mail/gml/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (gml.tar) = 88f23933db1abf2db37424a1983757e7
SHA256 (gml.tar) = 028b65de5ce14235a89bbd423a2af7a34cae72b9247d15a587ebb583d1617a0c
SIZE (gml.tar) = 30720

3
mail/gml/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Import your Mbox or Maildir files into GMail.
WWW: http://marklyon.org/gmail/old/default.htm