summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2018-08-17 11:04:11 +0000
committerleot <leot@pkgsrc.org>2018-08-17 11:04:11 +0000
commit85863613aa39a066472c8fe51b36da1c4796a584 (patch)
tree59c8133bd628d871b5e5cfab078c12bd5dbadace
parent3935c90d7aeba1e2cbccd216911e1ded0b799a98 (diff)
downloadpkgsrc-85863613aa39a066472c8fe51b36da1c4796a584.tar.gz
mblaze: Import mblaze-0.4 as mail/mblaze
The mblaze message system is a set of Unix utilities to deal with mail kept in Maildir folders. Its design is roughly inspired by MH, the RAND Message Handling System, but it is a complete implementation from scratch. Packaged by Sunil Nimmagadda and submitted via PR pkg/53517 and pkgsrc-wip.
-rw-r--r--mail/mblaze/DESCR5
-rw-r--r--mail/mblaze/Makefile24
-rw-r--r--mail/mblaze/PLIST62
-rw-r--r--mail/mblaze/distinfo6
4 files changed, 97 insertions, 0 deletions
diff --git a/mail/mblaze/DESCR b/mail/mblaze/DESCR
new file mode 100644
index 00000000000..9d32ed08435
--- /dev/null
+++ b/mail/mblaze/DESCR
@@ -0,0 +1,5 @@
+The mblaze message system is a set of Unix utilities to deal with
+mail kept in Maildir folders.
+
+Its design is roughly inspired by MH, the RAND Message Handling
+System, but it is a complete implementation from scratch.
diff --git a/mail/mblaze/Makefile b/mail/mblaze/Makefile
new file mode 100644
index 00000000000..5b1aba2772a
--- /dev/null
+++ b/mail/mblaze/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2018/08/17 11:04:11 leot Exp $
+
+DISTNAME= mblaze-0.4
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_GITHUB:=chneukirchen/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= sunil@nimmagadda.net
+HOMEPAGE= https://github.com/chneukirchen/mblaze/
+COMMENT= Set of Maildir utilities
+LICENSE= public-domain
+
+NO_CONFIGURE= yes
+USE_TOOLS+= gmake
+MAKE_FILE= GNUmakefile
+MAKE_FLAGS+= PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/${PKGMANDIR}
+
+# Needs prove
+TEST_DEPENDS+= perl-[0-9]*:../../lang/perl5
+
+TEST_TARGET= check
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/mail/mblaze/PLIST b/mail/mblaze/PLIST
new file mode 100644
index 00000000000..f342d717ca2
--- /dev/null
+++ b/mail/mblaze/PLIST
@@ -0,0 +1,62 @@
+@comment $NetBSD: PLIST,v 1.1 2018/08/17 11:04:11 leot Exp $
+bin/maddr
+bin/magrep
+bin/mbnc
+bin/mcolor
+bin/mcom
+bin/mdate
+bin/mdeliver
+bin/mdirs
+bin/mexport
+bin/mflag
+bin/mflow
+bin/mfwd
+bin/mgenmid
+bin/mhdr
+bin/minc
+bin/mless
+bin/mlist
+bin/mmime
+bin/mmkdir
+bin/mnext
+bin/mpick
+bin/mprev
+bin/mquote
+bin/mrefile
+bin/mrep
+bin/mscan
+bin/msed
+bin/mseq
+bin/mshow
+bin/msort
+bin/mthread
+bin/museragent
+man/man1/maddr.1
+man/man1/magrep.1
+man/man1/mbnc.1
+man/man1/mcom.1
+man/man1/mdeliver.1
+man/man1/mdirs.1
+man/man1/mexport.1
+man/man1/mflag.1
+man/man1/mflow.1
+man/man1/mfwd.1
+man/man1/mgenmid.1
+man/man1/mhdr.1
+man/man1/minc.1
+man/man1/mless.1
+man/man1/mlist.1
+man/man1/mmime.1
+man/man1/mmkdir.1
+man/man1/mpick.1
+man/man1/mrefile.1
+man/man1/mrep.1
+man/man1/mscan.1
+man/man1/msed.1
+man/man1/mseq.1
+man/man1/mshow.1
+man/man1/msort.1
+man/man1/mthread.1
+man/man5/mblaze-profile.5
+man/man7/mblaze.7
+man/man7/mmsg.7
diff --git a/mail/mblaze/distinfo b/mail/mblaze/distinfo
new file mode 100644
index 00000000000..4a14208b14b
--- /dev/null
+++ b/mail/mblaze/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/17 11:04:11 leot Exp $
+
+SHA1 (mblaze-0.4.tar.gz) = b1cffa24e01f5cb3ffeb2ce0acd55f32bd5624a2
+RMD160 (mblaze-0.4.tar.gz) = 5fe8217f84f415abefffc617370593a1e42e6008
+SHA512 (mblaze-0.4.tar.gz) = ef4111712e2eac6d4c9b7617225cf53d4de25d48c853a9d72304744f5b5e53a224e7594330a7fc0245628a3e91f48c0f776d3200c6f233018a9f165e112f2201
+Size (mblaze-0.4.tar.gz) = 85934 bytes