894d FreshPorts -- graphics/opengtl
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
opengtl 0.9.18 graphics on this many watch lists=0 search for ports that depend on this port
Graphics Transformation Languages
Maintained by: avilla@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Dec 2009 12:02:38
Also Listed In: devel
License: LGPL20


The Graphics Transformation Languages is a set of libraries for using and
integrating transformation algorithms (such as filter or color conversion) in
graphics applications.
The goal is to provide the tools, languages and libraries to create generic
transformation for graphics. Those transformations could then be used by
different programs (Krita, The Gimp, CinePaint, gegl...).

Currently the focus is on developing two languages, designed for two different
implementations.
- OpenCTL which is a GPL compatible of the Color Transformation Language, this
  language is dedicated at transforming the value of a single pixel (for
  instance brightness adjustement or desaturate). CTL is designed to be part of
  the Color Management process.
- OpenShiva is inspired by Adobe's Hydra language from the AIF Toolkit, Shiva
  is a language that apply a kernel-like transformations on an image, that means
  it works using more than one pixel.

WWW: http://opengtl.org
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/llvm
  2. devel/cmake
  3. lang/perl5.12
Required To Run:
  1. devel/llvm
  2. graphics/shiva-collections
  3. lang/perl5.12
Required Libraries:
  1. graphics/png

This port is required by:

for Libraries

To install the port: cd /usr/ports/graphics/opengtl/ && make install clean
To add the package: pkg_add -r opengtl


Configuration Options
===> The following configuration options are available for opengtl-0.9.18:
     SHIVA=on: Install filters and generators
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://download.opengtl.org/

Number of commits found: 24

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
22 Mar 2013 20:06:15
Original commit files touched by this commit  0.9.18
makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
19 Feb 2013 05:13:29
Original commit files touched by this commit  0.9.18
fluffy search for other commits by this committer
- Update to 0.9.18 maintenance release, with CLang 3.2 support

Approved by:	maintainer via IM
10 Jan 2013 16:30:54
Original commit files touched by this commit  0.9.17
brooks search for other commits by this committer
Depend on llvm31/clang31 ports to avoid breakage when I update
llvm/clang to 3.2.
05 Jan 2013 03:00:15
Original commit files touched by this commit  0.9.17
avilla search for other commits by this committer
- Port to optionsNG.
- Trim headers.
- Cleanup COMMENT and LICENSE.

PR:		173807 [1]
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com> [1], bapt via email
26 Jun 2012 10:12:32
Original commit files touched by this commit  0.9.17
fluffy search for other commits by this committer
- Unbreak with LLVM 3.1
17 Jun 2012 20:27:32
Original commit files touched by this commit  0.9.17
pav search for other commits by this committer
- Mark BROKEN: does not compile
  work/OpenGTL-0.9.17/OpenGTL/GTLCore/LLVMBackend/CodeGenerator_p.cpp: In static
member function 'static llvm::Constant*
LLVMBackend::CodeGenerator::stringToConstant(llvm::LLVMContext&, const
GTLCore::String&)':
  work/OpenGTL-0.9.17/OpenGTL/GTLCore/LLVMBackend/CodeGenerator_p.cpp:1244:
error: 'llvm::ConstantDataArray' has not been declared

Reported by:    pointyhat
10 Jun 2012 10:05:48
Original commit files touched by this commit  0.9.17
fluffy search for other commits by this committer
- Update OpenGTL to 0.9.17 release
    Full support for LLVM/Clang 3.0/3.1 releases

Approved by:    avilla (maintainer, via IM)
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.9.16_1
dinoex search for other commits by this committer
- update png to 1.5.10
18 Feb 2012 18:28:26
Original commit files touched by this commit  0.9.16
avilla search for other commits by this committer
- Update to 0.9.16.
- Move dependency from devel/llvm29 to devel/llvm.

This version adds support for LLVM 3.0.
24 Jan 2012 00:28:50
Original commit files touched by this commit  0.9.15.2
avilla search for other commits by this committer
- Update to 0.9.15.2.
- Depend on llvm29 shared library (thus at runtime too).
- Remove a couple of FreeBSD 6.X quirks.
20 Jan 2012 18:05:28
Original commit files touched by this commit  0.9.15.1
brooks search for other commits by this committer
Depend on devel/llvm29 as opengtl is not compatiable with the upcoming
upgrade to llvm-3.0.
14 Nov 2011 03:26:46
Original commit files touched by this commit  0.9.15.1
rakuco search for other commits by this committer
Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:    avilla (mentor), portmgr (miwi)
Feature safe:   yes
14 Apr 2011 00:28:13
Original commit files touched by this commit  0.9.15.1
avilla search for other commits by this committer
- Update to 0.9.15.1.
27 Feb 2011 18:58:57
Original commit files touched by this commit  0.9.15_1
avilla search for other commits by this committer
- Add optional dependency on graphics/shiva-collections.
- Bump PORTREVISION.
01 Nov 2010 22:59:48
Original commit files touched by this commit  0.9.15
avilla search for other commits by this committer
- Update to 0.9.15 and unbreak build.
- Add LICENSE.

Approved by:    tabthorpe (mentor, implicit)
19 Oct 2010 21:27:18
Original commit files touched by this commit  0.9.14
pav search for other commits by this committer
- Mark BROKEN: does not build

Reported by:    pointyhat
06 Sep 2010 22:38:41
Original commit files touched by this commit  0.9.14
avilla search for other commits by this committer
- Update to 0.9.14.
- Unbreak after the llvm update.

Approved by: tabthorpe (mentor, implicit)
29 Apr 2010 16:41:23
Original commit files touched by this commit  0.9.12_1
avilla search for other commits by this committer
- Mark broken after the upgrade of devel/llvm to 2.7.

Approved by:    tabthorpe (mentor)
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.9.12_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
28 Jan 2010 19:13:08
Original commit files touched by this commit  0.9.12
avilla search for other commits by this committer
- Cleanup after latest commit. While I'm here, fix a typo.

Approved by:    tabthorpe (mentor)
28 Jan 2010 15:38:57
Original commit files touched by this commit  0.9.12
avilla search for other commits by this committer
- Unbreak on 6.X.

Approved by:    tabthorpe (mentor)
26 Jan 2010 22:53:08
Original commit files touched by this commit  0.9.12
avilla search for other commits by this committer
- Update my e-mail address in the ports I maintain.

Approved by:    miwi (mentor)
30 Dec 2009 17:45:10
Original commit files touched by this commit  0.9.12
pav search for other commits by this committer
- Mark BROKEN on 6.x

Reported by:    pointyhat
08 Dec 2009 12:00:52
Original commit files touched by this commit  0.9.12
fluffy search for other commits by this committer
- Add opengtl ang qtgtl ports, it required for KOffice2 suite

The Graphics Transformation Languages is a set of library for using and
integrating transformation algorithms (such as filter or color conversion)
in graphics applications.

Approved by:    miwi (mentor)

Number of commits found: 24

2849
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15
linux-firefoxMay 15
linux-seamonkeyMay 15

6 vulnerabilities affecting 28 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24514
Broken 219
Deprecated 472
Ignore 639
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 29
Expired 132
Set to expire 510
Interactive 33
new 24 hours 3
new 48 hours4
new 7 days31
new fortnight71
new month203

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0