6433 Commits

Author SHA1 Message Date
jasper
2bb5f18090 +orthanc 2017-08-09 14:43:09 +00:00
jasper
8b876f13cd import orthanc-plugin-postgresql-2.0
Plugins to use PostgreSQL as the database back-end of Orthanc instead of
SQLite.

feedback and ok zhuk@
2017-08-09 14:41:54 +00:00
jasper
741044a479 import orthanc-plugin-webviewer-2.3
Orthanc Web Viewer is a plugin to Orthanc, a lightweight, RESTful Vendor
Neutral Archive for medical imaging. It extends Orthanc with an
integrated Web viewer of DICOM images.

feedback and ok zhuk@
2017-08-09 14:41:22 +00:00
jasper
fddc1fee9d add common Makefile bits 2017-08-09 14:40:30 +00:00
jasper
0d351487d9 import orthanc-1.3.0
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.

might need some polishing which can happen in-tree
feedback and ok zhuk@
2017-08-09 14:39:32 +00:00
jca
d5ae9032bd +jpegoptim 2017-08-08 09:18:36 +00:00
jca
a1ebbf02d3 Import jpegoptim-1.4.4, a utility to optimize jpeg files
From Nils Frohberg, input & ok fcambus@

pkg/DESCR:
Jpegoptim is a utility to optimize jpeg files. Provides lossless
optimization (based on optimizing the Huffman tables) and "lossy"
optimization based on setting maximum quality factor.
2017-08-08 09:14:11 +00:00
dcoppa
7e1ccde9d7 Bugfixing update to feh-2.19.1 2017-08-06 08:46:47 +00:00
bluhm
3dc75667da +p5-Chart-Clicker
+p5-Color-Library
+p5-Color-Scheme
+p5-Geometry-Primitive
+p5-Graphics-Color
+p5-Graphics-Primitive
+p5-Graphics-Primitive-Driver-Cairo
+p5-Layout-Manager
2017-08-04 12:21:53 +00:00
bluhm
20a8729d97 import p5-Layout-Manager 0.35
from Matthias Pitzl; OK sthen@

Comment:
2D layout management for Perl

Description:
Layout::Manager provides a simple interface for creating layout
managers, or classes that size and position components within a
container.  A few managers are provided for reference, but this
module is primarily meant to serve as a base for outside implementations.
2017-08-04 10:03:00 +00:00
bluhm
2c948494a4 import p5-Graphics-Primitive-Driver-Cairo 0.47
from Matthias Pitzl; OK sthen@

Comment:
Cairo backend for Graphics::Primitive

Description:
This module draws Graphics::Primitive objects using Cairo.
2017-08-04 10:01:27 +00:00
bluhm
f69a274125 import p5-Graphics-Primitive 0.67
from Matthias Pitzl; OK sthen@

Comment:
device and library agnostic graphic primitives for Perl

Description:
Graphics::Primitive is library agnostic system for drawing things.
The idea is to allow you to create and manipulate graphical components
and then pass them off to a Driver for actual drawing.
2017-08-04 09:59:46 +00:00
bluhm
73bef7298c import p5-Graphics-Color 0.31
from Matthias Pitzl; OK sthen@

Comment:
RGB color model for Perl

Description:
Graphics::Color::RGB represents a Color in the sRGB color space.
Individual color channels are expressed as decimal values from 0
to 1, 0 being a lack of that color (or opaque in the case of alpha)
and 1 being full color (or transparent in the case of alpha).  If
no options are provided then new instance of RGB are opaque white,
(that is equivalent to red => 1, green => 1, blue => 1, alpha =>
1).
2017-08-04 09:57:56 +00:00
bluhm
1067d4b323 import p5-Geometry-Primitive 0.24
from Matthias Pitzl; OK sthen@

Comment:
primitive geometry entities for Perl

Description:
Geometry::Primitive is a device and library agnostic system for
representing geometric entities such as points, lines and shapes.
It provides simple objects and many convenience methods you would
expect from a simple geometry library.
2017-08-04 09:55:58 +00:00
bluhm
46df119768 import p5-Color-Scheme 1.07
from Matthias Pitzl; OK sthen@

Comment:
generate pleasant color schemes in Perl

