Commit graph

1274 commits

Author SHA1 Message Date
Martin Wilke
2fd93831f0 Library for importing and converting Corel WordPerfect(tm) Graphics images
WWW: http://libwpg.sourceforge.net/

Submitted by:	Dima Panov <fluffy at Fluffy.Khv.RU>
2009-07-28 17:08:50 +00:00
Steven Kreuzer
8a7378e659 Effortlessly convert latitude/longitude coordinates into a graphical heatmap
of the geographical region relative the number of points outlined.

WWW:    http://search.cpan.org/~wazzuteke/Image-Heatmap/
2009-07-21 14:51:55 +00:00
Dmitry Marakasov
735871d021 This is autopano-sift-2.4 ported to plain "C"
The source is kept as close as possible to the original version.

It should have the same inputs and outputs as the original "C#" version
which is available in ports as graphics/autopano-sift

WWW: http://hugin.sourceforge.net/docs/manual/Autopano-sift-C.html
2009-07-16 17:34:03 +00:00
Martin Wilke
691acd38cc Pycha is a very simple Python package for drawing charts using the
great Cairo library. Its goals are:
        * Lightweight
        * Simple to use
        * Nice looking with default values
        * Customization
It won't try to draw any possible chart on earth but draw the most
common ones nicely.

WWW:  http://bitbucket.org/lgs/pycha/wiki/Home

PR:		ports/136597
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-07-09 09:01:35 +00:00
Renato Botelho
d581c2b9fc RMagick is an interface between the Ruby programming language and the
ImageMagick and GraphicsMagick image processing libraries.

WWW:	http://rmagick.rubyforge.org/
2009-06-17 14:03:46 +00:00
Martin Wilke
2dde634ce0 Rubygem-geokit is a Ruby gem for maps-based apps. Provides geocoding
through multiple providers with failover and geo distance calculations.
Combine with the Rails plugin for IP-based location lookup and
ActiveRecord extensions for geo-based finders.

WWW: http://geokit.rubyforge.org/

PR:		ports/135461
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-06-15 21:13:58 +00:00
Erwin Lansing
6c2bab88b8 Remove pm3-* and friends as it hasn't been able to build for
over a year.

2008-09-19 lang/pm3-base: Has been broken for more than 6 months
2009-01-19 lang/pm3-forms: depends on broken, expired port
2009-01-19 lang/pm3-gui: depends on broken, expired port
2009-01-19 lang/pm3-m3tk: depends on broken, expired port
2009-01-19 lang/pm3-net: depends on broken, expired port
2009-01-19 lang/pm3-netobj: depends on broken, expired port
graphics/juno-2
2009-06-15 14:42:15 +00:00
Erwin Lansing
635fa2b5f4 Remove graphics/demeter as it has been marked BROKEN for over 4 months. 2009-06-13 19:29:20 +00:00
Erwin Lansing
78a15e5f15 Remove graphics/libimg-tk83: tcl8.3 support is going to be dropped
Submitted by:		portsmon
2009-06-13 16:01:34 +00:00
Dirk Meyer
7548957c25 - connect giflib (after repocopy) 2009-06-07 20:51:00 +00:00
Dmitry Marakasov
c1e7bbb21e The OpenGL Character Renderer (GLC) is a state machine that provides
OpenGL programs with character rendering services via an application
programming interface (API).

The character rendering services provided by GLC has some significant
advantages over platform specific interface such as GLX or WGL:

1. The GLC API is platform independent. Since most nontrivial GL
   applications render characters, GLC is an important step toward the
   goal of truly portable GL applications.
2. The GLC is simpler to use. Only two lines of GLC commands are
   required to prepare for rendering characters.
3. GLC provides more ways to exploit the rendering power of OpenGL.
   For example, a glyph can be drawn as a bitmap, a set of lines, a
   set of triangles, or a textured rectangle.
4. GLC provides better support for glyph transformations. For
   example, GLC supports rotated text, which is unavailable in GLX.
