diff options
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/tipp10/Makefile | 43 | ||||
-rw-r--r-- | german/tipp10/distinfo | 2 | ||||
-rw-r--r-- | german/tipp10/files/patch-sql_chartablesql.cpp | 11 | ||||
-rw-r--r-- | german/tipp10/files/patch-sql_startsql.cpp | 11 | ||||
-rw-r--r-- | german/tipp10/files/patch-widget_lessondialog.cpp | 20 | ||||
-rw-r--r-- | german/tipp10/files/patch-widget_settingspages.cpp | 11 | ||||
-rw-r--r-- | german/tipp10/files/patch-widget_tickerboard.cpp | 46 | ||||
-rw-r--r-- | german/tipp10/pkg-descr | 20 | ||||
-rw-r--r-- | german/tipp10/pkg-plist | 103 |
10 files changed, 0 insertions, 268 deletions
diff --git a/german/Makefile b/german/Makefile index 79e316994fe1..1983f35c76f0 100644 --- a/german/Makefile +++ b/german/Makefile @@ -22,7 +22,6 @@ SUBDIR += mythes SUBDIR += phone SUBDIR += schwobifyer - SUBDIR += tipp10 SUBDIR += trytond28_account_de_skr03 SUBDIR += unix-connect SUBDIR += webalizer2 diff --git a/german/tipp10/Makefile b/german/tipp10/Makefile deleted file mode 100644 index 236b41603067..000000000000 --- a/german/tipp10/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Heiner <h.eichmann@gmx.de> -# $FreeBSD$ - -PORTNAME= tipp10 -DISTVERSION= 2-1-0 -PORTREVISION= 3 -CATEGORIES= german -MASTER_SITES= http://www.tipp10.com/en/download/ -DISTNAME= tipp10_source_v${DISTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= 10-finger touch typing learning program - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/license_en.txt - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES= qmake dos2unix qt:4 zip -DOS2UNIX_GLOB= *.pro *.cpp -USE_QT= corelib gui network sql rcc_build uic_build moc_build \ - sql-sqlite3_run - -pre-configure: - cd ${WRKSRC} \ - && for i in `grep -lR 'QCoreApplication::applicationDirPath()' *`; do \ - ${REINPLACE_CMD} -e 's,QCoreApplication::applicationDirPath(),QString("${DATADIR}"),g' $$i ; done - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tipp10 ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR}/help/de/img - ${MKDIR} ${STAGEDIR}${DATADIR}/help/de/content - ${MKDIR} ${STAGEDIR}${DATADIR}/help/en/img - ${MKDIR} ${STAGEDIR}${DATADIR}/help/en/content - ${INSTALL_DATA} ${WRKSRC}/release/tipp10v2.template ${WRKSRC}/metronome.wav ${WRKSRC}/error.wav ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/release/help/de/index.html ${STAGEDIR}${DATADIR}/help/de - ${INSTALL_DATA} ${WRKSRC}/release/help/de/content/* ${STAGEDIR}${DATADIR}/help/de/content - ${INSTALL_DATA} ${WRKSRC}/release/help/de/img/* ${STAGEDIR}${DATADIR}/help/de/img - ${INSTALL_DATA} ${WRKSRC}/release/help/en/index.html ${STAGEDIR}${DATADIR}/help/en - ${INSTALL_DATA} ${WRKSRC}/release/help/en/content/* ${STAGEDIR}${DATADIR}/help/en/content - ${INSTALL_DATA} ${WRKSRC}/release/help/en/img/* ${STAGEDIR}${DATADIR}/help/en/img -.include <bsd.port.mk> diff --git a/german/tipp10/distinfo b/german/tipp10/distinfo deleted file mode 100644 index e118be6569ee..000000000000 --- a/german/tipp10/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tipp10_source_v2-1-0.zip) = 016dba017ead4a26fe8267b19f061d974b35831d65650c6944b5cfb7e4d38185 -SIZE (tipp10_source_v2-1-0.zip) = 2106535 diff --git a/german/tipp10/files/patch-sql_chartablesql.cpp b/german/tipp10/files/patch-sql_chartablesql.cpp deleted file mode 100644 index 956931c21aa4..000000000000 --- a/german/tipp10/files/patch-sql_chartablesql.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- sql/chartablesql.cpp.orig 2013-10-30 15:20:29.130118000 +0000 -+++ sql/chartablesql.cpp -@@ -57,7 +57,7 @@ QVariant CharSqlModel::data(const QModel - // Read the unicode value - unicode = value.toInt(); - // Convert unicode to a char -- unicodeToChar = QString::QString(QChar(unicode)); //"\'" + QString::QString(QChar(unicode)) + "\'"; -+ unicodeToChar = QString(QChar(unicode)); //"\'" + QString::QString(QChar(unicode)) + "\'"; - return unicodeToChar; - } else { - // Last column (error weight) diff --git a/german/tipp10/files/patch-sql_startsql.cpp b/german/tipp10/files/patch-sql_startsql.cpp deleted file mode 100644 index 81efa7a2ab49..000000000000 --- a/german/tipp10/files/patch-sql_startsql.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- sql/startsql.cpp.orig 2013-10-30 15:20:29.130118000 +0000 -+++ sql/startsql.cpp -@@ -344,7 +344,7 @@ bool StartSql::updateOwnLesson(QString l - for (i = 0; i < content.size(); i++) { - //simplifiedContent = QString::QString( - // content.at(i)).replace(QChar(0x27), "''", Qt::CaseSensitive).simplified(); -- simplifiedContent = trim(QString::QString( -+ simplifiedContent = trim(QString( - content.at(i)).replace(QChar(0x27), "''", Qt::CaseSensitive)); - - if (!query.exec("INSERT INTO own_content VALUES(NULL,'" + diff --git a/german/tipp10/files/patch-widget_lessondialog.cpp b/german/tipp10/files/patch-widget_lessondialog.cpp deleted file mode 100644 index 671285d13057..000000000000 --- a/german/tipp10/files/patch-widget_lessondialog.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- widget/lessondialog.cpp.orig 2013-10-30 15:20:29.110117000 +0000 -+++ widget/lessondialog.cpp -@@ -89,7 +89,7 @@ void LessonDialog::updateContent() { - *lessonData = lineLessonContent->toPlainText().split("\n", QString::SkipEmptyParts); - // Delete empty lines - for (int i = 0; i < lessonData->size(); i++) { -- if (QString::QString(lessonData->at(i).toLocal8Bit().constData()).simplified() == "") { -+ if (QString(lessonData->at(i).toLocal8Bit().constData()).simplified() == "") { - lessonData->removeAt(i); - } - } -@@ -259,7 +259,7 @@ void LessonDialog::clickSave() { - contentList = lineLessonContent->toPlainText().split("\n", QString::SkipEmptyParts); - // Delete empty lines - for (i = 0; i < contentList.size(); i++) { -- if (QString::QString(contentList.at(i).toLocal8Bit().constData()).simplified() == "") { -+ if (QString(contentList.at(i).toLocal8Bit().constData()).simplified() == "") { - contentList.removeAt(i); - } - } diff --git a/german/tipp10/files/patch-widget_settingspages.cpp b/german/tipp10/files/patch-widget_settingspages.cpp deleted file mode 100644 index b4e2405f1590..000000000000 --- a/german/tipp10/files/patch-widget_settingspages.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- widget/settingspages.cpp.orig 2013-10-30 15:20:29.120118000 +0000 -+++ widget/settingspages.cpp -@@ -501,7 +501,7 @@ void DatabasePage::writeSettings() { - QSettings settings; - #endif - settings.beginGroup("database"); -- settings.setValue("pathpro", lineDatabasePath->text() + "/" + QString::QString(APP_USER_DB)); -+ settings.setValue("pathpro", lineDatabasePath->text() + "/" + QString(APP_USER_DB)); - settings.endGroup(); - } - diff --git a/german/tipp10/files/patch-widget_tickerboard.cpp b/german/tipp10/files/patch-widget_tickerboard.cpp deleted file mode 100644 index b98acdd95864..000000000000 --- a/german/tipp10/files/patch-widget_tickerboard.cpp +++ /dev/null @@ -1,46 +0,0 @@ ---- widget/tickerboard.cpp.orig 2013-10-02 09:55:42.000000000 +0000 -+++ widget/tickerboard.cpp -@@ -97,7 +97,7 @@ void TickerBoard::startTicker(bool wasPa - - if (tickerSpeed == 50) { - scrollOffset = 290; -- scroll(-290, 0, QRect::QRect(10, 15, 590, 35)); //contentsRect()); -+ scroll(-290, 0, QRect(10, 15, 590, 35)); //contentsRect()); - } - - startFlag = true; -@@ -153,7 +153,7 @@ void TickerBoard::changeChar() { - scrollOffset = 0; - } else { - scrollOffset = 290; -- scroll(-290, 0, QRect::QRect(10, 15, 590, 35)); //contentsRect()); -+ scroll(-290, 0, QRect(10, 15, 590, 35)); //contentsRect()); - } - splitLesson(); - } -@@ -242,7 +242,7 @@ void TickerBoard::progress() { - - // Move ticker 1 pixel to left - scrollOffset++; -- scroll(-1, 0, QRect::QRect(10, 15, 590, 35)); //contentsRect()); -+ scroll(-1, 0, QRect(10, 15, 590, 35)); //contentsRect()); - - if ((lessonOffset - scrollOffset) <= 30) { - setSpeed(tickerSpeed); -@@ -265,14 +265,14 @@ void TickerBoard::progress() { - // 160 pixels overage (because the user must see at least the next word) - if ((lessonOffset - scrollOffset) > 200) { - scrollOffset += (lessonOffset - scrollOffset) - 200; -- scroll(-((lessonOffset - scrollOffset) - 200), 0, QRect::QRect(10, 15, 590, 35)); //contentsRect()); -+ scroll(-((lessonOffset - scrollOffset) - 200), 0, QRect(10, 15, 590, 35)); //contentsRect()); - } - } else { - // If the user types faster than the ticker, move ticker faster after - // 160 pixels overage (because the user must see at least the next word) - if ((lessonOffset - scrollOffset) > 280) { - scrollOffset += 570; -- scroll(-570, 0, QRect::QRect(10, 15, 590, 35)); //contentsRect()); -+ scroll(-570, 0, QRect(10, 15, 590, 35)); //contentsRect()); - } - - } diff --git a/german/tipp10/pkg-descr b/german/tipp10/pkg-descr deleted file mode 100644 index 8b14af06afd5..000000000000 --- a/german/tipp10/pkg-descr +++ /dev/null @@ -1,20 +0,0 @@ -TIPP10 is a free 10 finger touch typing trainer, published under the GPL. - -The highlight: TIPP10 works intelligent. The dictation reacts on -individual errors of the user. Keys, which are wrongly typed often, -will be dictated more often. - -Visual help, various keyboard layouts, numerous settings and the -possibility to create own exercise dictates are easing the learning -process. - -Main features: -- Intelligent exercise lessons -- Free and own lessons -- Scrolling text and virtual keyboard for help -- Extensive customization -- Performance appraisal -- Support of alternate keyboard layouts -- Multi platform - -WWW: http://www.tipp10.de diff --git a/german/tipp10/pkg-plist b/german/tipp10/pkg-plist deleted file mode 100644 index a8f38e98f043..000000000000 --- a/german/tipp10/pkg-plist +++ /dev/null @@ -1,103 +0,0 @@ -bin/tipp10 -share/tipp10/help/de/img/Thumbs.db -share/tipp10/help/de/img/arrow_left.png -share/tipp10/help/de/img/arrow_right.png -share/tipp10/help/de/img/h_fingers.png -share/tipp10/help/de/img/h_game.png -share/tipp10/help/de/img/h_home_settings.png -share/tipp10/help/de/img/h_installer_mac.png -share/tipp10/help/de/img/h_installer_win.png -share/tipp10/help/de/img/h_key_blue.png -share/tipp10/help/de/img/h_key_green.png -share/tipp10/help/de/img/h_key_greydark.png -share/tipp10/help/de/img/h_key_greylight.png -share/tipp10/help/de/img/h_key_red.png -share/tipp10/help/de/img/h_key_yellow.png -share/tipp10/help/de/img/h_lesson_own.png -share/tipp10/help/de/img/h_lesson_own_menu.png -share/tipp10/help/de/img/h_lesson_tabs.png -share/tipp10/help/de/img/h_program_shortcut.png -share/tipp10/help/de/img/h_results_chars.png -share/tipp10/help/de/img/h_results_comparison.png -share/tipp10/help/de/img/h_results_fingers.png -share/tipp10/help/de/img/h_results_lessons.png -share/tipp10/help/de/img/h_results_progress.png -share/tipp10/help/de/img/h_results_report.png -share/tipp10/help/de/img/h_settings_database.png -share/tipp10/help/de/img/h_settings_language.png -share/tipp10/help/de/img/h_settings_other.png -share/tipp10/help/de/img/h_settings_training.png -share/tipp10/help/de/img/h_terminal_mac.png -share/tipp10/help/de/img/h_training_lesson.png -share/tipp10/help/de/img/h_training_numpad.png -share/tipp10/help/de/img/logo.png -share/tipp10/help/de/img/tt_logo.png -share/tipp10/help/de/content/about.html -share/tipp10/help/de/content/behaviour.html -share/tipp10/help/de/content/donate.html -share/tipp10/help/de/content/features.html -share/tipp10/help/de/content/game.html -share/tipp10/help/de/content/installation.html -share/tipp10/help/de/content/introduction.html -share/tipp10/help/de/content/lessons.html -share/tipp10/help/de/content/license.html -share/tipp10/help/de/content/parameters.html -share/tipp10/help/de/content/results.html -share/tipp10/help/de/content/settings.html -share/tipp10/help/de/content/start.html -share/tipp10/help/de/content/style.css -share/tipp10/help/de/content/support.html -share/tipp10/help/de/content/training.html -share/tipp10/help/de/index.html -share/tipp10/help/en/img/arrow_left.png -share/tipp10/help/en/img/arrow_right.png -share/tipp10/help/en/img/h_fingers.png -share/tipp10/help/en/img/h_game.png -share/tipp10/help/en/img/h_home_settings.png -share/tipp10/help/en/img/h_installer_mac.png -share/tipp10/help/en/img/h_installer_win.png -share/tipp10/help/en/img/h_key_blue.png -share/tipp10/help/en/img/h_key_green.png -share/tipp10/help/en/img/h_key_greydark.png -share/tipp10/help/en/img/h_key_greylight.png -share/tipp10/help/en/img/h_key_red.png -share/tipp10/help/en/img/h_key_yellow.png -share/tipp10/help/en/img/h_lesson_own.png -share/tipp10/help/en/img/h_lesson_own_menu.png -share/tipp10/help/en/img/h_lesson_tabs.png -share/tipp10/help/en/img/h_program_shortcut.png -share/tipp10/help/en/img/h_results_chars.png -share/tipp10/help/en/img/h_results_comparison.png -share/tipp10/help/en/img/h_results_fingers.png -share/tipp10/help/en/img/h_results_lessons.png -share/tipp10/help/en/img/h_results_progress.png -share/tipp10/help/en/img/h_results_report.png -share/tipp10/help/en/img/h_settings_database.png -share/tipp10/help/en/img/h_settings_language.png -share/tipp10/help/en/img/h_settings_other.png -share/tipp10/help/en/img/h_settings_training.png -share/tipp10/help/en/img/h_terminal_mac.png -share/tipp10/help/en/img/h_training_lesson.png -share/tipp10/help/en/img/h_training_numpad.png -share/tipp10/help/en/img/logo.png -share/tipp10/help/en/img/tt_logo.png -share/tipp10/help/en/content/about.html -share/tipp10/help/en/content/behaviour.html -share/tipp10/help/en/content/donate.html -share/tipp10/help/en/content/features.html -share/tipp10/help/en/content/game.html -share/tipp10/help/en/content/installation.html -share/tipp10/help/en/content/introduction.html -share/tipp10/help/en/content/lessons.html -share/tipp10/help/en/content/license.html -share/tipp10/help/en/content/parameters.html -share/tipp10/help/en/content/results.html -share/tipp10/help/en/content/settings.html -share/tipp10/help/en/content/start.html -share/tipp10/help/en/content/style.css -share/tipp10/help/en/content/support.html -share/tipp10/help/en/content/training.html -share/tipp10/help/en/index.html -share/tipp10/tipp10v2.template -share/tipp10/metronome.wav -share/tipp10/error.wav |