Description:
This module is a Perl implementation of Color Schemes 2
(http://wellstyled.com/tools/colorscheme2/), a color scheme generator.
Start by visitng the Color Schemes 2 web site and playing with the
colors.  When you want to generate those schemes on the fly, begin
using this module.  The descriptions herein don't make too much
sense without actually seeing the colorful results.
2017-08-04 09:53:44 +00:00
bluhm
1ec22689dd import p5-Color-Library 0.021
from Matthias Pitzl; OK sthen@

Comment:
an easy-to-use and comprehensive named-color library

Description:
Color::Library is an easy-to-use and comprehensive named-color
dictionary.  Currently provides coverage for www (svg, html, css)
colors, x11 colors, and more.
2017-08-04 09:50:18 +00:00
bluhm
aa791c286c import p5-Chart-Clicker 2.90
from Matthias Pitzl; OK sthen@

Comment:
powerful charting library for Perl

Description:
Chart::Clicker aims to be a powerful, extensible charting package
that creates really pretty output.  Charts can be saved in png,
svg, pdf and postscript format.  Clicker leverages the power of
Graphics::Primitive to create snazzy graphics without being tied
to specific backend.  You may want to begin with Chart::Clicker::Tutorial.
2017-08-04 09:47:15 +00:00
benoit
168387d58f Update to pngcrush-1.8.12. 2017-08-01 19:53:27 +00:00
jasper
b3cfb20475 +gdcm 2017-08-01 16:40:03 +00:00
jasper
074608f82c import gdcm-2.8.2
GDCM is an open source implementation of the DICOM standard. It offers
some compatibility with ACR-NEMA 1.0 & 2.0 files (raw files).

with patch by zhuk@ to fix duplicate gdcmCommon targets
ok aja@
2017-08-01 16:38:46 +00:00
jasper
e4f1904691 - update to dcmtk-3.6.2
* switch to cmake
* redo DESCR
2017-07-29 12:56:19 +00:00
sthen
88a693b855 adjust .if !${ARCH..} in graphics/lensfun to avoid enabling sse/sse2 on i386,
it doesn't autodetect.
2017-07-27 18:54:14 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
ajacoutot
f9e8b4b4f1 Update to py-cairo-1.15.0. 2017-07-25 11:50:45 +00:00
jasper
3240850aee update to evince-3.24.1 2017-07-24 18:28:11 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
057382f0fd last bulk, it was straggling behind, mark it as parallel 2017-07-23 09:21:37 +00:00
rsadowski
3cc2b78214 forgot to remove some patch files in the last update to 0.18.2 2017-07-22 12:50:39 +00:00
sthen
40f81cb695 COMPILER_LIBCXX conversion didn't go quite right for graphics/gegl,
use COMPILER_LIBCXX LIBECXX instead which gives valid results on systems
with either gcc/clang for the base compiler.
2017-07-20 22:19:07 +00:00
ajacoutot
11dbf890f3 Update to gdk-pixbuf-2.36.7. 2017-07-18 20:46:21 +00:00
sthen
ee4cbd9413 security update to ImageMagick-6.9.9-0 (crafted RLE image can trigger a crash
because of incorrect EOF handling in coders/rle.c)
2017-07-18 16:05:12 +00:00
zhuk
dce908e4cd Fix for Qt 5.9. No bump needed.
This is the last known offender of Qt 5.9 in ports tree.
2017-07-18 11:00:41 +00:00
benoit
f5aef947d1 Update to gifsicle-1.89. 2017-07-17 08:05:27 +00:00
espie
42638a8f2e ...and those last 5, which got updated while I was creating the diff 2017-07-16 19:20:57 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
d74de331cf Fix typo in desktop file. 2017-07-16 08:49:17 +00:00
ajacoutot
1a22e3c262 SECURITY fix for CVE-2017-1000083): Evince command injection vulnerability
in CBT handler (comics: Remove support for tar and tar-like commands).
2017-07-13 12:25:52 +00:00
ajacoutot
1eb20e9fdd Update to py-cairo-1.14.0. 2017-07-13 07:40:00 +00:00
rsadowski
f43469df71 Bump all and adjust WANTLIB and patches after qca update
OK sthen@
2017-07-11 20:42:34 +00:00
ajacoutot
0f1d61eb87 Don't ship compressed man pages. 2017-07-10 14:23:25 +00:00
sthen
4d74911257 update to iec16022-0.3.0 2017-07-06 13:20:51 +00:00
rsadowski
559efe820c forgot to actually remove this one 2017-07-05 22:05:12 +00:00
rsadowski
515607dd59 update freeglut to 3.0.0
patch-include_GL_freeglut_ext_tweak to fix lang/parrot build from and ok jca@
2017-07-05 21:29:42 +00:00
sthen
4fcf8f2aaf drop MAINTAINER on a few things 2017-07-05 10:22:05 +00:00
rsadowski
beba8af079 update LibRaw to 0.18.2
ok and nits (MASTER_SITES, kill MODGCC4_LANGS) from jca@
2017-07-03 17:29:06 +00:00
fcambus
e173fa232a Update ansilove to 3.0.7 and add HOMEPAGE. 2017-07-02 16:33:10 +00:00
jasper
b0177bc994 update to birdfont-2.19.0 2017-07-01 11:53:10 +00:00
ajacoutot
1a68330f3d Don't pick up libvncserver.
While here, drop gettext module and regen WANTLIB.
2017-06-29 09:35:45 +00:00
ajacoutot
9eb479e347 Our cp(1), mv(1) and rm(1) support `-v' now.
ok sthen@
2017-06-28 13:16:48 +00:00