pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mblaze: Import mblaze-v0.3.2 as wip/mblaze
Module Name: pkgsrc-wip
Committed By: Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By: skn
Date: Mon Aug 13 20:09:33 2018 +0530
Changeset: 801dbdd7ae331fcb17b99f1c4deb71c137955be0
Modified Files:
Makefile
Added Files:
mblaze/DESCR
mblaze/Makefile
mblaze/PLIST
mblaze/distinfo
Log Message:
mblaze: Import mblaze-v0.3.2 as wip/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.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=801dbdd7ae331fcb17b99f1c4deb71c137955be0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
mblaze/DESCR | 5 +++++
mblaze/Makefile | 22 +++++++++++++++++++++
mblaze/PLIST | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mblaze/distinfo | 6 ++++++
5 files changed, 94 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index d25fad23a4..52a3f0cfe7 100644
--- a/Makefile
+++ b/Makefile
@@ -1948,6 +1948,7 @@ SUBDIR+= mawk-rxspencer
SUBDIR+= mawk-tre
SUBDIR+= mawk-uxre
SUBDIR+= maxima-git
+SUBDIR+= mblaze
SUBDIR+= mc-mp
SUBDIR+= mcats
SUBDIR+= mcats-iodbc
diff --git a/mblaze/DESCR b/mblaze/DESCR
new file mode 100644
index 0000000000..9d32ed0843
--- /dev/null
+++ b/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/mblaze/Makefile b/mblaze/Makefile
new file mode 100644
index 0000000000..f872a57656
--- /dev/null
+++ b/mblaze/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+GITHUB_PROJECT= mblaze
+DISTNAME= v0.3.2
+PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_GITHUB:=chneukirchen/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= sunil%nimmagadda.net@localhost
+HOMEPAGE= https://github.com/chneukirchen/mblaze/
+COMMENT= Set of Maildir utilities
+LICENSE= public-domain
+
+WRKSRC= ${WRKDIR}/mblaze-0.3.2
+
+NO_CONFIGURE= yes
+USE_TOOLS+= gmake
+MAKE_FILE= GNUmakefile
+MAKE_FLAGS+= PREFIX=${PREFIX:Q} BINDIR=${PREFIX:Q}/bin MANDIR=${PREFIX:Q}/man
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/mblaze/PLIST b/mblaze/PLIST
new file mode 100644
index 0000000000..d569dfd4e1
--- /dev/null
+++ b/mblaze/PLIST
@@ -0,0 +1,60 @@
+@comment $NetBSD$
+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/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/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/mblaze/distinfo b/mblaze/distinfo
new file mode 100644
index 0000000000..16334f3a94
--- /dev/null
+++ b/mblaze/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (mblaze/v0.3.2.tar.gz) = b28fe950a6d4e7914811cf843403532cd9ad25d1
+RMD160 (mblaze/v0.3.2.tar.gz) = c14618e74c9026f6a1962e3fdf26c0457c49dc29
+SHA512 (mblaze/v0.3.2.tar.gz) = 809d3a82e89a90bf1dce5abca97155b524290bbaa3c8100efb461f3694c4ff28ed0d1e46d3d74c2fbb96a17cd44ccee315a022d6697a470f82d8d4ee66ab7147
+Size (mblaze/v0.3.2.tar.gz) = 83884 bytes
Home |
Main Index |
Thread Index |
Old Index