[103785] trunk/dports/science/plplot/Portfile

and.damore at macports.org and.damore at macports.org
Thu Mar 7 04:51:02 PST 2013


Revision: 103785
          https://trac.macports.org/changeset/103785
Author:   and.damore at macports.org
Date:     2013-03-07 04:51:02 -0800 (Thu, 07 Mar 2013)
Log Message:
-----------
port plplot, plplot-single: specifying the precision type in descriptions; openmaintainer

Modified Paths:
--------------
    trunk/dports/science/plplot/Portfile

Modified: trunk/dports/science/plplot/Portfile
===================================================================
--- trunk/dports/science/plplot/Portfile	2013-03-07 11:25:36 UTC (rev 103784)
+++ trunk/dports/science/plplot/Portfile	2013-03-07 12:51:02 UTC (rev 103785)
@@ -10,19 +10,20 @@
 maintainers     takeshi openmaintainer
 categories      science
 license         LGPL
-description     Scientific plotting package
+description     Scientific plotting package, double precision version
 master_sites    sourceforge
 checksums           md5     9f2c8536a58875d97ab6b29bbed67d26 \
                     sha1    3df8fc21723e14af62fea4098e4ef019e1b52a54 \
                     rmd160  403d56896714336e6f8d65ef51563e7c28c7e588
 homepage        http://plplot.sourceforge.net/
-long_description \
-    PLplot is a cross-platform software package for creating           \
-    scientific plots. To help accomplish that task it is               \
-    organized as a core C library, language bindings for that library, \
-    and device drivers which control how the plots are presented       \
-    in non-interactive and interactive plotting contexts.
+set description_base "PLplot is a cross-platform software package for \
+creating scientific plots. To help accomplish that task it is organized as a \
+core C library, language bindings for that library, and device drivers which \
+control how the plots are presented in non-interactive and interactive \
+plotting contexts."
 
+long_description    ${description_base} This port uses double precision.
+
 depends_build   port:cmake \
                 path:bin/pkg-config:pkgconfig
 depends_lib     port:expat \
@@ -157,6 +158,9 @@
 default_variants-append +x11
 
 subport ${name}-single {
+    description     Scientific plotting package, single precision version
+    long_description    ${description_base} This port uses single precision.
+
     configure.pre_args      -DCMAKE_INSTALL_PREFIX=${prefix}/lib/${subport}
     configure.args-append   -DPL_DOUBLE=OFF
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130307/8351a342/attachment.html>


More information about the macports-changes mailing list