From owner-svn-ports-head@freebsd.org Thu Dec 17 21:03:16 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DE2774C4459; Thu, 17 Dec 2020 21:03:16 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cxkx05jrzz4ndx; Thu, 17 Dec 2020 21:03:16 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B77D11F1D3; Thu, 17 Dec 2020 21:03:16 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BHL3GKZ024960; Thu, 17 Dec 2020 21:03:16 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BHL3Flw024956; Thu, 17 Dec 2020 21:03:15 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202012172103.0BHL3Flw024956@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 17 Dec 2020 21:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558328 - in head/deskutils: . sowon X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: in head/deskutils: . sowon X-SVN-Commit-Revision: 558328 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2020 21:03:16 -0000 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 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/