From owner-freebsd-ports Mon Jan 15 7:20:26 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C9E1137B402 for ; Mon, 15 Jan 2001 07:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0FFK6r63955; Mon, 15 Jan 2001 07:20:06 -0800 (PST) (envelope-from gnats) Received: from jivago.ryazan.ru (jivago.ryazan.ru [212.26.226.45]) by hub.freebsd.org (Postfix) with ESMTP id 6DA1937B401 for ; Mon, 15 Jan 2001 07:16:46 -0800 (PST) Received: from root by jivago.ryazan.ru with local (Exim 3.16 #1) id 14IBNB-0005sc-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Jan 2001 18:16:41 +0300 Message-Id: Date: Mon, 15 Jan 2001 18:16:41 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/24347: New port: Apache::NNTPGateway - A NNTP interface for mod_perl enabled Apache web server Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 24347 >Category: ports >Synopsis: New port: Apache::NNTPGateway - A NNTP interface for mod_perl enabled Apache web server >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 15 07:20:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: New port: Apache::NNTPGateway - A NNTP interface for mod_perl enabled Apache web server >How-To-Repeat: >Fix: # 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: # # p5-Apache-NNTPGateway # p5-Apache-NNTPGateway/Makefile # p5-Apache-NNTPGateway/distinfo # p5-Apache-NNTPGateway/pkg-comment # p5-Apache-NNTPGateway/pkg-descr # p5-Apache-NNTPGateway/pkg-plist # p5-Apache-NNTPGateway/files # p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm # echo c - p5-Apache-NNTPGateway mkdir -p p5-Apache-NNTPGateway > /dev/null 2>&1 echo x - p5-Apache-NNTPGateway/Makefile sed 's/^X//' >p5-Apache-NNTPGateway/Makefile << 'END-of-p5-Apache-NNTPGateway/Makefile' X# New ports collection makefile for: Apache::NNTPGateway X# Date created: 15 Jan 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= Apache-NNTPGateway XPORTVERSION= 0.8 XCATEGORIES= news www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Apache XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XRUN_DEPENDS= \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/p5-Apache \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Constants.pm:${PORTSDIR}/www/p5-Apache \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/URI.pm:${PORTSDIR}/www/p5-Apache \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Config.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec X XBUILD_DEPENDS= \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache.pm:${PORTSDIR}/www/p5-Apache \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Constants.pm:${PORTSDIR}/www/p5-Apache \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/URI.pm:${PORTSDIR}/www/p5-Apache \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Apache/Request.pm:${PORTSDIR}/www/p5-libapreq \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Config.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/Domain.pm:${PORTSDIR}/net/p5-Net \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec X XWRKSRC= ${WRKDIR}/NNTPGateway-${PORTVERSION} X XUSE_PERL5= yes X XMAN3= Apache::NNTPGateway.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X Xdo-configure: X @cd ${WRKSRC}; \ X ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL PREFIX=${PREFIX} X X.include END-of-p5-Apache-NNTPGateway/Makefile echo x - p5-Apache-NNTPGateway/distinfo sed 's/^X//' >p5-Apache-NNTPGateway/distinfo << 'END-of-p5-Apache-NNTPGateway/distinfo' XMD5 (Apache-NNTPGateway-0.8.tar.gz) = ed210853017145dbb3376f09ba677813 END-of-p5-Apache-NNTPGateway/distinfo echo x - p5-Apache-NNTPGateway/pkg-comment sed 's/^X//' >p5-Apache-NNTPGateway/pkg-comment << 'END-of-p5-Apache-NNTPGateway/pkg-comment' XA NNTP interface for mod_perl enabled Apache web server END-of-p5-Apache-NNTPGateway/pkg-comment echo x - p5-Apache-NNTPGateway/pkg-descr sed 's/^X//' >p5-Apache-NNTPGateway/pkg-descr << 'END-of-p5-Apache-NNTPGateway/pkg-descr' XApache::NNTPGateway - A NNTP interface for mod_perl enabled Apache web server END-of-p5-Apache-NNTPGateway/pkg-descr echo x - p5-Apache-NNTPGateway/pkg-plist sed 's/^X//' >p5-Apache-NNTPGateway/pkg-plist << 'END-of-p5-Apache-NNTPGateway/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/NNTPGateway/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Apache/NNTPGateway.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/NNTPGateway X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true END-of-p5-Apache-NNTPGateway/pkg-plist echo c - p5-Apache-NNTPGateway/files mkdir -p p5-Apache-NNTPGateway/files > /dev/null 2>&1 echo x - p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm sed 's/^X//' >p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm << 'END-of-p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm' X*** NNTPGateway.pm.orig Mon Jan 15 18:13:44 2001 X--- NNTPGateway.pm Mon Jan 15 18:14:10 2001 X*************** X*** 99,105 **** X # MESSAGES, stuff that is printed on the users's screen... X # The current default language: Should be an entry in Messages_Map & X # LANGS_OK X! my $USR_LANG = 'fr'; X # Allowed languages choice. X my %LANGS_OK = ( 'fr' => 1, 'en' => 1 ); X # All messages that could be printed. X--- 99,105 ---- X # MESSAGES, stuff that is printed on the users's screen... X # The current default language: Should be an entry in Messages_Map & X # LANGS_OK X! my $USR_LANG = 'en'; X # Allowed languages choice. X my %LANGS_OK = ( 'fr' => 1, 'en' => 1 ); X # All messages that could be printed. END-of-p5-Apache-NNTPGateway/files/patch-NNTPGateway.pm exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message