[124456] trunk/dports/php/php5-big_int/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 24 02:07:47 PDT 2014


Revision: 124456
          https://trac.macports.org/changeset/124456
Author:   ryandesign at macports.org
Date:     2014-08-24 02:07:47 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
php5-big_int: replaced_by php53-big_int

Modified Paths:
--------------
    trunk/dports/php/php5-big_int/Portfile

Modified: trunk/dports/php/php5-big_int/Portfile
===================================================================
--- trunk/dports/php/php5-big_int/Portfile	2014-08-24 09:06:40 UTC (rev 124455)
+++ trunk/dports/php/php5-big_int/Portfile	2014-08-24 09:07:47 UTC (rev 124456)
@@ -1,38 +1,13 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
-PortGroup       php5extension 1.0
 
-php5extension.setup big_int 1.0.7 pecl
-categories      php devel
-platforms       darwin
-maintainers     ryandesign openmaintainer
-license         Permissive
+replaced_by     php53-big_int
+PortGroup       obsolete 1.0
 
-description     big_int library
-
-long_description \
-    A big_int library provides a set of functions for calculations with \
-    arbitrary length integers and bitsets. Functions from this package are \
-    useful for number theory applications. For example, in two-keys \
-    cryptography. The package has many bitset functions, which allow to work \
-    with arbitrary length bitsets. This package is much faster than bundled \
-    into PHP BCMath and consists almost all functions, which are implemented \
-    in PHP GMP extension, but it needn't any external libraries.
-
-checksums       md5     d858d5bcfd3f789cb1ae8cb8ff09d3e9 \
-                sha1    3687c4b479c50118a4a4182e567242f0bf88d557 \
-                rmd160  bfb06f73e73578ff7e01b6d9c56bc594f354839a
-
-use_parallel_build yes
-
-post-destroot {
-    set docdir ${prefix}/share/doc/${name}
-    xinstall -d ${destroot}${docdir}
-    xinstall -m 644 -W ${worksrcpath} CREDITS LICENSE README \
-        ${destroot}${docdir}
-    xinstall -d ${destroot}${docdir}/html
-    xinstall -m 644 ${worksrcpath}/docs/index.html ${destroot}${docdir}/html
-}
-
-livecheck.regex {(\d+(?:\.\d+)*)</a></th>}
+name            php5-big_int
+version         1.0.7
+revision        1
+categories      php
+license         Permissive
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/d88c8049/attachment.html>


More information about the macports-changes mailing list