Date: Tue, 24 May 2016 15:05:16 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415794 - in head/mail: . msglint Message-ID: <201605241505.u4OF5Gqp022937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605241505.u4OF5Gqp022937>