[108332] trunk/dports/python/py-visa/Portfile

vince at macports.org vince at macports.org
Fri Jul 19 12:44:24 PDT 2013


Revision: 108332
          https://trac.macports.org/changeset/108332
Author:   vince at macports.org
Date:     2013-07-19 12:44:24 -0700 (Fri, 19 Jul 2013)
Log Message:
-----------
Modify portfile to include more infos about the port.

Modified Paths:
--------------
    trunk/dports/python/py-visa/Portfile

Modified: trunk/dports/python/py-visa/Portfile
===================================================================
--- trunk/dports/python/py-visa/Portfile	2013-07-19 19:22:39 UTC (rev 108331)
+++ trunk/dports/python/py-visa/Portfile	2013-07-19 19:44:24 UTC (rev 108332)
@@ -6,13 +6,18 @@
 categories-append   science
 platforms           darwin
 supported_archs     noarch
-license             BSD
+license             MIT
 maintainers         openmaintainer
 
 description         Python binding to VISA instrument protocol
-long_description    PyVISA allows dialog between a computer and \
-                    various engineering instruments such as oscilloscopes \
-                    spectrum analyzers, waveform generators, etc.
+long_description    PyVISA allows dialog between a computer and\
+                    various engineering instruments such as oscilloscopes,\
+                    spectrum analyzers, waveform generators, etc. using\
+                    the VISA Framework of National Instruments, that must be\
+                    installed independently. \nWARNING: this framework is,\
+                    currently, 32-bit only, so to be able to use py-visa on\
+                    a 64-bit machine, you MUST install a universal Python\
+                    and execute python in 32-bit mode with ‘arch -i386’.
 
 homepage            http://pyvisa.sourceforge.net/
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130719/fa7282de/attachment.html>


More information about the macports-changes mailing list