[57483] trunk/dports/python
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Sep 11 08:31:16 PDT 2009
Revision: 57483
http://trac.macports.org/changeset/57483
Author: macsforever2000 at macports.org
Date: 2009-09-11 08:31:13 -0700 (Fri, 11 Sep 2009)
Log Message:
-----------
Added new port.
Added Paths:
-----------
trunk/dports/python/py26-serial/
trunk/dports/python/py26-serial/Portfile
Added: trunk/dports/python/py26-serial/Portfile
===================================================================
--- trunk/dports/python/py26-serial/Portfile (rev 0)
+++ trunk/dports/python/py26-serial/Portfile 2009-09-11 15:31:13 UTC (rev 57483)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem 1.0
+
+PortGroup python26 1.0
+name py26-serial
+version 2.4
+categories-append comms
+platforms darwin
+maintainers macsforever2000
+description Python Serial Port Extension
+long_description This module incapsulates the access for the serial port. \
+ It provides backends for standard Python running on Windows, \
+ Linux, BSD (possibly any POSIX compliant system) and Jython. \
+ The module named "serial" automatically selects the appropriate \
+ backend.
+homepage http://pyserial.wiki.sourceforge.net/pySerial
+master_sites sourceforge:pyserial
+distname pyserial-${version}
+checksums md5 eec19df59fd75ba5a136992897f8e468 \
+ sha1 9536434736aa92da17fd05eed260efd3864ff9bd \
+ rmd160 c794cbc4bf006628e28a91c975bf897994dec095
+
+post-destroot {
+ xinstall -m 644 -W ${worksrcpath} CHANGES.txt LICENSE.txt README.txt \
+ ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath}/examples enhancedserial.py miniterm.py \
+ scan.py tcp_serial_redirect.py test.py test_advanced.py \
+ wxSerialConfigDialog.py wxSerialConfigDialog.wxg \
+ wxTerminal.py wxTerminal.wxg \
+ ${destroot}${prefix}/share/doc/${name}/examples
+}
Property changes on: trunk/dports/python/py26-serial/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090911/4c32a03f/attachment.html>
More information about the macports-changes
mailing list