Date: Thu, 13 Oct 2016 00:36:39 +0000 (UTC) From: Allan Jude <allanjude@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423898 - in head/www/varnish-libvmod-digest: . files Message-ID: <201610130036.u9D0adsc057854@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: allanjude (src,doc committer) Date: Thu Oct 13 00:36:39 2016 New Revision: 423898 URL: https://svnweb.freebsd.org/changeset/ports/423898 Log: Add the varnish vmod-digest port Reviewed by: feld Approved by: mat Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D6379 Added: head/www/varnish-libvmod-digest/ head/www/varnish-libvmod-digest/Makefile (contents, props changed) head/www/varnish-libvmod-digest/distinfo (contents, props changed) head/www/varnish-libvmod-digest/files/ head/www/varnish-libvmod-digest/files/patch-Makefile.am (contents, props changed) head/www/varnish-libvmod-digest/pkg-descr (contents, props changed) head/www/varnish-libvmod-digest/pkg-plist (contents, props changed) Added: head/www/varnish-libvmod-digest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/Makefile Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= libvmod-digest +DISTVERSIONPREFIX=${PORTNAME}- +DISTVERSION= 1.0.1 +CATEGORIES= www +PKGNAMEPREFIX= varnish- + +MAINTAINER= allanjude@FreeBSD.org +COMMENT= Varnish Module (vmod) for computing message digests and HMAC + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= varnish4>=4.1.0:www/varnish4 \ + rst2man:textproc/py-docutils +LIB_DEPENDS= libmhash.so:security/mhash +RUN_DEPENDS= varnish4>=4.1.0:www/varnish4 + +USES= autoreconf gmake libtool pkgconfig python:2,build +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-static +CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/varnish +LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip + +USE_GITHUB= yes +GH_ACCOUNT= varnish + +.include <bsd.port.mk> Added: head/www/varnish-libvmod-digest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/distinfo Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,3 @@ +TIMESTAMP = 1463349468 +SHA256 (varnish-libvmod-digest-libvmod-digest-1.0.1_GH0.tar.gz) = 491c3e54ebca3340464a227732de7f475bc5136c0fdaab587b764dd77db376e2 +SIZE (varnish-libvmod-digest-libvmod-digest-1.0.1_GH0.tar.gz) = 18084 Added: head/www/varnish-libvmod-digest/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/files/patch-Makefile.am Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,8 @@ +--- Makefile.am.orig 2016-05-15 21:25:28 UTC ++++ Makefile.am +@@ -1,4 +1,4 @@ +-ACLOCAL_AMFLAGS = -I m4 -I ${LIBVARNISHAPI_DATAROOTDIR}/aclocal ++ACLOCAL_AMFLAGS = -I m4 + + SUBDIRS = src + Added: head/www/varnish-libvmod-digest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/pkg-descr Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,7 @@ +Varnish Module (vmod) for computing HMAC, message digests and working +with base64. + +All HMAC- and hash-functionality is provided by libmhash, while +base64 is implemented locally. + +WWW: https://github.com/varnish/libvmod-digest Added: head/www/varnish-libvmod-digest/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/varnish-libvmod-digest/pkg-plist Thu Oct 13 00:36:39 2016 (r423898) @@ -0,0 +1,4 @@ +lib/varnish/vmods/libvmod_digest.so +man/man3/vmod_digest.3.gz +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README.rst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610130036.u9D0adsc057854>