From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 13 18:50:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2BAF08B5 for ; Wed, 13 Feb 2013 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1335091B for ; Wed, 13 Feb 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1DIo0Lk015861 for ; Wed, 13 Feb 2013 18:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1DIo0NR015860; Wed, 13 Feb 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 13 Feb 2013 18:50:00 GMT Resent-Message-Id: <201302131850.r1DIo0NR015860@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Gary J. Hayers" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8C237874 for ; Wed, 13 Feb 2013 18:47:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6807A8F9 for ; Wed, 13 Feb 2013 18:47:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1DIl3mE072050 for ; Wed, 13 Feb 2013 18:47:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1DIl3R1072049; Wed, 13 Feb 2013 18:47:03 GMT (envelope-from nobody) Message-Id: <201302131847.r1DIl3R1072049@red.freebsd.org> Date: Wed, 13 Feb 2013 18:47:03 GMT From: "Gary J. Hayers" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/176120: Submission of new port X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Feb 2013 18:50:01 -0000 >Number: 176120 >Category: misc >Synopsis: Submission of new port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 13 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gary J. Hayers >Release: FreeBSD 9.1-STABLE >Organization: >Environment: FreeBSD ares.hayers.org 9.1-STABLE FreeBSD 9.1-STABLE #8 r245946: Sat Jan 26 19:43:19 GMT 2013 root@ares.hayers.org:/usr/obj/usr/src/sys/Ares i386 >Description: - Submission of new port mail2nntp - A simple mail to news gateway - Request maintainership of news/p5-NNTPClient as new port is dependant on it. >How-To-Repeat: >Fix: --- Makefile-orig 2012-11-17 06:00:43.000000000 +0000 +++ Makefile 2013-02-13 18:44:56.000000000 +0000 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= News PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gary@hayers.org COMMENT= Client interface to NNTP (RFC977) PERL_CONFIGURE= yes Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mail2nntp # mail2nntp/Makefile # mail2nntp/distinfo # mail2nntp/pkg-descr # mail2nntp/pkg-plist # echo c - mail2nntp mkdir -p mail2nntp > /dev/null 2>&1 echo x - mail2nntp/Makefile sed 's/^X//' >mail2nntp/Makefile << 'ec3d653b16e3fcb24b9a8d5f274c021a' X# Created by: gary@hayers.org X# $FreeBSD$ X XPORTNAME= mail2nntp XPORTVERSION= 1.0 XCATEGORIES= news mail XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Stable%201.0/ X XMAINTAINER= gary@hayers.org XCOMMENT= A simple mail to news gateway X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/gpl.txt X XRUN_DEPENDS= p5-NNTPClient>=0:${PORTSDIR}/news/p5-NNTPClient X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/mail2nntp.pl ${PREFIX}/bin X ${MKDIR} ${PREFIX}/doc/${PORTNAME} X ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/doc/${PORTNAME} X ${INSTALL_DATA} ${WRKSRC}/Changelog ${PREFIX}/doc/${PORTNAME} X ${INSTALL_DATA} ${WRKSRC}/gpl.txt ${PREFIX}/doc/${PORTNAME} X X.include ec3d653b16e3fcb24b9a8d5f274c021a echo x - mail2nntp/distinfo sed 's/^X//' >mail2nntp/distinfo << '2996e55d79bca64899e19a20e4c05549' XSHA256 (mail2nntp-1.0.tar.gz) = 1ba8eacbb0a8ef7d0a1fd1487e4f06c794d56383daa0a481365064e2d2f75346 XSIZE (mail2nntp-1.0.tar.gz) = 9644 2996e55d79bca64899e19a20e4c05549 echo x - mail2nntp/pkg-descr sed 's/^X//' >mail2nntp/pkg-descr << '24444e95fd6b94133d6f3c18b4899ec0' Xmail2nntp is a bridge from email realm to the newsgroup one. XIt can be used to replicate a mailing-list on a newsgroup server. XIt is a generic toot, using NNTP network commands X XWWW: http://sourceforge.net/projects/mail2nntp/ 24444e95fd6b94133d6f3c18b4899ec0 echo x - mail2nntp/pkg-plist sed 's/^X//' >mail2nntp/pkg-plist << 'c835abbc12d870266bb0d056fa120893' Xbin/mail2nntp.pl Xdoc/mail2nntp/README.txt Xdoc/mail2nntp/Changelog Xdoc/mail2nntp/gpl.txt X@dirrm doc/mail2nntp c835abbc12d870266bb0d056fa120893 exit >Release-Note: >Audit-Trail: >Unformatted: