to most interesting parts of the Win32 Graphics Device Interface
and X11 library without exposing the programmer to the pain and
anguish usually associated with using these interfaces.
The library also includes a module Graphics.SOE providing the
interface used in "The Haskell School of Expression", by Paul
Hudak, cf <http://www.haskell.org/soe/>.
author: Alastair Reid
maintainer: <libraries@haskell.org>
license: BSD3
WWW: http://www.haskell.org/graphics/index.html
package-url: http://hackage.haskell.org/packages/archive/HGL
exposed-modules:
Graphics.HGL.Core, Graphics.HGL.Draw,
Graphics.HGL.Units, Graphics.HGL.Key,
Graphics.HGL.Run, Graphics.HGL.Draw.Brush,
Graphics.HGL.Draw.Font, Graphics.HGL.Draw.Monad,
Graphics.HGL.Draw.Pen, Graphics.HGL.Draw.Picture,
Graphics.HGL.Draw.Region, Graphics.HGL.Draw.Text,
Graphics.HGL.Utils, Graphics.HGL.Window,
Graphics.HGL, Graphics.SOE
PR: ports/121081
Submitted by: Giuseppe Pilichi aka Jacula Modyun <jacula at gmail.com>
2008-02-23 ftp/axelq: Unmaintained, website disappeared
2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead
2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2
2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained
2007-11-16 editors/muggy: development stalled for years, unmaintained
2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained
This committed version is based on the PR and reworked by the maintainer.
PR: ports/120977 (based on)
Submitted by: TAOKA Fumiyoshi <fmysh at iijmio-mail.jp>
Approved by: maintainer
visualisation plugins.
Often when it comes to audio visualisation plugins or programs that create
visuals, they depend on a player or something else; basically, there is no
general framework that enabled application developers to easily access cool
audio visualisation plugins. Libvisual wants to change this by providing an
interface towards plugins and applications; through this easy to use interface
applications can easily access plugins and, since the drawing is done by the
application, it also enables the developer to draw the visual anywhere he
wants.
The framework also allows you to morph to different plugins and mix two at
once; all kinds of neat tricks are possible using this method.
WWW: http://localhost.nl/~synap/libvisual/
PR: ports/120380
Submitted by: Björn König <bkoenig at alpha-tierchen.de>
Rescale.
The API is intended to be powerful, yet fast and easy to use. It
supports saving and loading of the carving information, real-time
scaling, manual feature selection, customizable progress report and
more.
WWW: http://liblqr.wikidot.com/
PR: ports/120237
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
As this port builds Python bindings with its own magic, USE_PYDISTUTILS
does not work in this case. Hence I duplicate some logics from bsd.python.mk.
PR: 119392
Submitted by: James E. Flemer <jflemer at alum.rpi.edu>
Approved by: maintainer timeout (6 weeks)
One thing preventing The GIMP from being useful
in a pre-press environment is the lack of support
for the CMYK colour-space. This plug-in goes some
small way towards rectifying the situation, using
a trick with layers to fake CMYK support.
WWW: http://cue.yellowmagic.info/softwares/separate.html
PR: ports/120166
Submitted by: Pietro Cerutti <gahr at gahr.ch>
Get rid of the dlmalloc dependency on a recent FreeBSD versions (>= 700036)
since they provide malloc_usable_size().
PR: ports/120058 (with some modifications)
Submitted by: Dave Grochowski <malus.x@gmail.com>
New Features:
o native OpenEXR Half sample type substitutes the older RnH 16-bit float
o load/save multilayerd OpenEXR files like from Blender
o load/save 16-bit Half Tiff's
o precise drawing with tablet
o hardware speedup in gamma-expose and Brightness/Contrast Adjustments
o dynamic colour visualisation in ICC Examin plug-in
o UTF-8 support through Gtk2
o UFRaw plug-in ready
o CMS defaults to Oyranos
as of 0.22-1:
o Tango icons for toolbox only
o Retinex plug-in
Bugfixes:
o missing stdio.h include for printf in fl_i18n_cinepaint.cxx
o --pedantic is omitted in openexr directory for
--enable-debug configure option
o patch to link in GTK libs
o all other see Change Log
PR: ports/114490
Submitted by: David Yeske <dyeske@gmail.com>
is added to the list of compiler's warning-flags. This triggers a
warning like:
/usr/include/c++/4.2/bits/basic_ios.h:156: warning: empty body in an if-statement
in g++42. When this compiler is used, where NO_WERROR is set, the port
fails to build, as warnings are treated as errors. This, pretty much,
means, that NO C++ code can currently be compiled with WARNS set to
anything on FreeBSD.
Work-around the deficiency for now by removing the ``-Wsystem-headers''
from CXXFLAGS after including bsd.lib.mk. This fixes graphics/libfpx on
8.x as well as allows the port to be built by gcc-4.2 on 6.x and 5.x.
Continuously reminded of by: pav
From the recaptcha.net web site:
reCAPTCHA improves the process of digitizing books by sending words that
cannot be read by computers to the Web in the form of CAPTCHAs for
humans to decipher. More specifically, each word that cannot be read
correctly by OCR is placed on an image and used as a CAPTCHA. This is
possible because most OCR programs alert you when a word cannot be read
correctly.
WWW: http://search.cpan.org/dist/Captcha-reCAPTCHA/
* Update libpano dependency to libpano13
* Add OPTIONS to depend on enblend, autopano-sift and ptstitcher
* Update automake dependency to 1.10
* Get rid of the autotools hack in pre-configure:, not necessary anymore
* Sync pkg-plist
* Sync the patches in files/
curves.
Using bezier splines an artist can easily draw curves with the same slope on
either side of an on-curve point. Spiros, on the other hand, are based on
clothoid splines which make it easy to maintain constant curvature as well as
constant slope. Such curves will simply look nicer.
Raph Levien's spiro splines only use on-curve points and so are easier to use
and more intuitive to the artist.
This library will take an array of spiro control points and convert them into a
series of bezier splines which can then be used in the myriad of ways the world
has come to use beziers.
WWW: http://libspiro.sourceforge.net/
PR: ports/119541
Submitted by: Naram Qashat <cyberbotx at cyberbotx.com>
* Change default renderer to AGG
* Add patch to fix libintl-related build error when building without GTK GUI
* Add IGNORE for Cairo+KDE case, as it's not supported by gnash
PR: 117904
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Add a check on libslang.so.1 if it exists in system then depend on libslang
instead of libslang2. If libslang.so.1 doesn't exist then libslang2 is the
default in WITH_SLANG. Add '--disable-slang' flag to avoid the autocheck in
configure. Bump the PORTREVISION.
Reported by: Andriy Gapon <avg@icyb.net.ua>
- misc. fixes from the SGI port
- some other warning cleanups and remove a check that was not serving any purpose
PR: ports/118344
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
et al. 2003 method for the photometric calibration of cameras and
for the recovery of high dynamic range (HDR) images from the set
of low dynamic range (LDR) exposures.
WWW: http://www.mpii.mpg.de/resources/hdr/calibration/pfs.html
PR: ports/118388
Submitted by: argv[0] (Iouri V. Ivliev)
mapping operators. The motivation here is to provide an implementation
of tone mapping operators suitable for convenient processing of both
static images and animations.
WWW: http://www.mpi-inf.mpg.de/resources/tmo/
PR: ports/118387
Submitted by: argv[0] (Iouri V. Ivliev)
engine to convert one format to another.
Development of the import/export modules for this program goes
through different stages, quality and feature coverage are different
among formats.
Import filters:
* CorelDraw ver.7-X3 (CDR/CDT/CCX/CDRX/CMX)
* Adobe Illustrator up to 9 ver. (AI postscript based)
* Postscript (PS)
* Encapsulated Postscript (EPS)
* Computer Graphics Metafile (CGM)
* Windows Metafile (WMF)
* XFIG
* Scalable Vector Graphics (SVG)
* Skencil/Sketch/sK1 (SK and SK1)
* Acorn Draw (AFF)
Export filters:
* AI (Postscript based Adobe Illustrator 5.0 format)
* SVG (Scalable Vector Graphics)
* SK (Sketch/Skencil format)
* SK1 (sK1 format)
* CGM (Computer Graphics Metafile)
* WMF (Windows Metafile)
WWW: http://www.sk1project.org/
PR: ports/118557
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored
or slightly modified.
The library is free, lightweight yet very fast, configurable, easy to use
and it has been designed with security in mind.
WWW: http://libpuzzle.pureftpd.org/project/libpuzzle
PR: ports/118445
Submitted by: Bapt <baptiste.daroussin at gmail.com>