From owner-svn-ports-head@freebsd.org Sat May 12 10:17:11 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29F3BFD1EC2; Sat, 12 May 2018 10:17:11 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CACBD779DE; Sat, 12 May 2018 10:17:09 +0000 (UTC) (envelope-from krion@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 905541CFFC; Sat, 12 May 2018 10:17:09 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4CAH9Q5068528; Sat, 12 May 2018 10:17:09 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4CAH8Yc068525; Sat, 12 May 2018 10:17:08 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201805121017.w4CAH8Yc068525@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarev Date: Sat, 12 May 2018 10:17:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469725 - in head/games: . coffeebreak X-SVN-Group: ports-head X-SVN-Commit-Author: krion X-SVN-Commit-Paths: in head/games: . coffeebreak X-SVN-Commit-Revision: 469725 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.25 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: Sat, 12 May 2018 10:17:11 -0000 Author: krion Date: Sat May 12 10:17:08 2018 New Revision: 469725 URL: https://svnweb.freebsd.org/changeset/ports/469725 Log: coffeebreak is a a fake FreeBSD installer. It's friday. Do you need to pretend to be working? Do you have FreeBSD systems? Here you go! coffeebreak is the tool you always wanted to make your machine as if it is very busy doing important stuff. WWW: https://github.com/0mp/coffeebreak PR: 227873 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org> Added: head/games/coffeebreak/ head/games/coffeebreak/Makefile (contents, props changed) head/games/coffeebreak/distinfo (contents, props changed) head/games/coffeebreak/pkg-descr (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat May 12 10:12:10 2018 (r469724) +++ head/games/Makefile Sat May 12 10:17:08 2018 (r469725) @@ -161,6 +161,7 @@ SUBDIR += circuslinux SUBDIR += cleanq3 SUBDIR += cockatrice + SUBDIR += coffeebreak SUBDIR += colorcode SUBDIR += columns SUBDIR += concentration Added: head/games/coffeebreak/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/coffeebreak/Makefile Sat May 12 10:17:08 2018 (r469725) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= coffeebreak +DISTVERSION= 0.1.1 +CATEGORIES= games + +MAINTAINER= 0mp@FreeBSD.org +COMMENT= Pretend your machine is busy with a fake FreeBSD installer + +LICENSE= BSD2CLAUSE + +USE_GITHUB= yes +GH_ACCOUNT= 0mp + +NO_ARCH= yes +NO_BUILD= yes + +PLIST_FILES= bin/coffeebreak \ + man/man6/coffeebreak.6.gz + +.include Added: head/games/coffeebreak/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/coffeebreak/distinfo Sat May 12 10:17:08 2018 (r469725) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525107817 +SHA256 (0mp-coffeebreak-0.1.1_GH0.tar.gz) = e619cc1860d21520efc448e58e07adf1ffeb94ebc5cfe76b28c3dc8327ba976a +SIZE (0mp-coffeebreak-0.1.1_GH0.tar.gz) = 3742 Added: head/games/coffeebreak/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/coffeebreak/pkg-descr Sat May 12 10:17:08 2018 (r469725) @@ -0,0 +1,7 @@ +coffeebreak is a a fake FreeBSD installer. + +It's friday. Do you need to pretend to be working? Do you have FreeBSD +systems? Here you go! coffeebreak is the tool you always wanted to make your +machine as if it is very busy doing important stuff. + +WWW: https://github.com/0mp/coffeebreak