Searched refs:port (Results 1 - 3 of 3) sorted by relevance

/inkscape/packaging/macosx/
H A Dosx-build.sh177 [[ -x $LIBPREFIX/bin/port && -d $LIBPREFIX/etc/macports ]] && export use_port="t"
307 [[ $2 ]] && DEPVER="$(checkversion-port $2)" || unset DEPVER
310 [[ $2 ]] && DEPVER="${DEPVER}$(checklicense-port $2)"
317 checkversion-port () {
319 PORTVER="$(port echo $1 and active 2>/dev/null | cut -d@ -f2 | cut -d_ -f1)"
321 PORTVER="$(port echo ${1}-devel and active 2>/dev/null | cut -d@ -f2 | cut -d_ -f1)"
329 checklicense-port() {
331 PORTLIC="$(port info --license --line $1 2>/dev/null)"
332 PORTURL="$(port info --homepage --line $1 2>/dev/null)"
358 MacPorts Ver $(port versio
[all...]
/inkscape/share/extensions/
H A Dplotter.py38 self.OptionParser.add_option('--serialPort', action='store', type='string', dest='serialPort', default='COM1', help='Serial port')
154 # set serial port
155 mySerial.port = self.options.serialPort
198 if 'ould not open port' in inst.args[0]:
199 inkex.errormsg(_("Could not open port. Please check that your plotter is running, connected and the settings are correct."))
/inkscape/
H A Dbuildtool.cpp1835 * Same as getAuthority, but if the port has been specified
1836 * as host:port , the port will not be included
1896 port = 0;
1914 port = other.port;
1930 int port; member in class:buildtool::URI
1973 int port; member in struct:buildtool::__anon4
2028 if (portSpecified && port>=0)
2031 snprintf(buf, 6, ":%6d", port);
[all...]

Completed in 31 milliseconds