summaryrefslogtreecommitdiff
path: root/science/orthanc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to upstream version 0.9.4Thomas Zander2015-09-283-6/+7
| | | | | | | | PR: 203377 Submitted by: mp39590@gmail.com Notes: svn path=/head/; revision=398113
* Update to upstream version 0.9.3Thomas Zander2015-08-163-9/+6
| | | | | | | | PR: 202274 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=394397
* science/orthanc: update 0.9.0 -> 0.9.1Bartek Rutkowski2015-07-063-12/+16
| | | | | | | | | | - Fix pkg-plist entries PR: 201333 Submitted by: Mikhail <mp39590@gmail.com> (maintainer) Notes: svn path=/head/; revision=391422
* - Update MASTER_SITESDmitry Marakasov2015-07-012-6/+17
| | | | | | | | | | | | | - Extend CATEGORIES - Libs and pkg-plist clarification - Use BROKEN instead of IGNORE for FreeBSD 11, since the bug is believed to be temporary - Bump portrevision PR: 201163 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=391071
* - Update from 0.8.6 to 0.9.0Wen Heping2015-06-1916-289/+32
| | | | | | | | | | | | - Mark as ignored for anything except 10.1 - Run unit tests during port build - Fix config installation PR: 200683 Submitted by: mp39590@gmail.com(maintainer) Notes: svn path=/head/; revision=390100
* - Add science/orthancDmitry Marakasov2015-06-0419-0/+441
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 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 lets its users focus on the content of the DICOM files, hiding the complexity of the DICOM format and of the DICOM protocol. WWW: http://www.orthanc-server.com/ PR: 199146 Submitted by: mp39590@gmail.com Notes: svn path=/head/; revision=388534