pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: bsiegert
Date: Tue Jul 11 20:26:41 UTC 2017
Modified Files:
pkgsrc/www: Makefile
Added Files:
pkgsrc/www/caddy: DESCR Makefile PLIST distinfo
Log Message:
Import caddy-0.10.4 from wip/caddy.
Caddy is a HTTP/2 web server with automatic HTTPS.
Caddy was born out of the need for a "batteries-included" web server
that runs anywhere and doesn't have to take its configuration with it.
Caddy took inspiration from spark, nginx, lighttpd, Websocketd and
Vagrant, which provides a pleasant mixture of features from each of
them.
To generate a diff of this commit:
cvs rdiff -u -r1.1254 -r1.1255 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/caddy/DESCR pkgsrc/www/caddy/Makefile \
pkgsrc/www/caddy/PLIST pkgsrc/www/caddy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1254 pkgsrc/www/Makefile:1.1255
--- pkgsrc/www/Makefile:1.1254 Tue Jul 11 09:18:01 2017
+++ pkgsrc/www/Makefile Tue Jul 11 20:26:41 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1254 2017/07/11 09:18:01 adam Exp $
+# $NetBSD: Makefile,v 1.1255 2017/07/11 20:26:41 bsiegert Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -74,6 +74,7 @@ SUBDIR+= browser-bookmarks-menu
SUBDIR+= c-icap
SUBDIR+= c-icap-modules
SUBDIR+= cadaver
+SUBDIR+= caddy
SUBDIR+= calamaris
SUBDIR+= camping
SUBDIR+= cgic
Added files:
Index: pkgsrc/www/caddy/DESCR
diff -u /dev/null pkgsrc/www/caddy/DESCR:1.1
--- /dev/null Tue Jul 11 20:26:41 2017
+++ pkgsrc/www/caddy/DESCR Tue Jul 11 20:26:41 2017
@@ -0,0 +1,7 @@
+Caddy is a HTTP/2 web server with automatic HTTPS.
+
+Caddy was born out of the need for a "batteries-included" web server
+that runs anywhere and doesn't have to take its configuration with it.
+Caddy took inspiration from spark, nginx, lighttpd, Websocketd and
+Vagrant, which provides a pleasant mixture of features from each of
+them.
Index: pkgsrc/www/caddy/Makefile
diff -u /dev/null pkgsrc/www/caddy/Makefile:1.1
--- /dev/null Tue Jul 11 20:26:41 2017
+++ pkgsrc/www/caddy/Makefile Tue Jul 11 20:26:41 2017
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2017/07/11 20:26:41 bsiegert Exp $
+
+DISTNAME= caddy-${GITHUB_TAG:S/v//}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=mholt/}
+GITHUB_TAG= v0.10.4
+
+MAINTAINER= bsiegert%NetBSD.org@localhost
+HOMEPAGE= ${MASTER_SITE_GITHUB:=mholt/caddy/}
+COMMENT= General-purpose web server
+LICENSE= apache-2.0
+
+GO_DIST_BASE= ${DISTNAME}
+GO_SRCPATH= github.com/mholt/caddy
+GO_BUILD_PATTERN= ${GO_SRCPATH}/caddy
+
+EXTRACT_USING= bsdtar
+
+INSTALLATION_DIRS= bin
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKDIR}/bin/caddy ${DESTDIR}${PREFIX}/bin
+
+.include "../../net/go-net/buildlink3.mk"
+.include "../../security/go-crypto/buildlink3.mk"
+
+.include "../../lang/go/go-package.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/caddy/PLIST
diff -u /dev/null pkgsrc/www/caddy/PLIST:1.1
--- /dev/null Tue Jul 11 20:26:41 2017
+++ pkgsrc/www/caddy/PLIST Tue Jul 11 20:26:41 2017
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2017/07/11 20:26:41 bsiegert Exp $
+bin/caddy
Index: pkgsrc/www/caddy/distinfo
diff -u /dev/null pkgsrc/www/caddy/distinfo:1.1
--- /dev/null Tue Jul 11 20:26:41 2017
+++ pkgsrc/www/caddy/distinfo Tue Jul 11 20:26:41 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/07/11 20:26:41 bsiegert Exp $
+
+SHA1 (caddy-0.10.4.tar.gz) = 57d08090bfacdfca19ba8f172d7dbea85a573721
+RMD160 (caddy-0.10.4.tar.gz) = 4cf456f04210b49d8203e843a10ba741fbd6c214
+SHA512 (caddy-0.10.4.tar.gz) = 5d291efcf68247a30983c3f1d4def418014680cf70f971f93acb108a2a7aaf072133755f23fb55011bc4dbf4ed62a4d3d7939083736a922a2829787e6ed92adc
+Size (caddy-0.10.4.tar.gz) = 2635680 bytes
Home |
Main Index |
Thread Index |
Old Index