summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2020-08-06 12:50:28 +0000
committerfcambus <fcambus@pkgsrc.org>2020-08-06 12:50:28 +0000
commit508eb60d0b3684cfb67f02edfc64b0e1d3586d5c (patch)
tree28ecb41ef77b4f156ccf1e1c07b9a964fbc8a52e /news
parent59452d79bbc1a927cbe7a4e2f725a8f7c18924b8 (diff)
downloadpkgsrc-508eb60d0b3684cfb67f02edfc64b0e1d3586d5c.tar.gz
news/multimail: import mmail-0.52.
MultiMail is an offline mail packet reader, supporting the Blue Wave, QWK, OMEN, SOUP and OPX formats. It uses a simple curses-based interface. SOUP is used for Internet email and Usenet. The other formats are primarily used with dialup (or telnet) BBSes, to save connect time and to provide a better interface to the message base.
Diffstat (limited to 'news')
-rw-r--r--news/multimail/DESCR7
-rw-r--r--news/multimail/Makefile31
-rw-r--r--news/multimail/PLIST3
-rw-r--r--news/multimail/distinfo6
4 files changed, 47 insertions, 0 deletions
diff --git a/news/multimail/DESCR b/news/multimail/DESCR
new file mode 100644
index 00000000000..f13a5f41f58
--- /dev/null
+++ b/news/multimail/DESCR
@@ -0,0 +1,7 @@
+MultiMail is an offline mail packet reader, supporting the Blue Wave,
+QWK, OMEN, SOUP and OPX formats. It uses a simple curses-based
+interface.
+
+SOUP is used for Internet email and Usenet. The other formats are
+primarily used with dialup (or telnet) BBSes, to save connect time and
+to provide a better interface to the message base.
diff --git a/news/multimail/Makefile b/news/multimail/Makefile
new file mode 100644
index 00000000000..e7e843ffb23
--- /dev/null
+++ b/news/multimail/Makefile
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1 2020/08/06 12:50:28 fcambus Exp $
+
+DISTNAME= mmail-0.52
+CATEGORIES= news
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=multimail/}
+
+MAINTAINER= fcambus@NetBSD.org
+HOMEPAGE= https://multimail.sourceforge.io/
+COMMENT= Offline mail reader for Blue Wave, QWK, OMEN, SOUP and OPX
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= zip-[0-9]*:../../archivers/zip
+DEPENDS+= unzip-[0-9]*:../../archivers/unzip
+
+USE_LANGUAGES= c++
+USE_TOOLS+= gmake
+
+SUBST_CLASSES+= makefile
+SUBST_STAGE.makefile= pre-configure
+SUBST_MESSAGE.makefile= Adjust Makefile
+SUBST_FILES.makefile= Makefile
+SUBST_SED.makefile+= -e '/^ OPTS/ s,-O2,$${CXXFLAGS},'
+
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/mm ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/mm.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/news/multimail/PLIST b/news/multimail/PLIST
new file mode 100644
index 00000000000..36a29d59b46
--- /dev/null
+++ b/news/multimail/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/06 12:50:28 fcambus Exp $
+bin/mm
+man/man1/mm.1
diff --git a/news/multimail/distinfo b/news/multimail/distinfo
new file mode 100644
index 00000000000..fbfbe7f46a7
--- /dev/null
+++ b/news/multimail/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/06 12:50:28 fcambus Exp $
+
+SHA1 (mmail-0.52.tar.gz) = 6a0e2d9ed1bdf1c00afae15f008a7f7e4850b0fa
+RMD160 (mmail-0.52.tar.gz) = b518caf178399540b0384bbc54aae0fa0bf172d5
+SHA512 (mmail-0.52.tar.gz) = 2e0b834db289ec94d893deb0250dcc44e826ca7cbf28c6e39b23c3ac9a008e7f5da6a584d0f32547ca057c5ae44c3d84bbe0833bb1b8bb6df4f652174ee139b4
+Size (mmail-0.52.tar.gz) = 221721 bytes