[137980] trunk/dports/math/gsl-devel/Portfile

larryv at macports.org larryv at macports.org
Tue Jun 23 18:21:44 PDT 2015


Revision: 137980
          https://trac.macports.org/changeset/137980
Author:   larryv at macports.org
Date:     2015-06-23 18:21:44 -0700 (Tue, 23 Jun 2015)
Log Message:
-----------
gsl-devel: Replace with gsl

This port hasn't been meaningfully changed in over four years, and `gsl`
is better maintained.

Modified Paths:
--------------
    trunk/dports/math/gsl-devel/Portfile

Modified: trunk/dports/math/gsl-devel/Portfile
===================================================================
--- trunk/dports/math/gsl-devel/Portfile	2015-06-24 01:21:41 UTC (rev 137979)
+++ trunk/dports/math/gsl-devel/Portfile	2015-06-24 01:21:44 UTC (rev 137980)
@@ -6,51 +6,11 @@
 name                gsl-devel
 conflicts           gsl
 version             1.14.91
+revision            1
 categories          math science
 license             GPL-3+
-maintainers         nomaintainer
+
 homepage            http://www.gnu.org/software/gsl
-description         A numerical library for C and C++ programmers
-long_description    The GNU Scientific Library (GSL) is a numerical library  \
-                    for C and C++ programmers.  It is free software under the \
-                    GNU General Public License.  \
-                    \
-                    The library provides a wide range of mathematical routines \
-                    such as random number generators, special functions and \
-                    least-squares fitting. There are over 1000 functions in total.
 
-distname            gsl-${version}
-master_sites        ftp://alpha.gnu.org/gnu/gsl/
-checksums           md5     d1dd5ee21cf297b382a531421fcdb1fc \
-                    sha1    a153f25199d24271b423ff2f4e394dc66b0ec1e8 \
-                    rmd160  b7f5a3bfebccd9c8e885531960bd25d7f4ed6ce6
-
-platforms           darwin
-
-configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info
-depends_build       port:texinfo
-test.run            yes
-test.target         check
-
-post-install    {
-    system "install-info ${destroot}${prefix}/share/info/gsl-ref.info ${prefix}/share/info/dir"
-}
-
-variant doc description "Install PDF and HTML documentation" {
-    depends_build   port:ghostscript bin:latex:texlive
-    post-destroot   {
-        system "cd ${worksrcpath} && make dvi"
-        system "cd ${worksrcpath}/doc && dvipdf gsl-ref.dvi gsl-ref.pdf"
-        xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
-        xinstall -c -m 644 ${worksrcpath}/doc/gsl-ref.pdf ${destroot}${prefix}/share/doc/${name}
-        system "cd ${worksrcpath}/doc && latex fftalgorithms"
-        system "cd ${worksrcpath}/doc && bibtex fftalgorithms"
-        system "cd ${worksrcpath}/doc && latex fftalgorithms"
-        system "cd ${worksrcpath}/doc && latex fftalgorithms"
-        system "cd ${worksrcpath}/doc && dvipdf fftalgorithms.dvi fftalgorithms.pdf"
-        xinstall -c -m 644 ${worksrcpath}/doc/fftalgorithms.pdf ${destroot}${prefix}/share/doc/${name}
-        system "cd ${worksrcpath} && make html"
-        xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}/html
-        eval xinstall -c -m 644 [glob ${worksrcpath}/doc/gsl-ref.html/*] ${destroot}${prefix}/share/doc/${name}/html
-    }
-}
+replaced_by         gsl
+PortGroup           obsolete 1.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150623/179397aa/attachment.html>


More information about the macports-changes mailing list