pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/multimail



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu Aug  6 12:50:28 UTC 2020

Added Files:
        pkgsrc/news/multimail: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/news/multimail/DESCR \
    pkgsrc/news/multimail/Makefile pkgsrc/news/multimail/PLIST \
    pkgsrc/news/multimail/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/news/multimail/DESCR
diff -u /dev/null pkgsrc/news/multimail/DESCR:1.1
--- /dev/null   Thu Aug  6 12:50:28 2020
+++ pkgsrc/news/multimail/DESCR Thu Aug  6 12:50:28 2020
@@ -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.
Index: pkgsrc/news/multimail/Makefile
diff -u /dev/null pkgsrc/news/multimail/Makefile:1.1
--- /dev/null   Thu Aug  6 12:50:28 2020
+++ pkgsrc/news/multimail/Makefile      Thu Aug  6 12:50:28 2020
@@ -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"
Index: pkgsrc/news/multimail/PLIST
diff -u /dev/null pkgsrc/news/multimail/PLIST:1.1
--- /dev/null   Thu Aug  6 12:50:28 2020
+++ pkgsrc/news/multimail/PLIST Thu Aug  6 12:50:28 2020
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/06 12:50:28 fcambus Exp $
+bin/mm
+man/man1/mm.1
Index: pkgsrc/news/multimail/distinfo
diff -u /dev/null pkgsrc/news/multimail/distinfo:1.1
--- /dev/null   Thu Aug  6 12:50:28 2020
+++ pkgsrc/news/multimail/distinfo      Thu Aug  6 12:50:28 2020
@@ -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