From owner-svn-ports-head@freebsd.org Sat Jun 29 10:41:29 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17E8F15D9884; Sat, 29 Jun 2019 10:41:29 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACD5F712FA; Sat, 29 Jun 2019 10:41:28 +0000 (UTC) (envelope-from kai@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E417D3A9; Sat, 29 Jun 2019 10:41:28 +0000 (UTC) (envelope-from kai@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5TAfSVd049704; Sat, 29 Jun 2019 10:41:28 GMT (envelope-from kai@FreeBSD.org) Received: (from kai@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5TAfRwP049037; Sat, 29 Jun 2019 10:41:27 GMT (envelope-from kai@FreeBSD.org) Message-Id: <201906291041.x5TAfRwP049037@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kai set sender to kai@FreeBSD.org using -f From: Kai Knoblich Date: Sat, 29 Jun 2019 10:41:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505345 - head/net/iipsrv X-SVN-Group: ports-head X-SVN-Commit-Author: kai X-SVN-Commit-Paths: head/net/iipsrv X-SVN-Commit-Revision: 505345 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: ACD5F712FA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 29 Jun 2019 10:41:29 -0000 Author: kai Date: Sat Jun 29 10:41:27 2019 New Revision: 505345 URL: https://svnweb.freebsd.org/changeset/ports/505345 Log: net/iipsrv: Update to 1.1 * Introduce non-default option JPEG2000 [1] Also while I'm here: * Add location to license file * Pet portclippy by grouping the USE_ variables to the USES block * Update WWW field to spare users from redirects Changelog: * JPEG2000 decoding via the OpenJPEG library [1] * ICC profile embedding support * XMP metadata embedding support * Clean URLs without the need for server-side URL rewriting * Logging through syslog * Histogram equalization and contrast stretch * Conversion to greyscale or bilevel (aka binary or bitonal) https://github.com/ruven/iipsrv/releases PR: 238812 Submitted by: Mikle Davidkin (maintainer) Modified: head/net/iipsrv/Makefile head/net/iipsrv/distinfo head/net/iipsrv/pkg-descr Modified: head/net/iipsrv/Makefile ============================================================================== --- head/net/iipsrv/Makefile Sat Jun 29 10:32:07 2019 (r505344) +++ head/net/iipsrv/Makefile Sat Jun 29 10:41:27 2019 (r505345) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= iipsrv -PORTVERSION= 1.0 +PORTVERSION= 1.1 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= net @@ -9,20 +9,24 @@ MAINTAINER= me@skylord.ru COMMENT= IIP (Internet Imaging Protocol) FastCGI server LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff +USES= autoreconf jpeg libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= ruven +USE_RC_SUBR= ${PORTNAME} -USES= autoreconf jpeg libtool - GNU_CONFIGURE= yes -USE_RC_SUBR= ${PORTNAME} - PLIST_FILES= bin/iipsrv.fcgi \ man/man8/iipsrv.8.gz + +OPTIONS_DEFINE= JPEG2000 + +JPEG2000_LIB_DEPENDS= libopenjp2.so:graphics/openjpeg +JPEG2000_CONFIGURE_ENABLE= openjpeg post-patch: @${REINPLACE_CMD} -e 's|noinst_PROGRAMS|bin_PROGRAMS|g' \ Modified: head/net/iipsrv/distinfo ============================================================================== --- head/net/iipsrv/distinfo Sat Jun 29 10:32:07 2019 (r505344) +++ head/net/iipsrv/distinfo Sat Jun 29 10:41:27 2019 (r505345) @@ -1,2 +1,3 @@ -SHA256 (ruven-iipsrv-iipsrv-1.0_GH0.tar.gz) = 9156e80a855b36c5c0eb0707a3ea0ba95ec3a52d118d548af51eb2ef9e5e2f85 -SIZE (ruven-iipsrv-iipsrv-1.0_GH0.tar.gz) = 553962 +TIMESTAMP = 1561500358 +SHA256 (ruven-iipsrv-iipsrv-1.1_GH0.tar.gz) = 2a0243fba10a5e97c6f4fe058903f172fbd2f11afd5e8fb120f5aa5fa9c10aba +SIZE (ruven-iipsrv-iipsrv-1.1_GH0.tar.gz) = 554637 Modified: head/net/iipsrv/pkg-descr ============================================================================== --- head/net/iipsrv/pkg-descr Sat Jun 29 10:32:07 2019 (r505344) +++ head/net/iipsrv/pkg-descr Sat Jun 29 10:41:27 2019 (r505345) @@ -6,4 +6,4 @@ well as advanced image features such as 8/16/32 bits p channel, CIELAB colorimetric images and scientific imagery such as multispectral images and digital elevation maps. -WWW: http://iipimage.sourceforge.net/ +WWW: https://iipimage.sourceforge.io