Skip to content

Commit

Permalink
deskutils/kronometer: new port, KDE stopwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Oct 11, 2022
1 parent 35babd7 commit 2709fa7
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 0 deletions.
1 change: 1 addition & 0 deletions deskutils/Makefile
Expand Up @@ -147,6 +147,7 @@
SUBDIR += kongress
SUBDIR += kontact
SUBDIR += korganizer
SUBDIR += kronometer
SUBDIR += kruler
SUBDIR += ktimetracker
SUBDIR += kuserfeedback
Expand Down
18 changes: 18 additions & 0 deletions deskutils/kronometer/Makefile
@@ -0,0 +1,18 @@
PORTNAME= kronometer
DISTVERSION= 2.2.91
CATEGORIES= deskutils kde kde-applications
MASTER_SITES= http://download.kde.org/unstable/${PORTNAME}/${DISTVERSION}/src/
DISTNAME= ${PORTNAME}-${DISTVERSION}

MAINTAINER= kde@FreeBSD.org
COMMENT= Stopwatch application
WWW= https://userbase.kde.org/Kronometer

USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth codecs config configwidgets coreaddons crash i18n \
widgetsaddons xmlgui \
doctools:build ecm:build
USE_QT= core dbus gui widgets xml \
buildtools:build qmake:build testlib:build

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions deskutils/kronometer/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1665512832
SHA256 (KDE/release-service/22.08.1/kronometer-2.2.91.tar.xz) = 7a9e73304aa99070ab06f253b5d24420ced7c62b1f2a1d4b125eb54a0b51adc0
SIZE (KDE/release-service/22.08.1/kronometer-2.2.91.tar.xz) = 134696
12 changes: 12 additions & 0 deletions deskutils/kronometer/pkg-descr
@@ -0,0 +1,12 @@
Kronometer is a stopwatch application.

Kronometer's main features are the following:

- Start/pause/resume the stopwatch widget
- Laps recording: you can capture the stopwatch time and add a note to it
- Lap times sorting: you can easily find the shortest or longest lap time
- Reset the stopwatch widget and the lap times
- Time format settings: you can choose the stopwatch granularity
- Times saving and resuming: you can save and resume the stopwatch status
- Lap times export: you can export the lap times using the JSON or CSV format

70 changes: 70 additions & 0 deletions deskutils/kronometer/pkg-plist
@@ -0,0 +1,70 @@
bin/kronometer
man/ca/man1/kronometer.1.gz
man/de/man1/kronometer.1.gz
man/es/man1/kronometer.1.gz
man/it/man1/kronometer.1.gz
man/man1/kronometer.1.gz
man/nl/man1/kronometer.1.gz
man/pt/man1/kronometer.1.gz
man/pt_BR/man1/kronometer.1.gz
man/sv/man1/kronometer.1.gz
man/uk/man1/kronometer.1.gz
share/applications/org.kde.kronometer.desktop
share/config.kcfg/kronometer.kcfg
share/doc/HTML/ca/kronometer/index.cache.bz2
share/doc/HTML/ca/kronometer/index.docbook
share/doc/HTML/de/kronometer/index.cache.bz2
share/doc/HTML/de/kronometer/index.docbook
share/doc/HTML/en/kronometer/index.cache.bz2
share/doc/HTML/en/kronometer/index.docbook
share/doc/HTML/es/kronometer/index.cache.bz2
share/doc/HTML/es/kronometer/index.docbook
share/doc/HTML/it/kronometer/index.cache.bz2
share/doc/HTML/it/kronometer/index.docbook
share/doc/HTML/nl/kronometer/index.cache.bz2
share/doc/HTML/nl/kronometer/index.docbook
share/doc/HTML/pt/kronometer/index.cache.bz2
share/doc/HTML/pt/kronometer/index.docbook
share/doc/HTML/pt_BR/kronometer/index.cache.bz2
share/doc/HTML/pt_BR/kronometer/index.docbook
share/doc/HTML/sv/kronometer/index.cache.bz2
share/doc/HTML/sv/kronometer/index.docbook
share/doc/HTML/uk/kronometer/index.cache.bz2
share/doc/HTML/uk/kronometer/index.docbook
share/icons/hicolor/128x128/apps/kronometer.png
share/icons/hicolor/48x48/apps/kronometer.png
share/icons/hicolor/64x64/apps/kronometer.png
share/icons/hicolor/scalable/apps/kronometer.svgz
share/locale/ast/LC_MESSAGES/kronometer.mo
share/locale/bs/LC_MESSAGES/kronometer.mo
share/locale/ca/LC_MESSAGES/kronometer.mo
share/locale/ca@valencia/LC_MESSAGES/kronometer.mo
share/locale/cs/LC_MESSAGES/kronometer.mo
share/locale/da/LC_MESSAGES/kronometer.mo
share/locale/de/LC_MESSAGES/kronometer.mo
share/locale/el/LC_MESSAGES/kronometer.mo
share/locale/en_GB/LC_MESSAGES/kronometer.mo
share/locale/es/LC_MESSAGES/kronometer.mo
share/locale/et/LC_MESSAGES/kronometer.mo
share/locale/eu/LC_MESSAGES/kronometer.mo
share/locale/fi/LC_MESSAGES/kronometer.mo
share/locale/fr/LC_MESSAGES/kronometer.mo
share/locale/gl/LC_MESSAGES/kronometer.mo
share/locale/hu/LC_MESSAGES/kronometer.mo
share/locale/ia/LC_MESSAGES/kronometer.mo
share/locale/it/LC_MESSAGES/kronometer.mo
share/locale/ko/LC_MESSAGES/kronometer.mo
share/locale/nds/LC_MESSAGES/kronometer.mo
share/locale/nl/LC_MESSAGES/kronometer.mo
share/locale/nn/LC_MESSAGES/kronometer.mo
share/locale/pl/LC_MESSAGES/kronometer.mo
share/locale/pt/LC_MESSAGES/kronometer.mo
share/locale/pt_BR/LC_MESSAGES/kronometer.mo
share/locale/ru/LC_MESSAGES/kronometer.mo
share/locale/sk/LC_MESSAGES/kronometer.mo
share/locale/sl/LC_MESSAGES/kronometer.mo
share/locale/sv/LC_MESSAGES/kronometer.mo
share/locale/tr/LC_MESSAGES/kronometer.mo
share/locale/uk/LC_MESSAGES/kronometer.mo
share/locale/zh_CN/LC_MESSAGES/kronometer.mo
share/metainfo/org.kde.kronometer.appdata.xml

0 comments on commit 2709fa7

Please sign in to comment.