[136951] trunk/dports/perl

devans at macports.org devans at macports.org
Sun May 31 01:45:18 PDT 2015


Revision: 136951
          https://trac.macports.org/changeset/136951
Author:   devans at macports.org
Date:     2015-05-31 01:45:17 -0700 (Sun, 31 May 2015)
Log Message:
-----------
p5-pdl-graphics-plplot: new port, an object-oriented interface from Perl/PDL to the PLPLOT plotting library.

Added Paths:
-----------
    trunk/dports/perl/p5-pdl-graphics-plplot/
    trunk/dports/perl/p5-pdl-graphics-plplot/Portfile
    trunk/dports/perl/p5-pdl-graphics-plplot/files/
    trunk/dports/perl/p5-pdl-graphics-plplot/files/patch-Makefile.PL.diff

Added: trunk/dports/perl/p5-pdl-graphics-plplot/Portfile
===================================================================
--- trunk/dports/perl/p5-pdl-graphics-plplot/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-pdl-graphics-plplot/Portfile	2015-05-31 08:45:17 UTC (rev 136951)
@@ -0,0 +1,29 @@
+# -*- 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           perl5 1.0
+
+perl5.branches      5.16 5.18 5.20
+perl5.setup         PDL-Graphics-PLplot 0.71
+license             {Artistic-1 GPL}
+maintainers         devans openmaintainer
+description         PDL::Graphics::PLplot -  An object-oriented interface from Perl/PDL to the PLPLOT plotting library
+long_description    ${description}
+
+platforms           darwin
+
+checksums           rmd160  f4839dba0747bcc6a220438b08e75ebe87f73ada \
+                    sha256  3a373f4ee4fac8215ba3b89bfa9cd6aaf65c2a606a05dc26b5cc57853f820a89
+
+if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-pdl \
+                    port:plplot
+
+    patchfiles      patch-Makefile.PL.diff
+
+    configure.env-append \
+                    "PLPLOT_LIBDIR=${prefix}/lib" \
+                    "PLPLOT_INCDIR=${prefix}/include/plplot"
+}


Property changes on: trunk/dports/perl/p5-pdl-graphics-plplot/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/perl/p5-pdl-graphics-plplot/files/patch-Makefile.PL.diff
===================================================================
--- trunk/dports/perl/p5-pdl-graphics-plplot/files/patch-Makefile.PL.diff	                        (rev 0)
+++ trunk/dports/perl/p5-pdl-graphics-plplot/files/patch-Makefile.PL.diff	2015-05-31 08:45:17 UTC (rev 136951)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig	2015-05-15 13:57:03.000000000 -0700
++++ Makefile.PL	2015-05-31 01:17:08.000000000 -0700
+@@ -208,7 +208,7 @@
+ $hash{'LIBS'}      = [$libs];
+ # add this to allow one to use the /ops/tools/lib plplot libs even when
+ # another plplot is installed in /usr/local/lib. D. Hunt 6/4/2004
+-$hash{'LDDLFLAGS'} = " -shared -L$plplot_lib_path -L/usr/local/lib ";
++# $hash{'LDDLFLAGS'} = " -shared -L$plplot_lib_path -L/usr/local/lib ";
+ $hash{'INC'}      .= " $plplot_include_path";
+ $hash{'clean'}     = {'FILES'  =>
+                         'PLplot.pm PLplot.xs PLplot.o PLplot.c PLplot.bs *svg.* *.xfig temp* OPTIONS! Makefile.old'};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150531/e1d3d276/attachment.html>


More information about the macports-changes mailing list