svn commit: r415794 - in head/mail: . msglint

Kurt Jaeger pi at FreeBSD.org
Tue May 24 15:05:18 UTC 2016


Author: pi
Date: Tue May 24 15:05:16 2016
New Revision: 415794
URL: https://svnweb.freebsd.org/changeset/ports/415794

Log:
  New port: mail/msglint
  
  RFC 822/MIME/DSN/MDN/Tracking-Status message validator
  
  WWW: https://tools.ietf.org/tools/msglint/

Added:
  head/mail/msglint/
  head/mail/msglint/Makefile   (contents, props changed)
  head/mail/msglint/distinfo   (contents, props changed)
  head/mail/msglint/pkg-descr   (contents, props changed)
Modified:
  head/mail/Makefile

Modified: head/mail/Makefile
==============================================================================
--- head/mail/Makefile	Tue May 24 14:43:37 2016	(r415793)
+++ head/mail/Makefile	Tue May 24 15:05:16 2016	(r415794)
@@ -266,6 +266,7 @@
     SUBDIR += mpop
     SUBDIR += mreport
     SUBDIR += msgconvert
+    SUBDIR += msglint
     SUBDIR += msmtp
     SUBDIR += mu
     SUBDIR += mu4e

Added: head/mail/msglint/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/msglint/Makefile	Tue May 24 15:05:16 2016	(r415794)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=	msglint
+PORTVERSION=	1.04
+CATEGORIES=	mail
+MASTER_SITES=	https://tools.ietf.org/tools/msglint/
+
+MAINTAINER=	pi at FreeBSD.org
+COMMENT=	RFC 822/MIME/DSN/MDN/Tracking-Status message validator
+
+LICENSE_NAME=	Chris-Newman
+LICENSE_PERMS=	auto-accept dist-mirror dist-sell pkg-mirror pkg-sell
+LICENSE_FILE=	LICENSE
+
+NO_WRKSUBDIR=	yes
+ALL_TARGET=	msglint
+NO_INSTALL=	yes
+PLIST_FILES=	bin/msglint
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>

Added: head/mail/msglint/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/msglint/distinfo	Tue May 24 15:05:16 2016	(r415794)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1464100022
+SHA256 (msglint-1.04.tar.gz) = 75fdfd2c27a67cc0c2bffbab3144cff8edd2b4d6cb88520dfae34619ad915af9
+SIZE (msglint-1.04.tar.gz) = 35327

Added: head/mail/msglint/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/msglint/pkg-descr	Tue May 24 15:05:16 2016	(r415794)
@@ -0,0 +1,3 @@
+RFC 822/MIME/DSN/MDN/Tracking-Status message validator
+
+WWW: https://tools.ietf.org/tools/msglint/


More information about the svn-ports-head mailing list