5. GLC provides better support for the large coded character set
   defined by the standards ISO/IEC 10646:2003 and Unicode 4.0.1

QuesoGLC is a free (as in free speech) implementation of the GLC.
QuesoGLC is based on the FreeType library, provides Unicode support
and is designed to be easily ported to any platform that supports
both FreeType and the OpenGL API.

WWW: http://quesoglc.sourceforge.net/
2009-06-05 22:47:22 +00:00
Dmitry Marakasov
938c41d2d8 This plug-in makes a out of focus with luminosity and depth, like a
sight or lenses. It can be used with depth map, depth fakes and
shining effect. Also it works as a simple and applicable blur.

WWW: http://sudakyo.hp.infoseek.co.jp/gimp/fblur/focusblur_e.html

PR:		135220
Submitted by:	Denis Barov <dindin@dindin.ru>
2009-06-05 02:26:52 +00:00
Boris Samorodov
c11516af7b Here are new Linux Fedora 10 infrastructure ports.
Those ports are intended to be used with 8-CURRENT at least
with SVN r192206.

If you want to switch to linux-f10 ports, please define at /etc/make.conf:
  OVERRIDE_LINUX_BASE_PORT=f10
  OVERRIDE_LINUX_NONBASE_PORTS=f10

An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401
and 20070327.

For the first time all tested linux ports work as expected(!):
. acroread8;
. google-earth;
. skype;
. seamonkey.

Many thanks for kernel folks who really did the main work
(and I wrote only some lines of ports).

There is a good chance that those ports may become a default
for 8.0-RELEASE. Please, test and report back to emulation@ ML.
2009-06-01 17:26:31 +00:00
Dmitry Marakasov
deb2b3f8ab Huge image processing tools and libraries.
Most of the programs in this package were designed carefully to
  avoid slowing down even for huge images, e.g. 3300x4700.  I hope
  you will find them better.

  This package contains following programs:
    bmptopnm-O2 (bmptopnm in original distribution)
             - convert a BMP(DIB) file into a portable anymap
    breduce  - read a portable bitmap and reduce it N times
    makecr   - create circumscribing rectangles (bounding box) in an
               image
    makepr   - create Primitive Rectangles in an image
    prlst2ps - produce  PostScript  data  from  rectangle/line-
               segment data
    lpsmooth - smooth an image preserving thin lines

WWW: http://www.imglab.org/p/O2/

PR:		134719
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 22:34:51 +00:00
Dmitry Marakasov
06f1947ff9 OCRopus(tm) is a state-of-the-art document analysis and OCR system,
featuring pluggable layout analysis, pluggable character recognition,
statistical natural language modeling, and multi-lingual capabilities.

WWW: http://sites.google.com/site/ocropus/

PR:		134718
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 20:25:31 +00:00
Dmitry Marakasov
e58267aca6 A library of image understanding-related algorithms.
Provides basic image processing, mathematical morphology,
and machine learning algorithms.

WWW: http://code.google.com/p/iulib/

PR:		134716
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 20:24:14 +00:00
Dmitry Marakasov
f8d5253d25 An open source C library for efficient image processing and
image analysis operations.

WWW: http://code.google.com/p/leptonica/

PR:		134717
Submitted by:	Hiroto Kagotani <hiroto.kagotani@gmail.com>
2009-05-31 20:23:11 +00:00
Dmitry Marakasov
59d0ab468e lensfun is library for rectifying the defects introduced
by your photographic equipment.

WWW: http://lensfun.berlios.de/

PR:		134923
Submitted by:	Denis Barov <dindin@dindin.ru>
2009-05-26 16:52:00 +00:00
Martin Wilke
d52322e58c PyGTS is a python package used to construct, manipulate, and perform
computations on 3D triangulated surfaces. It is a hand-crafted and
pythonic binding for the GNU Triangulated Surface (GTS) Library.

WWW:	http://pygts.sf.net

