Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2001 18:16:41 +0300
From:      skv@protey.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24347: New port: Apache::NNTPGateway - A NNTP interface for mod_perl enabled Apache web server
Message-ID:  <E14IBNB-0005sc-00@jivago.ryazan.ru>

next in thread | raw e-mail | index | archive | help

>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 <skv@protey.ru>
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 <bsd.port.mk>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E14IBNB-0005sc-00>