svn commit: r469725 - in head/games: . coffeebreak
Kirill Ponomarev
krion at FreeBSD.org
Sat May 12 10:17:11 UTC 2018
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 at 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 at 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 <bsd.port.mk>
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
More information about the svn-ports-head
mailing list