PR:		ports/134635
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-05-22 22:00:30 +00:00
Martin Wilke
ac281e3d68 Pngnq is a tool for quantizing PNG images in RGBA format.
Pngnq is an adaptation by Stuart Coyle of Greg Roelf's pnqquant using
Anthony Dekker's neuquant algorithm.

The neuquant algorithm uses a neural network to optimise the color map
selection. This is fast and quite accurate, giving good results on many
types of images.

WWW: http://pngnq.sourceforge.net/

PR:		ports/134420
Submitted by:	stb at lassitu.de
2009-05-10 22:37:04 +00:00
Martin Wilke
5cfa2f497b OpenJUMP is an open source GIS software written in Java. It is based on
JUMP GIS by Vivid Solutions. It's features include:
    * It is a Vector GIS that can read rasters as well.
    * OpenJUMP is known to work on Windows, Linux and Mac platforms, but
should work on any operating system that runs Java 1.5 or later.
    * It is not just another free demo viewer, but you can edit, save,
analyze etc. with JUMP / OpenJUMP.
    * It works, even with medium size datasets, and with professional
touch.
    * It provides a GIS API with a flexible plugin structure, so that
new features are relatively easy to develope around the sound mapping
platform.
    * It utilises standards like GML, WMS and WFS.
    * It is already translated in English, Finnish, French, German,
Italian, Portugese and Spanish. The translation in other languages is in
progress.

WWW: http://www.openjump.org/

PR:		ports/134403
Submitted by:	Wen Heping<wenheping at gmail.com>
2009-05-10 18:22:25 +00:00
Jose Alonso Cardenas Marquez
d9022d8e44 - New port: graphics/gambas2-gb-opengl
The OpenGL component for gambas
2009-05-09 01:30:34 +00:00
Jose Alonso Cardenas Marquez
7c085860ea - New port: graphics/gambas2-gb-pdf
The gambas pdf component
2009-05-09 01:29:08 +00:00
Jose Alonso Cardenas Marquez
4aadf82b28 - New port: graphics/gambas2-gb-image
A gambas image effects component
2009-05-09 01:27:27 +00:00
Jose Alonso Cardenas Marquez
c4052ee1fe - New port: graphics/gambas2-gb-gtk-svg
The gambas SVG importing component
2009-05-09 01:26:03 +00:00
Boris Samorodov
b1376a1187 Mesa-based runtime libraries, drivers and binaries from Ubuntu-9.0.4
which are needed to run X-based applications within linuxulator.

WWW: http://www.mesa3d.org/
2009-05-08 12:35:48 +00:00
Johan van Selst
d1d269d441 libdmtx is open source software for reading and writing Data Matrix
barcodes on Linux, Unix, OS X, Windows, and certain mobile devices. At
its core libdmtx is a shared library, allowing C/C++ programs to use its
capabilities without restrictions or overhead. The included utility
programs, dmtxread and dmtxwrite, serve as the official interface to
libdmtx from the command line, and also provide a good reference for
programmers who wish to write their own programs that interact with
libdmtx.

WWW:	http://www.libdmtx.org/
2009-04-23 17:06:44 +00:00
Martin Wilke
825a5466ec A WPVS is a web service which is able to generate perspective terrain
views, e.g. images of a certain terrain/area (possibly containing three
dimensional objects, e.g. building or trees) rendered from a requested
viewpoint. For this purposes the WPVS needs to process and render
different kinds of geospatial data which is retrieved from different
pre-configured datasets. These datasets can be remote OGC web services
or locally installed deegree 2 web services.

WWW: http://www.deegree.org/

PR:		ports/133811
Submitted by:	wenheping at gmail.com
2009-04-23 09:23:23 +00:00
Martin Wilke
a65181d477 Deegree's WPS is able to process Feature Collections based on arbitrary
processes. OGC's WPS (Schut & Whiteside 2005) specification describes
WPS as follows: "WPS defines a standardized interface that facilitates
the publishing of geospatial processes, and the discovery of and binding
to those processes by clients. "Processes" include any algorithm,
calculation or model that operates on spatially referenced data.
"Publishing" means making available machine-readable binding
information as well as human-readable metadata that allows service
discovery and use."

