Index: www/caddy/Makefile =================================================================== --- www/caddy/Makefile (nonexistent) +++ www/caddy/Makefile (working copy) @@ -0,0 +1,27 @@ +# Created by: fabian.freyer@physik.tu-berlin.de +# $FreeBSD$ + +PORTNAME= caddy +PORTVERSION= 0.10.10 +DISTVERSIONPREFIX= v +CATEGORIES= www + +MAINTAINER= fabian.freyer@physik.tu-berlin.de +COMMENT= Fast, cross-platform HTTP/2 web server with automatic HTTPS + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USE_GITHUB= yes +GH_ACCOUNT= mholt + +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} + +do-build: + @(cd ${GO_WRKSRC}/${PORTNAME}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} build) + +do-install: + ${INSTALL_PROGRAM} ${GO_WRKSRC}/${PORTNAME}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${GO_WRKSRC}/dist/init/freebsd/${PORTNAME} ${STAGEDIR}/${PREFIX}/etc/rc.d/${PORTNAME} + +.include Property changes on: www/caddy/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/caddy/distinfo =================================================================== --- www/caddy/distinfo (nonexistent) +++ www/caddy/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1507749383 +SHA256 (mholt-caddy-v0.10.10_GH0.tar.gz) = aafaeb092e7b1bcff8ec31f19a1ded1253ff95cfdd4441378e5a530508614e8d +SIZE (mholt-caddy-v0.10.10_GH0.tar.gz) = 2706112 Property changes on: www/caddy/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/caddy/pkg-descr =================================================================== --- www/caddy/pkg-descr (nonexistent) +++ www/caddy/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Caddy is the HTTP/2 web server with automatic HTTPS. + +WWW: https://caddyserver.com/ Property changes on: www/caddy/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/caddy/pkg-plist =================================================================== --- www/caddy/pkg-plist (nonexistent) +++ www/caddy/pkg-plist (working copy) @@ -0,0 +1,2 @@ +bin/caddy +etc/rc.d/caddy Property changes on: www/caddy/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property