From root@3wgraphics.com  Tue Dec 18 07:07:27 2001
Return-Path: <root@3wgraphics.com>
Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98])
	by hub.freebsd.org (Postfix) with ESMTP id 67F5B37B435
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Dec 2001 07:07:16 -0800 (PST)
Received: from 3wgraphics.com (ppp-9-012.comintern.ru [213.148.9.12])
          by darkone.comintern.net (8.11.6/8.11.6) with ESMTP id fBIE1BT578948
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Dec 2001 17:01:13 +0300 (MSD)
Received: from root by 3wgraphics.com with local (Exim 3.33 #1)
	id 16GKj4-0009VN-00
	for FreeBSD-gnats-submit@freebsd.org; Tue, 18 Dec 2001 16:56:10 +0300
Message-Id: <E16GKj4-0009VN-00@3wgraphics.com>
Date: Tue, 18 Dec 2001 16:56:10 +0300
From: skv@protey.ru
Reply-To: skv@protey.ru
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: p5-Math-SimpleVariable-0.03 
X-Send-Pr-Version: 3.2

>Number:         32974
>Category:       ports
>Synopsis:       New port: p5-Math-SimpleVariable-0.03
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 18 07:10:01 PST 2001
>Closed-Date:    Mon May 27 07:52:56 PDT 2002
>Last-Modified:  Mon May 27 07:52:56 PDT 2002
>Originator:     Sergey Skvortsov
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
<Organization of PR author (multiple lines)>
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

New port: p5-Math-SimpleVariable-0.03

Simple representation of mathematical variables

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>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-Math-SimpleVariable
#	p5-Math-SimpleVariable/Makefile
#	p5-Math-SimpleVariable/pkg-comment
#	p5-Math-SimpleVariable/pkg-descr
#	p5-Math-SimpleVariable/pkg-plist
#	p5-Math-SimpleVariable/distinfo
#
echo c - p5-Math-SimpleVariable
mkdir -p p5-Math-SimpleVariable > /dev/null 2>&1
echo x - p5-Math-SimpleVariable/Makefile
sed 's/^X//' >p5-Math-SimpleVariable/Makefile << 'END-of-p5-Math-SimpleVariable/Makefile'
X# New ports collection makefile for:	Math::SimpleVariable
X# Date created:		5 Nov 2001
X# Whom:			Sergey Skvortsov <skv@protey.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Math-SimpleVariable
XPORTVERSION=	0.03
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Math
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	skv@protey.ru
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/fields.pm:${PORTSDIR}/devel/p5-Class-Fields
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Math::SimpleVariable.3
X
Xpre-patch:
X	@${FIND} ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \
X		'$$package=$$1 if /^package\s+([^\s;]*);/; s!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+(\$$)(VERSION)\s+=!$$1$${package}::$$2=!;'
X
X.include <bsd.port.mk>
END-of-p5-Math-SimpleVariable/Makefile
echo x - p5-Math-SimpleVariable/pkg-comment
sed 's/^X//' >p5-Math-SimpleVariable/pkg-comment << 'END-of-p5-Math-SimpleVariable/pkg-comment'
XSimple representation of mathematical variables
END-of-p5-Math-SimpleVariable/pkg-comment
echo x - p5-Math-SimpleVariable/pkg-descr
sed 's/^X//' >p5-Math-SimpleVariable/pkg-descr << 'END-of-p5-Math-SimpleVariable/pkg-descr'
XMath::SimpleVariable is a simple representation of mathematical
Xvariables, with an obligatory name and an optional value.
X
XWWW: http://search.cpan.org/search?dist=Math-SimpleVariable
X
X-- Sergey Skvortsov
Xskv@protey.ru
END-of-p5-Math-SimpleVariable/pkg-descr
echo x - p5-Math-SimpleVariable/pkg-plist
sed 's/^X//' >p5-Math-SimpleVariable/pkg-plist << 'END-of-p5-Math-SimpleVariable/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/SimpleVariable/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Math/SimpleVariable.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/SimpleVariable
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
END-of-p5-Math-SimpleVariable/pkg-plist
echo x - p5-Math-SimpleVariable/distinfo
sed 's/^X//' >p5-Math-SimpleVariable/distinfo << 'END-of-p5-Math-SimpleVariable/distinfo'
XMD5 (Math-SimpleVariable-0.03.tar.gz) = 0b7b45d71edab401e7aa64a0ad292eed
END-of-p5-Math-SimpleVariable/distinfo
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->skv 
Responsible-Changed-By: tobez 
Responsible-Changed-When: Thu Dec 27 01:22:20 PST 2001 
Responsible-Changed-Why:  
Submitter is now a committer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=32974 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Mon May 27 07:52:50 PDT 2002 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=32974 
>Unformatted:
