From owner-svn-ports-head@FreeBSD.ORG Thu Feb 14 05:09:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BDCBC673; Thu, 14 Feb 2013 05:09:25 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8CFB663D; Thu, 14 Feb 2013 05:09:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1E59PZX067247; Thu, 14 Feb 2013 05:09:25 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1E59OON067242; Thu, 14 Feb 2013 05:09:24 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201302140509.r1E59OON067242@svn.freebsd.org> From: Jason Helfman Date: Thu, 14 Feb 2013 05:09:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312191 - in head/news: . mail2nntp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 05:09:25 -0000 Author: jgh Date: Thu Feb 14 05:09:24 2013 New Revision: 312191 URL: http://svnweb.freebsd.org/changeset/ports/312191 Log: add new port: news/mail2nntp mail2nntp is a bridge from email realm to the newsgroup one. It can be used to replicate a mailing-list on a newsgroup server. It is a generic toot, using NNTP network commands WWW: http://sourceforge.net/projects/mail2nntp/ PR: 176120 Submitted by: gary@hayers.org Added: head/news/mail2nntp/ head/news/mail2nntp/Makefile (contents, props changed) head/news/mail2nntp/distinfo (contents, props changed) head/news/mail2nntp/pkg-descr (contents, props changed) Modified: head/news/Makefile (contents, props changed) Modified: head/news/Makefile ============================================================================== --- head/news/Makefile Thu Feb 14 03:56:03 2013 (r312190) +++ head/news/Makefile Thu Feb 14 05:09:24 2013 (r312191) @@ -43,6 +43,7 @@ SUBDIR += leafnode SUBDIR += lottanzb SUBDIR += lusernet + SUBDIR += mail2nntp SUBDIR += mmail SUBDIR += multisuck SUBDIR += newscache Added: head/news/mail2nntp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/mail2nntp/Makefile Thu Feb 14 05:09:24 2013 (r312191) @@ -0,0 +1,32 @@ +# Created by: gary@hayers.org +# $FreeBSD$ + +PORTNAME= mail2nntp +PORTVERSION= 1.0 +CATEGORIES= news mail +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable%201.0/ + +MAINTAINER= gary@hayers.org +COMMENT= Simple mail to news gateway + +LICENSE= GPLv2 + +RUN_DEPENDS= p5-NNTPClient>=0:${PORTSDIR}/news/p5-NNTPClient + +USE_PERL5_RUN= yes +NO_BUILD= yes + +PORTDOCS= * +PLIST_FILES= bin/mail2nntp.pl + +.include + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/mail2nntp.pl ${PREFIX}/bin +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Changelog ${DOCSDIR} +.endif + +.include Added: head/news/mail2nntp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/mail2nntp/distinfo Thu Feb 14 05:09:24 2013 (r312191) @@ -0,0 +1,2 @@ +SHA256 (mail2nntp-1.0.tar.gz) = 1ba8eacbb0a8ef7d0a1fd1487e4f06c794d56383daa0a481365064e2d2f75346 +SIZE (mail2nntp-1.0.tar.gz) = 9644 Added: head/news/mail2nntp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/mail2nntp/pkg-descr Thu Feb 14 05:09:24 2013 (r312191) @@ -0,0 +1,5 @@ +mail2nntp is a bridge from email realm to the newsgroup one. +It can be used to replicate a mailing-list on a newsgroup server. +It is a generic toot, using NNTP network commands + +WWW: http://sourceforge.net/projects/mail2nntp/