···11+$OpenBSD$
22+33+Index: bin/robotis-loader
44+--- bin/robotis-loader.orig
55++++ bin/robotis-loader
66+@@ -1,4 +1,4 @@
77+-#!/usr/bin/python
88++#!/usr/bin/python2.7
99+1010+ # This script sends a program on a robotis board (OpenCM9.04 or CM900)
1111+ # using the robotis bootloader (used in OpenCM IDE)
+10
devel/arduino-makefile/pkg/DESCR
···11+This is a very simple Makefile which knows how to build Arduino
22+sketches. It defines entire workflows for compiling code, flashing
33+it to Arduino and even communicating through Serial monitor. You
44+don't need to change anything in the Arduino sketches.
55+66+To use, create a Makefile and add:
77+88+ include ${PREFIX}/share/arduino-makefile/Arduino.mk
99+1010+Then compile with `gmake` and upload with `gmake upload`.