libmpfrcx1 stable port information

Info2: <<
Package: libmpfrcx1%type_pkg[-64bit]
Version: 0.3.1
Revision: 3
Type: -64bit (boolean)
Architecture: ( %type_raw[-64bit] = -64bit ) powerpc, ( %type_raw[-64bit] = -64bit ) i386
Depends: %N-shlibs (= %v-%r), ( %type_raw[-64bit] = -64bit ) 64bit-cpu
BuildDepends: <<
gmp5%type_pkg[-64bit],
libmpfr4%type_pkg[-64bit],
libmpc2%type_pkg[-64bit] (>= 0.9),
fink (>= 0.26.0)
<<
Conflicts: libmpfrcx1, libmpfrcx1-64bit
Replaces: libmpfrcx1, libmpfrcx1-64bit
Source: http://multiprecision.org/mpfrcx/download/mpfrcx-%v.tar.gz
Source-MD5: 529e4e4ccbacd6d51ee1b6f4ce59771f
ConfigureParams: --infodir='${prefix}/share/info' --enable-shared --disable-static
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
InfoDocs: mpfrcx.info
PatchFile: %n.patch
PatchFile-MD5: 27297b88b32a6bbf38c58b06d96e136d
PatchScript: patch -p1 < %{PatchFile}
BuildDependsOnly: True
UseMaxBuildJobs: true
CompileScript: <<
#! /bin/sh -ev
mkdir -p build
cd build
if [ "%type_raw[-64bit]" == "-64bit" ]; then
export CC="gcc -m64"
fi
../configure %c --libdir='${prefix}/%lib'
make
make check
<<
# InfoTest: (default)
InstallScript: <<
#!/bin/sh -ev
cd build
make DESTDIR=%d install
<<
SplitOff: <<
Package: %N-shlibs
Depends: <<
libmpc2%type_pkg[-64bit]-shlibs (>= 0.9),
( %type_raw[-64bit] = -64bit ) 64bit-cpu
<<
Files: %lib/libmpfrcx.*.dylib
Shlibs: <<
%p/%lib/libmpfrcx.1.dylib 2.0.0 %n (>= 0.3-1) %type_num[-64bit]
<<
Description: Shared libraries for mpfrcx package
DocFiles: AUTHORS COPYING* ChangeLog NEWS README TODO
<<
Description: Univariate polynomials library
DescDetail: <<
MPFRCX is a library for the arithmetic of univariate polynomials over
arbitrary precision real (MPFR) or complex (MPC) numbers, without control
on the rounding. For the time being, only the few functions needed to
implement the floating point approach to complex multiplication are
implemented. On the other hand, these comprise asymptotically fast
multiplication routines such as Toom-Cook and the FFT.
.
The library is written by Andreas Enge and is distributed under the GNU
Lesser General Public License, either version 2.1 of the licence, or
(at your option) any later version.
<<
DescPackaging: <<
Since 0.3.1-3, build against libmpc2 >= 0.9, which bumped to gmp5 and libmpfr4.
<<
Maintainer: David Fang
Homepage: http://multiprecision.org/index.php?prog=mpfrcx
License: LGPL
<<

libmpfrcx1 stable port .patch

--- mpfrcx-0.3.1-orig/doc/mpfrcx.info 2010-09-28 03:11:04.000000000 -0700
+++ mpfrcx-0.3.1/doc/mpfrcx.info 2010-11-06 11:14:17.000000000 -0700
@@ -1,9 +1,5 @@
This is mpfrcx.info, produced by makeinfo version 4.13 from mpfrcx.texi.

-START-INFO-DIR-ENTRY
-* mpfrcx: (mpfrcx.info) Multiple Precision Real and Complex Polynomial Library.
-END-INFO-DIR-ENTRY
-
Copyright (C) 2007, 2008, 2009, 2010 Andreas Enge


@@ -21,6 +17,11 @@
manual into another language, under the above conditions for modified
versions.

+INFO-DIR-SECTION Software libraries
+START-INFO-DIR-ENTRY
+* mpfrcx: (mpfrcx). Multiple Precision Real and Complex Polynomial Library.
+END-INFO-DIR-ENTRY
+

File: mpfrcx.info, Node: Top, Next: Copying, Prev: (dir), Up: (dir)

libmpfrcx1 _unstable_ port .patch