View | Details | Raw Unified | Return to bug 227873
Collapse All | Expand All

(-)games/Makefile (+1 lines)
Lines 161-166 Link Here
161
    SUBDIR += circuslinux
161
    SUBDIR += circuslinux
162
    SUBDIR += cleanq3
162
    SUBDIR += cleanq3
163
    SUBDIR += cockatrice
163
    SUBDIR += cockatrice
164
    SUBDIR += coffeebreak
164
    SUBDIR += colorcode
165
    SUBDIR += colorcode
165
    SUBDIR += columns
166
    SUBDIR += columns
166
    SUBDIR += concentration
167
    SUBDIR += concentration
(-)games/coffeebreak/Makefile (+21 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	coffeebreak
4
DISTVERSION=	0.1.1
5
CATEGORIES=	games
6
7
MAINTAINER=	0mp@FreeBSD.org
8
COMMENT=	Pretend your machine is busy with a fake FreeBSD installer
9
10
LICENSE=	BSD2CLAUSE
11
12
USE_GITHUB=	yes
13
GH_ACCOUNT=	0mp
14
15
NO_ARCH=	yes
16
NO_BUILD=	yes
17
18
PLIST_FILES=	bin/coffeebreak \
19
		man/man6/coffeebreak.6.gz
20
21
.include <bsd.port.mk>
(-)games/coffeebreak/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1525107817
2
SHA256 (0mp-coffeebreak-0.1.1_GH0.tar.gz) = e619cc1860d21520efc448e58e07adf1ffeb94ebc5cfe76b28c3dc8327ba976a
3
SIZE (0mp-coffeebreak-0.1.1_GH0.tar.gz) = 3742
(-)games/coffeebreak/pkg-descr (+7 lines)
Added Link Here
1
coffeebreak is a a fake FreeBSD installer.
2
3
It's friday.  Do you need to pretend to be working?  Do you have FreeBSD
4
systems?  Here you go!  coffeebreak is the tool you always wanted to make your
5
machine as if it is very busy doing important stuff.
6
7
WWW: https://github.com/0mp/coffeebreak

Return to bug 227873