diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-02-23 03:03:17 +0800 |
commit | ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019 (patch) | |
tree | 3aad51132f546ad79059b32784badc3f6a42c8ff /lang/kturtle-kde4 | |
parent | c5cfcc04963e6321cc90d144cb3bc9adbff4cf0f (diff) | |
download | freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.gz freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.tar.zst freebsd-ports-gnome-ac5d54d2ae0d4bdb1d91507a4de47bc726e1c019.zip |
Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.
PR: 225992
Exp-run by: antoine
Reviewed by: rakuco, adridg
Differential Revision: https://reviews.freebsd.org/D14413
Diffstat (limited to 'lang/kturtle-kde4')
-rw-r--r-- | lang/kturtle-kde4/Makefile | 15 | ||||
-rw-r--r-- | lang/kturtle-kde4/distinfo | 2 | ||||
-rw-r--r-- | lang/kturtle-kde4/pkg-descr | 17 | ||||
-rw-r--r-- | lang/kturtle-kde4/pkg-plist | 22 |
4 files changed, 56 insertions, 0 deletions
diff --git a/lang/kturtle-kde4/Makefile b/lang/kturtle-kde4/Makefile new file mode 100644 index 000000000000..39626ff269b3 --- /dev/null +++ b/lang/kturtle-kde4/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= kturtle +PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 3 +CATEGORIES= lang kde kde-kde4 + +MAINTAINER= kde@FreeBSD.org +COMMENT= Educational programming environment for KDE 4 + +USES= cmake:outsource kde:4 tar:xz +USE_KDE= kdelibs automoc4 +USE_QT4= corelib gui xml moc_build qmake_build rcc_build uic_build + +.include <bsd.port.mk> diff --git a/lang/kturtle-kde4/distinfo b/lang/kturtle-kde4/distinfo new file mode 100644 index 000000000000..c965ef680e0c --- /dev/null +++ b/lang/kturtle-kde4/distinfo @@ -0,0 +1,2 @@ +SHA256 (KDE/4.14.3/kturtle-4.14.3.tar.xz) = 2e43a2a89698320cd417b1f5278522f92a6c704aaeb8efe32ab0faa269e8d5fc +SIZE (KDE/4.14.3/kturtle-4.14.3.tar.xz) = 192100 diff --git a/lang/kturtle-kde4/pkg-descr b/lang/kturtle-kde4/pkg-descr new file mode 100644 index 000000000000..eb1c114f5db0 --- /dev/null +++ b/lang/kturtle-kde4/pkg-descr @@ -0,0 +1,17 @@ +KTurtle is an educational programming environment for KDE. 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. 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. + +WWW: http://edu.kde.org/kturtle diff --git a/lang/kturtle-kde4/pkg-plist b/lang/kturtle-kde4/pkg-plist new file mode 100644 index 000000000000..4de63e6326a4 --- /dev/null +++ b/lang/kturtle-kde4/pkg-plist @@ -0,0 +1,22 @@ +bin/kturtle +share/appdata/kturtle.appdata.xml +share/applications/kde4/kturtle.desktop +share/apps/kturtle/kturtleui.rc +share/config/kturtle.knsrc +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 |