aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-15 23:37:33 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-15 23:37:33 +0000
commit2c9af1c0080d4df0c7bcdab82b0d7d756824dd8c (patch)
treec7cc05523666954646aef81d899680ce03b78956
parent686f4191901a611609fc3d6c0c8904f90ef4a2ce (diff)
downloadports-2c9af1c0080d4df0c7bcdab82b0d7d756824dd8c.tar.gz
ports-2c9af1c0080d4df0c7bcdab82b0d7d756824dd8c.zip
Vmail is a Vim interface to Gmail.
Why vmail? Because some people love using Vim 1000 times more than using a web browser or a GUI mail program. Author: danchoi <dhchoi@gmail.com> WWW: http://danielchoi.com/software/vmail.html PR: ports/153169 Submitted by: Hsin-Han You <hhyou at cs.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=266386
-rw-r--r--mail/Makefile1
-rw-r--r--mail/rubygem-vmail/Makefile24
-rw-r--r--mail/rubygem-vmail/distinfo2
-rw-r--r--mail/rubygem-vmail/pkg-descr7
4 files changed, 34 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 9d6cb15f0fc6..9ff3635d9e4e 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -608,6 +608,7 @@
SUBDIR += rubygem-pony
SUBDIR += rubygem-smtp_tls
SUBDIR += rubygem-tmail
+ SUBDIR += rubygem-vmail
SUBDIR += sa-stats
SUBDIR += sa-utils
SUBDIR += sastatd
diff --git a/mail/rubygem-vmail/Makefile b/mail/rubygem-vmail/Makefile
new file mode 100644
index 000000000000..3504cf42d77d
--- /dev/null
+++ b/mail/rubygem-vmail/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: Ruby-vmail
+# Date created: 2010 12-15
+# Whom: Hsin-Han You <hhyou@cs.nctu.edu.tw>
+#
+# $FreeBSD$
+
+PORTNAME= vmail
+PORTVERSION= 0.1.8
+CATEGORIES= mail rubygems
+MASTER_SITES= RG
+
+MAINTAINER= hhyou@cs.nctu.edu.tw
+COMMENT= A Vim interface to Gmail
+
+RUN_DEPENDS= rubygem-mail>=2.2.12:${PORTSDIR}/mail/rubygem-mail \
+ rubygem-highline>=1.6.1:${PORTSDIR}/devel/rubygem-highline
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/vmail bin/vmail_client
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-vmail/distinfo b/mail/rubygem-vmail/distinfo
new file mode 100644
index 000000000000..13a0efb66607
--- /dev/null
+++ b/mail/rubygem-vmail/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/vmail-0.1.8.gem) = 46b800f8f2a0b400af125e7980adc8cfd4075a1c5e832196934a1e6ba23672a5
+SIZE (rubygem/vmail-0.1.8.gem) = 893952
diff --git a/mail/rubygem-vmail/pkg-descr b/mail/rubygem-vmail/pkg-descr
new file mode 100644
index 000000000000..f6e8807e9998
--- /dev/null
+++ b/mail/rubygem-vmail/pkg-descr
@@ -0,0 +1,7 @@
+Vmail is a Vim interface to Gmail.
+
+Why vmail? Because some people love using Vim 1000 times more than
+using a web browser or a GUI mail program.
+
+Author: danchoi <dhchoi@gmail.com>
+WWW: http://danielchoi.com/software/vmail.html