KTurtle is an educational programming environment for the KDE

Desktop. KTurtle aims to make programming as easy and touchable as
possible, and therefore can be used to teach kids the basics of
math, geometry and... programming.

The programming language used in KTurtle is loosely based on Logo.
KTurtle allows, just like some implementations of Logo, to translate
the programming language (the commands, the documentation and the
error messages) to the native language of the programmer. For more
information on translating KTurtle please read the translation how
to. Translating the programming language to the native language of
the programmer is one of the many ways KTurtle tries to make learning
to programming more simple. Other features to help to achieve this
goal are: intuitive syntax highlighting, simple error messages,
integrated canvas to make drawings on, integrated help function,
slow-motion or step execution, and more.
This commit is contained in:
zhuk 2013-04-24 18:20:35 +00:00
parent 697d7ab3ae
commit 209e396f64
4 changed files with 57 additions and 0 deletions

11
x11/kde4/kturtle/Makefile Normal file
View File

@ -0,0 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:20:35 zhuk Exp $
COMMENT = KDE educational Logo programming environment
DISTNAME = kturtle-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
WANTLIB += lib/qt4/QtSvg lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio ${KDE4LIB}/knewstuff3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (kde/kturtle-4.10.2.tar.xz) = OP+fTAIr6A0lpKZvQxs67RCcYBaBIXxy5fvvRSUZcss=
SIZE (kde/kturtle-4.10.2.tar.xz) = 212608

View File

@ -0,0 +1,16 @@
KTurtle is an educational programming environment for the KDE
Desktop. KTurtle aims to make programming as easy and touchable as
possible, and therefore can be used to teach kids the basics of
math, geometry and... programming.
The programming language used in KTurtle is loosely based on Logo.
KTurtle allows, just like some implementations of Logo, to translate
the programming language (the commands, the documentation and the
error messages) to the native language of the programmer. For more
information on translating KTurtle please read the translation how
to. Translating the programming language to the native language of
the programmer is one of the many ways KTurtle tries to make learning
to programming more simple. Other features to help to achieve this
goal are: intuitive syntax highlighting, simple error messages,
integrated canvas to make drawings on, integrated help function,
slow-motion or step execution, and more.

View File

@ -0,0 +1,28 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 18:20:35 zhuk Exp $
@bin bin/kturtle
share/applications/kde4/kturtle.desktop
share/apps/kturtle/
share/apps/kturtle/kturtleui.rc
share/config/kturtle.knsrc
share/doc/HTML/en/kturtle/
share/doc/HTML/en/kturtle/common
share/doc/HTML/en/kturtle/getting-started.docbook
share/doc/HTML/en/kturtle/glossary.docbook
share/doc/HTML/en/kturtle/index.cache.bz2
share/doc/HTML/en/kturtle/index.docbook
share/doc/HTML/en/kturtle/mainwindow.png
share/doc/HTML/en/kturtle/mainwindow_flower_nrs.png
share/doc/HTML/en/kturtle/programming-reference.docbook
share/doc/HTML/en/kturtle/translator-guide.docbook
share/doc/HTML/en/kturtle/using-kturtle.docbook
share/icons/hicolor/128x128/apps/kturtle.png
share/icons/hicolor/16x16/apps/kturtle.png
share/icons/hicolor/22x22/apps/kturtle.png
share/icons/hicolor/32x32/apps/kturtle.png
share/icons/hicolor/48x48/apps/kturtle.png
share/icons/hicolor/64x64/apps/kturtle.png
share/icons/hicolor/scalable/apps/kturtle.svgz
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor