Summary: | [REVIVE] science/orthanc-webviewer: Plugin to extend Orthanc with a web viewer of medical images | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Frank Scholl <maintainer.freebsd> | ||||||||||||||||||||
Component: | Individual Port(s) | Assignee: | Guangyuan Yang <ygy> | ||||||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||||||
Severity: | Affects Only Me | CC: | ygy | ||||||||||||||||||||
Priority: | --- | Keywords: | patch-ready | ||||||||||||||||||||
Version: | Latest | ||||||||||||||||||||||
Hardware: | Any | ||||||||||||||||||||||
OS: | Any | ||||||||||||||||||||||
Bug Depends on: | 242546 | ||||||||||||||||||||||
Bug Blocks: | |||||||||||||||||||||||
Attachments: |
|
Description
Frank Scholl
2019-12-10 15:38:29 UTC
This port depends on science/orthanc, which got submitted in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242546. Created attachment 214833 [details]
orthanc-webviewer-2.5_3
Update to build with orthanc-1.6.1, made portlint happy, builds in poudriere
Created attachment 215911 [details]
orthanc-webviewer-2.6
Update to build with orthanc-1.7.1
- this is a resurrection. - also update MOVED and science/Makefile. This version is tested to work with orthanc-1.7.2 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242546). Created attachment 217276 [details]
Diff / the latest version of science/orthanc-webviewer (orthanc-webviewer-2.6_1, diff based on r545144)
This diff is based on today's head (r545144), including:
- removed orthanc-webviewer from MOVED
- added orthanc-webviewer to science/Makefile
Created attachment 225065 [details]
orthanc-webviewer 2.7
Updated port to work with current science/orthanc.
Created attachment 225337 [details]
orthanc-webviewer 2.7
This port got an update and now uses CMAKE_ON / CMAKE_OFF instead of using CMAKE_ARGS.
Further information:
- portlint is fine.
- Builds in poudriere (testport), tested for 11.4, 12.2 and 13.0
Created attachment 225593 [details]
orthanc-webviewer-2.7.diff
- DISTVERSION is used instead of PORTVERSION
Created attachment 225648 [details]
orthanc-webviewer-2.7.diff
Just updated the .diff to also contain changes in `MOVED` and `science/Makefile`.
Created attachment 225706 [details]
orthanc-webviewer-2.7.diff
- updated `COMMENT` to align them with the those from other Orthanc plugins
- removed `USE_LDCONFIG` (no shared lib installed)
- added `PLIST_SUB` to use %%PORTVERSION%% in `pkg-plist`
- portlint & portfmt are happy
- poudriere testport successful on 11.4, 12.2, 13.0
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b34ae623a58b1975b3e2f009f95239e3e950695 commit 0b34ae623a58b1975b3e2f009f95239e3e950695 Author: Frank Scholl <maintainer.freebsd@xpoundit.com> AuthorDate: 2021-08-06 13:31:10 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-06 13:31:10 +0000 science/orthanc-webviewer: Revive port Plugin to extend Orthanc with a Web viewer of medical images. PR: 242549 MOVED | 1 - science/Makefile | 1 + science/orthanc-webviewer/Makefile (new) | 64 +++++++++++++++++++++++++++++++ science/orthanc-webviewer/distinfo (new) | 17 ++++++++ science/orthanc-webviewer/pkg-descr (new) | 11 ++++++ science/orthanc-webviewer/pkg-plist (new) | 2 + 6 files changed, 95 insertions(+), 1 deletion(-) Committed with a small modification in pkg-plist. Thank you! |