Bug 238812 - net/iipsrv: Update to 1.1
Summary: net/iipsrv: Update to 1.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kai Knoblich
URL: https://github.com/ruven/iipsrv/relea...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-25 23:07 UTC by Mikle Davidkin
Modified: 2019-06-29 10:45 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.04 KB, patch)
2019-06-25 23:07 UTC, Mikle Davidkin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikle Davidkin 2019-06-25 23:07:14 UTC
Created attachment 205339 [details]
patch

Update to new version.
Added option to support JPEG2000 via OpenJPEG
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-29 10:41:48 UTC
A commit references this bug:

Author: kai
Date: Sat Jun 29 10:41:28 UTC 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 <me@skylord.ru> (maintainer)

Changes:
  head/net/iipsrv/Makefile
  head/net/iipsrv/distinfo
  head/net/iipsrv/pkg-descr
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2019-06-29 10:45:48 UTC
Committed, thank you for the patch!