svn commit: r529227 - in head/deskutils: . peaclock
Yuri Victorovich
yuri at FreeBSD.org
Fri Mar 27 05:15:34 UTC 2020
Author: yuri
Date: Fri Mar 27 04:39:27 2020
New Revision: 529227
URL: https://svnweb.freebsd.org/changeset/ports/529227
Log:
New port: deskutils/peaclock: Customizable clock, timer, and stopwatch for the terminal
Added:
head/deskutils/peaclock/
head/deskutils/peaclock/Makefile (contents, props changed)
head/deskutils/peaclock/distinfo (contents, props changed)
head/deskutils/peaclock/pkg-descr (contents, props changed)
Modified:
head/deskutils/Makefile
Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile Fri Mar 27 01:03:12 2020 (r529226)
+++ head/deskutils/Makefile Fri Mar 27 04:39:27 2020 (r529227)
@@ -176,6 +176,7 @@
SUBDIR += p5-Goo
SUBDIR += pal
SUBDIR += parcellite
+ SUBDIR += peaclock
SUBDIR += pet
SUBDIR += phpicalendar
SUBDIR += pim-data-exporter
Added: head/deskutils/peaclock/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/peaclock/Makefile Fri Mar 27 04:39:27 2020 (r529227)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= peaclock
+DISTVERSION= 0.4.1
+CATEGORIES= deskutils
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Customizable clock, timer, and stopwatch for the terminal
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libicui18n.so:devel/icu
+
+USES= cmake compiler:c++17-lang localbase:ldflags
+USE_GITHUB= yes
+GH_ACCOUNT= octobanana
+
+PLIST_FILES= bin/${PORTNAME}
+
+.include <bsd.port.mk>
Added: head/deskutils/peaclock/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/peaclock/distinfo Fri Mar 27 04:39:27 2020 (r529227)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585273605
+SHA256 (octobanana-peaclock-0.4.1_GH0.tar.gz) = 1148f798186de37f80a7f6186708ce8ee5927049bd27b0a5ef0346cc8a3dfab5
+SIZE (octobanana-peaclock-0.4.1_GH0.tar.gz) = 3019672
Added: head/deskutils/peaclock/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/peaclock/pkg-descr Fri Mar 27 04:39:27 2020 (r529227)
@@ -0,0 +1,13 @@
+Peaclock is a responsive and customizable clock, timer, and stopwatch for the
+terminal.
+
+The clock output changes depending on the selected mode and view. The mode
+determines the clock value, while the view determines how that value is
+presented. The clock, timer, and stopwatch modes can be displayed with an ascii,
+digital, or binary clock view. The clock can be customized, such as changing the
+width, height, colour, padding, and margin. When in auto size mode, the clock
+becomes responsive, filling up the full size of the terminal. The clock can also
+be set to conform to a specific aspect ratio, allowing the clock to auto resize
+without becoming stretched.
+
+WWW: https://github.com/octobanana/peaclock
More information about the svn-ports-all
mailing list