summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 03:45:05 +0000
committerrodent <rodent>2013-04-06 03:45:05 +0000
commitfe2621ae5f5c745fab18912a1f38bbc5abc2f029 (patch)
tree058a5d7dbd4e2830d044e3fb78162276979aef46 /mail
parent82cc10191129d463b2207ac9948d08ed011e16d3 (diff)
downloadpkgsrc-fe2621ae5f5c745fab18912a1f38bbc5abc2f029.tar.gz
Fixes:
COMMENT should not be longer than 70 characters. COMMENT should not begin with 'A'. COMMENT should not begin with 'An'. COMMENT should not begin with 'a'. COMMENT should not end with a period. COMMENT should start with a capital letter. pkglint warnings. Some files also got minor formatting, spelling, and style corrections.
Diffstat (limited to 'mail')
-rw-r--r--mail/freepops/Makefile20
-rw-r--r--mail/grepmail/Makefile4
-rw-r--r--mail/mailhops/Makefile22
-rw-r--r--mail/wmbiff/Makefile5
-rw-r--r--mail/wmmail/Makefile4
5 files changed, 28 insertions, 27 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile
index e8a3eede5d2..63c7a7e3ea9 100644
--- a/mail/freepops/Makefile
+++ b/mail/freepops/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.22 2013/02/06 23:22:44 jperkin Exp $
+# $NetBSD: Makefile,v 1.23 2013/04/06 03:45:15 rodent Exp $
#
-DISTNAME= freepops-0.2.9
-PKGREVISION= 2
-CATEGORIES= mail
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freepops/}
+DISTNAME= freepops-0.2.9
+PKGREVISION= 2
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freepops/}
-MAINTAINER= schmonz@NetBSD.org
-HOMEPAGE= http://www.freepops.org/
-COMMENT= POP3 gateway to AOL, Gmail, Hotmail, Juno, Yahoo, etc.
-LICENSE= gnu-gpl-v2
+MAINTAINER= schmonz@NetBSD.org
+HOMEPAGE= http://www.freepops.org/
+COMMENT= POP3 gateway to AOL, Gmail, Hotmail, Juno, Yahoo, etc
+LICENSE= gnu-gpl-v2
-MAKE_JOBS_SAFE= no
+MAKE_JOBS_SAFE= no
.include "../../mk/bsd.prefs.mk"
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile
index c556fdbdc1a..7c4e5fae00b 100644
--- a/mail/grepmail/Makefile
+++ b/mail/grepmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2012/10/08 12:19:13 asau Exp $
+# $NetBSD: Makefile,v 1.26 2013/04/06 03:45:15 rodent Exp $
DISTNAME= grepmail-5.3033
PKGREVISION= 4
@@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/}
MAINTAINER= david@fundy.net
HOMEPAGE= http://grepmail.sourceforge.net/
-COMMENT= mbox formatted file search utility
+COMMENT= Search utility for mbox formatted files
DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
diff --git a/mail/mailhops/Makefile b/mail/mailhops/Makefile
index 2d852c4f12a..835ed06f012 100644
--- a/mail/mailhops/Makefile
+++ b/mail/mailhops/Makefile
@@ -1,20 +1,20 @@
-# $NetBSD: Makefile,v 1.4 2012/10/08 12:19:16 asau Exp $
+# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:16 rodent Exp $
#
-DISTNAME= mailhops-1.4
-PKGREVISION= 1
-CATEGORIES= mail
-MASTER_SITES= http://www.spinnaker.de/mutt/
+DISTNAME= mailhops-1.4
+PKGREVISION= 1
+CATEGORIES= mail
+MASTER_SITES= http://www.spinnaker.de/mutt/
EXTRACT_SUFX=
-LICENSE= gnu-gpl-v2
+LICENSE= gnu-gpl-v2
-MAINTAINER= is@netbsd.org
-HOMEPAGE= http://www.spinnaker.de/mutt/
-COMMENT= Shows the route of an Internet mail message.
+MAINTAINER= is@netbsd.org
+HOMEPAGE= http://www.spinnaker.de/mutt/
+COMMENT= Shows the route of an Internet mail message
-WRKSRC= ${WRKDIR}
-EXTRACT_CMD= echo ${CP} "$${extract_file}" ${WRKSRC}/mailhops; \
+WRKSRC= ${WRKDIR}
+EXTRACT_CMD= echo ${CP} "$${extract_file}" ${WRKSRC}/mailhops; \
${CP} "$${extract_file}" ${WRKSRC}/mailhops
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile
index 367461b0089..1c9053b278d 100644
--- a/mail/wmbiff/Makefile
+++ b/mail/wmbiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2013/02/16 11:23:02 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2013/04/06 03:45:16 rodent Exp $
DISTNAME= wmbiff-0.4.26
PKGREVISION= 17
@@ -7,12 +7,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmbiff/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/wmbiff/
-COMMENT= xbuffy like "mail-checker" for WindowMaker
+COMMENT= WindowMaker xbuffy-like "mail-checker"
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
EX_DIR= ${PREFIX}/share/examples/wmbiff
+
INSTALLATION_DIRS+= ${EX_DIR}
post-install:
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile
index 6438882ceb8..aa573a89312 100644
--- a/mail/wmmail/Makefile
+++ b/mail/wmmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2012/10/23 10:24:08 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2013/04/06 03:45:16 rodent Exp $
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
@@ -7,7 +7,7 @@ CATEGORIES= mail x11 windowmaker
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= pkgsrc-users@NetBSD.org
-COMMENT= xbiff like "mail-checker" for WindowMaker
+COMMENT= WindowMaker xbiff-like "mail-checker"
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker