<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/pear-Math_BigInteger, branch 2015Q2</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2015Q2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2015Q2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-09-23T16:45:35Z</updated>
<entry>
<title>Convert to USES=pear</title>
<updated>2014-09-23T16:45:35Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-09-23T16:45:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b208e52f7bcc715a04db0703e241da5a949e2d64'/>
<id>urn:sha1:b208e52f7bcc715a04db0703e241da5a949e2d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- update to 1.0.2</title>
<updated>2014-02-12T11:29:39Z</updated>
<author>
<name>Ruslan Makhmatkhanov</name>
<email>rm@FreeBSD.org</email>
</author>
<published>2014-02-12T11:29:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=befc98381d96bd7d396efcd10f84e6e6c964aa98'/>
<id>urn:sha1:befc98381d96bd7d396efcd10f84e6e6c964aa98</id>
<content type='text'>
PR:		186684
Submitted by:	Piotr Rybicki &lt;meritus@innervision.pl&gt; (maintainer)
</content>
</entry>
<entry>
<title>Stage support for non-IGNORED pear classes</title>
<updated>2013-11-25T17:59:58Z</updated>
<author>
<name>Antoine Brodin</name>
<email>antoine@FreeBSD.org</email>
</author>
<published>2013-11-25T17:59:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4f5544a38b1a9cb3b0735ff410b51e7794dfeed4'/>
<id>urn:sha1:4f5544a38b1a9cb3b0735ff410b51e7794dfeed4</id>
<content type='text'>
Tested by:	poudriere
Approved by:	portmgr (bapt)
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: math)</title>
<updated>2013-09-20T20:55:04Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T20:55:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce5e4570204c37f4ac986a2a6bc076aa911167d6'/>
<id>urn:sha1:ce5e4570204c37f4ac986a2a6bc076aa911167d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Convert to PEAR_AUTOINSTALL</title>
<updated>2013-03-16T16:19:19Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2013-03-16T16:19:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f9197cd590944d48b629a1f186b084f25c11c81f'/>
<id>urn:sha1:f9197cd590944d48b629a1f186b084f25c11c81f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in COMMENT</title>
<updated>2012-07-29T11:17:02Z</updated>
<author>
<name>Carlo Strub</name>
<email>cs@FreeBSD.org</email>
</author>
<published>2012-07-29T11:17:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=db5e2bc177bb65441e84bbbe4eeb528ac1a02a9c'/>
<id>urn:sha1:db5e2bc177bb65441e84bbbe4eeb528ac1a02a9c</id>
<content type='text'>
Approved by:	portmgr@ (implicit)
</content>
</entry>
<entry>
<title>At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450</title>
<updated>2012-01-21T17:40:15Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-01-21T17:40:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c59a3834c4bd220def36c5006080d4e0f57b83e0'/>
<id>urn:sha1:c59a3834c4bd220def36c5006080d4e0f57b83e0</id>
<content type='text'>
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication &gt; := &gt; = and this just moves ports one step to the left

Approved by:	portmgr
</content>
</entry>
<entry>
<title>Supports base-2, base-10, base-16, and base-256 numbers.</title>
<updated>2011-09-08T06:30:15Z</updated>
<author>
<name>Wen Heping</name>
<email>wen@FreeBSD.org</email>
</author>
<published>2011-09-08T06:30:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=49b0e9e7160da0277244c73649958c0691b133c5'/>
<id>urn:sha1:49b0e9e7160da0277244c73649958c0691b133c5</id>
<content type='text'>
Uses the GMP or BCMath extensions, if available,
and an internal implementation, otherwise.

WWW: http://pear.php.net/package/Math_BigInteger/

PR:		ports/160211
Submitted by:	Piotr Rybicki &lt;meritus@innervision.pl&gt;
</content>
</entry>
</feed>
