Date: Thu, 17 Dec 2020 21:03:15 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558328 - in head/deskutils: . sowon Message-ID: <202012172103.0BHL3Flw024956@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012172103.0BHL3Flw024956>