Opened 14 years ago

Closed 14 years ago

#23728 closed submission (fixed)

picocom 1.4

Reported by: ranauei@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: ranauei@…
Port: picocom

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. http://code.google.com/p/picocom

Attachments (1)

Portfile (1.1 KB) - added by ranauei@… 14 years ago.
Ready to use new Portfile

Download all attachments as: .zip

Change History (4)

comment:1 Changed 14 years ago by ranauei@…

Cc: ranauei@… added

Cc Me!

comment:2 Changed 14 years ago by raimue (Rainer Müller)

The xinstall for the man page should be xinstall -m 644 as a man page is not executable.

Also the Makefile is using cc as compiler and does not respect what MacPorts sets in the environment (see also UsingTheRightCompiler):

build.args      CC=${configure.cc} \
                CXX=${configure.cxx} \
                CPP=${configure.cpp}

Changed 14 years ago by ranauei@…

Attachment: Portfile added

Ready to use new Portfile

comment:3 Changed 14 years ago by raimue (Rainer Müller)

Resolution: fixed
Status: newclosed

Committed in r67678.

Note: See TracTickets for help on using tickets.