mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 2.01080603
Changes: http://cpansearch.perl.org/src/ILYAZ/Math-Pari-2.01080603/Changes PR: ports/142001 Submitted by: Alex Deiter <alex.deiter xx gmail.com>
This commit is contained in:
parent
5fc3f78962
commit
d42d9af630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246936
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= Math-Pari
|
PORTNAME= Math-Pari
|
||||||
PORTVERSION= 2.010803
|
PORTVERSION= 2.01080603
|
||||||
CATEGORIES= math perl5
|
CATEGORIES= math perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (Math-Pari-2.010803.tar.gz) = c5757b973e8af0d0a58dc23e58e008fc
|
MD5 (Math-Pari-2.01080603.tar.gz) = e5f970b7a351f671e0641fa8266ce770
|
||||||
SHA256 (Math-Pari-2.010803.tar.gz) = c99bf8eecd3b26ab049e82ae21cc5af316f9c87c9bed7977a4e255af2f15d83b
|
SHA256 (Math-Pari-2.01080603.tar.gz) = 027e219af9b09dcbfcb9e47dc4746360d6c4f0bbd71bdd1761cc8c748afb581c
|
||||||
SIZE (Math-Pari-2.010803.tar.gz) = 117933
|
SIZE (Math-Pari-2.01080603.tar.gz) = 121370
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- Makefile.PL.orig Wed May 31 12:39:28 2006
|
--- Makefile.PL.orig 2009-12-25 11:08:17.581369187 +0300
|
||||||
+++ Makefile.PL Fri Sep 15 13:45:27 2006
|
+++ Makefile.PL 2009-12-25 11:10:35.244866346 +0300
|
||||||
@@ -91,9 +91,9 @@
|
@@ -119,9 +119,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
my %opts;
|
my %opts;
|
||||||
@ -9,13 +9,13 @@
|
|||||||
build_tests $paridir; # Convert the test suite
|
build_tests $paridir; # Convert the test suite
|
||||||
- make_pod 'libPARI.pod', '-to_pod', $paridir; # Now the docs
|
- make_pod 'libPARI.pod', '-to_pod', $paridir; # Now the docs
|
||||||
make_pod 'libPARI.dumb.pod', '-to_dumb_pod', $paridir;
|
make_pod 'libPARI.dumb.pod', '-to_dumb_pod', $paridir;
|
||||||
%opts = build_paricfg($paridir, $common::do_configure); # ... and paricfg.h
|
# ... and paricfg.h
|
||||||
|
%opts = build_paricfg($paridir, $common::do_configure, $pari_version);
|
||||||
@@ -139,7 +139,7 @@
|
@@ -176,7 +176,7 @@
|
||||||
# the contents of the Makefile being created.
|
# the contents of the Makefile being created.
|
||||||
&WriteMakefile(
|
&WriteMakefile(
|
||||||
LIBS => $libs,
|
LIBS => $libs,
|
||||||
- INC => $extra_inc . ' -I$(PARI_DIR)/src/headers -I$(PARI_DIR)/src -I./libPARI',
|
- INC => $extra_inc . ' -I $(PARI_DIR)/src/headers -I $(PARI_DIR)/src -I ./libPARI',
|
||||||
+ INC => '-I$(PREFIX)/include/pari -I$(PARI_DIR)/src',
|
+ INC => '-I$(PREFIX)/include/pari -I$(PARI_DIR)/src',
|
||||||
NAME => 'Math::Pari',
|
NAME => 'Math::Pari',
|
||||||
($common::parilib ? () :
|
($common::parilib ? () :
|
||||||
|
@ -4,5 +4,3 @@ PARI functions as Perl functions, and (almost) seamless merging of PARI
|
|||||||
and Perl data.
|
and Perl data.
|
||||||
|
|
||||||
WWW: http://search.cpan.org/dist/Math-Pari/
|
WWW: http://search.cpan.org/dist/Math-Pari/
|
||||||
|
|
||||||
-- Michael
|
|
||||||
|
@ -4,6 +4,6 @@
|
|||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/.packlist
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/.packlist
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/Pari.bs
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/Pari.bs
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/Pari.so
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari/Pari.so
|
||||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Pari
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|
||||||
|
Loading…
Reference in New Issue
Block a user