[67678] trunk/dports/comms

raimue at macports.org raimue at macports.org
Sat May 15 16:54:41 PDT 2010


Revision: 67678
          http://trac.macports.org/changeset/67678
Author:   raimue at macports.org
Date:     2010-05-15 16:54:39 -0700 (Sat, 15 May 2010)
Log Message:
-----------
comms/picocom:
New port, #23728

Added Paths:
-----------
    trunk/dports/comms/picocom/
    trunk/dports/comms/picocom/Portfile

Added: trunk/dports/comms/picocom/Portfile
===================================================================
--- trunk/dports/comms/picocom/Portfile	                        (rev 0)
+++ trunk/dports/comms/picocom/Portfile	2010-05-15 23:54:39 UTC (rev 67678)
@@ -0,0 +1,32 @@
+# -*- 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
+
+name		picocom
+version		1.4
+categories	comms
+maintainers	gmail.com:ranauei
+platforms	darwin
+description	Minimal dump-terminal emulation program
+long_description \
+		Picocom was designed to serve as a simple, manual, \
+		modem configuration, testing, and debugging tool. \
+		It has also served (quite well) as a low-tech \
+		"terminal-window" to allow operator intervention in \
+		PPP connection scripts (something like the ms-windows \
+		"open terminal window before / after dialing" feature). \
+		It could also prove useful in many other similar tasks.
+homepage	http://code.google.com/p/picocom
+master_sites	googlecode
+checksums	md5 08fcc5f6bb9e7676a2569386d5ea9f70 \
+		sha1 dad94531807cd13ab8690d2263d3a680ed4100ba \
+		rmd160 083f1dbebbfaae527366652ef297f641e42947e1
+use_configure	no
+build.target	""
+build.args      CC=${configure.cc}
+
+destroot {
+	xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
+	xinstall -m 644 ${worksrcpath}/${name}.8 ${destroot}${prefix}/share/man/man8
+}


Property changes on: trunk/dports/comms/picocom/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/20100515/8aac0f9f/attachment.html>


More information about the macports-changes mailing list