WWW: http://www.deegree.org/

PR:		ports/133810
Submitted by:	wenheping at gmail.com
2009-04-23 09:22:47 +00:00
Martin Wilke
b370f62d04 Deegree's WMS is able to render vector data as well as raster data
from different storage formats and deliver it to any client that is
able to perform a HTTP GET or POST request.

WWW: http://www.deegree.org/

PR:		ports/133807
Submitted by:	wenheping at gmail.com
2009-04-23 09:21:23 +00:00
Martin Wilke
5915b00d97 Deegree's WFS is able to serve vector and attribute data from different
data sources (backends) and deliver it to any client that is able to
perform WFS compliant HTTP-GET or POST requests.

WWW: http://www.deegree.org/

PR:		ports/133806
Submitted by:	wenheping at gmail.com
2009-04-23 09:20:31 +00:00
Martin Wilke
9780f18e7f deegree's Web Coverage Service (WCS) is able to read coverages from
different storage formats and deliver it to any client that is able to
perform an according HTTP GET or POST request. At the moment supported
formats are limited to several raster data formats; but in general a
coverage has not to be a raster dataset at all.

WWW: http://www.deegree.org/

PR:		ports/133805
Submitted by:	wenheping at gmail.com
2009-04-23 09:19:43 +00:00
Martin Wilke
48777d6973 Deegree iGeoPortal is the web-based portal framework of deegree. It
offers visualization of geodata through a standard web browser like
Mozilla, Firefox or MSIE.

WWW: http://www.deegree.org/

PR:		ports/133804
Submitted by:	wenheping at gmail.com
2009-04-23 09:18:57 +00:00
Martin Wilke
b4b07a8bb2 Deegree is a Java Framework offering the main building blocks for
Spatial Data Infrastructures (SDIs). Its entire architecture is
developed using standards of the Open Geospatial Consortium (OGC) and
ISO Technical Committee 211-Geographic information/Geoinformatics
(ISO/TC 211). deegree encompasses OGC Web Services as well as clients.
deegree is Free Software protected by the GNU Lesser General Public
License (GNU LGPL) and is accessible at http://www.deegree.org.

Deegree's Web Catalogue Service implementation (Catalogue Service - Web
profile, therefore CS-W) is able to serve different metadata formats in
parallel based on the same physical datastore. This is possible because
deegree CS-W uses XSLT processing to transform requests as well as
responses into the desired format. deegree CS-W does not contain its a
data access modul of its own. It uses an OGC WFS (at the moment limited
to deegree WFS) as datasource. So in future it will be possible to use
deegree CS-W on top of any other OGC compliant WFS to offer catalogue
functionalities.

WWW: http://www.deegree.org/

PR:		ports/133802
Submitted by:	wenheping at gmail.com
2009-04-23 09:17:47 +00:00
Chin-San Huang
4071a307f3 Add p5-Color-Library, an easy-to-use and comprehensive named-color library.
Currently provides coverage for www (svg, html, css) colors, x11 colors, and
more.

WWW: http://search.cpan.org/dist/Color-Library/
2009-04-12 17:09:35 +00:00
Boris Samorodov
3030b91bf1 Add linux-f8-dri 7.0.2, mesa libGL runtime libraries and DRI drivers
(Linux Fedora 8).
2009-04-09 16:34:51 +00:00
Dmitry Marakasov
2e844ae137 Rabbyt is a sprite library for Python with game development in mind.
It has two goals:

 1. Be fast, without sacrificing ease of use.
 2. Be easy to use, without sacrificing speed

WWW:	http://matthewmarshall.org/projects/rabbyt/
2009-04-08 23:14:43 +00:00
Boris Samorodov
824eda00fc Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT.
FreeBSD-7.x is not fully compatible with compat.linux.osrelease
2.6.16. Some syscalls cannot be MFCed due to native FreeBSD
ABI breakage.

