Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/multimail news/multimail: import mmail-0.52.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/516986fc3622
branches:  trunk
changeset: 436591:516986fc3622
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu Aug 06 12:50:28 2020 +0000

description:
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:

 news/multimail/DESCR    |   7 +++++++
 news/multimail/Makefile |  31 +++++++++++++++++++++++++++++++
 news/multimail/PLIST    |   3 +++
 news/multimail/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 8d6ac9308036 -r 516986fc3622 news/multimail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/multimail/DESCR      Thu Aug 06 12:50:28 2020 +0000
@@ -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 -r 8d6ac9308036 -r 516986fc3622 news/multimail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/multimail/Makefile   Thu Aug 06 12:50:28 2020 +0000
@@ -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@localhost
+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 -r 8d6ac9308036 -r 516986fc3622 news/multimail/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/multimail/PLIST      Thu Aug 06 12:50:28 2020 +0000
@@ -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 -r 8d6ac9308036 -r 516986fc3622 news/multimail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/multimail/distinfo   Thu Aug 06 12:50:28 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index