From owner-svn-ports-all@freebsd.org Thu Dec 27 08:10:34 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69D0E1350BF5; Thu, 27 Dec 2018 08:10:34 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0617A8D73A; Thu, 27 Dec 2018 08:10:34 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EBAF68924; Thu, 27 Dec 2018 08:10:33 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBR8AXYr025786; Thu, 27 Dec 2018 08:10:33 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBR8AX0r025782; Thu, 27 Dec 2018 08:10:33 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201812270810.wBR8AX0r025782@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Thu, 27 Dec 2018 08:10:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488512 - in head/mail: . s-nail X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: in head/mail: . s-nail X-SVN-Commit-Revision: 488512 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0617A8D73A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2018 08:10:34 -0000 Author: meta Date: Thu Dec 27 08:10:32 2018 New Revision: 488512 URL: https://svnweb.freebsd.org/changeset/ports/488512 Log: New port: mail/s-nail S-nail provides a simple and friendly environment for sending and receiving mail. It is intended to provide the functionality of the POSIX mailx(1) command, but is MIME capable and optionally offers extensions for line editing, S/MIME, SMTP and POP3, among others. S-nail divides incoming mail into its constituent messages and allows the user to deal with them in any order. It offers many COMMANDS and INTERNAL VARIABLES for manipulating messages and sending mail. It provides the user simple editing capabilities to ease the composition of outgoing messages, and increasingly powerful and reliable non-interactive scripting capabilities. WWW: https://www.sdaoden.eu/code.html#s-mailx PR: 232189 Submitted by: Yasuhiro KIMURA Approved by: mentors (implicit) Added: head/mail/s-nail/ head/mail/s-nail/Makefile (contents, props changed) head/mail/s-nail/distinfo (contents, props changed) head/mail/s-nail/pkg-descr (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Thu Dec 27 07:58:47 2018 (r488511) +++ head/mail/Makefile Thu Dec 27 08:10:32 2018 (r488512) @@ -637,6 +637,7 @@ SUBDIR += rubygem-ruby-qmail SUBDIR += rubygem-tmail SUBDIR += rubygem-vmail + SUBDIR += s-nail SUBDIR += sa-stats SUBDIR += sa-utils SUBDIR += scam-backscatter Added: head/mail/s-nail/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/s-nail/Makefile Thu Dec 27 08:10:32 2018 (r488512) @@ -0,0 +1,44 @@ +# $FreeBSD$ + +PORTNAME= s-nail +PORTVERSION= 14.9.11 +CATEGORIES= mail +MASTER_SITES= https://www.sdaoden.eu/downloads/ + +MAINTAINER= yasu@utahime.org +COMMENT= Send and receive Internet mail + +LICENSE= BSD3CLAUSE BSD4CLAUSE ISCL MIT RFC2104 RSA +LICENSE_COMB= multi +LICENSE_NAME_RFC2104= License of RFC2104 +LICENSE_NAME_RSA= RSA Data Security license +LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_PERMS_RFC2104= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_RSA= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +LIB_DEPENDS= libidn2.so:dns/libidn2 +RUN_DEPENDS= mime-support>0:misc/mime-support + +USES= iconv ssl tar:xz + +PLIST_FILES= bin/s-nail \ + "@sample etc/s-nail.rc.sample" \ + libexec/s-nail-privsep \ + man/man1/s-nail.1.gz + +MAKEFILE= makefile +MAKE_ENV= VAL_PREFIX=${PREFIX} VAL_MANDIR=${MANPREFIX}/man VAL_MIME_TYPES_SYS=${PREFIX}/etc/mime.types VAL_IDNA=idn2 +MAKE_JOBS_UNSAFE= yes + +PORTDOCS= NEWS README + +OPTIONS_DEFINE= DOCS + +post-install: + ${INSTALL_DATA} ${WRKSRC}/nail.rc ${STAGEDIR}${PREFIX}/etc/s-nail.rc.sample + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/mail/s-nail/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/s-nail/distinfo Thu Dec 27 08:10:32 2018 (r488512) @@ -0,0 +1,3 @@ +TIMESTAMP = 1539245997 +SHA256 (s-nail-14.9.11.tar.xz) = 258d818449da889c5fc4976215698a817c0a3818fb77dd565fa9fe6afed0023e +SIZE (s-nail-14.9.11.tar.xz) = 674464 Added: head/mail/s-nail/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/s-nail/pkg-descr Thu Dec 27 08:10:32 2018 (r488512) @@ -0,0 +1,12 @@ +S-nail provides a simple and friendly environment for sending and +receiving mail. It is intended to provide the functionality of the +POSIX mailx(1) command, but is MIME capable and optionally offers +extensions for line editing, S/MIME, SMTP and POP3, among others. +S-nail divides incoming mail into its constituent messages and allows +the user to deal with them in any order. It offers many COMMANDS and +INTERNAL VARIABLES for manipulating messages and sending mail. It +provides the user simple editing capabilities to ease the composition +of outgoing messages, and increasingly powerful and reliable +non-interactive scripting capabilities. + +WWW: https://www.sdaoden.eu/code.html#s-mailx