- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
- 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)
Drop py-xml dependency - it's not used in this port. While here
add NO_ARCH and limit python version to 2.x, because of pygtk2
dependency and gramps codebase.
- 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)
- Convert to options helpers
- Remove USE_GNOME=pygnomeextras, x11-toolkits/py-gnome-extras port
was removed in r372768 gnome update
PR: 200660 [1]
Submitted by: Chris M <cmangin@arobas.net> [1]
- --enable-threadsafe and --enable-cxx/--enable-cxx are mutually exclusive
- --with-pthread=/usr is only valid with --enable-threadsafe
PR: 200728
Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
Build failure with FORTRAN enabled was caused by configure-generated LDFLAGS
where -L/usr/lib appeared before -L${LOCALBASE}/lib/gcc48. It is the simplest
way to solve this problem by removing --with-zlib from CONFIGURE_ARGS.
PR: 200590
Submitted by: Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
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