ginac stable port information

Package: ginac
Version: 1.5.8
Revision: 2
Maintainer: David Fang
Source: http://www.ginac.de/%n-%v.tar.bz2
Source-MD5: 8693b3c9c3467694032ce9c8b3063d4c
BuildDepends: <<
bison,
cln6 (>= 1.3.1),
flex,
pkgconfig (>= 0.9.0),
readline5
<<
# possibly need to inherit bdep on gmp
Depends: <<
%N-shlibs (= %v-%r),
readline5-shlibs
<<
Conflicts: ginac2
Replaces: ginac2
BuildDependsOnly: True
License: GPL
ConfigureParams: --mandir='${prefix}/share/man' --infodir='${prefix}/share/info' --disable-static
GCC: 4.0
UseMaxBuildJobs: true
SplitOff: <<
Package: %N-shlibs
Depends: cln6-shlibs
Files: lib/libginac-*.dylib
Shlibs: <<
%p/lib/libginac-1.5.0.dylib 3.0.0 %n (>= 1.5.8-1)
<<
DocFiles: ChangeLog NEWS README COPYING INSTALL
<<
DocFiles: ChangeLog NEWS README COPYING INSTALL
InfoDocs: ginac.info
Description: C++ Library for Embedded Symbolic Computation
DescDetail: <<
GiNaC is a C++ library.
It is designed to allow the creation of integrated systems that embed
symbolic manipulations together with more established areas of computer
science (like computation- intense numeric applications, graphical
interfaces, etc.) under one roof.
.
It has been developed to become a replacement engine for xloops which in the
past was powered by the Maple CAS.
Its design is revolutionary in a sense that contrary to other CAS it does not
try to provide extensive algebraic capabilities and a simple programming
language but instead accepts a given language (C++) and extends it by a set
of algebraic capabilities.
.
It is distributed under the terms and conditions of the GNU general public
license (GPL).
.
The name GiNaC is an iterated and recursive abbreviation for
GiNaC is Not a CAS, where CAS stands for Computer Algebra System.
<<
DescPackaging: <<
Only the ginsh program depends on readline-shlibs, whereas libginac does not.
Configure checks for doxygen, [pdf]latex, fig2dev (transfig), autogen, but
these are for generating documentation which is alread distributed (I think).
pkgconfig is used to detect CLN.
<<
Homepage: http://www.ginac.de/