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

(-)www/homer/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	homer
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.0
6
CATEGORIES=	www
7
8
MAINTAINER=	daniel.tihanyi@tetragir.com
9
COMMENT=	Dead simple static HOMepage for your servER
10
11
LICENSE=	APACHE20
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
NO_ARCH=	YES
15
NO_BUILD=	YES
16
17
USE_GITHUB=	yes
18
GH_ACCOUNT=	bastienwirtz
19
20
do-install:
21
	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}
22
23
.include <bsd.port.mk>
(-)www/homer/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1590680705
2
SHA256 (bastienwirtz-homer-v1.0_GH0.tar.gz) = 0404120bbde12f0e8b08db09e0a30824cafb648d5024a8b2a1e231705a0e3098
3
SIZE (bastienwirtz-homer-v1.0_GH0.tar.gz) = 1834185
(-)www/homer/pkg-descr (+8 lines)
Line 0 Link Here
1
A dead simple static HOMepage for your servER to keep your services on hand,
2
from a simple yaml configuration file.
3
4
If you need authentication support, you're on your own (it can be secured using
5
a web server auth module or exposing it only through a VPN network / SSH tunnel,
6
etc)
7
8
WWW: https://github.com/bastienwirtz/homer
(-)www/homer/pkg-plist (+47 lines)
Line 0 Link Here
1
%%WWWDIR%%/.github/PULL_REQUEST_TEMPLATE.md
2
%%WWWDIR%%/CODE_OF_CONDUCT.md
3
%%WWWDIR%%/CONTRIBUTING.md
4
%%WWWDIR%%/Dockerfile
5
%%WWWDIR%%/LICENSE
6
%%WWWDIR%%/README.md
7
%%WWWDIR%%/app.css
8
%%WWWDIR%%/app.js
9
%%WWWDIR%%/app.scss
10
%%WWWDIR%%/assets/favicon.png
11
%%WWWDIR%%/assets/logo.png
12
%%WWWDIR%%/assets/tools/elastic.png
13
%%WWWDIR%%/assets/tools/grafana.png
14
%%WWWDIR%%/assets/tools/jenkins.png
15
%%WWWDIR%%/assets/tools/kibana.png
16
%%WWWDIR%%/assets/tools/monit.png
17
%%WWWDIR%%/assets/tools/pingdom.png
18
%%WWWDIR%%/assets/tools/rabbitmq.png
19
%%WWWDIR%%/config.yml
20
%%WWWDIR%%/index.html
21
%%WWWDIR%%/screenshot.png
22
%%WWWDIR%%/vendors/bulma.min.css
23
%%WWWDIR%%/vendors/font-awesone.min.css
24
%%WWWDIR%%/vendors/js-yaml.min.js
25
%%WWWDIR%%/vendors/vue.min.js
26
%%WWWDIR%%/webfonts/fa-brands-400.eot
27
%%WWWDIR%%/webfonts/fa-brands-400.svg
28
%%WWWDIR%%/webfonts/fa-brands-400.ttf
29
%%WWWDIR%%/webfonts/fa-brands-400.woff
30
%%WWWDIR%%/webfonts/fa-brands-400.woff2
31
%%WWWDIR%%/webfonts/fa-regular-400.eot
32
%%WWWDIR%%/webfonts/fa-regular-400.svg
33
%%WWWDIR%%/webfonts/fa-regular-400.ttf
34
%%WWWDIR%%/webfonts/fa-regular-400.woff
35
%%WWWDIR%%/webfonts/fa-regular-400.woff2
36
%%WWWDIR%%/webfonts/fa-solid-900.eot
37
%%WWWDIR%%/webfonts/fa-solid-900.svg
38
%%WWWDIR%%/webfonts/fa-solid-900.ttf
39
%%WWWDIR%%/webfonts/fa-solid-900.woff
40
%%WWWDIR%%/webfonts/fa-solid-900.woff2
41
%%WWWDIR%%/webfonts/lato/OFL.txt
42
%%WWWDIR%%/webfonts/lato/lato-v16-latin-regular.woff
43
%%WWWDIR%%/webfonts/lato/lato-v16-latin-regular.woff2
44
%%WWWDIR%%/webfonts/raleway/OFL.txt
45
%%WWWDIR%%/webfonts/raleway/raleway-v14-latin-regular.woff
46
%%WWWDIR%%/webfonts/raleway/raleway-v14-latin-regular.woff2
47
%%WWWDIR%%/worker.js

Return to bug 246825