diff options
author | rene <rene@FreeBSD.org> | 2016-09-23 17:13:40 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-09-23 17:13:40 +0800 |
commit | f2ca3009a042ecacc394df30679ea97fdd842a71 (patch) | |
tree | 2acd92efa28c0eb253c3a79d3914ab7222a1b9c0 /mail | |
parent | 2dcf8017517357bd524329ce82a8d139c31d6441 (diff) | |
download | freebsd-ports-gnome-f2ca3009a042ecacc394df30679ea97fdd842a71.tar.gz freebsd-ports-gnome-f2ca3009a042ecacc394df30679ea97fdd842a71.tar.zst freebsd-ports-gnome-f2ca3009a042ecacc394df30679ea97fdd842a71.zip |
Remove expired port:
2016-09-23 mail/gml: Deprecated upstream. Use native gmail tools to import
Sponsored by: EuroBSDCon 2016 devsummit
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/gml/Makefile | 39 | ||||
-rw-r--r-- | mail/gml/distinfo | 2 | ||||
-rw-r--r-- | mail/gml/pkg-descr | 3 |
4 files changed, 0 insertions, 45 deletions
diff --git a/mail/Makefile b/mail/Makefile index 699deddf2ff1..b401bcbf308f 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -151,7 +151,6 @@ SUBDIR += gmime24-sharp SUBDIR += gmime26 SUBDIR += gmime26-sharp - SUBDIR += gml SUBDIR += gnarwl SUBDIR += gnome-gmail-notifier SUBDIR += gnubiff diff --git a/mail/gml/Makefile b/mail/gml/Makefile deleted file mode 100644 index b5513e5954d8..000000000000 --- a/mail/gml/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Alexander Logvinov <ports@logvinov.com> -# $FreeBSD$ - -PORTNAME= gml -PORTVERSION= 0.4 -CATEGORIES= mail -MASTER_SITES= http://marklyon.org/wp-content/uploads/2013/01/ \ - LOCAL/glarkin -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tar - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mbox & Maildir to Gmail loader - -DEPRECATED= Deprecated upstream. Use native gmail tools to import -EXPIRATION_DATE= 2016-09-23 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USES= dos2unix python:2,run -PLIST_FILES= bin/${PORTNAME} - -PORTDOCS= README - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|.exe||g' \ - -e 's|"c:\\mail\\Inbox.*"|/home/user/Inbox|g' ${WRKSRC}/* - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py \ - ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor - -.include <bsd.port.mk> diff --git a/mail/gml/distinfo b/mail/gml/distinfo deleted file mode 100644 index d444c02a07c9..000000000000 --- a/mail/gml/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gml.tar) = 028b65de5ce14235a89bbd423a2af7a34cae72b9247d15a587ebb583d1617a0c -SIZE (gml.tar) = 30720 diff --git a/mail/gml/pkg-descr b/mail/gml/pkg-descr deleted file mode 100644 index 80e9b72d8897..000000000000 --- a/mail/gml/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Import your Mbox or Maildir files into GMail. - -WWW: http://marklyon.org/2013/01/gmail-loader/ |