From owner-svn-ports-head@freebsd.org Thu Oct 13 00:36:40 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4799C0DB84; Thu, 13 Oct 2016 00:36:40 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A15A4EA; Thu, 13 Oct 2016 00:36:40 +0000 (UTC) (envelope-from allanjude@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9D0adBp057859; Thu, 13 Oct 2016 00:36:39 GMT (envelope-from allanjude@FreeBSD.org) Received: (from allanjude@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9D0adsc057854; Thu, 13 Oct 2016 00:36:39 GMT (envelope-from allanjude@FreeBSD.org) Message-Id: <201610130036.u9D0adsc057854@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: allanjude set sender to allanjude@FreeBSD.org using -f From: Allan Jude Date: Thu, 13 Oct 2016 00:36:39 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 00:36:40 -0000 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 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