svn commit: r558328 - in head/deskutils: . sowon
Max Brazhnikov
makc at FreeBSD.org
Thu Dec 17 21:03:16 UTC 2020
Author: makc
Date: Thu Dec 17 21:03:15 2020
New Revision: 558328
URL: https://svnweb.freebsd.org/changeset/ports/558328
Log:
Add new port deskutils/sowon:
Graphical countdown and timer application.
PR: 251574
Submitted by: Nico Sonack
Added:
head/deskutils/sowon/
head/deskutils/sowon/Makefile (contents, props changed)
head/deskutils/sowon/distinfo (contents, props changed)
head/deskutils/sowon/pkg-descr (contents, props changed)
Modified:
head/deskutils/Makefile
Modified: head/deskutils/Makefile
==============================================================================
--- head/deskutils/Makefile Thu Dec 17 20:58:01 2020 (r558327)
+++ head/deskutils/Makefile Thu Dec 17 21:03:15 2020 (r558328)
@@ -218,6 +218,7 @@
SUBDIR += shutter
SUBDIR += simpleagenda
SUBDIR += sliderule
+ SUBDIR += sowon
SUBDIR += spice-gtk
SUBDIR += synapse
SUBDIR += syncthingtray
Added: head/deskutils/sowon/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/sowon/Makefile Thu Dec 17 21:03:15 2020 (r558328)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= sowon
+DISTVERSION= g20201203
+CATEGORIES= deskutils
+
+MAINTAINER= nsonack at outlook.com
+COMMENT= Graphical countdown and timer application
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= pkgconfig sdl
+
+USE_GITHUB= yes
+GH_ACCOUNT= tsoding
+GH_TAGNAME= 0d43de4af5a430052aee2c2691fafe21ad80a83d
+
+USE_SDL= sdl2
+
+PLIST_FILES= bin/sowon \
+ man/man6/sowon.6.gz
+
+.include <bsd.port.mk>
Added: head/deskutils/sowon/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/sowon/distinfo Thu Dec 17 21:03:15 2020 (r558328)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607248061
+SHA256 (tsoding-sowon-g20201203-0d43de4af5a430052aee2c2691fafe21ad80a83d_GH0.tar.gz) = 7d9eee80c9360cc9a0d7ed1239ef8cfb171c8f81b112f5512f7f0efa38aacc7f
+SIZE (tsoding-sowon-g20201203-0d43de4af5a430052aee2c2691fafe21ad80a83d_GH0.tar.gz) = 474639
Added: head/deskutils/sowon/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/sowon/pkg-descr Thu Dec 17 21:03:15 2020 (r558328)
@@ -0,0 +1,3 @@
+Sowon is a graphical timer application that is useful for countdowns.
+
+WWW: https://github.com/tsoding/sowon/
More information about the svn-ports-head
mailing list