Usage (and package building):
1. define compat.linux.osrelease=2.6.16;
2. add following variables to /etc/make.conf:
   . OVERRIDE_LINUX_BASE_PORT=f8;
   . OVERRIDE_LINUX_NONBASE_PORTS=f8.

Approved by:	bsam (me) ;-)
2009-04-01 15:25:39 +00:00
Anton Berezin
a76bf7579a Add graphics/p5-URI-GoogleChart 0.02, a Perl module that simplifies
generation of Google Chart URIs.
2009-03-28 21:06:26 +00:00
Martin Wilke
5e535e7822 2009-03-22 emulators/dlx: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/javel: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 java/guavac: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/xrml: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 graphics/renderpark: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 games/jumpnbump: tcl8.0 support is going to be dropped
2009-03-17 irc/blackened: Broken and abandonware
2009-03-22 devel/libg++: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 devel/freescope: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/menushki: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 misc/vbidecode: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 lang/wamcc: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 multimedia/mpegedit: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 mail/dkimap4: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 net-mgmt/oproute: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-03-22 x11/tkgoodstuff: tcl8.0 support is going to be dropped
2009-02-11 x11-toolkits/inti: not maintain by upstream for more than five years and no port depend on this
2009-03-23 20:53:42 +00:00
Martin Wilke
366d941909 This modules provides an interface to layout and generate images
of directed graphs in a variety of formats (PostScript, PNG, etc.)
using GraphViz.

WWW:	http://raa.ruby-lang.org/project/ruby-graphviz/

PR:		ports/132918
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-22 12:56:16 +00:00
Martin Wilke
b320449319 GD::Graph::histogram extends the GD::Graph module to create histograms. The
module allow creation of count or percentage histograms.

WWW: http://search.cpan.org/dist/GDGraph-histogram/

PR:		ports/132362
Submitted by:	Fernan Aguero <fernan at iib.unsam.edu.ar>
2009-03-19 14:50:11 +00:00
Li-Wen Hsu
bef5688b92 Add pdf2svg 0.2.1, convert PDF to SVG.
PR:		ports/132616
Submitted by:	martin.dieringer at gmx.de
2009-03-14 16:21:09 +00:00
Martin Wilke
f04f7a7964 p5-Geo-Gpx is a perl module to Create and parse GPX files.
WWW: http://search.cpan.org/dist/Geo-Gpx/

PR:		ports/132487
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-03-12 16:49:15 +00:00
Martin Wilke
7c2593b133 2009-03-01 databases/rubygem-rrdtool: port no longer maintained by upstream use rrdtools own ruby bindings instead
2009-01-19 graphics/crystalentitylayer-devel: Depends on broken, expired port
2008-09-19 graphics/crystalspace-devel: Has been broken for more than 6 months
2009-03-09 21:29:10 +00:00
Stanislav Sedov
c056f45076 - Remove graphics/libgdgeda: is not required anymore. 2009-03-09 08:45:36 +00:00
Dmitry Marakasov
464602e87a The NVIDIA Texture Tools is a collection of image processing and
texture manipulation tools, designed to be integrated in game tools
and asset conditioning pipelines.

The primary features of the library are mipmap and normal map
generation, format conversion and DXT compression.

DXT compression is based on Simon Brown's squish library. The library
also contains an alternative GPU-accelerated compressor that uses
CUDA and is one order of magnitude faster.

WWW: http://code.google.com/p/nvidia-texture-tools/
2009-03-07 14:51:39 +00:00
Emanuel Haupt
2258f28656 Add grafx2, a bitmap paint program that supports more than 60 video
resolutions.

Additional patches from:	dinoex
2009-03-04 17:53:46 +00:00
Max Brazhnikov
e5776e40b8 Connect digikam-kde4 to build
Noticed by pav
2009-02-15 09:21:19 +00:00
Dmitry Marakasov
9644477e58 - Update to 2.7.9, connect to build 2009-02-10 03:54:31 +00:00