notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2026Q1
orthanc Lightweight DICOM server for healthcare and medical research
1.12.10_1 science on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.12.10_1Version of this port present on the latest quarterly branch.
Maintainer: jwb@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-02-16 19:36:06
Last Update: 2026-02-16 19:34:32
Commit Hash: b8fab4d
License: GPLv3
WWW:
https://www.orthanc-server.com/
Description:
Orthanc aims at providing a simple, yet powerful standalone DICOM server. It is designed to improve the DICOM flows in hospitals and to support research about the automated analysis of medical images. Orthanc lets its users focus on the content of the DICOM files, hiding the complexity of the DICOM format and of the DICOM protocol. Orthanc can turn any computer running Windows, Linux, FreeBSD or OS X into a DICOM store (in other words, a mini-PACS system). Its architecture is lightweight and standalone, meaning that no complex database administration is required, nor the installation of third-party dependencies. What makes Orthanc unique is the fact that it provides a RESTful API. Thanks to this major feature, it is possible to drive Orthanc from any computer language. The DICOM tags of the stored medical images can be downloaded in the JSON file format. Furthermore, standard PNG images can be generated on-the-fly from the DICOM instances by Orthanc. Orthanc also features a plugin mechanism to add new modules that extends the core capabilities of its REST API. A Web viewer, a PostgreSQL database back-end, a MySQL database back-end, and a reference implementation of DICOMweb are currently freely available as plugins.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (32 items)
Collapse this list.
  1. /usr/local/share/licenses/orthanc-1.12.10_1/catalog.mk
  2. /usr/local/share/licenses/orthanc-1.12.10_1/LICENSE
  3. /usr/local/share/licenses/orthanc-1.12.10_1/GPLv3
  4. @owner orthanc
  5. @group orthanc
  6. @mode 700
  7. @dir share/orthanc/plugins
  8. @dir /var/db/orthanc/db/db-v5
  9. @dir /var/db/orthanc/db
  10. @dir /var/db/orthanc
  11. @mode 600
  12. @sample etc/orthanc/orthanc.json.sample
  13. @mode
  14. bin/OrthancRecoverCompressedFile
  15. include/orthanc/OrthancCDatabasePlugin.h
  16. include/orthanc/OrthancCPlugin.h
  17. include/orthanc/OrthancDatabasePlugin.proto
  18. include/orthanc/OrthancPluginCodeModel.json
  19. sbin/Orthanc
  20. share/orthanc/plugins/libDelayedDeletion.so
  21. share/orthanc/plugins/libDelayedDeletion.so.1.12.10
  22. share/orthanc/plugins/libHousekeeper.so
  23. share/orthanc/plugins/libHousekeeper.so.1.12.10
  24. share/orthanc/plugins/libModalityWorklists.so
  25. share/orthanc/plugins/libModalityWorklists.so.1.12.10
  26. share/orthanc/plugins/libMultitenantDicom.so
  27. share/orthanc/plugins/libMultitenantDicom.so.1.12.10
  28. share/orthanc/plugins/libServeFolders.so
  29. share/orthanc/plugins/libServeFolders.so.1.12.10
  30. @owner
  31. @group
  32. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • orthanc
Dependency lines:
  • orthanc>0:science/orthanc
To install the port:
cd /usr/ports/science/orthanc/ && make install clean
To add the package, run one of these commands:
  • pkg install science/orthanc
  • pkg install orthanc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: orthanc
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1764250186 SHA256 (Orthanc-1.12.10.tar.gz) = b5d6934d123182fb2186cd54ef7f203be06b544afb03df67b0c64ad68d6c9286 SIZE (Orthanc-1.12.10.tar.gz) = 2192892

Packages (timestamps in pop-ups are UTC):
orthanc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.12.10_11.12.10_1-1.12.6_31.12.10_1n/an/an/a
FreeBSD:13:quarterly1.12.10_11.12.10_11.11.0_71.12.6_31.12.10_1n/an/an/a
FreeBSD:14:latest1.12.10_11.12.10_11.11.0_41.12.6_31.12.10_11.11.0_7-1.11.0_7
FreeBSD:14:quarterly1.12.10_11.12.10_1-1.12.6_31.12.10_11.11.0_111.11.0_111.11.0_11
FreeBSD:15:latest1.12.10_11.12.10_1n/a1.12.6_3n/an/a1.11.0_111.11.0_12
FreeBSD:15:quarterly1.12.10_11.12.10_1n/a-n/an/a--
FreeBSD:16:latest1.12.10_11.12.10_1n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. protoc : devel/protobuf
  2. googletest>0 : devel/googletest
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. python3.11 : lang/python311
Library dependencies:
  1. libboost_atomic.so : devel/boost-libs
  2. libcivetweb.so : www/civetweb
  3. libcurl.so : ftp/curl
  4. libdcmtkcharls.so : graphics/dcmtk
  5. libjsoncpp.so : devel/jsoncpp
  6. libpng16.so : graphics/png
  7. libprotobuf.so : devel/protobuf
  8. libpugixml.so : textproc/pugixml
  9. libuuid.so : misc/libuuid
  10. libjpeg.so : graphics/jpeg-turbo
  11. liblua-5.4.so : lang/lua54
  12. libsqlite3.so : databases/sqlite3
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
science_orthanc
USES:
cmake gnome iconv jpeg lua python:build sqlite ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://orthanc.uclouvain.be/downloads/sources/orthanc/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.12.10_1
16 Feb 2026 19:34:32
commit hash: b8fab4d131bc3371dc994c0fd361f221a856e324commit hash: b8fab4d131bc3371dc994c0fd361f221a856e324commit hash: b8fab4d131bc3371dc994c0fd361f221a856e324commit hash: b8fab4d131bc3371dc994c0fd361f221a856e324 files touched by this commit
Älven (alven) search for other commits by this committer
graphics/dcmtk: Update 3.6.9 => 3.7.0, fix 5 CVEs

Security:
* https://nvd.nist.gov/vuln/detail/CVE-2025-2357
* https://nvd.nist.gov/vuln/detail/CVE-2025-9732
* https://nvd.nist.gov/vuln/detail/CVE-2025-25472
* https://nvd.nist.gov/vuln/detail/CVE-2025-25474
* https://nvd.nist.gov/vuln/detail/CVE-2025-25475

Changelogs:
* https://github.com/DCMTK/dcmtk/compare/DCMTK-3.6.9...DCMTK-3.7.0

* Use dynamic SOVERSION
* Pet portclippy(1) and portfmt(1)
* Version-bump dependent ports

Approved by:		yuri@ (maintainer, Mentor)
MFH:			2026Q1
Differential Revision:	https://reviews.freebsd.org/D54557

(cherry picked from commit f4d75c23039081e46d56565ea368dd43c0d14a0a)

Number of commits found: 1