From owner-freebsd-ports Tue Dec 18 7:10:36 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 EAF8837B41D for ; Tue, 18 Dec 2001 07:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBIFA2D95947; Tue, 18 Dec 2001 07:10:02 -0800 (PST) (envelope-from gnats) Received: from darkone.comintern.net (darkone.comintern.net [213.148.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 746A437B42F for ; Tue, 18 Dec 2001 07:07:26 -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 fBIE84T612804 for ; Tue, 18 Dec 2001 17:08:04 +0300 (MSD) Received: from root by 3wgraphics.com with local (Exim 3.33 #1) id 16GKpt-000A0d-00 for FreeBSD-gnats-submit@freebsd.org; Tue, 18 Dec 2001 17:03:13 +0300 Message-Id: Date: Tue, 18 Dec 2001 17:03:13 +0300 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/32975: New port: p5-Math-LinearCombination-0.03 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32975 >Category: ports >Synopsis: New port: p5-Math-LinearCombination-0.03 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 18 07:10:02 PST 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: >Description: New port: p5-Math-LinearCombination-0.03 Sum of variables with a numerical coefficient >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-Math-LinearCombination # p5-Math-LinearCombination/Makefile # p5-Math-LinearCombination/pkg-comment # p5-Math-LinearCombination/pkg-descr # p5-Math-LinearCombination/pkg-plist # p5-Math-LinearCombination/distinfo # echo c - p5-Math-LinearCombination mkdir -p p5-Math-LinearCombination > /dev/null 2>&1 echo x - p5-Math-LinearCombination/Makefile sed 's/^X//' >p5-Math-LinearCombination/Makefile << 'END-of-p5-Math-LinearCombination/Makefile' X# New ports collection makefile for: Math::LinearCombination X# Date created: 5 Nov 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= Math-LinearCombination 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 \ X ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Math/SimpleVariable.pm:${PORTSDIR}/math/p5-Math-SimpleVariable XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= Math::LinearCombination.3 X Xpre-patch: X @${FIND} ${WRKSRC} -name "*.pm" | xargs ${PERL} -pi -e \ X 's!^require 5.005_62;!!; s!^use warnings;!!; s!^our\s+!my !;' X X.include END-of-p5-Math-LinearCombination/Makefile echo x - p5-Math-LinearCombination/pkg-comment sed 's/^X//' >p5-Math-LinearCombination/pkg-comment << 'END-of-p5-Math-LinearCombination/pkg-comment' XSum of variables with a numerical coefficient END-of-p5-Math-LinearCombination/pkg-comment echo x - p5-Math-LinearCombination/pkg-descr sed 's/^X//' >p5-Math-LinearCombination/pkg-descr << 'END-of-p5-Math-LinearCombination/pkg-descr' XMath::LinearCombination is a module for representing mathematical linear Xcombinations of variables. Evaluation and manipulation of linear Xcombinations is also supported. X XWWW: http://search.cpan.org/search?dist=Math-LinearCombination X X-- Sergey Skvortsov Xskv@protey.ru END-of-p5-Math-LinearCombination/pkg-descr echo x - p5-Math-LinearCombination/pkg-plist sed 's/^X//' >p5-Math-LinearCombination/pkg-plist << 'END-of-p5-Math-LinearCombination/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/LinearCombination/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/Math/LinearCombination.pm X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/LinearCombination 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-LinearCombination/pkg-plist echo x - p5-Math-LinearCombination/distinfo sed 's/^X//' >p5-Math-LinearCombination/distinfo << 'END-of-p5-Math-LinearCombination/distinfo' XMD5 (Math-LinearCombination-0.03.tar.gz) = 8a8b0e49dda41f288cbb8f1d384209f9 END-of-p5-Math-LinearCombination/distinfo exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message