The NetBSD Project

CVS log for pkgsrc/math/p5-Math-Pari/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / math / p5-Math-Pari

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.27: download - view: text, markup, annotated - select for diffs
Tue Aug 2 08:01:46 2022 UTC (2 years, 8 months ago) by ast
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
math/p5-Math-Par: fix mangled patch file due to keyword substitution

Revision 1.26: download - view: text, markup, annotated - select for diffs
Tue Aug 2 07:22:00 2022 UTC (2 years, 8 months ago) by ast
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -6 lines
math/p5-Math-Pari: Update to 2.030523 (from 2.01080900)
  Way too many changes since 2.01080900 to re-mention here, for details
  see https://metacpan.org/release/ILYAZ/Math-Pari-2.030523/changes

  That said, a lot of work seems to have been into the modules own
  patch handling and fixing/adding tests. In fact, for 2.030523 we
  have now:
  All tests PASS:
    Files=7, Tests=591
  Up from
    Files=5, Tests=564
  for 2.01080900 albeit with the exact same five Binary and
  Hexadecimal "non-portable number" warnings in test t/00_Pari.t

  By skipping GNUPlot and Math::PariBuild by re-using the earlier
  Makefile.PL we can avoid a lot of the apparent grief the build
  would otherwise encounter.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:55:54 2021 UTC (3 years, 5 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
math: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:28:16 2021 UTC (3 years, 6 months ago) by nia
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
math: Remove SHA1 hashes for distfiles

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 22 17:50:57 2016 UTC (8 years, 11 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +6 -6 lines
Updated p5-Math-Pari to 2.010809.00.

2.010809
  MakeMaker of 5.22 (and, maybe, 5.20) started to call test_dynamic target in the daughter Makefile.
  Correct "{" in RExes of libPARI/gphelp.
  Attempt to workaround a broken config of gcc on vendor's Perl on Solaris.

2.01080900
  Repackage as zip

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 29 23:21:11 2015 UTC (9 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -6 lines
Update p5-Math-Pari to 2.010808:

2.01080606a
  cygwin's tar generated 0-permissions for the distribution (no auto-workaround...).
  Document workarounds for isprime() with version 2.1.7 (in the BUGS section).

2.01080607
  Correct the documention about fraction of witnesses from >=0.25 to >=0.75.
  Define HAS_STAT and HAS_OPENDIR basing on $Config{i_sysstat} and $Config{i_dirent}.
  Correct spelling errors in POD and comments in Pari.pm (thanks to dsteinbrunner!).
  On AIX, do merge_822 separately in subdirectories (exceeds command line length otherwise).
  On >=2.3.0, reset had-newline-on-output to 1 at startup.  (Saves one spurious NL)
  New patch: diff_2.3.5_stderr_clobber
  New test: 01_no_extra_newlines.t
  Allow download not only via FTP, but also through HTTP.
  In presence of PERL5_CPAN_IS_RUNNING, assume that NO ANSWER on prompt is agreement.
	(It looks like cygwin and MSWin32 automated-testing environment do not have
	 AUTOMATED_TESTING and PERL_MM_USE_DEFAULT set...)
  Do not auto-download on 64-bit builds of MSWin32.

2.010807
  Too long version name was a misprint.
  Pay attention to PERL_EXTUTILS_AUTOINSTALL when interpreting empty answers to prompt (probably an overkill).
     (disable this abomination by PERL_MATHPARI_TRUST_MANUAL)
     (to see why this may be needed: http://www.cpantesters.org/cpan/report/a5d65ec6-6bf3-1014-87a8-67ba45601f20)
  Report bytes in the answer for prompt.
  Separate into separate subroutines inspecting versions available for download from the actual download.
  Change the logic of fallback Net::FTP --> LWP: before, if Net::FTP fails in retrieving the directory listing;
    now: if this happens, or if it fails to retrieve the file (how can it happen?! see http://www.cpantesters.org/cpan/report/e7f9d5a7-6bfa-1014-9d0f-1948c9c86cae)
  __wrap_PARI_macro:	new function (not exported)
  parse_as_gp:		new function (exported by default)
  More verbose error message for "Cannot load a Pari macro".

2.010808
  A night of sleep fixed problems of parse_of_gp with the operator \ and empty lines.
     (test suite updated)
  Actually, mingw was not ready for HAVE_OPENDIR.
  Store which patches were applied in $dir/.perl.patches.
  Report which patches were not applied.
  Export patches_for() from BuildPari.
  pari_tgz build option was broken (by LWP-after-NFTP support code — which, apparently, did not help with timeouts).
  Ignore 0-size "downloaded" files.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 3 23:33:39 2015 UTC (9 years, 5 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
Add SHA512 digests for distfiles for math category

Problems found locating distfiles:
	Package dfftpack: missing distfile dfftpack-20001209.tar.gz
	Package eispack: missing distfile eispack-20001130.tar.gz
	Package fftpack: missing distfile fftpack-20001130.tar.gz
	Package linpack: missing distfile linpack-20010510.tar.gz
	Package minpack: missing distfile minpack-20001130.tar.gz
	Package odepack: missing distfile odepack-20001130.tar.gz
	Package py-networkx: missing distfile networkx-1.10.tar.gz
	Package py-sympy: missing distfile sympy-0.7.6.1.tar.gz
	Package quadpack: missing distfile quadpack-20001130.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Mon Aug 10 08:23:48 2015 UTC (9 years, 8 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
PR 45271 Joern Clausen: remove old Solaris PIC-related substitution
that nowadays breaks the build.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Aug 6 20:49:25 2011 UTC (13 years, 8 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -4 lines
Changes 2.01080605:
* p5p in its infinite wisdom removed (automatically generated) defines for
  PERL_POLLUTE... Now every extension needs to add them back by hand...

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Mar 13 21:48:38 2010 UTC (15 years, 1 month ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
De-fuzz patch.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Mar 10 09:24:52 2010 UTC (15 years, 1 month ago) by sno
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5 lines
Updating math/p5-Math-Pari from 2.010806.03 to 2.010806.04

pkgsrc changes:
- Adjust patch which allows to use math/pari

Upstream changes:
2.01080604
  Add (missing in 2.1.*) declaration for pari_init().
  Minor miscount in docs.
  Math::PariBuild: detecting `patch --binary' missed -p1; same for inc_h.diff
  Work around bug in XSUB.h (at least up to 5.11.2) with puts.
  Get GPDATADIR from gp, if present.
  Make self-documentation for switching to 2.3.* more explicit.
  kmx patch for mingw 32-bit Win-build:
	include windows.h (early!) in Pari.xs and highlvl.c
	enable assembler for this build
  x86_64 assembler detection after 2.2.7; thanks to Alexander Haeckel

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Feb 6 10:52:37 2010 UTC (15 years, 2 months ago) by sno
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -12 lines
Updating math/p5-Math-Pari from 2.010801nb2 to 2.010806.03

pkgsrc changes:
- Avoid private compile of pari-library, use pkgsrc provided instead
- Add license definition
- Disabled support for plotting from perl (missing upstream support)

Upstream changes:
2.01080601+
  Add 5.005-new keywords to Makefile.PL.
  Consistently put space after -I in C include paths (needed???).
  Nicer output when debugging faulty LWP and Net::FTP.
  Make test engine look in */32/* directory too on 64-bit builds.
  Remove POD ornaments to make ABSTRACT_FROM work.

2.01080601++
  Reword warning about slow intnum: only 75% longer than on PARI/GP.
	(overhead of the internal sub call in subtest 30 looks like 10x
	 overhead of an empty subroutine call).
  New advice that upgrade to 2.3.* may fix `overflow' and `highremainder'.
  Exchange order of initialization of PARI and of `functions_highlevel'
	with >= 2.3.0; allows installation of highlevel functions
	(in particular, install() and PostScript printing).
  New function have_graphics() (not exported).
  The test engine takes into account have_graphics().

2.01080602
  If AUTOMATED_TESTING, delete (bogus?) environment variable DISPLAY.
  If AUTOMATED_TESTING, report results of failing tests on STDERR.
  Make test suite report rough run times for successful subtests.

2.01080603
  Fix misprint and change die() to warn() on failure of $ftp->quit...
  Add some void's in Pari.xs.
  UNDONE (wrong): Protect init_graph() by NO_GRAPHICS_PARI (in restart code);
    include rect.h instead...
  sv2pari(),sv2parimat(): a stupid compiler might guess we don't return value...
  when patching, use && instead of ; in the shell command
  New function Math::PariBuild::patch_args()
  Math::PariBuild::patch_pari() supports option --binary, \ as directory
   separator in command processor.
  Make uname parser recognize i686-pc as ix86.
  Generator of function descriptors could try to regenerate existing file.
  nok_print() in Testout.pm was defined too late.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 16 02:32:00 2009 UTC (15 years, 7 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Apply patches/diff_2.1.7_-O from the distribution to fix Lunix build. No
change to "make test" results on OS X or NetBSD.

Revision 1.13.4.1: download - view: text, markup, annotated - select for diffs
Wed Aug 19 09:12:31 2009 UTC (15 years, 8 months ago) by tron
Branches: pkgsrc-2009Q2
Diff to: previous 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13: +2 -2 lines
Pullup ticket #2868 - requested by he
p5-Math-Pari: build fix

Revisions pulled up:
- math/p5-Math-Pari/Makefile			1.35
- math/p5-Math-Pari/distinfo			1.14
- math/p5-Math-Pari/patches/patch-ab		1.7
---
Module Name:	pkgsrc
Committed By:	he
Date:		Sun Aug 16 13:33:07 UTC 2009

Modified Files:
	pkgsrc/math/p5-Math-Pari: Makefile distinfo
	pkgsrc/math/p5-Math-Pari/patches: patch-ab

Log Message:
Update from version 2.010801nb1 to 2.010801nb2.

Pkgsrc changes:
 o Re-do patch-ab so that this package actually builds on hosts other
   than arm and i386. ('eq' instead of '=' is the bug...)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Aug 16 13:33:07 2009 UTC (15 years, 8 months ago) by he
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Update from version 2.010801nb1 to 2.010801nb2.

Pkgsrc changes:
 o Re-do patch-ab so that this package actually builds on hosts other
   than arm and i386. ('eq' instead of '=' is the bug...)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 5 23:12:51 2009 UTC (16 years, 1 month ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Branch point for: pkgsrc-2009Q2
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -1 lines
Fix shared library loading on Darwin.
Bump PKGREVISION to 1.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 22 13:11:39 2009 UTC (16 years, 2 months ago) by he
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -6 lines
Update from version 2.010800nb1 to 2.010801.

Pkgsrc changes:
 o Re-do patch-ab so that the tests and adaptations for the various
   NetBSD archs don't sit inside "if ($os eq 'sunos')" (!).

Upstream changes:

2.010801:
  build_paricfg() takes a version argument
  write_paricfg(): likewise.
  Emit paricfg.h which supports GP/PARI v2.3.4.
  Remove the section on CPAN mirroring from README.
  INSTALL: Explain how to google when server is down.
  Skip another subtest in ploth.t.
  Fix treatment of -oo in tests.  Still fails, but now with
     not ok 12 # in='intmellininvshort(2,4,$tab)-$A'
     #    out='-3.364954880E-97+9.90717831E-100*I', type='Math::Pari'
     # pari==='-3.072350108 E-97 + 9.90717831 E-100*I'
     # re_out='\-3\.072350108,?\s*E\-97,?\s*\+,?\s*9\.90717831,?\s*E\-100\*I'
  Consider `intfuncinit' as requiring "unsane" precision of limits
	(bug in GP/PARI???).  Now all tests pass???

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jul 29 12:37:50 2008 UTC (16 years, 8 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -4 lines
Update from version 2.010709 to 2.010800.  Changes:

2.010800:
	Test suite was sub()ifying argument to sumnuminit().
	Test suite would not correctly sub()ify intnum() if limits had "()".
	Test suite calculated Pi Euler too early; Now only these fail
    t/55_intnum.t               51    1   1.96%  12
    t/55_ploth.t                34    1   2.94%  4

  # eval-noans: $oo=[  PARI(1) ];
  # eval-noans: setprecision(96)
  # eval-noans: $tab=intfuncinit($t,[-$oo,4.5],[$oo,4.5], sub{gamma(2+ I*$t)**3},1);
  # eval: intmellininvshort(2,4,$tab)-$A
  not ok 12 # in='intmellininvshort(2,4,$tab)-$A'
  #    out='-0.00162288630645762090148373314245888997812239836220952087633884330352714288074453852820714919691012-6.88133524E-101*I', type='Math::Pari'
  # pari==='-3.072350108 E-97 + 9.90717831 E-100*I'
  # re_out='\-3\.072350108,?\s*E\-97,?\s*\+,?\s*9\.90717831,?\s*E\-100\*I'

	Why this succeeds?
  # eval: intnum($x,-1,1, sub{intnum($y,-sqrt(1-$x**2),sqrt(1-$x**2),$x**2+$y**2,$tab)},$tab)- Pi/2
	Actually, $x**2+$y**2 is converted to a string as in '0.09+y^2',
	 which is interpreted by GP/PARI.
	Add warnings to the test suite for detection of #@_
	 in Perl-in-PARI-in-Perl calls.
	Attempt to support v5.10 (based on code contributed by ???)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 9 22:39:50 2008 UTC (17 years, 2 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -5 lines
Update to 2.010709
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p.  (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.

Revision 1.8.4.1: download - view: text, markup, annotated - select for diffs
Mon Dec 17 21:49:18 2007 UTC (17 years, 4 months ago) by ghen
Branches: pkgsrc-2007Q3
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +2 -1 lines
Pullup ticket 2212 - requested by hira
build fix for p5-Math-Pari

- pkgsrc/math/p5-Math-Pari/distinfo			1.9
- pkgsrc/math/p5-Math-Pari/patches/patch-ac		1.1

   Module Name:		pkgsrc
   Committed By:	obache
   Date:		Sun Oct 14 08:08:53 UTC 2007

   Modified Files:
	   pkgsrc/math/p5-Math-Pari: distinfo
   Added Files:
	   pkgsrc/math/p5-Math-Pari/patches: patch-ac

   Log Message:
   Fix build problem on NetBSD/i386.
   Patch provided by Yakovetsky Vladimir in PR 36934,
   same as math/pari/patches/patch-ac.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Oct 14 08:08:53 2007 UTC (17 years, 6 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
Fix build problem on NetBSD/i386.
Patch provided by Yakovetsky Vladimir in PR 36934,
same as math/pari/patches/patch-ac.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 20 15:52:35 2007 UTC (17 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Branch point for: pkgsrc-2007Q3
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -1 lines
Instead of running make configure in math/pari, just extrcat the tarball
directly. It seems to be enough as the package rebuilds most of pari
anyway. This fixes the bulk build issues and the ordering issues seen
before. Add commented out SITES variable, as the master site for pari
doesn't have the old version any longer.

OK during freeze: wiz@

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 14 22:52:15 2006 UTC (19 years, 2 months ago) by heinz
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +5 -5 lines
Updated to version 2.010703.

This update fixes various segmentation faults during "make test" (using
pari 2.1.6).

Pkgsrc changes:
  - Removed files/Makefile.PL (not used anymore).

Relevant changes since version 2.010501:
========================================
  - various 64-bit fixes
  - extensive update ot test suite

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 3 01:46:26 2005 UTC (19 years, 4 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Add DragonFly.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Feb 23 12:06:57 2005 UTC (20 years, 2 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add RMD160 digests in addition to SHA1 ones.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 22 12:01:07 2004 UTC (21 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Scalars in perl are preceded by a `$'.
perl-5.8.3 correctly complains if it is not so.
Fix patch-ab so that this package builds with perl-5.8.3 too.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 22 22:04:54 2004 UTC (21 years, 2 months ago) by heinz
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update to 2.010501 (in line with math/pari 2.1.5)

Changes since 2.001804:

Too many to list here, see file "Changes".

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jul 7 22:07:44 2003 UTC (21 years, 9 months ago) by jtb
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Allow this to work with latest pari.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 2 01:34:15 2001 UTC (23 years, 6 months ago) by mcr
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
	pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>