Commit graph

1791 commits

Author SHA1 Message Date
Rene Ladan
782e875bd2 Remove expired ports:
2013-08-10 lang/q: Q-Lang is no longer supported. See lang/pure instead
2013-08-10 audio/q-audio: Q-Lang is no longer supported. See lang/pure instead
2013-08-10 graphics/q-graph: Q-Lang is no longer supported. See lang/pure instead
2013-08-11 11:07:12 +00:00
William Grzybowski
de047d1b6d graphics/luxrays: Accelerate the ray intersection process by using GPUs
LuxRays is library dedicated to accelerate the ray intersection process by
using GPUs.

Uses a Data Parallel Model: it doesn't reduce the time spent to trace a single
ray but it is able to trace many thousands of rays in parallel.

Supports Hybrid CPU/GPU mode where only the ray intersection task is off load
to the GPUs while everything else run on the CPU and can be written with usual
tools and languages.

WWW: http://www.luxrender.net/wiki/LuxRays

PR:		ports/181019
Submitted by:	Natacha Porté <natbsd instinctive.eu>
2013-08-07 22:22:17 +00:00
Koop Mast
a5f590e51d The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8

* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
  It is replaced by a GIO kqueue implementation developed as part of a NetBSD
  GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
  pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
  prevent creation of /  root/.cache dir. Defaults to build & run depend,
  but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
  pangox support which was removed from the pango port. Add it to ports still
  using pangox API.

Exp-run by:	bapt@
PR:		ports/178958 [1]
Submitted by:	emaste@ [1]
2013-07-31 11:57:45 +00:00
Rene Ladan
66fee90926 KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-07-26 19:19:20 +00:00
Chris Rees
313dd0e205 Move allegro-devel to allegro; 4.4 is hardly a devel version any more.
Minor fix required in emulators/o2em.

Remove allegrogl, which is broken and included in allegro-4.4 anyway.

Update allegro-devel to 5.0.7 [1]

PR:		ports/172981 [1]
Submitted by:	nemysis <nemysis@gmx.ch> [1]
2013-07-26 16:04:47 +00:00
Alexey Dokuchaev
612819addf Delaboratory is unique image post-processing application, it allows color
correction utility for digital images in a wide variety of ways and modes.

WWW: http://code.google.com/p/delaboratory/
2013-07-08 11:21:37 +00:00
Alexey Dokuchaev
fd3a8bbe41 Port Entangle, an application which uses GTK+3 and libgphoto2 to provide a
graphical interface for tethered photography with digital cameras.  Provide
FreeBSD native camera autodetection via devd(8); special thanks to marcus@
for reviewing relevant parts of the code.  The patch was submitted upstream
and welcomed by the author, although he prefers that we use GIO's GSocket +
GUnixSocketAddress APIs instead of direct POSIX socket API calls.

WWW: http://entangle-photo.org/
2013-07-04 14:10:25 +00:00
Rene Ladan
4d0532385f Remove ports which are replaced by graphics/linux-f10-dri :
graphics/linux_dri
graphics/linux-dri74

Discussed on:	emulation@
2013-07-03 15:44:15 +00:00
Alex Dupre
7fe96c1093 Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
2013-06-24 14:32:11 +00:00
Kubilay Kocak
8340742be3 graphics/py-graphillion: Move from graphics/ to math/ at authors request
- Move py-graphillion from graphics/ to math/
- Update both category indexes
- Add MOVED entry

Reviewed by:	az
2013-06-22 09:00:50 +00:00
Marcus von Appen
c5a4db7c11 Welcome SDL2 to the FreeBSD ports system!
A set of new SDL2 related ports has been added, which are essentially
the same as their corresponding port for SDL1.2:

    audio/sdl2_mixer
    graphics/sdl2_image
    graphics/sdl2_ttf
    net/sdl2_net

A set of new USE_SDL knobs is available to enable SDL2 and its related
ports to be added as dependency to ports. Use either of

  USE_SDL= sdl2 image2 mixer2 net2 ttf2

to pull in the specific sdl2_* or sdl20 port.
2013-06-21 19:56:27 +00:00
Kubilay Kocak
35077e3666 graphics/py-graphillion: [NEW PORT] Fast, lightweight Python library for huge graphsets
Graphillion is a Python software package on search, optimization, and
enumeration for a graphset, or a set of graphs.

 - Lightweight data structures for handling x-illions of graphs
 - Search, optimization, and enumeration for large and complex graph sets
 - Efficient implementation extending Python with C/C++
 - Working with existing graph tools like NetworkX
 - Open source MIT license
 - Well tested: more than 600 unit tests
 - Fast prototyping, easy to teach, and multi-platform

WWW: http://graphillion.org/
2013-06-21 10:51:35 +00:00
Steve Wills
f1be6af8fa Ruby/GooCanvas is a Ruby binding of GooCanvas.
WWW: http://ruby-gnome2.sourceforge.jp/
2013-06-09 18:53:36 +00:00
Steve Wills
80a00534c0 Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.
WWW: http://ruby-gnome2.sourceforge.jp/
2013-06-09 18:51:59 +00:00
Steve Wills
467ede0457 Ruby/Clutter is a Ruby binding of Clutter.
WWW: http://ruby-gnome2.sourceforge.jp/
2013-06-09 18:51:30 +00:00
Steve Wills
6f29309b9d Ruby/RSVG is a Ruby binding of librsvg2.
WWW: http://ruby-gnome2.sourceforge.jp/

PR:		ports/173374
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2013-06-09 18:48:31 +00:00
Steve Wills
10e8c76596 Ruby/GdkPixbuf2 is a Ruby binding for GdkPixbuf2.
WWW: http://ruby-gnome2.sourceforge.jp/

PR:		ports/173382
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2013-06-09 18:45:12 +00:00
Steve Wills
1e63a4b9f6 Ruby/Cairo is a Ruby binding for Cairo.
WWW: http://cairographics.org/

PR:		ports/173373
Submitted by:	Shin-ya Murakami <murashin@gfd-dennou.org>
2013-06-09 18:43:27 +00:00
Koop Mast
3c05af4b03 Add goocanvasmm 1.90.9
C++ bindings for goocanvas2
2013-06-05 21:45:17 +00:00
Koop Mast
7214b364c8 Add goocanvas 2.0.1.
Canvas widget for Gtk+3
2013-06-05 21:42:53 +00:00
Rene Ladan
1759b37af1 - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk and
bsd.linux-rpm.mk.  The default linux version is now Fedora 10.
- Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6,
  emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3.
  While there, remove superfluous -p argument from ${MKDIR}.
- Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from
  astro/google-earth.
- Remove expired Fedora Core 4 ports which were only used on FreeBSD 7
  and below.
- Update LEGAL and MOVED

PR:		ports/176877
Submitted by:	myself
Approved by:	portmgr (bapt)
Exp-run by:	bapt
2013-05-30 09:11:52 +00:00
Greg Lehey
d61cf4b8ea Add hugin-devel to build.
Approved by: itetcu (mentor)
2013-05-20 03:41:09 +00:00
Boris Samorodov
24987efd51 ICC Examin is a small utility (unix name: iccexamin) for the purpose
of watching the internals of ICC profiles, measurement data (CGATS),
colour samples (named colour profiles), gamut visualisations (vrml),
video card gamma tables (Xorg/XFree86/osX).

WWW: http://www.oyranos.org/icc-examin/
2013-05-03 12:46:30 +00:00
Boris Samorodov
f2114f7abf The Colour Management System (CMS) Oyranos (gr. sky) allows the coordination of
device specific Informations (ICC profiles) and system wide settings. Features:
.  configuration for cross application colour agreement;
.  plugable and selectable modules (known as CMM's);
.  pixel conversions;
.  profile handling;
.  named colours;
.  device profile assignment.

WWW: http://www.oyranos.org/
2013-05-03 12:26:17 +00:00
Emanuel Haupt
0188f3e903 Add icat, displays images in 256-color capable terminals. 2013-04-29 10:19:15 +00:00
Koop Mast
05d2886d27 Add Gstreamer 1.0.7. This is the new stable version of the
Gstreamer multimedia framework.

Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.

X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.

Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.
2013-04-27 20:56:38 +00:00
Hiroki Sato
03156fbc9e Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.

Approved by:	dinoex (maintainer) [1]
2013-04-27 16:00:26 +00:00
Max Brazhnikov
e7ae0125df - Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
2013-04-08 17:10:56 +00:00
Matthias Andree
9605236784 Add new port graphics/lua-gd, to be maintained by Sergey V. Dyatko.
Lua-GD is a "binding": a library that exports gd functions to the Lua
Programming Language, allowing you to use gd from Lua.

PR:		177471
Submitted by:	Sergey V. Dyatko <sergey.dyatko@gmail.com>
2013-03-29 21:16:49 +00:00
Jose Alonso Cardenas Marquez
b3c04ee914 - Remove port. It has been removed from freepascal source files distribution 2013-03-23 05:39:56 +00:00
Boris Samorodov
f27f130f3b The IccXML project acts as an extension of SampleICC's IccProfLib
that provides additional I/O capabilities for reading and writing
the ICC profile contents as XML files. Command line tools and an
XML schema are provided.

WWW: http://iccxml.sourceforge.net/
2013-03-22 20:07:16 +00:00
Baptiste Daroussin
04b70e8668 2013-03-05 graphics/vid: Broken for more than 6 month 2013-03-09 23:52:58 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Rene Ladan
ba2885d840 Remove expired, unmaintained ports:
2013-03-01 sysutils/sge60: Ancient and unsupported release
2013-03-01 sysutils/sge61: Ancient and unsupported release
2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month
2013-03-05 misc/fep: Broken for more than 6 month
2013-03-05 devel/gauche-gaunit: Broken for more than 6 month
2013-03-05 games/tuxracer_golf: Broken for more than 6 month
2013-03-05 net/bfilter: Broken for more than 6 month
2013-03-05 graphics/fnlib: Broken for more than 6 month
2013-03-05 print/gfontview: Broken for more than 6 month
2013-03-05 print/hugelatex: Broken for more than 6 month
2013-03-05 misc/gtktalog: Broken for more than 6 month
2013-03-05 x11/wterm: Broken for more than 6 month
2013-03-05 databases/xapian-bindings10: Broken for more than 6 month
2013-03-05 databases/adstudio: Broken for more than 6 month
2013-03-05 misc/splitvt: Broken for more than 6 month
2013-03-05 sysutils/udesc_dump: Broken for more than 6 month
2013-03-05 textproc/gxditview: Broken for more than 6 month
2013-03-05 x11/powershell: Broken for more then 6 month
2013-03-06 15:05:43 +00:00
Steve Wills
12be4563e4 (Readdition of graphics/rubygem-rmagick which was removed on 240397)
RMagick is an interface between the Ruby programming language and the
ImageMagick and GraphicsMagick image processing libraries.

WWW:	http://rmagick.rubyforge.org/
2013-02-26 21:32:11 +00:00
Boris Samorodov
d9aac12475 Printing profiles according to ISO 12647-2. These are CMYK ICC
profiles for ISO Printing conditions.

WWW: http://www.basiccolor.de/
2013-02-15 16:09:51 +00:00
Boris Samorodov
4d92b6091d Colour management projects to share ICC related implementation
details and data among graphics applications, libraries and color
management services.

WWW: http://sourceforge.net/projects/openicc/
2013-02-15 15:18:00 +00:00
Baptiste Daroussin
8784922ccb 2012-05-10 graphics/solang: BROKEN for more than 6 month
2012-05-10 math/octave-devel: BROKEN for more than 6 month
2012-05-10 net/spnetkit: BROKEN for more than 6 month
2013-02-14 08:21:18 +00:00
Baptiste Daroussin
acdfba3fc5 japanese/vflib||2013-02-06|Has expired: No more public distfiles
graphics/py-visual||2013-02-06|Has expired: Depends on the expired x11-toolkits/gtkglarea [1]
math/gnuplot+||2013-02-06|Upstream says: This package is obsolete. The author does not recommend to use it
science/vis5d+||2013-02-06|No new release since 2001, depends on expired x11-toolkits/gtkglarea [2]

Approved by:	stephen [1],
		nivit [2]
2013-02-06 07:46:43 +00:00
Marcus von Appen
f596e94293 Open Shading Language (OSL) is a small but rich language for
programmable shading in advanced renderers and other applications, ideal
for describing materials, lights, displacement, and pattern generation.

OSL was developed by Sony Pictures Imageworks for use in its in-house
renderer used for feature film animation and visual effects. The
language specification was developed with input by other visual effects
and animation studios who also wish to use it.

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

PR:		ports/173676
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz>
2013-01-19 21:13:17 +00:00
Baptiste Daroussin
ca85973672 2012-05-10 databases/hypertable: BROKEN for more than 6 month
2012-05-10 graphics/autopano-sift: Disappeared from vendor site. No longer required by graphics/hugin
2012-05-10 misc/airoflash: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-krystaline: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-amaranth: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-realistic: BROKEN for more than 6 month
2013-01-06 15:26:34 +00:00
Pawel Pekala
ff9399ea76 Converseen is an open source project written in C++ with the powerful Qt4
libraries. Thanks to the Magick++ image libraries it supports more than 100
image formats. You can convert and resize an unlimited number of images to
any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD,
PNG, Postscript, SVG, and TIFF.

WWW: http://converseen.sourceforge.net

PR:		ports/173631
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com>
2012-12-29 18:41:30 +00:00
Grzegorz Blach
42da163965 New port: graphics/evas_generic_loaders-svg
Additional SVG loader for Evas

PR:		ports/174739
Approved by:	tabthorpe (mentor)
2012-12-27 19:28:23 +00:00
Grzegorz Blach
2d250bb95e - Update Enlightenment to 0.17.0
- Update EFL to 1.7.4
- Convert to OptionsNG

Approved by:	crees (mentor)
2012-12-22 20:54:59 +00:00
Marcus von Appen
746b3c2792 Add new port graphics/opencolorio-tools.
This is a slave port of graphics/opencolorio containing the utility
applications of graphics/opencolorio (former CLIAPPS option on
graphics/opencolorio).

PR:		ports/172454
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
2012-12-20 10:39:55 +00:00
Gabor Pali
f6f83c9efc - Update The Glorious Glasgow Haskell Compiler to version 7.4.2
- Update Haskell Platform to version 2012.4.0.0
- Update Gtk2Hs to 0.12.4
- Transfer maintainership of math/hs-math-functions to haskell@ [1]

Please note that port revisions for all the Haskell ports without version
changes are bumped.

Some further highlights of the update:
- Trim Makefile headers
- Enable dynamic libraries and dynamic linking by default
- Enable bootstrapping by versions of GHC and HsColour already installed
- Use GCC and binutils from ports

New ports (32):

devel/hs-List                            0.5.1
devel/hs-ReadArgs                        1.2.1
devel/hs-SafeSemaphore                   0.9.0
devel/hs-activehs-base                   0.3.0.2
devel/hs-async                           2.0.1.3
devel/hs-basic-prelude                   0.3.1.0
devel/hs-classy-prelude                  0.4.1
devel/hs-classy-prelude-conduit          0.4.1
devel/hs-data-pprint                     0.2.1.4
devel/hs-date-cache                      0.3.0
devel/hs-fsnotify                        0.0.4
devel/hs-hinotify                        0.3.5
devel/hs-hspec-expectations              0.3.0.3
devel/hs-kqueue                          0.1.2.4
devel/hs-monad-logger                    0.2.3
devel/hs-optparse-applicative            0.4.2
devel/hs-project-template                0.1.0.1
devel/hs-setenv                          0.1.0
devel/hs-simple-reflect                  0.2
devel/hs-threads                         0.5.0.1
devel/hs-time-compat                     0.1.0.2
devel/hs-unix-time                       0.1.4
devel/hs-word8                           0.0.2
graphics/hs-dia-base                     0.1.1.2
graphics/hs-dia-functions                0.2.1.3
mail/hs-mime-types                       0.1.0.0
net/hs-network-info                      0.2.0.3
net/hs-network-multicast                 0.0.7
security/hs-cipher-aes                   0.1.5
textproc/hs-hexpat                       0.20.3
www/hs-activehs                          0.3.0.1
www/hs-http-reverse-proxy                0.1.0.6

Updated ports (211):

archivers/hs-tar                         0.4.0.0_1        --> 0.4.0.1
archivers/hs-zip-archive                 0.1.1.8_1        --> 0.1.2.1
archivers/hs-zlib                        0.5.3.3_1        --> 0.5.4.0
archivers/hs-zlib-bindings               0.1.0.1_1        --> 0.1.1.2
archivers/hs-zlib-conduit                0.4.0.2          --> 0.5.0.3
archivers/hs-zlib-enum                   0.2.2.1_1        --> 0.2.3
audio/hs-libmpd                          0.8.0_1          --> 0.8.0.1
benchmarks/hs-criterion                  0.6.0.1_2        --> 0.6.2.0
converters/hs-dataenc                    0.14.0.3_2       --> 0.14.0.4
converters/hs-json                       0.5_1            --> 0.7
databases/hs-persistent                  0.9.0.4_1        --> 1.0.2.2
databases/hs-persistent-sqlite           0.9.0.2_1        --> 1.0.1
databases/hs-persistent-template         0.9.0.2_1        --> 1.0.0.2
devel/hs-Boolean                         0.0.1_5          --> 0.1.1
devel/hs-DeepArrow                       0.3.5_2          --> 0.3.7
devel/hs-HUnit                           1.2.4.2_2        --> 1.2.5.1
devel/hs-MemoTrie                        0.5_1            --> 0.6.1
devel/hs-MissingH                        1.1.1.0_2        --> 1.2.0.0
devel/hs-MonadCatchIO-mtl                0.3.0.4_3        --> 0.3.0.5
devel/hs-QuickCheck                      2.4.2_1          --> 2.5.1.1
devel/hs-Stream                          0.4.6_2          --> 0.4.6.1
devel/hs-TypeCompose                     0.9.1_2          --> 0.9.7
devel/hs-abstract-deque                  0.1.5_1          --> 0.1.6
devel/hs-alex                            3.0.1_1          --> 3.0.2
devel/hs-arrows                          0.4.4.0_4        --> 0.4.4.1
devel/hs-asn1-data                       0.6.1.3_1        --> 0.7.1
devel/hs-base-unicode-symbols            0.2.2.3_2        --> 0.2.2.4
devel/hs-base64-bytestring               0.1.2.0          --> 1.0.0.0
devel/hs-blaze-builder-conduit           0.4.0.2_1        --> 0.5.0.3
devel/hs-blaze-builder-enumerator        0.2.0.4_1        --> 0.2.0.5
devel/hs-blaze-textual                   0.2.0.6_2        --> 0.2.0.8
devel/hs-bytestring-nums                 0.3.5_2          --> 0.3.6
devel/hs-c2hs                            0.16.3_3         --> 0.16.4
devel/hs-cmdargs                         0.9.5_1          --> 0.10.1
devel/hs-conduit                         0.4.2_1          --> 0.5.5
devel/hs-configurator                    0.2.0.0_2        --> 0.2.0.1
devel/hs-cpphs                           1.14             --> 1.15
devel/hs-darcs                           2.8.1_1          --> 2.8.3
devel/hs-data-default                    0.4.0_1          --> 0.5.0
devel/hs-directory-tree                  0.10.1           --> 0.11.0
devel/hs-edit-distance                   0.2.1_1          --> 0.2.1.1
devel/hs-fast-logger                     0.0.2_2          --> 0.3.1
devel/hs-file-embed                      0.0.4.4_1        --> 0.0.4.6
devel/hs-filemanip                       0.3.5.2_6        --> 0.3.6.2
devel/hs-filestore                       0.5_1            --> 0.5.0.1
devel/hs-filesystem-conduit              0.4.0_1          --> 0.5.0.2
devel/hs-gconf                           0.12.1_3         --> 0.12.1.1
devel/hs-ghc-events                      0.4.0.0_2        --> 0.4.2.0
devel/hs-ghc-mtl                         1.0.1.1_2        --> 1.0.1.2
devel/hs-gio                             0.12.3_1         --> 0.12.4
devel/hs-git-annex                       3.20120807       --> 3.20121211
devel/hs-glib                            0.12.3.1_1       --> 0.12.4
devel/hs-gtk2hs-buildtools               0.12.3.1_1       --> 0.12.4
devel/hs-haddock                         2.10.0_1         --> 2.11.0
devel/hs-happy                           1.18.9_1         --> 1.18.10
devel/hs-hashable                        1.1.2.3_1        --> 1.1.2.5
devel/hs-hashed-storage                  0.5.9_2          --> 0.5.10
devel/hs-hashtables                      1.0.1.6_1        --> 1.0.1.8
devel/hs-haskell-src-exts                1.13.3_1         --> 1.13.5
devel/hs-hastache                        0.4.1            --> 0.4.2
devel/hs-hint                            0.3.3.4_1        --> 0.3.3.5
devel/hs-hlint                           1.8.30           --> 1.8.39
devel/hs-hoogle                          4.2.11_1         --> 4.2.14
devel/hs-hslogger                        1.1.5_2          --> 1.2.1
devel/hs-hspec                           1.2.0.1          --> 1.4.2
devel/hs-language-javascript             0.5.4_1          --> 0.5.7
devel/hs-largeword                       1.0.1_2          --> 1.0.3
devel/hs-lifted-base                     0.1.1_1          --> 0.2
devel/hs-logict                          0.5.0.1_1        --> 0.5.0.2
devel/hs-monad-control                   0.3.1.3_1        --> 0.3.1.4
devel/hs-mtl                             2.1.1_1          --> 2.1.2
devel/hs-murmur-hash                     0.1.0.5_2        --> 0.1.0.6
devel/hs-parallel                        3.2.0.2_1        --> 3.2.0.3
devel/hs-pool-conduit                    0.1.0.2_1        --> 0.1.0.3
devel/hs-primitive                       0.4.1_2          --> 0.5.0.1
devel/hs-resource-pool                   0.2.1.0_1        --> 0.2.1.1
devel/hs-resourcet                       0.3.3.1          --> 0.4.4
devel/hs-silently                        1.2.0.2          --> 1.2.4
devel/hs-split                           0.1.4.3          --> 0.2.1.1
devel/hs-stm                             2.3_1            --> 2.4
devel/hs-syb                             0.3.6.1_1        --> 0.3.7
devel/hs-syb-with-class                  0.6.1.3_2        --> 0.6.1.4
devel/hs-system-fileio                   0.3.8            --> 0.3.10
devel/hs-system-filepath                 0.4.6_1          --> 0.4.7
devel/hs-tagged                          0.4.2.1_1        --> 0.4.4
devel/hs-temporary                       1.1.2.3_1        --> 1.1.2.4
devel/hs-terminfo                        0.3.2.4          --> 0.3.2.5
devel/hs-test-framework                  0.6_1            --> 0.8
devel/hs-test-framework-hunit            0.2.7_2          --> 0.3.0
devel/hs-test-framework-quickcheck2      0.2.12.2_1       --> 0.3.0.1
devel/hs-text                            0.11.2.0_1       --> 0.11.2.3
devel/hs-threadscope                     0.2.1_3          --> 0.2.2
devel/hs-uniplate                        1.6.7_1          --> 1.6.10
devel/hs-unix-compat                     0.3.0.1_1        --> 0.4.0.0
devel/hs-unordered-containers            0.2.1.0_1        --> 0.2.2.1
devel/hs-uuagc                           0.9.40.3_1       --> 0.9.42.2
devel/hs-uuagc-cabal                     1.0.2.0_2        --> 1.0.4.0
devel/hs-vault                           0.2.0.0_1        --> 0.2.0.1
devel/hs-vector                          0.9.1_2          --> 0.10.0.1
devel/hs-vector-algorithms               0.5.4_1          --> 0.5.4.2
devel/hs-void                            0.5.6            --> 0.5.8
ftp/hs-curl                              1.3.7_3          --> 1.3.8
graphics/hs-cairo                        0.12.3.1_1       --> 0.12.4
lang/hs-unlambda                         0.1_6            --> 0.1.3
mail/hs-email-validate                   0.2.8_1          --> 0.3.2
mail/hs-mime                             0.3.3.2          --> 0.3.4
mail/hs-mime-mail                        0.4.1.1_2        --> 0.4.1.2
math/hs-categories                       1.0.3_1          --> 1.0.4
math/hs-comonad                          1.1.1.6_1        --> 3.0.0.2
math/hs-comonad-transformers             2.1.2            --> 3.0
math/hs-data-lens                        2.10.0_1         --> 2.10.2
math/hs-data-lens-template               2.1.5_1          --> 2.1.7
math/hs-math-functions                   0.1.1.1_2        --> 0.1.1.2 [1]
math/hs-mwc-random                       0.12.0.0_1       --> 0.12.0.1
math/hs-pointed                          2.1.0.2_1        --> 3.0.1
math/hs-semigroupoids                    1.3.4            --> 3.0.0.1
math/hs-semigroups                       0.8.3.2_1        --> 0.8.4.1
math/hs-statistics                       0.10.1.0_1       --> 0.10.2.0
math/hs-vector-space                     0.8.2            --> 0.8.6
multimedia/hs-gstreamer                  0.12.1.1_1       --> 0.12.1.2
net/hs-network                           2.3.0.13_1       --> 2.3.1.0
net/hs-network-conduit                   0.4.0.1_1        --> 0.6.1.1
net/hs-pcap                              0.4.5.1_4        --> 0.4.5.2
net/hs-sendfile                          0.7.6_1          --> 0.7.8
net/hs-simple-sendfile                   0.2.4            --> 0.2.8
net/hs-socks                             0.4.1_1          --> 0.4.2
print/hs-hscolour                        1.20.2,1         --> 1.20.3,1
security/hs-Crypto                       4.2.5_1          --> 4.2.5.1
security/hs-HsOpenSSL                    0.10.3.2         --> 0.10.3.3
security/hs-RSA                          1.2.1.0_1        --> 1.2.2.0
security/hs-SHA                          1.5.0.1_1        --> 1.6.1
security/hs-certificate                  1.2.3_1          --> 1.3.3
security/hs-clientsession                0.7.5_1          --> 0.8.0.1
security/hs-cprng-aes                    0.2.3_2          --> 0.2.4
security/hs-crypto-conduit               0.3.2_1          --> 0.4.1
security/hs-crypto-pubkey-types          0.1.1_1          --> 0.2.0
security/hs-cryptocipher                 0.3.5            --> 0.3.6
security/hs-cryptohash                   0.7.5_1          --> 0.7.9
security/hs-digest                       0.0.1.1_1        --> 0.0.1.2
security/hs-monadcryptorandom            0.4.1_1          --> 0.5
security/hs-pureMD5                      2.1.0.3_2        --> 2.1.2.1
security/hs-pwstore-fast                 2.2_2            --> 2.3
security/hs-skein                        0.1.0.7_1        --> 0.1.0.10
security/hs-tls                          0.9.5_1          --> 1.0.2
security/hs-tls-extra                    0.4.6_1          --> 0.5.0
sysutils/hs-angel                        0.3.2_1          --> 0.3.3
textproc/hs-HStringTemplate              0.6.8_2          --> 0.6.12
textproc/hs-attoparsec-conduit           0.4.0.1_1        --> 0.5.0.3
textproc/hs-attoparsec-enumerator        0.3_2            --> 0.3.1
textproc/hs-blaze-html                   0.5.0.0          --> 0.5.1.1
textproc/hs-blaze-markup                 0.5.1.0_1        --> 0.5.1.2
textproc/hs-case-insensitive             0.4.0.1_2        --> 0.4.0.3
textproc/hs-citeproc-hs                  0.3.4_1          --> 0.3.6
textproc/hs-double-conversion            0.2.0.4_2        --> 0.2.0.5
textproc/hs-highlighting-kate            0.5.1_1          --> 0.5.3.3
textproc/hs-hs-bibutils                  4.12_4           --> 4.15
textproc/hs-html-conduit                 0.0.1_1          --> 0.1.0.4
textproc/hs-hxt                          9.2.2_1          --> 9.3.1.1
textproc/hs-lhs2tex                      1.17_4           --> 1.18.1
textproc/hs-pandoc                       1.9.4.2          --> 1.9.4.5
textproc/hs-parsec                       3.1.2_1          --> 3.1.3
textproc/hs-regex-pcre-builtin           0.94.2.1.7.7_4   --> 0.94.4.3.8.31
textproc/hs-regex-posix                  0.95.1_2         --> 0.95.2
textproc/hs-stringsearch                 0.3.6.3_2        --> 0.3.6.4
textproc/hs-tagsoup                      0.12.6_2         --> 0.12.8
textproc/hs-tagstream-conduit            0.3.2_1          --> 0.5.3
textproc/hs-texmath                      0.6.0.6_1        --> 0.6.1.1
textproc/hs-xml-conduit                  0.7.0.3_1        --> 1.0.3.3
textproc/hs-xml-types                    0.3.2            --> 0.3.3
textproc/hs-xmlhtml                      0.2.0.2          --> 0.2.0.3
textproc/hs-yaml                         0.7.0.3          --> 0.8.1.1
www/hs-HTTP                              4000.2.3_1       --> 4000.2.5
www/hs-authenticate                      1.2.1.1_1        --> 1.3.2
www/hs-cookie                            0.4.0_1          --> 0.4.0.1
www/hs-gitit                             0.10.0.1         --> 0.10.0.2
www/hs-hamlet                            1.0.1.4          --> 1.1.1.1
www/hs-happstack                         7.0.0_1          --> 7.0.1
www/hs-happstack-server                  7.0.3            --> 7.1.1
www/hs-heist                             0.8.1.1          --> 0.8.2
www/hs-hjsmin                            0.1.2_1          --> 0.1.3
www/hs-http-conduit                      1.4.1.10         --> 1.8.4.3
www/hs-http-date                         0.0.2_1          --> 0.0.3
www/hs-http-server                       1_5              --> 1.0.1
www/hs-http-types                        0.6.11_1         --> 0.7.3.0.1
www/hs-path-pieces                       0.1.1_1          --> 0.1.2
www/hs-shakespeare                       1.0.0.2_1        --> 1.0.2
www/hs-shakespeare-css                   1.0.1.2_1        --> 1.0.2
www/hs-shakespeare-js                    1.0.0.3_1        --> 1.1.0
www/hs-shakespeare-text                  1.0.0.2_1        --> 1.0.0.5
www/hs-snap                              0.9.0.1          --> 0.9.2.2
www/hs-snap-core                         0.9.0            --> 0.9.2.2
www/hs-snap-server                       0.9.0            --> 0.9.2.4
www/hs-wai                               1.2.0.3          --> 1.3.0.1
www/hs-wai-app-static                    1.2.0.4          --> 1.3.0.4
www/hs-wai-extra                         1.2.0.5          --> 1.3.0.4
www/hs-wai-logger                        0.1.4_1          --> 0.3.0
www/hs-wai-test                          1.2.0.2_1        --> 1.3.0
www/hs-warp                              1.2.2            --> 1.3.5
www/hs-yesod                             1.0.1.6_1        --> 1.1.4.1
www/hs-yesod-auth                        1.0.2.1_1        --> 1.1.2
www/hs-yesod-core                        1.0.1.2_1        --> 1.1.6.1
www/hs-yesod-default                     1.0.1.1_1        --> 1.1.2
www/hs-yesod-form                        1.0.0.4_1        --> 1.2.0.1
www/hs-yesod-json                        1.0.0.1_1        --> 1.1.2
www/hs-yesod-persistent                  1.0.0.1_1        --> 1.1.0
www/hs-yesod-platform                    1.0.5            --> 1.1.5
www/hs-yesod-routes                      1.0.1.2_1        --> 1.1.1.1
www/hs-yesod-static                      1.0.0.3_1        --> 1.1.1.1
www/hs-yesod-test                        0.2.1            --> 0.3.1.1
x11-toolkits/hs-gtk                      0.12.3.1         --> 0.12.4
x11-toolkits/hs-pango                    0.12.3_1         --> 0.12.4

Removed ports (1):

textproc/hs-xml2html                     0.1.2.3_1

Approved by:	wen (maintainer) [1]
Obtained from:	FreeBSD Haskell
2012-12-20 02:23:04 +00:00
Baptiste Daroussin
6e9a159736 Libcdr is library providing ability to interpret and import Corel Draw drawings
into various applications
2012-12-18 11:37:35 +00:00
Dmitry Marakasov
193957a077 Mandelbulber is an experimental application that helps to make
rendering 3D Mandelbrot fractals much more accessible. A few of the
supported 3D fractals: Mandelbulb, Mandelbox, BulbBox, JuliaBulb,
Menger Sponge, Quaternion, Trigonometric, Hypercomplex, and Iterated
Function Systems (IFS). All of these can be combined into infinite
variations with the ability to hybridize different formulas together.

WWW: http://www.mandelbulber.com/
2012-12-14 14:30:28 +00:00
Pawel Pekala
8cd170167e CBViewer is a comic book viewer for comic book archives in cbz, cbr, zip, and
rar formats. The interface is written in java but it requires unrar for linux
or windows depending which OS you are running on. It will do zip files in java.

WWW: http://www.renuncln.com/programs/cbviewer/

PR:		ports/173294
Submitted by:	nemysis@gmx.ch
Feature safe:	yes
2012-12-07 15:33:53 +00:00
Baptiste Daroussin
376abe627b 2012-11-26 emulators/gcube: No more public distfiles
2012-11-26 games/stepbill: No more public distfiles
2012-11-26 deskutils/ktagebuch: No more public distfiles
2012-11-26 games/jetpack: No more public distfiles
2012-11-26 games/tremor: No more public distfiles
2012-11-26 graphics/jpeg2pdf: No more public distfiles
2012-11-26 java/westhawksnmp: No more public distfiles
2012-11-26 japanese/tcl76: No more public distfiles
2012-11-26 math/stepulator: No more public distfiles
2012-11-26 editors/jedit-devel: Stable version is more recent than devel
2012-11-26 www/trac-wikirename: Functionality of this plugin is included in the Trac core since 0.12

Feature safe:	yes
2012-11-28 15:08:00 +00:00
Baptiste Daroussin
da4f0cc205 2012-11-26 ftp/mget: No more public distfiles
2012-11-26 graphics/yap: No more public distfiles
2012-11-26 games/demonquake: No more public distfiles
2012-11-26 databases/php-sqlrelay: No more public distfiles
2012-11-26 devel/fastdep: No more public distfiles
2012-11-26 graphics/svgviewer: No more public distfiles
2012-11-26 comms/garmin-utils: No more public distfiles
2012-11-26 comms/snooper: No more public distfiles
2012-11-26 graphics/xfig-devel: Stable version is more recent than devel version
2012-11-26 irc/irchat-jp: No more public distfiles
2012-11-26 games/xcogitate: No more public distfiles

Feature safe:	yes
2012-11-28 11:17:55 +00:00
Baptiste Daroussin
2114fb2304 2012-11-27 java/jmp: Java 1.5 is EOLed
2012-11-26 irc/tr-ircd: No more public distfiles
2012-11-26 lang/imp-interpreter: No more public distfiles
2012-11-26 games/xquarto: No more public distfiles
2012-11-26 games/six: No more public distfiles
2012-11-26 finance/gfp: No more public distfiles
2012-11-26 games/44bsd-hunt: No more public distfiles
2012-11-26 graphics/ale: No more public distfiles
2012-11-26 german/digibux: No more public distfiles
2012-11-26 java/eclipse-clay-core: No more public distfiles
2012-11-26 games/xbloody: No more public distfiles
2012-11-26 dns/sqldjbdns: No more public distfiles

Feature safe:	yes
2012-11-28 10:32:44 +00:00
Baptiste Daroussin
58e47a21fa 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fields
2012-11-26 textproc/lemmatizer: No more public distfiles
2012-11-26 net/relay: No more public distfiles
2012-11-26 x11-clocks/bmp-alarm: No more public distfiles
2012-11-26 net-mgmt/nagios-check_ice: No more public distfiles
2012-11-26 japanese/libicq: No more public distfiles and development ceased
2012-11-26 graphics/tonicpoint-viewer: No more public distfiles
2012-11-26 devel/safestr: No more public distfiles

Feature safe:	yes
2012-11-28 09:45:45 +00:00
Baptiste Daroussin
127f0f78f6 2012-11-27 graphics/morpheus: Depends on the expired gtkglarea
2012-11-27 devel/jakarta-commons-chain: Depends on the expired devel/portlet-api
2012-11-27 math/p5-Math-LinearCombination: Depends on the expired p5-Class-Field
2012-11-26 x11/padkey: No more public distfiles
2012-11-26 japanese/gicq: No more public distfiles and development ceased
2012-11-26 www/momspider: No more public distfiles
2012-11-26 japanese/perl5: Recent perl supports correctly japanese, consider using them
2012-11-26 sysutils/fuser: No more public distfiles
2012-11-26 textproc/ascii2pdf: No more public distfiles

Feature safe:	yes
2012-11-28 09:19:01 +00:00
TAKATSU Tomonari
85a93f64e0 - Add a new port: graphics/R-cran-png
This package provides an easy and simple way to read, write and
  display bitmap images stored in the PNG format. It can read and
  write both files and in-memory raw vectors.

  WWW: http://www.rforge.net/png/

Feature safe:	yes
2012-11-25 06:37:55 +00:00
Pawel Pekala
9c8edcc2f8 LibreAtlas is an open source Geography Education application built on top of
SpatiaLite and RasterLite. It uses LibreAtlas databases which are a digital
alternative to a paper atlas.

WWW: https://www.gaia-gis.it/fossil/libreatlas/index

PR:		ports/173149
Submitted by:	lbartoletti <coder@tuxfamily.org>
Feature safe:	yes
2012-11-20 16:34:41 +00:00
Pawel Pekala
abdaa7b1a5 librasterlite is an open source library that stores and retrieves huge raster
coverages using a SpatiaLite DBMS.

WWW: https://www.gaia-gis.it/fossil/librasterlite/index

PR:		ports/173130
Submitted by:	lbartoletti <coder@tuxfamily.org>
Feature safe:	yes
2012-11-19 20:51:45 +00:00
Jason E. Hale
0ade182948 apngdis converts an APNG file into a sequence of individual PNG frames
via a simple command-line interface.

WWW: http://sourceforge.net/projects/apngdis/

PR:		ports/173205
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
2012-11-04 09:54:21 +00:00
Dmitry Marakasov
51f5b2331c Resurrect graphics/exifprobe, mirror distfiles.
Exifprobe examines and reports the contents and structure of JPEG and
TIFF image files. It will recognize all standard JPEG markers  (including
APPn  markers) and will report the contents of any properly structured TIFF
IFD encountered, even when entry tags  are  not  recognized. Recognized  TIFF
and TIFF/EP tags are expanded, including  EXIF2.2 sections and camera MakerNotes
which are found to be in TIFF  IFD  format. Location, size, and format of image
data is reported by default.

Feature safe:	yes
2012-11-01 22:52:24 +00:00
Baptiste Daroussin
96abb7a57b 2012-10-20 lang/ironpython: No more public distfiles
2012-10-20 lang/cu-prolog: No more public distfiles
2012-10-20 japanese/stardict-dict-ja: No more public distfiles
2012-10-20 japanese/otojiro-fpw: No more public distfiles
2012-10-20 japanese/hex: No more public distfiles
2012-10-20 japanese/gxditview: No more public distfiles
2012-10-20 graphics/view3ds: No more public distfiles
2012-10-20 graphics/photoclip: No more public distfiles
2012-10-20 graphics/multivideo: Abandonware, no more upstream, depends on the deprecated wxGTK 2.4
2012-10-20 graphics/kphotoalbum: No more public distfiles
2012-10-20 graphics/jpegpixi: No more public distfiles
2012-10-20 graphics/gimp-manual-pdf: No more public distfiles
2012-10-20 graphics/exifprobe: No more public distfiles

Feature safe:	yes
2012-10-25 22:36:44 +00:00
Pawel Pekala
b35c32f5af OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation.

WWW: http://www.opencolorio.org

PR:		ports/171667
Submitted by:	FreeBSD@Shaneware.biz
2012-09-19 15:19:59 +00:00
Max Brazhnikov
12673addd2 Add new port graphics/burplex:
This Qt 4 based program allows to browse directory tree, preview
and select images. The list of selected images is stored in a file
which can be used for further batch processing.

WWW: http://www.burplex.com

PR:		based on ports/169383
Submitted by:	Waitman Gobble <uzimac at da3m0n8t3r.com>
2012-09-18 20:58:30 +00:00
Max Brazhnikov
7040e0a359 Add new port graphics/nomacs:
nomacs is small, fast and able to handle the most common image
formats. Additionally it is possible to synchronize multiple
viewers. A synchronization of viewers running on the same computer
or via LAN is possible. It allows to compare images and spot the
differences (e.g. schemes of architects to show the progress).

WWW: http://www.nomacs.org/

PR:		based on ports/170666
Submitted by:	Jens K. Loewe <bsd at tuxproject.de>
2012-09-18 20:56:49 +00:00
Olivier Duchateau
2b0c5fa5e0 Wand is a ctypes-based MagickWand API binding for Python.
Approved by:	rene, miwi (mentors)
2012-09-09 16:31:35 +00:00
Max Brazhnikov
e0f0857caf Add new port graphics/py-poppler-qt4:
Python bindings for poppler-qt4.

WWW: http://python-poppler-qt4.googlecode.com

PR:		based on ports/171223
Submitted by:	Martin Dieringer <martin.dieringer at gmx.de>
2012-09-06 14:01:54 +00:00
Cy Schubert
3c2a77dab9 Add new qxv port.
qxv is an image viewer whose interface is key-to-key compatible with the
classic xv program. It is meant to replace xv, which is old, unmaintained,
not Free Software, and therefore not shipped with most software
distributions anymore.
2012-08-29 01:24:04 +00:00
Rene Ladan
992a3cc042 Remove some expired ports:
2012-06-30 databases/php5-rrdtool: deprecated via upstream please use databases/pecl-rrd.
2012-07-31 graphics/evas-engine-xrender: Deprecated by enlightenment.org
2012-07-31 graphics/evas-loader-edb: Deprecated by enlightenment.org
2012-03-27 www/linux-f10-flashplugin10: has vulnerabilities and is EOL
2012-07-31 x11-wm/e17-module-efm_nav: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-efm_path: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-efm_pathbar: Deprecated by enlightenment.org
2012-07-31 x11-wm/e17-module-notification: Merged into x11-wm/enlightenment
2012-08-26 09:41:50 +00:00
Steven Kreuzer
ea28d29123 GDD is a graphics device for R which uses libgd for creating bitmap output.
Supported output formats are png8, png24, gif and jpeg.

The main purpose of this package is to replace png/jpeg and similar native
devices in R which either rely on X11 or use GhostScript are thus are very slow
and not suitable in server applications. GDD also supports advanced features
such as anti-aliasing of both lines and text.

WWW:	http://www.rosuda.org/R/GDD/
2012-08-22 13:59:54 +00:00
Ashish SHUKLA
25174ab4d0 MComix is an user-friendly, customizable image viewer. It is
specifically designed to handle comic books, but also serves as a
generic viewer. It reads images in ZIP, RAR, 7Zip or tar archives as
well as plain image files.

WWW:	http://mcomix.sourceforge.net/
2012-08-06 16:45:19 +00:00
Martin Wilke
9eb1e1ff58 Pillow is the "friendly" PIL fork. PIL is the Python Imaging Library. Pillow
was started for and is currently maintained by the Plone community. But it is
used by many other folks in the Python web community.

WWW:	http://github.com/collective/Pillow

PR:		ports/168750
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-08-05 06:26:41 +00:00
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +00:00
Max Brazhnikov
3b283a57f4 Add new port graphics/libpgf (prerequisite for digikam update):
The Progressive Graphics File (PGF) is an efficient image file format that is
based on a fast, discrete wavelet transform with progressive coding features.
PGF can be used for lossless and lossy compression.

WWW: http://www.libpgf.org

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-07-30 20:19:18 +00:00
Alex Kozlov
5e83c36f63 Remove expired ports:
2012-07-20 audio/etoile-melodie: API no longer supported
2012-07-20 audio/etoile-volumecontrolmenulet: API no longer supported
2012-07-20 deskutils/etoile-corner: API no longer supported
2012-07-20 deskutils/etoile-dictionaryreader: API no longer supported
2012-07-20 deskutils/etoile-distributedview: API no longer supported
2012-07-20 deskutils/etoile-extendedworkspacekit: API no longer supported
2012-07-20 deskutils/etoile-hardware: API no longer supported
2012-07-20 deskutils/etoile-inspectorkit: API no longer supported
2012-07-20 deskutils/etoile-lookandbehavior: API no longer supported
2012-07-20 deskutils/etoile-menuserver: API no longer supported
2012-07-20 deskutils/etoile-panekit: API no longer supported
2012-07-20 deskutils/etoile-scriptservices: API no longer supported
2012-07-20 deskutils/etoile-servicemenulet: API no longer supported
2012-07-20 deskutils/etoile-servicesbarkit: API no longer supported
2012-07-20 deskutils/etoile-systemconfig: API no longer supported
2012-07-20 deskutils/etoile-trackerkit: API no longer supported
2012-07-20 deskutils/etoile-ui: API no longer supported
2012-07-20 devel/etoile-collectionkit: API no longer supported
2012-07-20 devel/etoile-coreobject: API no longer supported
2012-07-20 devel/etoile-foundation: API no longer supported
2012-07-20 devel/etoile-serialize: API no longer supported
2012-07-20 devel/etoile-unitkit: API no longer supported
2012-07-20 devel/llvm-etoile: API no longer supported
2012-07-20 editors/etoile-typewriter: API no longer supported
2012-07-20 graphics/popplerkit: API no longer supported
2012-07-20 graphics/vindaloo: API no longer supported
2012-07-20 lang/etoile-compiler: API no longer supported
2012-07-20 lang/etoile-io: API no longer supported
2012-07-20 lang/etoile-languagekit: API no longer supported
2012-07-20 lang/etoile-lkplugins: API no longer supported
2012-07-20 lang/etoile-scriptkit: API no longer supported
2012-07-20 lang/etoile-smalltalkkit: API no longer supported
2012-07-20 multimedia/etoile-babbler: API no longer supported
2012-07-20 multimedia/etoile-mediakit: API no longer supported
2012-07-20 multimedia/etoile-multimediakit: API no longer supported
2012-07-20 net-im/etoile-stepchat: API no longer supported
2012-07-20 net-im/etoile-xmppkit: API no longer supported
2012-07-20 sysutils/etoile-behavior: API no longer supported
2012-07-20 sysutils/etoile-installer: API no longer supported
2012-07-20 sysutils/etoile-powermenulet: API no longer supported
2012-07-20 sysutils/etoile-system: API no longer supported
2012-07-20 textproc/etoile-lucenekit: API no longer supported
2012-07-20 textproc/etoile-ogrekit: API no longer supported
2012-07-20 textproc/etoile-opmlkit: API no longer supported
2012-07-20 www/etoile-bookmarkkit: API no longer supported
2012-07-20 www/etoile-mollusk: API no longer supported
2012-07-20 x11-fm/etoile-fontmanager: API no longer supported
2012-07-20 x11-themes/etoile-azbackground: API no longer supported
2012-07-20 x11-themes/etoile-camaelon: API no longer supported
2012-07-20 x11-themes/etoile-etoilemenus: API no longer supported
2012-07-20 x11-themes/etoile-iconkit: API no longer supported
2012-07-20 x11-themes/etoile-wildmenus: API no longer supported
2012-07-20 x11-wm/etoile-azalea: API no longer supported
2012-07-20 x11-wm/etoile-azdock: API no longer supported
2012-07-20 x11-wm/etoile-azswitch: API no longer supported
2012-07-20 x11-wm/etoile-login: API no longer supported
2012-07-20 x11/etoile: Update to a new release is required
2012-07-20 x11/etoile-idle: API no longer supported
2012-07-20 x11/etoile-iterm: API no longer supported
2012-07-20 x11/etoile-xwindowserverkit: API no longer supported
2012-07-20 x11/gnustep-app: API no longer supported
2012-07-28 01:02:20 +00:00
Pawel Pekala
4eedbad428 Zathura plugin to view DJVU with djvulibre
WWW: http://pwmt.org/projects/zathura/plugins/

PR:		ports/169721
Submitted by:	Alexander Y. Grigoryev <alexander.4mail@gmail.com>
2012-07-09 22:28:45 +00:00
Pawel Pekala
8281e34e07 libgaiagraphics is an open source library supporting common-utility
raster handling methods.

WWW:	https://www.gaia-gis.it/fossil/libgaiagraphics/index

PR:		ports/169180
Submitted by:	lbartoletti <coder@tuxfamily.org>
2012-07-02 14:27:14 +00:00
Romain Tartière
53007adfc1 Pinta is a drawing/editing program modeled after Paint.NET. Its goal is to
provide a simplified alternative to GIMP for casual users.

WWW: http://pinta-project.com/

PR:		ports/164309
Submitted by:	Alexander Kojevnikov <alexander@kojevnikov.com>
2012-07-02 12:46:08 +00:00
Sunpoet Po-Chuan Hsieh
3bfc2b8a3d - Connect p5-Chart
- Disconnect p5-chart
2012-07-01 05:01:01 +00:00
Max Brazhnikov
b9eaf39433 - Update E17 ports:
EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643)
- Pass maintainership to submitter.
- New ports:
	benchmarks/expedite
	devel/eio
	graphics/evas-loader-generic
	graphics/evas-loader-ico
	graphics/evas-loader-psd
	graphics/evas-loader-wbmp
	graphics/evas_generic_loaders-gst
	graphics/evas_generic_loaders-pdf
	graphics/evas_generic_loaders-ps
	graphics/evas_generic_loaders-raw
	graphics/evas_generic_loaders-xcf
	x11-wm/e17-module-comp-scale
	x11-wm/e17-module-e-tiling
	x11-wm/e17-module-elfe
	x11-wm/e17-module-everything-aspell
	x11-wm/e17-module-everything-shotgun
	x11-wm/e17-module-xkbswitch

PR:		ports/167405
Submitted by:	Grzegorz Blach <magik at roorback.net>
2012-06-26 17:36:30 +00:00
Sunpoet Po-Chuan Hsieh
8972362c86 - Add py-django-easy-thumbnails 1.0.3
The primary function of easy-thumbnails is to dynamically create thumbnails
based on a source image.  So whenever a thumbnail does not exist or if the
source was modified more recently than the existing thumbnail, a new thumbnail
is generated (and saved).  Thumbnail aliases can be defined, providing
predefined thumbnail options.  This also allows for generation of thumbnails
when the source image is uploaded.

WWW: http://pypi.python.org/pypi/easy-thumbnails/
WWW: https://github.com/SmileyChris/easy-thumbnails

PR:		ports/169246
Submitted by:	Matthew X. Economou <xenophon+fbsdports@irtnog.org>
2012-06-24 15:19:38 +00:00
Brendan Fabeny
dfe91aa6ae update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that was
formerly in graphics/djvulibre has been removed, and graphics/djvulibre-nox11
has been merged back into graphics/djvulibre
2012-06-13 04:49:48 +00:00
Sunpoet Po-Chuan Hsieh
e41e8fba30 - Add php-gdal 1.9.1
This port is the PHP binding for GDAL (Geospatial Data Abstraction Library).

WWW: http://www.gdal.org/
2012-06-12 18:26:10 +00:00
Sunpoet Po-Chuan Hsieh
3871e624e7 - Add ruby-gdal 1.9.1
This port is the Ruby binding for GDAL (Geospatial Data Abstraction Library).

WWW: http://www.gdal.org/
2012-06-12 18:24:24 +00:00
Sunpoet Po-Chuan Hsieh
783797e774 - Add py-gdal 1.9.1
This port is the Python binding for GDAL (Geospatial Data Abstraction Library).

WWW: http://www.gdal.org/
2012-06-12 18:23:26 +00:00
Sunpoet Po-Chuan Hsieh
524455acfa - Add p5-Geo-GDAL 1.9.1
This port is the Perl binding for GDAL (Geospatial Data Abstraction Library).

WWW: http://www.gdal.org/
2012-06-12 18:21:46 +00:00
Max Brazhnikov
99603ce642 Add new port graphics/libkface:
Libkface is a KDE C++ wrapper for libface which provides face recognition
and detection in pictures.

WWW: http://www.digikam.org

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51 commit
2012-06-09 13:34:19 +00:00
Dirk Meyer
6468df8c3d - retire libungif 2012-06-05 05:11:15 +00:00
Guido Falsi
69c7797781 VolPack is a portable software library for volume rendering, written
by Philippe Lacroute.

WWW:	http://www-graphics.stanford.edu/software/volpack/

Approved by:    crees (mentor)
2012-05-29 21:32:05 +00:00
Dmitry Marakasov
f14001c2be Tiled is a general purpose tile map editor. It's built to be easy
to use, yet flexible enough to work with varying game engines,
whether your game is an RPG, platformer or Breakout clone. Tiled
is free software and written in C++, using the Qt application
framework. The main features in a nutshell:

    * General purpose tile map editor with XML-based map format
    * Supports orthogonal and isometric maps
    * Custom objects can be placed with pixel precision
    * Full undo/redo and copy/paste support
    * Add custom properties to tiles, layers, objects or the map
    * Automatically reloads tilesets when changed externally
    * Resize or offset your tile map later as needed
    * Efficient tile editing tools like stamp and fill brushes
    * Supports input/output plugins to open and save files in custom
      formats

WWW:	http://www.mapeditor.org/
2012-05-28 13:44:13 +00:00
Rene Ladan
ca5ad1a167 Remove expired port:
2012-05-10 graphics/linux-ac3d: BROKEN for more than 6 month
2012-05-19 21:35:22 +00:00
Pawel Pekala
c4ff8f3272 Zathura plugin to view PDF with poppler rendering engine
WWW: http://pwmt.org/projects/zathura/plugins/

PR:		ports/167328
Submitted by:	Mike Krutov <neko@takino.org> (port)
		Quentin Stievenart <quentin.stievenart@gmail.com> (fixes)
2012-05-18 20:16:43 +00:00
Rene Ladan
08865bed1d Remove expired unmaintained ports:
2012-05-16 databases/sqlite34: No more supported, please use databases/sqlite3 instead
2012-05-10 graphics/long-exposure-tools: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-hsb: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-mt: BROKEN for more than 6 month
2012-05-10 misc/kde3-i18n-nso: BROKEN for more than 6 month
2012-05-10 net-im/pino: BROKEN for more than 6 month
2012-05-18 print/perlftlib: No more upstream, no more used in the ports tree
2012-05-18 13:18:31 +00:00
Martin Wilke
e96307370b With PEAR::Image_Barcode2 class you can create a barcode representation of a
given string.

This class uses GD function because this the generated graphic can be any of
GD supported image types.

WWW: http://pear.php.net/package/Image_Barcode2/

PR:		ports/166979
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-05-18 09:25:43 +00:00
Martin Wilke
cb208bc502 Radius Engine is a Lua script-based real-time 2D graphics engine designed
for rapidly prototyping games. Built on top of SDL and OpenGL,
games made with Radius Engine are portable to both Windows and Linux.

WWW: http://radius-engine.sourceforge.net/

PR:		ports/168083
Submitted by:	nemysis@gmx.ch
2012-05-18 04:40:50 +00:00
Florian Smeets
902a0675be readd php 5.3.13 and all its modules as php53* 2012-05-16 09:46:51 +00:00
Baptiste Daroussin
f44915884b 2012-05-10 archivers/php4-bz2: php4 is EOLed
2012-05-10 archivers/php4-zlib: php4 is EOLed
2012-05-10 converters/php4-iconv: php4 is EOLed
2012-05-10 converters/php4-mbstring: php4 is EOLed
2012-05-10 converters/php4-recode: php4 is EOLed
2012-05-10 databases/php4-dba: php4 is EOLed
2012-05-10 databases/php4-dbase: php4 is EOLed
2012-05-10 databases/php4-dbx: php4 is EOLed
2012-05-10 databases/php4-filepro: php4 is EOLed
2012-05-10 databases/php4-interbase: php4 is EOLed
2012-05-10 databases/php4-mssql: php4 is EOLed
2012-05-10 databases/php4-mysql: php4 is EOLed
2012-05-10 databases/php4-odbc: php4 is EOLed
2012-05-10 databases/php4-oracle: php4 is EOLed
2012-05-10 databases/php4-pgsql: php4 is EOLed
databases/php4-rrdtool: php4 is EOLed
2012-05-10 databases/php4-sybase_ct: php4 is EOLed
2012-05-10 devel/php4-dio: php4 is EOLed
2012-05-10 devel/php4-gettext: php4 is EOLed
2012-05-10 devel/php4-mcve: php4 is EOLed
2012-05-10 devel/php4-ncurses: php4 is EOLed
2012-05-10 devel/php4-pcntl: php4 is EOLed
2012-05-10 devel/php4-pcre: php4 is EOLed
2012-05-10 devel/php4-readline: php4 is EOLed
2012-05-10 devel/php4-shmop: php4 is EOLed
2012-05-10 devel/php4-sysvmsg: php4 is EOLed
2012-05-10 devel/php4-sysvsem: php4 is EOLed
2012-05-10 devel/php4-sysvshm: php4 is EOLed
2012-05-10 devel/php4-tokenizer: php4 is EOLed
2012-05-10 finance/php4-pfpro: php4 is EOLed
2012-05-10 ftp/php4-curl: php4 is EOLed
2012-05-10 ftp/php4-ftp: php4 is EOLed
2012-05-10 graphics/php4-chartdirector: php4 is EOLed
2012-05-10 graphics/php4-exif: php4 is EOLed
2012-05-10 graphics/php4-gd: php4 is EOLed
lang/php4: php4 is EOLed
2012-05-10 lang/php4-extensions: php4 is EOLed
2012-05-10 lang/php4-overload: php4 is EOLed
2012-05-10 mail/php4-imap: php4 is EOLed
2012-05-10 math/php4-bcmath: php4 is EOLed
2012-05-10 math/php4-gmp: php4 is EOLed
2012-05-10 misc/php4-calendar: php4 is EOLed
2012-05-10 misc/php4-mcal: php4 is EOLed
2012-05-10 net/php4-ldap: php4 is EOLed
2012-05-10 net/php4-sockets: php4 is EOLed
2012-05-10 net/php4-xmlrpc: php4 is EOLed
2012-05-10 net/php4-yp: php4 is EOLed
2012-05-10 net-mgmt/php4-snmp: php4 is EOLed
2012-05-10 security/php4-crack: php4 is EOLed
2012-05-10 security/php4-mcrypt: php4 is EOLed
2012-05-10 security/php4-mhash: php4 is EOLed
2012-05-10 security/php4-openssl: php4 is EOLed
2012-05-10 sysutils/php4-posix: php4 is EOLed
2012-05-10 textproc/php4-ctype: php4 is EOLed
2012-05-10 textproc/php4-domxml: php4 is EOLed
2012-05-10 textproc/php4-pspell: php4 is EOLed
2012-05-10 textproc/php4-wddx: php4 is EOLed
2012-05-10 textproc/php4-xml: php4 is EOLed
2012-05-10 textproc/php4-xslt: php4 is EOLed
2012-05-10 www/php4-session: php4 is EOLed
2012-05-10 archivers/pecl-zip: php4 is EOLed
2012-05-10 databases/pecl-sqlite: php4 is EOLed
2012-05-11 devel/pear-XML_XPath: php4 is EOLed
2012-05-11 devel/pecl-json: php4 is EOLed
2012-05-10 www/pecl-tidy: php4 is EOLed
2012-05-10 www/php-dyn: php4 is EOLed
2012-05-11 security/pecl-hash: php4 is EOLed
2012-05-11 net/phpldapadmin098: php4 is EOLed
graphics/jpgraph: php4 is EOLed
2012-05-11 19:36:53 +00:00
TAKATSU Tomonari
6521ae8f9a - Added into a wrong category: graphics
- Use math/R-cran-labeling instead of this
2012-05-09 22:38:52 +00:00
TAKATSU Tomonari
743e405013 - Add a new port: math/R-cran-labeling
Implements a number of axis labeling schemes, including those
  compared in An Extension of Wilkinson's Algorithm for Positioning
  Tick Labels on Axes by Talbot, Lin, and Hanrahan, InfoVis 2010.

  WWW:	http://cran.r-project.org/web/packages/labeling/
2012-05-09 11:46:22 +00:00
Alex Kozlov
4901195b5e The Founts is a demo/program, which was inspired by Eric's Cascade.
PR:	ports/167497
Submitted by:	nemysis <nemysis@gmx.ch>
Approved by:	eadler (mentor)
2012-05-06 14:30:38 +00:00
Sunpoet Po-Chuan Hsieh
3264b2f906 - Add py-openimageio 1.0.3
Python bindings for OpenImageIO.

WWW: http://www.openimageio.org

PR:		ports/167412
Submitted by:	Shane Ambler <FreeBSD@Shaneware.biz>
2012-05-01 16:45:36 +00:00
Guido Falsi
5a69494526 This is Viewnior, an image viewer program. Created to be simple, fast
and elegant. It's minimalistic interface provides more screenspace for
your images. Among its features are:

Fullscreen & Slideshow
Rotate, flip, crop, save, delete images
Animation support
Browse only selected images
Navigation window
Set image as wallpaper (GNOME2, GNOME3, XFCE, LXDE, FluxBox)
Simple interface
Configurable mouse actions

WWW: http://xsisqox.github.com/Viewnior/

PR:		ports/167242
Submitted by:	nemysis@gmx.ch
Approved by:	crees (mentor)
2012-04-30 17:52:56 +00:00
Pawel Pekala
5396fd7707 OpenImageIO is a library for reading and writing images, and a bunch of
related classes, utilities, and applications.

There is a particular emphasis on formats and functionality used
in professional, large-scale animation and visual effects work for film.

OpenImageIO is used extensively in animation and VFX studios all over the world,
and is also incorporated into several commercial products.

WWW: http://www.openimageio.org

PR:		ports/166858
Submitted by:	Shane Ambler
2012-04-17 16:04:20 +00:00
Eitan Adler
c9eddf9897 It seems these ports are still required on 7.x
Feature safe:	yes
2012-03-25 21:46:08 +00:00
Eitan Adler
b874aa45af Remove these vulnerable ports:
2011-10-14 graphics/linux-tiff
2011-10-14 x11-toolkits/linux-pango

Feature safe:	yes
2012-03-25 20:32:53 +00:00
Eitan Adler
8bf6e881b8 Remove two expired ports:
2012-03-21 graphics/vrml2pov: "unfetchable"
2012-03-20 net-p2p/fidelio: Hotline services does not exists anymore

Feature safe:	yes
2012-03-21 13:08:39 +00:00
TAKATSU Tomonari
bfa6c6b590 - Add a new port: graphics/R-cran-scales
Scales map data to aesthetics, and provide methods for automatically
  determining breaks and labels for axes and legends.

  WWW:	http://cran.r-project.org/web/packages/scales/
2012-03-05 20:39:42 +00:00
TAKATSU Tomonari
41cf9f76fa - Add a new port: graphics/R-cran-pixmap
Functions for import, export, plotting and other manipulations of
  bitmapped images.

  WWW:	http://cran.r-project.org/web/packages/pixmap/
2012-02-26 22:22:25 +00:00
TAKATSU Tomonari
0ca99f6414 - Add a new port: graphics/R-cran-rtiff
This package will read and write TIFF format images and return them
  as a pixmap object. Because the resulting object can be very large
  for even modestly sized TIFF images, images can be reduced as they
  are read for improved performance. This package is a wrapper around
  libtiff (www.libtiff.org), on which it depends (i.e. the libtiff
  shared library must be on your PATH for the binary to work, and
  tiffio.h must be on your system to build the package from source).
  By using libtiff's highlevel TIFFReadRGBAImage function, this package
  inherently support a wide range of image formats and compression
  schemes. This package also provides an implementation of the Ridler
  Autothresholding algorithm for easy generation of binary masks.

  WWW:	http://cran.r-project.org/web/packages/rtiff/
2012-02-26 21:54:23 +00:00
Pawel Pekala
a51574f1d7 The openNURBS Initiative provides CAD, CAM, CAE, and computer graphics software
developers the tools to accurately transfer 3-D geometry between applications.

openNURBS is an open source toolkit for reading and writing models in the 3DM
format

WWW: http://www.openNURBS.org

PR:		ports/164376
Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com>
2012-02-18 14:03:47 +00:00
TAKATSU Tomonari
8b5cfab87d - Add a new port: graphics/R-cran-rgdal
Provides bindings to Frank Warmerdam's Geospatial Data Abstraction
  Library (GDAL) (>= 1.3.1) and access to projection/transformation
  operations from the PROJ.4 library. The GDAL and PROJ.4 libraries
  are external to the package, and, when installing the package from
  source, must be correctly installed first. Both GDAL raster and OGR
  vector map data can be imported into R, and GDAL raster data and
  OGR vector data exported. Use is made of classes defined in the sp
  package.

  WWW:	http://cran.r-project.org/web/packages/rgdal/
2012-02-11 01:45:46 +00:00
TAKATSU Tomonari
92fed8a909 - Add a new port: graphics/R-cran-munsell
Functions for exploring and using the Munsell colour system

  WWW:	http://cran.r-project.org/web/packages/munsell/
2012-02-07 21:22:28 +00:00
TAKATSU Tomonari
2501ce08a0 - Add a new port: graphics/R-cran-dichromat
Collapse red-green distinctions to simulate the effects of
  colour-blindness

  WWW:	http://cran.r-project.org/web/packages/dichromat/
2012-02-07 20:58:26 +00:00
Baptiste Daroussin
79ac946b88 Graphite is a package that can be used to create "smart fonts" capable of
displaying writing systems with various complex behaviors, such as:

 * contextual shaping
 * ligatures
 * reordering
 * split glyphs
 * bidirectionality
 * stacking diacritics
 * complex positioning

WWW:	http://scripts.sil.org/RenderingGraphite
2012-01-22 09:46:53 +00:00
Baptiste Daroussin
531fa0bb11 Add sampleicc 1.6.6, library for reading, writing, manipulating, and
applying ICC profiles.
2012-01-21 21:07:57 +00:00
Michael Scheidell
b8490f4b8c - Author of stl2pov has replaced code with python module, py-stl
PR:		ports/163698
Submitted by:	Roland Smith <rsmith@xs4all.nl> (maintainer)
Approved by:	maintainer, gabor (mentor)
2012-01-12 13:32:14 +00:00
Pawel Pekala
339167ac7f Easy graphic editing program
WWW:	http://qt-apps.org/content/show.php/easyPaint?content=140877

PR:		ports/163902
Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>
2012-01-10 20:14:04 +00:00
TAKATSU Tomonari
eb247292cd - Add a new port: graphics/pear-IO_SWF
PEAR library for reading/writing SWF binary

  WWW:	http://openpear.org/package/IO_SW
2011-12-27 15:32:44 +00:00
Max Brazhnikov
b9c45859c8 connect showimage
Feature safe:	yes
2011-12-13 16:29:24 +00:00
Alexey Dokuchaev
a4cb92abac Add RenRot, Perl utility for various processing tasks on the image files, and
give maintainership to the author per his kind agreement.

WWW: http://puszcza.gnu.org.ua/projects/renrot/

Feature safe:	yes
2011-12-11 14:50:25 +00:00
Steve Wills
f2df7d5adf Remove these ports as they are no longer included in the upstream
ruby-gnome.

devel/ruby-gconf2
devel/ruby-gnomevfs
devel/ruby-libglade2
graphics/ruby-gnomecanvas2
graphics/ruby-libart2
print/ruby-gnomeprint
www/ruby-gtkhtml2
www/ruby-gtkmozembed
x11-toolkits/ruby-gnomeprintui
x11-toolkits/ruby-gtkglext
x11-toolkits/ruby-panelapplet
x11/ruby-gnome2-all

PR:		ports/162139
Submitted by:	TAKATSU Tomonari <tota@freebsd.org> (based on)
Feature safe:	yes
2011-12-05 22:53:04 +00:00
Jun Kuriyama
e55c31e550 A plugin for blockdiag that provides shapes for networking.
The shapes are using Network Topology Icons designed by Cisco Systems, Inc.

o Network Topology Icons: http://www.cisco.com/web/about/ac50/ac47/2.html
o Cisco Systems, Inc: http://www.cisco.com/

WWW:	http://pypi.python.org/pypi/blockdiagcontrib-cisco/

Feature safe:	yes
2011-12-01 23:32:06 +00:00
Martin Wilke
1db1e4f8a4 eLectrix is an application to view Portable Document Format (PDF) files.
Features:
- zoom an rotation
- basic text search
- basic navigation history
- fullscreen mode
- tabs

WWW:	http://electrix.sourceforge.net/

PR:		ports/162525
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
Feature safe: yes
2011-11-19 18:14:53 +00:00
Martin Wilke
fa31c5aeb3 This module implements several resizing algorithms with a focus on low
overhead, speed and minimal features. Algorithms available are:

  GD's copyResampled (floating-point)
  GD's copyResampled fixed-point (useful on embedded devices/NAS devices)
  GraphicsMagick's assortment of resize filters (floating-point)
  GraphicsMagick's Triangle filter in fixed-point

Supported image formats include JPEG, GIF, PNG, and BMP for input, and
JPEG and PNG for output.

WWW: http://search.cpan.org/dist/Image-Size/

PR:		ports/162484
Submitted by:	Mark Atkinson <atkin901@gmail.com>
Feature safe: 	yes
2011-11-13 05:49:53 +00:00
Sunpoet Po-Chuan Hsieh
e9b3b248b5 - Add rubygem-png 1.2.0
PNG is an almost-pure-ruby PNG library. It lets you write a PNG without any C
libraries.

WWW: https://rubygems.org/gems/png

Feature safe:	yes
2011-11-12 18:21:50 +00:00
Baptiste Daroussin
743df00776 2011-11-06 devel/soup: Unmaintain, use devel/libsoup
2011-11-06 graphics/clutter-qt: upstream distfile and doesn't build, and doesn't seem to be developed anymore
2011-11-06 graphics/p5-clutter: upstream distfile disappeard, and doesn't seem to be developed anymore
2011-11-06 graphics/librsvg: unmaintained and not used anymore
2011-11-09 13:14:01 +00:00
Sunpoet Po-Chuan Hsieh
8d91c37fd7 - Add p5-GraphViz2 1.11
This module provides a Perl interface to the amazing Graphviz, an open source
graph visualization tool from AT&T.

It is called GraphViz2 so that pre-existing code using (the Perl module)
GraphViz continues to work.

To avoid confusion, when I use GraphViz2 (note the capital V), I'm referring to
this Perl module, and when I use Graphviz (lower-case v) I'm referring to the
underlying tool (which is in fact a set of programs).

This version of GraphViz2 targets Graphviz 2.23.6+.

GraphViz2 1.x is a complete re-write, by Ron Savage, of GraphViz 2.x, which was
written by Leon Brocard. The point of the re-write is to provide access to all
the latest options available to users of Graphviz.

GraphViz2 1.x is not backwards compatible with GraphViz 2.x, despite the
considerable similarity. It was not possible to maintain compatibility while
extending support to all the latest features of Graphviz.

To ensure GraphViz2 is a light-weight module, Hash::FieldHash has been used to
provide getters and setters, rather than Moose.

WWW: http://search.cpan.org/dist/GraphViz2/
2011-11-09 01:37:51 +00:00
Martin Wilke
b9a01f7d59 A pure Python module to decode (read) and encode (write) PNG files.
All PNG formats are supported.

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

PR:		ports/162304
Submitted by:	Zhihao Yuan <lichray@gmail.com>
2011-11-05 18:35:30 +00:00
Doug Barton
a1b8c7234f Remove ports@ ports that have been DEPRECATED for at least 1 month
audio/shoutcast		Unfetchable; website rearranged
audio/linux-shoutcast	Unfetchable; website rearranged
chinese/scim-chewing	Does not configure
converters/py-cjkcodecs	Integrated into every python version in the tree
databases/kpogre	Does not compile
deskutils/mhc		Does not fetch
deskutils/org-mode.el6	Does not fetch
deskutils/gemcal	Does not fetch
devel/erlang-thrift	Does not build
dns/domtools		Does not fetch
editors/richtext	Does not compile
games/vultures-claw	Does not fetch
games/bomb		Does not fetch
games/lgeneral-data	Bad plist
games/linux-enemyterritory-jaymod	Does not fetch
games/xphotohunter	Does not fetch
graphics/gimpshop	Fails to patch
graphics/lightspark-devel	Does not compile
graphics/xmms-plazma	Does not fetch
graphics/py-cgkit	Does not fetch, does not compile on ia64, powerpc, or sparc64
japanese/rxvt		Does not fetch, fails to build with new utmpx
japanese/epic4		Some distfiles do not fetch
java/jde		Does not fetch
java/kaffe		Does not fetch
korean/gdick	HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems
korean/hanterm-xf86	Does not compile
korean/stardict2-dict-kr Does not fetch
lang/p5-JavaScript	Does not fetch
lang/TenDRA	Website disappeared; last release 2006, Does not compile on recent FreeBSD-9
mail/freepops		Does not build
mail/itraxp		Does not build
misc/tellico		Leaves file behind on deinstall
net/gsambad		Does not fetch
net/nocatauth-gateway	Uses a UID registered to another port
net/nocatauth-server	Uses a UID registered to another port
net/libosip2		Does not fetch
net/kmuddy		Does not fetch
net/netboot		Does not build
net-mgmt/jffnms		Does not fetch
net-p2p/frostwire	Does not fetch
net-p2p/azureus		Does not fetch
news/cleanscore		Does not fetch
news/nntpswitch		Does not fetch
news/p5-NewsLib		Does not fetch
russian/cyrproxy	Does not fetch
science/gerris		Does not fetch
security/opensaml	Does not fetch
sysutils/wmbattery	Does not fetch
sysutils/cpuburn	No more public distfiles
textproc/tei-guidelines-p4	Does not fetch
textproc/tei-p4		Does not fetch
textproc/py-hyperestraier	Does not fetch
textproc/tdtd.el	Does not fetch
textproc/tei-lite	Does not fetch
www/phpwiki13		Does not fetch
www/p5-Apache-Scoreboard	Depends on mod_perl
www/p5-B-LexInfo	Broken due the new mod_perl2 API
www/phpwiki		Does not fetch
www/smb2www		Apache13 is deprecated, migrate to 2.2.x+ now
www/spip		Checksum is changing daily
www/monkey		Does not fetch
x11-toolkits/jdic	Does not fetch
x11-toolkits/py-kde	Does not compile
2011-11-02 01:35:45 +00:00
Martin Wilke
c993547647 2011-11-01 games/phpua-ut2003: depends on phpua-engine
2011-11-01 games/phpua-engine: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 games/phpua-hl: depends on phpua-engine
2011-11-01 games/phpua-ut: depends on phpua-engine
2011-11-01 games/phpua-cod: depends on phpua-engine
2011-11-01 games/uox3: No more public distfiles
2011-11-01 games/phpua-q3: depends on phpua-engine
2011-11-01 games/phpua-bf: depends on phpua-engine
2011-10-30 graphics/kallery: does not build; last release 20010511
2011-10-28 graphics/gtksee: depends on unfetchable port archivers/bzip; last release 2004
2011-11-01 mail/mailscanner-mrtg: apache13 is deprecated, migrate to 2.2.x+ now
2011-10-31 net-p2p/qbittorrent-28-nox11: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/qbittorrent-28: Please migrate to net-p2p/qbittorrent-29
2011-10-31 net-p2p/dctc-gui-qt No more public distfiles
2011-10-31 net-p2p/dctc-gui No more public distfiles
2011-09-01 net-p2p/dctc: No more public distfiles
2011-11-01 www/slash: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/maatkit: Upstream support dropped. Please consider using databases/percona-toolkit
2011-11-01 databases/mysqlman: apache13 is deprecated, migrate to 2.2.x+ now
2011-11-01 databases/mysql-editor: apache13 is deprecated, migrate to 2.2.x+ now
2011-09-30 databases/gnats: Security issues
2011-11-01 07:35:46 +00:00
Doug Barton
ef1a7001c8 x11-toolkits/gambas2-gb-qt has been broken for over a year.
Remove it, and the ports that depend on it.
2011-11-01 05:19:50 +00:00
Doug Barton
2555968c05 audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATED
audio/p5-MusicBrainz-Client	Disappeared from CPAN
editors/doxymacs	Depends on www/w3-4, which is DEPRECATED
graphics/libart		Does not fetch, no more public distfiles
java/jboss4		Does not build with new ant
korean/hanterm		Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx
korean/johabfonts	No more public distfiles, installs into /
korean/hlatex-psfonts-uhc-extra	Depends on korean/hlatex, which is DEPRECATED
korean/texinfo		Depends on korean/hlatex, which is DEPRECATED
korean/hlatex		No more public distfiles
mail/jboss-mailservices	Depends on java/jboss4, which is DEPRECATED
misc/p5-Geography-NationalGrid-TW	Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED
misc/p5-Geography-NationalGrid	Disappeared from CPAN
multimedia/fxtv		Depends on multimedia/mplex, which is DEPRECATED
multimedia/mplex	Upstream disapeared and distfile is not available
net/py-timeoutsocket	Upstream disapear and distfile is no more available
textproc/p5-XML-LibRSVG	Unmaintained and not used anymore
textproc/javacc		No more public distfiles
www/w3-4/Makefile	Upstream disapeared and distfile is not available
www/commonist		Depends on textproc/javacc, which is DEPRECATED
www/newsfeed		Depends on net/py-timeoutsocket, which is DEPRECATED
x11/fbsd-icons		Upstream disapear and distfile is no more available
x11-themes/geramik	Depends on x11-toolkits/qtpixmap, which is DEPRECATED
x11-toolkits/qtpixmap	No more public distfiles
x11-wm/fvwm95-i18n	Depends on x11/fbsd-icons, which is DEPRECATED
x11-wm/fvwm95		Depends on x11/fbsd-icons, which is DEPRECATED
2011-11-01 04:34:28 +00:00
Koop Mast
a829062c83 Update poppler to 0.18.0.
The qt3 bindings are removed upstream.
The glib library lost the last gdk-pixbuf code. And rename it from
-gtk to -glib.

Thanks to:	pav for a exp-runs
		bapt for double checking the libreoffice ports
2011-10-31 09:53:19 +00:00
Chris Rees
fae65ec05d Remove graphics/tumbler, outdated and superseded by identical
deskutils/xfce4-tumbler

Approved by:	ashish (maintainer)
2011-10-29 16:14:12 +00:00
Eitan Adler
b21965d5e2 TileCache provides a Python-based WMS-C/TMS server, with pluggable
caching mechanisms and rendering backends.

WWW:	http://tilecache.org/

PR:		ports/161773
Submitted by:	Joris Dedieu <joris.dedieu@gmail.com>
Approved by:	bapt (mentor)
2011-10-27 22:57:30 +00:00
Wen Heping
ac3d15c9c1 TinyOWS server implements latest WFS-T standard versions,
as well as related standards such as Filter Encoding (FE).

WWW: http://www.tinyows.org/

PR:		ports/161770
Submitted by:	Joris Dedieu <joris.dedieu@gmail.com>
2011-10-26 02:40:09 +00:00
Doug Barton
e45519e1e0 Remove graphics/gnash-devel:
DEPRECATED=     Outdated, use graphics/gnash instead
EXPIRATION_DATE=2011-10-06
2011-10-25 05:46:50 +00:00
Steve Wills
90e2479eb2 ChunkyPNG is a pure Ruby library to read and write PNG images
and access textual metadata.

It has no dependency on RMagick, or any other library for that matter.

WWW: https://github.com/wvanbergen/chunky_png/wiki

PR:		ports/161465
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
2011-10-17 01:50:42 +00:00
Alberto Villa
a2d3b5a4bc The KDE/FreeBSD team is pleased to announce KDE Software Compilation
4.7.2. The official release notes can be found at:
http://kde.org/announcements/announce-4.7.2.php
This release ships with many improvements. Read more about them here:
http://FreeBSD.kde.org/news.php#itemKDESC472availableinports

We'd like to say thanks to all testers and contributors, especially to
lwhsu@ for his effort on hosting our test packages.

PR:		156293 [1]
		159219 [2]
		160164 [3]
Submitted by:	Oleg Sidorkin <osidorkin@gmail.com> [1]
		Alvaro Castillo <gobledb@gmail.com> [2]
		dkeav04@gmail.com [3]
Tested by:	exp-run via pav
2011-10-17 00:03:42 +00:00
Alberto Villa
fdb30cc642 Prison is a barcode API currently offering a nice Qt API to produce QR
code and Data Matrix barcodes, and can easily be made support more.

WWW: http://projects.kde.org/prison
2011-10-16 22:59:10 +00:00
Doug Barton
5549be760e Grant graphics/linux-tiff a stay of execution
Due to the way that linux dependencies are recorded my greps for the
portname, category/portname, etc. didn't discover that on RELENG_7
this version of the port is still heavily depended on. Neither did
my building INDEX on more recent versions of FreeBSD.

So bring it back for now, with the plan to mark those ports that
depend on it BROKEN conditional on OSVERSION.
2011-10-15 00:45:28 +00:00
Doug Barton
4eb5b88d9e As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with:

archivers/pecl-phar		Vulnerable since 2011-01-13
comms/libsyncml			Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server	Vulnerable since 2006-10-29
databases/mysql323-client	Vulnerable since 2006-10-29
databases/mysql323-scripts	Vulnerable since 2006-10-29
databases/mysql40-server	Vulnerable since 2006-10-29
databases/mysql40-client	Vulnerable since 2006-10-29
databases/mysql40-scripts	Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
		Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh			Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml
		Depends on comms/libsyncml, which is DEPRECATED
devel/libsoup22			Vulnerable since 2011-07-28
dns/bind9-sdb-ldap		Vulnerable since 2011-06-04
dns/bind9-sdb-postgresql	Vulnerable since 2011-06-04
ftp/wgetpro			Vulnerable since 2004-12-14
games/quake2forge		Vulnerable since 2005-01-21
graphics/linux-tiff		Vulnerable since 2004-10-13
japanese/mutt			Vulnerable since 2007-07-29
japanese/asterisk14-sounds	Depends on net/asterisk14, which is FORBIDDEN
net/asterisk14			Vulnerable since 2011-06-25
net/isc-dhcp31-client		Vulnerable since 2011-04-10
net/isc-dhcp31-server		Vulnerable since 2011-04-10
net/isc-dhcp31-relay		Vulnerable since 2011-04-10
net/asterisk-app-ldap		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-app-notify		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-oh323
   Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64
net/asterisk14-addons		Depends on net/asterisk14, which is FORBIDDEN
net/astfax			Depends on net/asterisk14, which is FORBIDDEN
net-mgmt/nagios2		Vulnerable since 2009-06-30
www/gforge			Vulnerable since 2005-08-09
www/linux-flashplugin7		Vulnerable since at least 2008-05-30
www/opera-devel			Vulnerable since 2010-06-25, does not fetch
www/plone3			Vulnerable and unsupported upstream
www/serendipity-devel		Vulnerable since 2008-04-25
www/ziproxy			Vulnerable since 2010-06-15
www/asterisk-gui		Depends on net/asterisk14, which is FORBIDDEN
x11-toolkits/linux-pango	Vulnerable since 2009-05-13
2011-10-14 22:30:49 +00:00
Martin Matuska
8bbb9d1a88 Add libwmf-nox11 slave port 2011-10-11 17:57:29 +00:00
Doug Barton
c3ef22e507 Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun		Abandonware
astro/xrmap		No more distfiles
audio/midimountain	Abandonware
audio/gkrellmss		Abandonware
audio/gnapster		Abandonware
databases/xbase		No more public distfiles
databases/xbsql		No more public distfiles
games/gtkabale		No more public distfiles
games/battleball	No more public distfiles, does not compile on ia64 or sparc64
games/race		No more public distfiles
games/stvef-paks	No more public distfiles
games/stvef-server	No more public distfiles
games/tome		No more public distfiles
games/qkmj		No more public distfiles
games/oilwar		No more public distfiles
games/xbaby		No more public distfiles
games/xword		Abandonware
games/kslide		No more public distfiles
graphics/xmrm		No more public distfiles, does not compile on amd64 or sparc64
graphics/giftrans	Upstream disappeared and distfile is not available
graphics/wildmagic	BROKEN for more than 6 months, does not fetch
irc/ircd-rusnet		No more public distfiles
irc/tkirc		No more public distfiles
korean/mizifont		No more public distfiles
lang/freetxl		No more public distfiles
math/nsc2ke		No more public distfiles
misc/mgp-mode.el	No more public distfiles
multimedia/p5-RIFF-Info	No more public distfiles
net/p5-Net-OpenDHT	No more public distfiles
net/mudix		No more public distfiles
net-im/newsbot		No more public distfiles
net-im/libicq2000	Abandonware
net-im/gossip		No longer maintain by upstream, use net-im/empathy instead
net-im/ickle		Abandonware
net-mgmt/nipper		BROKEN for more than 6 month, does not fetch
net-p2p/mldonkey-serverspy	No more public distfiles
news/p5-Gateway		No more public distfiles
print/epsmerge		No more public distfiles
science/at		No more public distfiles
science/pyvox		No more public distfiles
security/p5-Email-Obfuscate	No more public distfiles
security/libparanoia	No more public distfiles
security/execwrap	No more public distfiles
2011-10-09 02:47:51 +00:00
Sunpoet Po-Chuan Hsieh
1d8b589ae5 - Add p5-Image-Base-SVG 4
Image::Base::SVG extends Image::Base to create or update SVG format image files
using the SVG.pm module (see SVG::Manual).

Image::Base is pixel oriented so isn't really the sort of thing SVG is meant
for, but this module can direct some Image::Base style code at an SVG object. Of
course the SVG module has many more features if used natively.

It's often fairly easy to spit out SVG directly too, and for instance the
Image::Base::SVGout module can do that. The advantages of the SVG document
object model comes when combining images or fragments, or going through elements
for post-facto mangling.

In the current code the SVG elements emitted assume some default style
attributes such as stroke-width 1. Perhaps that should be set explicitly on each
element.

WWW: http://search.cpan.org/dist/Image-Base-SVG/
2011-10-01 15:44:49 +00:00
Pawel Pekala
a5aabc0a3d OCRFeeder is a document layout analysis and optical character recognition
system.

Given the images it will automatically outline its contents, distinguish
between what's graphics and text and perform OCR over the latter. It generates
multiple formats being its main one ODT.

It features a complete GTK graphical user interface that allows the users to
correct any unrecognized characters, defined or correct bounding boxes, set
paragraph styles, clean the input images, import PDFs, save and load the
project, export everything to multiple formats, etc. OCRFeeder was developed
as the project of the Master's Thesis in Computer Science of Joaquim Rocha.

WWW: http://live.gnome.org/OCRFeeder

PR:		ports/159549
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
Approved by:	miwi, wen (mentors implicit)
2011-09-30 20:40:58 +00:00
Pawel Pekala
746d51c0d4 Add py-sane 2.0, the Python binding for Sane.
PR:		ports/159544
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com>
Approved by:	miwi, wen (mentors implicit)
2011-09-30 20:36:56 +00:00
Doug Barton
2778716571 As previously advertised, remove ports that previously had been
DEPRECATED without EXPIRATION_DATE, and the ports that depend
on them.

audio/mt-daapd
	Use audio/firefly instead
databases/p5-DBIx-Class-Validation
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
devel/p5-Class-Data-Accessor
	Please consider using p5-Class-Accessor-Grouped or p5-Moose
graphics/libflash
	gplflash is no longer supported. Please use gnash instead
graphics/flashplayer
	Depends on DEPRECATED graphics/libflash
japanese/p5-FormValidator-Simple-Plugin-Number-Phone-JP
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
net/p5-OAuth-Lite
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
net-mgmt/py-snmp
	use net-mgmt/py-snmp4 instead
net-mgmt/py-twistedSNMP
	Relies on net-mgmt/py-snmp, which is DEPRECATED
net-p2p/gift
	unmaintained upstream for several years
net-p2p/giftcurs
	unmaintained upstream for several years
net-p2p/giftoxic
	unmaintained upstream for several years
net-p2p/giftui
	unmaintained upstream for several years
net-p2p/apollon
	Depends on net-p2p/gift, which is DEPRECATED
textproc/p5-FormValidator-Simple
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/flashplugin-mozilla
	gplflash is no longer supported. Please use graphics/gnash, \
www/p5-HTML-Widget
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Plugin-AutoRestart
	Depends on devel/p5-Class-Data-Accessor, which is DEPRECATED
www/p5-Catalyst-Example-InstantCRUD
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-Catalyst-Plugin-FormValidator-Simple
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-Catalyst-Plugin-HTML-Widget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/asterisk-fop
	Depends on www/flashplugin-mozilla which is DEPRECATED
www/p5-Handel
	Depends on textproc/p5-FormValidator-Simple, which is DEPRECATED
www/p5-DBIx-Class-HTMLWidget
	Depends on www/p5-HTML-Widget, which is DEPRECATED
www/p5-HTML-Widget-DBIC
	Disappear from CPAN
x11-wm/fvwm24
	No longer supported by fvwm.org
2011-09-30 08:58:22 +00:00
Sunpoet Po-Chuan Hsieh
755bb56bdf - Connect p5-PGPLOT
- Disconnect pgperl
2011-09-28 06:19:27 +00:00
Sunpoet Po-Chuan Hsieh
1a6b25f912 - Add p5-Image-Base 1.16
Image::Base is a base class for loading, manipulating and saving images. This
class should not be used directly.

WWW: http://search.cpan.org/dist/Image-Base/
2011-09-23 19:02:03 +00:00
Baptiste Daroussin
6bbef7efb7 2011-09-23 devel/libnotifymm: Doesn't build and isn't used by anything.
2011-09-11 games/abuse: BROKEN after games/abuse_sdl update
2011-09-01 security/donkey: No more public distfiles
2011-09-01 graphics/moth: No more public distfiles
2011-09-01 net-mgmt/aguri: No more public distfiles
2011-09-01 games/senso: No more public distfiles
2011-09-01 net-im/jabber-users-agent: No more public distfiles
2011-09-01 games/cchess: No more public distfiles
2011-09-23 13:25:21 +00:00
TAKATSU Tomonari
f1a1ae7358 - Add a new port: graphics/R-cran-ggplot2
ggplot2 is a plotting system for R, based on the grammar of graphics,
  which tries to take the good parts of base and lattice graphics and
  none of the bad parts. It takes care of many of the fiddly details
  that make plotting a hassle (like drawing legends) as well as
  providing a powerful model of graphics that makes it easy to produce
  complex multi-layered graphics.

  WWW:	http://had.co.nz/ggplot2/
2011-09-10 21:13:49 +00:00
TAKATSU Tomonari
66de50533b - Add a new port: graphics/R-cran-colorspace
Carries out mapping between assorted color spaces including RGB,
  HSV, HLS, CIEXYZ, CIELUV, HCL (polar CIELUV), CIELAB and polar
  CIELAB. Qualitative, sequential, and diverging color palettes based
  on HCL colors are provided.

  WWW:	http://cran.r-project.org/web/packages/colorspace/
2011-09-10 21:05:27 +00:00
TAKATSU Tomonari
75daecfc0b - Add a new port: graphics/R-cran-RColorBrewer
The packages provides palettes for drawing nice maps shaded according
  to a variable.

  WWW:	http://cran.r-project.org/web/packages/RColorBrewer/
2011-09-10 21:00:01 +00:00
Sunpoet Po-Chuan Hsieh
ce650b91e5 - Connect graphics/p5-Image-ExifTool-devel 2011-09-10 10:08:45 +00:00
TAKATSU Tomonari
cce5805435 - Add a new port: graphics/R-cran-diagram
Visualises simple graphs (networks) based on a transition matrix,
  utilities to plot flow diagrams, visualising webs,... Support for
  the book "A practical guide to ecological modelling - using R as a
  simulation platform" by Karline Soetaert and Peter M.J. Herman
  (2009). Springer. Includes demo(flowchart), demo(plotmat), demo(plotweb)

  WWW:	http://cran.r-project.org/web/packages/diagram/
2011-09-10 07:39:56 +00:00
TAKATSU Tomonari
a3831d182a - Add a new port: graphics/R-cran-shape
Functions for plotting graphical shapes such as ellipses, circles,
  cylinders, arrows, ... Support for the book "A practical guide to
  ecological modelling - using R as a simulation platform" by Karline
  Soetaert and Peter M.J. Herman (2009). Springer. Includes
  demo(colorshapes)

  WWW:	http://cran.r-project.org/web/packages/shape/
2011-09-10 07:34:51 +00:00
Alexey Dokuchaev
bf00301b01 Multican is Canon EOS cameras USB remote control utility for 300D, 350D, 30D,
20D, and 5D.  Multican allows scripted remote control of multiple cameras; it
is possible to control up to six cameras attached at the same time.

Multican communicates with camera directly, without generic library such as
provided by gPhoto2, and currently has no GUI, which makes it no replacement
for Canon's EOS Utility, but it can be useful nonetheless in various setups,
e.g. for astrophotography.

WWW: http://multican.sourceforge.net/
2011-08-31 09:14:15 +00:00
Alexey Dokuchaev
fec60bbb51 Add gTimelapse, a small program for capturing images to generate timelapse
videos from your camera, based on gPhoto2 and wxWidgets.  It is similar to
`graphics/eos-movrec' port (which uses Qt4 GUI).

WWW: http://sourceforge.net/projects/gtimelapse/
2011-08-29 15:00:34 +00:00
Martin Matuska
8c22cbcd0c Add Python module slave port of graphics/opencv 2011-08-22 21:12:33 +00:00
Michael Reifenberger
717babfdc4 Add opencsg.
OpenCSG is a library that does image-based CSG rendering using OpenGL.
OpenCSG is written in C++ and supports most modern graphics hardware.

WWW: http://www.opencsg.org/

Obtained from (slightly):	OpenBSD
2011-08-19 10:54:46 +00:00
Alexey Dokuchaev
2852c85dd7 Add eos-movrec, nice little program to capture short movies with Canon DSLR
cameras via Qt4 based GUI.

http://sourceforge.net/projects/eos-movrec/
http://valexvir.narod.ru/
2011-08-15 15:36:45 +00:00
TAKATSU Tomonari
744e22022f - Add a new port: graphics/py-actdiag
`actdiag` generate activity-diagram image file from spec-text file.

  Features
    * Generate activity-diagram from dot like text (basic feature).
    * Multilingualization for node-label (utf-8 only).

  WWW:	http://blockdiag.com/actdiag/build/html/
2011-08-07 09:46:45 +00:00
TAKATSU Tomonari
a0f05001f0 - Add a new port: graphics/py-nwdiag
`nwdiag` generate network-diagram image file from spec-text file.

  Features
    * Generate network-diagram from dot like text (basic feature).
    * Multilingualization for node-label (utf-8 only).

WWW:	http://blockdiag.com/nwdiag/build/html/
2011-08-07 06:02:49 +00:00
TAKATSU Tomonari
88ebedce73 - Add a new port: graphics/py-seqdiag
`seqdiag` generate sequence-diagram image file from spec-text file.

  Features
    * Generate sequence-diagram from dot like text (basic feature).
    * Multilingualization for node-label (utf-8 only).

WWW:	http://blockdiag.com/seqdiag/build/html/
2011-08-07 05:58:44 +00:00
TAKATSU Tomonari
bee972d9b9 - Add a new port: graphics/py-blockdiag
`blockdiag` generate block-diagram image file from spec-text file.

  Features
    * Generate block-diagram from dot like text (basic feature).
    * Multilingualization for node-label (utf-8 only).

  WWW:	http://blockdiag.com/blockdiag/build/html/
2011-08-05 14:10:42 +00:00
TAKATSU Tomonari
73f6b3ca0b - Add a new port: graphics/py-webcolors
This module provides utility functions for working with the color names
  and color value formats defined by the HTML and CSS specifications for
  use in documents on the Web.

  Support is included for the following formats (RGB colorspace only;
  conversion to/from HSL can be handled by the ``colorsys`` module in
  the Python standard library):

  * Specification-defined color names

  * Six-digit hexadecimal

  * Three-digit hexadecimal

  * Integer rgb() triplet

  * Percentage rgb() triplet

  WWW:	https://bitbucket.org/ubernostrum/webcolors/overview/
2011-08-05 14:07:25 +00:00
Brendan Fabeny
675f59a34f remove graphics/leptonlib; connect graphics/leptonica to build;
add a MOVED entry; adjust a dependent port

PR:		158572
2011-08-05 10:29:49 +00:00
Baptiste Daroussin
8b6dad2efd Removing old ruby stuff
2011-08-03 comms/ruby-serialport: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-search-namazu: Doesn't work with Ruby 1.9
2011-08-03 databases/ruby-sqlite: Doesn't work with Ruby 1.9
2011-08-03 databases/rubygem-kirbybase: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-eet: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filelock: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-filemagic: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-metaruby: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-poll: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-rrb: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-strongtyping: Doesn't work with Ruby 1.9
2011-08-03 devel/ruby-textbuf: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-graph: Doesn't work with Ruby 1.9
2011-08-03 graphics/ruby-libpng: Doesn't work with Ruby 1.9
2011-08-03 japanese/ruby-kakasi: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-extensions: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-lua: Doesn't work with Ruby 1.9
2011-08-03 lang/ruby-perl: Doesn't work with Ruby 1.9
2011-08-03 mail/ruby-tmail: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitset: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-bitvector: Doesn't work with Ruby 1.9
2011-08-03 math/ruby-gmp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-mpi: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-nis: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-pcap: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-romp: Doesn't work with Ruby 1.9
2011-08-03 net/ruby-spread: Doesn't work with Ruby 1.9
2011-08-03 print/ruby-pdflib: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-aes: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-blowfish: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-cast_256: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-mcrypt: Doesn't work with Ruby 1.9
2011-08-03 security/ruby-pam: Doesn't work with Ruby 1.9
2011-08-03 sysutils/ruby-log4r: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-csv: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-formvalidator: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-gdome: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-htmltools: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-nqxml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-quixml: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-raspell: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-tempura: Doesn't work with Ruby 1.9
2011-08-03 textproc/ruby-xtemplate: Doesn't work with Ruby 1.9
2011-08-03 www/ruby-tmpl: Doesn't work with Ruby 1.9
2011-08-03 06:49:58 +00:00
Baptiste Daroussin
89d232bfad Bye bye abandonwares (part 3)
2011-08-01 deskutils/gkrellm-timers: No more public distfile
2011-08-01 deskutils/multi-backgrounds-daemon: Looks like an abandonware, no more public distfile
2011-08-01 deskutils/py-tagfu: Looks like an abandonware, no more public distfile
2011-08-01 deskutils/taskstep: Looks like an abandonware, no more public distfile
2011-08-01 devel/c_c++_reference: No more public distfiles
2011-08-01 devel/libcoyotl: Looks like an abandonware, no more public distfile
2011-08-01 devel/libfs++: Looks like an abandonware, no more public distfile
2011-08-01 devel/mkmf: Looks like an abandonware, no more public distfile
2011-08-01 devel/p5-Include: No more public distfiles
2011-08-01 devel/rubygem-newgem: broken since 2010/09/22
2011-08-01 devel/tpg: Looks like an abandonware, no more public distfile
2011-08-01 games/amphetamine: Looks like an abandonware, no more public distfile
2011-08-01 games/anagramarama: Looks like an abandonware, no more public distfile
2011-08-01 games/connect4
2011-08-01 games/wrogue: No more public distfiles, looks like an abandonware
2011-08-01 graphics/xmms-msa: Looks like an abandonware, no more public distfile
2011-08-01 japanese/chimera: Look like an abandonware, no more public distifles
2011-08-01 japanese/drpl: Look like an abandonware, no more public distifles
2011-08-01 japanese/dvi2tty: Look like an abandonware, no more public distifles
2011-08-01 japanese/easypr: Look like an abandonware, no more public distifles
2011-08-01 japanese/elisp-manual: Look like an abandonware, no more public distifles
2011-08-01 japanese/emacs-manual: Look like an abandonware, no more public distifles
2011-08-01 japanese/ewipe: Look like an abandonware, no more public distifles
2011-08-01 japanese/ircII: Look like an abandonware, no more public distifles
2011-08-01 japanese/jhd: Look like an abandonware, no more public distifles
2011-08-01 japanese/libjconv: Look like an abandonware, no more public distifles
2011-08-01 japanese/mimekit: Look like an abandonware, no more public distifles
2011-08-01 japanese/nethack32: Look like an abandonware, no more public distifles
2011-08-01 japanese/paledit: Look like an abandonware, no more public distifles
2011-08-01 japanese/plain2: Look like an abandonware, no more public distifles
2011-08-01 japanese/recjis: Look like an abandonware, no more public distifles
2011-08-01 japanese/typist: Look like an abandonware, no more public distifles
2011-08-01 japanese/weblint97: Look like an abandonware, no more public distifles
2011-08-01 japanese/xmsgsaver: Look like an abandonware, no more public distifles
2011-08-01 japanese/xshodo: Look like an abandonware, no more public distifles
2011-08-01 japanese/xvi-euc: No more public distfiles
2011-08-01 japanese/xvi-sjis: No more public distfiles
2011-08-01 japanese/xyagamo: Look like an abandonware, no more public distifles
2011-08-01 05:01:13 +00:00
Sunpoet Po-Chuan Hsieh
3fd8e422e2 - Sort SUBDIRs
- Fix NO_VIET_KDE coverage
2011-08-01 02:53:58 +00:00
Koop Mast
0b743289fc Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0.
Update vala to the newest stable release 0.12.1.

Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies.
Full contributors acknowledgment will be given in the GNOME 3 import.
2011-07-30 09:20:22 +00:00
Koop Mast
42ee47bc6a Remove the last few gir-repository ports. They aren't used anywhere. 2011-07-30 09:07:46 +00:00
Julien Laffaye
f63d29106c - Remove graphics/crystalspace as it has expired
- Remove graphics/crystalentitylayer as it depends on graphics/crystalspace

Approved by:	acm (maintainer), bapt (mentor)
2011-07-17 14:27:53 +00:00
Beech Rintoul
e437398d86 - Replaced by new pear install
graphics/horde4-image
2011-07-07 22:05:19 +00:00
Martin Matuska
77b4a2960c This package provides an Image utility API, with backends for:
* GD
* GIF
* PNG
* SVG
* SWF
* ImageMagick convert command line tool
* Imagick Extension

WWW: http://pear.horde.org
2011-07-07 20:51:17 +00:00
Alberto Villa
5707273936 - Add meta-port for frei0r plugins. 2011-06-29 15:15:08 +00:00
Martin Matuska
5103cd399d Add slave port form frei0r OpenCV plugins: facebl0r, facedetect 2011-06-29 12:01:08 +00:00
Martin Matuska
bc2d55c6aa Add slave port for gavl OpenCV plugins: rgbparade, scale0tilt, vectorscope 2011-06-29 12:00:23 +00:00
Martin Matuska
b3bad8698d Add OpenCV-core slave port (core libraries only) 2011-06-29 11:44:17 +00:00
Martin Wilke
8cfb12fa57 Pinpoint a simple presentation tool that hopes to avoid audience death
by bullet point and instead encourage presentations containing beautiful
images and small amounts of concise text in slides.

WWW: http://live.gnome.org/Pinpoint

PR:		ports/158309
Submitted by:	lichray at gmail.com
2011-06-27 15:32:43 +00:00
Martin Wilke
bdf13e09e4 pure-gl is Pure's interface to OpenGL, the well-known graphics library. It
covers pretty much all of OpenGL, including the popular extensions.
Extensions are loaded on demand, functions will throw an exception if they
are not available in your OpenGL implementation.

WWW:	http://docs.pure-lang.googlecode.com/hg/pure-gl.html

PR:		ports/156289
Submitted by:	Zhihao Yuan <lichray at gmail.com>
2011-06-27 14:53:41 +00:00
Martin Wilke
ee57b82aa4 The squish library (abbreviated to libsquish) is an open
source DXT compression library written in C++.

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

PR:		ports/155712
Submitted by:	Reinier de Blois <me at rdb.name>
2011-06-25 07:53:49 +00:00
Steve Wills
9074810516 A Rails wrapper for the PDFkit library.
Meant to be a drop in replacement for princely.

WWW: http://rubygems.org/gems/ezprint

PR:		ports/158034
Submitted by:	rpsfa at rit.edu
2011-06-21 00:57:07 +00:00
Steve Wills
3c72ee0b3d Uses wkhtmltopdf to create PDFs using HTML
WWW: http://rubygems.org/gems/pdfkit

PR:		ports/158032
Submitted by:	rpsfa at rit.edu
2011-06-21 00:52:01 +00:00
Max Brazhnikov
95cea620a0 Disconnect povray, connect povray36 and povray-meta 2011-06-20 22:30:31 +00:00
Romain Tartière
b0abbc606d ppsei (PPS Extract Images) is a simple command line program, which tries to
extract images from Microsoft PowerPoint documents (PPS/PPT).

WWW:	http://sourceforge.net/projects/ppsei/
2011-06-12 12:21:46 +00:00
Martin Matuska
81bfbd62f7 exiftran is a command line utility to transform digital image jpeg images.
It can do lossless rotations like jpegtran, but unlike jpegtran it cares
about the EXIF data: It can rotate images automatically by checking the exif
orientation tag, it updates the exif informaton if needed (image dimension,
orientation), it also rotates the exif thumbnail.
It can process multiple images at once.

WWW: http://www.kraxel.org/blog/linux/fbida/
2011-06-03 12:51:23 +00:00
Johan van Selst
0041b0fa6f New port: dmtx-utils
This port includes the command line utilities that were
previously included in the graphics/libdmtx package

dmtx-utils - software for reading and writing Data Matrix barcodes

libdmtx is open source software for reading and writing Data Matrix
barcodes on Linux, Unix, OS X, Windows, and certain mobile devices.
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.

Data Matrix barcodes are two-dimensional symbols that hold a dense
pattern of data with built-in error correction. The Data Matrix
symbology (sometimes casually referred to as "DataMatrix") was invented
and released into the public domain by RVSI Acuity CiMatrix.

WWW:	http://www.libdmtx.org/
2011-06-03 09:50:30 +00:00
Rene Ladan
b8408f8dd2 Remove expired ports:
2011-05-01 german/citrix_xenapp: "crashes with f10"
2011-05-01 japanese/citrix_xenapp: "crashes with f10"
2011-05-01 net/citrix_xenapp: "crashes with f10"
2011-05-11 comms/gammu-python: since version 1.29.0 comms/gammu uses python by default
2011-05-01 java/gj: Upstream disapear and distfile is no more available
2011-05-09 net/ipv6socket_scrub: Upstream disapear and distfile is no more available
2011-05-13 graphics/lodju: depends on rep-gtk, which doesn't build anymore.
2011-05-01 www/mod_pubcookie: will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-05-01 ftp/prozilla: Upstream disapear and distfile is no more available
2011-05-01 www/py-django11: Unsupported (no longer receive security updates or bugfixes)
2011-05-13 x11-toolkits/rep-gtk: missing rep-config from librep port broke the build.
2011-05-01 games/tnl: Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken
2011-06-01 net/vnc2swf: Development is now superseded by deskutils/vnc2flv
2011-06-01 21:55:13 +00:00
Bernhard Froehlich
484fd842d1 Fotoxx is a free open source Linux program for photo editing
and collection management. The goal is to meet most user needs
while remaining fast and easy to use.

WWW:	http://kornelix.squarespace.com/fotoxx

PR:		ports/156265
Submitted by:	Rod Person <rodperson@rodperson.com>
2011-05-26 08:50:57 +00:00
Beech Rintoul
995012caa4 This package provides an Image utility API, with backends for: * GD * GIF * PNG
* SVG * SWF * ImageMagick convert command line tool * Imagick Extension

Approved by:	itetcu (mentor)(implicit)
2011-05-23 20:31:00 +00:00
Max Brazhnikov
0fa5305f9d Connect ditaa 2011-05-20 06:09:20 +00:00
Martin Matuska
576dcaed69 Add graphics/ImageMagick-nox11 slave port
PR:		ports/155487
Submitted by:	Helmut Schneider <jumper99@gmx.de>
2011-05-14 13:01:05 +00:00
Ashish SHUKLA
0c76a8384f - Please welcome GHC 7.0.3
GHC in the ports tree has been updated to 7.0.3 and all other Haskell ports
are also updated to their corresponding Haskell Platform versions, or latest
versions.

We would like to acknowledge the support of the FreeBSD Donations Team and
Eotvos Lorand University, Faculty of Informatics who contributed to the server
that we used for testing.

We would also like to thank all the testers who tested FreeBSD Haskell ports
and provided their feedback.

PR:		ports/156642
Approved by:	tabthorpe (mentor)
Obtained from:	FreeBSD Haskell
2011-05-09 05:28:57 +00:00
Max Brazhnikov
e22d94b349 Connect povray37 2011-05-07 17:35:17 +00:00
Baptiste Daroussin
9be9c4c1da Remove unmaintained expired ports from graphics
2011-05-01 graphics/cqcam: Upstream disapear and distfile is no more available
2011-05-01 graphics/dc3play: Upstream disapear and distfile is no more available
2011-05-01 graphics/dore: Upstream disapear and distfile is no more available
2011-05-01 graphics/fig2pstricks: Upstream disapear and distfile is no more available
2011-05-01 graphics/geist: Upstream disapear and distfile is no more available
2011-05-01 graphics/gfont: Upstream disapear and distfile is no more available
2011-05-01 graphics/gimp-greycstoration: Superseded by graphics/gimp-gmic-plugin
2011-05-01 graphics/glean: Upstream disapear and distfile is no more available
2011-05-01 graphics/gltk: Upstream disapear and distfile is no more available
2011-05-01 graphics/gridpix: Upstream disapear and distfile is no more available
2011-05-01 graphics/gtkfig: Upstream disapear and distfile is no more available
2011-05-01 graphics/gview: Upstream disapear and distfile is no more available
2011-05-01 graphics/icod: Upstream disapear and distfile is no more available
2011-05-01 graphics/isreal: Upstream disapear and distfile is no more available
2011-05-01 graphics/oglext: Upstream disapear and distfile is no more available
2011-05-01 graphics/ophoto: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart: Upstream disapear and distfile is no more available
2011-05-01 graphics/py-gdchart2: Upstream disapear and distfile is no more available
2011-05-01 graphics/qglviewer: Upstream disapear and distfile is no more available
2011-05-01 graphics/robot: Upstream disapear and distfile is no more available
2011-05-01 graphics/s3switch: Upstream disapear and distfile is no more available
2011-05-01 graphics/sced: Upstream disapear and distfile is no more available
2011-05-01 graphics/shim: Upstream disapear and distfile is no more available
2011-05-01 graphics/snx101util: Upstream disapear and distfile is no more available
2011-05-01 graphics/tcm: Upstream disapear and distfile is no more available
2011-05-01 graphics/vertex: Upstream disapear and distfile is no more available
2011-05-01 graphics/vvv: Upstream disapear and distfile is no more available
2011-05-01 graphics/xdl: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-goom: Upstream disapear and distfile is no more available
2011-05-01 graphics/xmms-infinity: Upstream disapear and distfile is no more available
2011-05-02 08:56:41 +00:00
Dirk Meyer
98f1e91f25 - disconnect netpbm-devel 2011-04-22 06:05:32 +00:00
Rene Ladan
48f1d8c469 Remove most expired ports:
2011-04-17 cad/tclspice: has been broken for more than a year
2011-04-17 comms/hcfmdm: does not compile on 7.X or higher
2011-04-17 databases/mysqlcc: has been broken for almost a year
2011-04-17 devel/ruby-rjudy: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/xfc: does not compile on FreeBSD 7.x or newer
2011-04-17 devel/lamson: has been broken for a half year
2011-04-17 devel/cocktail: does not build on FreeBSD 7.x or newer
2011-04-17 devel/djgpp-gcc: has been broken for half a year
2011-04-17 devel/gauche-sdl: has been broken for a year
2011-04-17 devel/gdb53-act: does not compile on FreeBSD 7.x and up
2011-04-17 editors/zed: does not compile on FreeBSD 7.x or newer
2011-04-17 games/aqbubble: does not compile on FreeBSD 7.x or newer
2011-04-17 graphics/libvisual-plugins: has been broken for 3 years
2011-04-17 japanese/roundcube: has been broken for almost a year
2011-04-17 japanese/tkstep80: does not compile on FreeBSD 7.x or newer
2011-04-17 lang/u++: has been broken for over a half year
2011-04-17 lang/pugs: has been broken for over a year
2011-04-17 lang/mozart: does not compile on FreeBSD 7.x or newer
2011-04-17 math/linalg: does not build on FreeBSD 7.x or newer
2011-04-17 math/R-cran-igraph: has been broken for over a half year
2011-04-17 misc/ftree: has been broken for over a half year
2011-04-17 multimedia/katchtv: has been broken for a half year
2011-04-17 multimedia/libomxil-bellagio: has been broken for almost a year
2011-04-17 multimedia/banshee-mirage: has been broken for over a half year
2011-04-17 net-p2p/trackerbt: has been broken for a half year
2011-04-17 net/cap: does not compile on FreeBSD 7.x or newer
2011-04-17 net/ggsd: does not compile on FreeBSD 7.x or newer
2011-04-17 net/b2bua: does not compile on FreeBSD 7.x or newer
2011-04-17 net/penguintv: has been broken for a half year
2011-04-17 news/openftd: has been broken for almost a year
2011-04-17 palm/romeo: does not compile on FreeBSD 7.x or newer
2011-04-17 science/pcp: does not compile on FreeBSD 7.x or newer
2011-04-17 science/elmer-fem: has been broken for over a year
2011-04-17 security/newpki-lib: does not compile on FreeBSD 7.x or newer
2011-04-17 security/newpki-server: does not compile on FreeBSD 7.x or newer
2011-04-17 security/xmlsec: does not compile on FreeBSD 7.x or newer
2011-04-17 security/f-protd: has been broken for over a year
2011-04-17 sysutils/xwlans: does not compile on FreeBSD 7.x or newer
2011-04-17 www/bk_edit: does not compile on FreeBSD 7.x and newer
2011-04-17 www/bricolage: has been broken for a half year
2011-04-17 x11-toolkits/gauche-gtk: has been broken for a year
2011-04-17 x11-toolkits/gambas2-gb-qt: has been broken for over a year
2011-04-17 x11-toolkits/php-gtk2: has been broken for over a half year
2011-04-17 x11-toolkits/p5-Tcl-Tk: has been broken for 2 year
2011-04-17 x11/metisse: has been broken for over a half year
2011-04-18 22:25:41 +00:00
Max Brazhnikov
a7e3477ca8 Connect qiviewer 2011-04-10 20:29:05 +00:00
Alexey Dokuchaev
6cfc47cc83 Add simpleviewer 1.7.1553.8560, small and simple OpenGL image viewer
with transparency support.
2011-04-08 03:49:26 +00:00
Alexey Dokuchaev
ad31a335ac Retire linux_dri-devel port: its version is older than any other linux-dri
port, and there is no indication anyone still uses it these days.

Approved by:	bsam (on behalf of emulation@)
2011-04-07 10:14:21 +00:00
Rene Ladan
5fafbc0f8b Garbage collect expired ports
2011-04-01 accessibility/linux-f8-atk: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-ucl: End of Life since Jan 7, 2009
2011-04-01 archivers/linux-f8-upx: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-alsa-lib: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-arts: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-esound: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-freealut: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libaudiofile: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libogg: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-libvorbis: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-mikmod: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-nas-libs: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-openal: End of Life since Jan 7, 2009
2011-04-01 audio/linux-f8-sdl_mixer: End of Life since Jan 7, 2009
2011-04-01 databases/linux-f8-sqlite3: End of Life since Jan 7, 2009
2011-04-02 databases/postgresql81-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql73-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql74-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-02 databases/postgresql80-server: EOL see http://wiki.postgresql.org/wiki/PostgreSQL_Release_Support_Policy
2011-04-01 devel/linux-f8-libglade: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-sdl12: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-allegro: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-libsigc++20: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-libglade2: End of Life since Jan 7, 2009
2011-04-01 devel/linux-f8-nspr: End of Life since Jan 7, 2009
2011-04-01 dns/linux-f8-libidn: End of Life since Jan 7, 2009
2011-04-01 emulators/linux_base-f8: End of Life since Jan 7, 2009
2011-04-01 emulators/linux_base-f9: End of Life since Jul 10, 2009
2011-04-01 emulators/linux_base-fc6: End of Life since December 7, 2007
2011-04-01 emulators/linux_base-f7: End of Life since June 13, 2008
2011-04-01 ftp/linux-f8-curl: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-sdl_image: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-ungif: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-imlib: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-cairo: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-dri: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-gdk-pixbuf: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-jpeg: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-png: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-libGLU: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-libmng: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-png10: End of Life since Jan 7, 2009
2011-04-01 graphics/linux-f8-tiff: End of Life since Jan 7, 2009
2011-04-01 lang/linux-f8-libg2c: End of Life since Jan 7, 2009
2011-04-01 lang/linux-f8-tcl84: End of Life since Jan 7, 2009
2011-04-01 multimedia/linux-f8-libtheora: End of Life since Jan 7, 2009
2011-04-02 net-p2p/dcd: No fetch sources and looks like project abandoned
2011-03-31 net/straw: abandoned upstream and does not work with python 2.6+
2011-04-01 security/linux-f8-libssh2: End of Life since Jan 7, 2009
2011-04-01 security/linux-f8-nss: End of Life since Jan 7, 2009
2011-04-01 security/linux-f8-openssl: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-libxml2: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-scim-gtk: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-scim-libs: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-expat: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-libxml: End of Life since Jan 7, 2009
2011-04-01 textproc/linux-f8-aspell: End of Life since Jan 7, 2009
2011-04-01 www/linux-f8-flashplugin10: End of Life since Jan 7, 2009
2011-03-30 www/mediawiki112: abandoned upstream
2011-03-30 www/mediawiki113: abandoned upstream
2011-03-30 www/mediawiki114: abandoned upstream
2011-03-30 www/mediawiki16: abandoned upstream
2011-04-01 x11-fonts/linux-f8-fontconfig: End of Life since Jan 7, 2009
2011-03-01 x11-themes/gnome-icons-cool-gorilla: "no mastersite"
2011-04-01 x11-themes/linux-f8-hicolor-icon-theme: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-gtk: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-gtk2: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-openmotif: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-pango: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-qt33: End of Life since Jan 7, 2009
2011-04-01 x11-toolkits/linux-f8-tk84: End of Life since Jan 7, 2009
2011-04-01 x11/linux-f8-xorg-libs: End of Life since Jan 7, 2009
2011-04-04 17:12:43 +00:00
Steve Wills
1db2d120a0 ruby-opengl consists of Ruby extension modules that are bindings for the
OpenGL, GLU, and GLUT libraries.

WWW:	http://ruby-opengl.rubyforge.org/
2011-03-18 19:55:26 +00:00
Brendan Fabeny
5f77a58e4a Add tesseract-data 3.00, additional trained language data for the
Tesseract OCR engine.
2011-03-18 11:31:33 +00:00
Ganael LAPLANCHE
c4e9ade6f4 Add graphics/amide, Medical Imaging Data Examiner
Approved by:	ehaupt (mentor)
PR:		ports/ports/155198
Submitted by:	Guido Falsi <mad at madpilot.net>
2011-03-11 10:18:29 +00:00
Rene Ladan
e2498ad350 Remove expired port:
2011-02-28 graphics/libv3d: unmaintained and failed to build for months
2011-02-28 19:29:36 +00:00
Alberto Villa
8ee3b5458b Add shiva-collections 1.3, collection of kernels for OpenGTL. 2011-02-27 18:47:02 +00:00
Jun Kuriyama
c95d3f131c This module provides conversions between commonly used ways to express
colors. It provides conversions between color spaces such as RGB and
HSV, and it provides ways to look up colors by a name.

This class provides a base for subclasses which represent particular
color values in particular spaces. The base class provides methods to
represent the color in a few convenient forms, though subclasses may
provide more specific details for the space in question.

WWW: http://search.cpan.org/dist/Convert-Color/
2011-02-26 06:27:37 +00:00
Koop Mast
f63874893a Update Gstreamer-plugins-base to 0.10.32
Update Gstreamer-plugins-good to 0.10.27
Update Gstreamer-plugins-bad to 0.10.21
Update Gstreamer-plugins-ugly to 0.10.17

Add flite plugin. plugin for the flite Speech synthesis engine.
Add opencv plugin. plugin for opencv Computer vision library.
Move vdpau plugin to a beter category.
Remove LOCAL master sites that haven't been updated for ages.
Check if Gstreamer (core) is recent enough.
Remove 6.x BROKEN line for the bad plugin.
2011-02-25 10:58:42 +00:00
Ganael LAPLANCHE
cdac222e65 Connect graphics/webp
Approved by:	portmgr@ (itetcu@)
2011-02-24 08:05:32 +00:00
Martin Wilke
742fdd7077 projectM is an LGPL'ed reimplementation of Milkdrop under OpenGL. All projectM
requires is a video card with 3D acceleration and your favorite music.

WWW: http://projectm.sourceforge.net/

PR:		ports/154750
Submitted by:	utisoft at gmail.com
2011-02-14 03:27:50 +00:00
Martin Wilke
359ee6f331 projectM is an awesome music visualizer. There is nothing better in the world
of Unix. projectM's greatness comes from the hard work of the community. Users
like you can create presets that connect music with incredible visuals. Try it!

WWW: http://projectm.sourceforge.net/

PR:		ports/154749
Submitted by:	utisoft at gmail.com
2011-02-14 03:27:15 +00:00
Romain Tartière
b524ad35e2 Mscgen is a small program that parses Message Sequence Chart descriptions and
produces PNG, SVG, EPS or server side image maps (ismaps) as the output.

WWW:	http://www.mcternan.me.uk/mscgen/
2011-02-13 15:04:20 +00:00
Martin Wilke
468c601157 G'MIC stands for GREYC's Magic Image Converter. This project aims to:
* Define a minimal but powerful script language (G'MIC) dedicated to the
    design of image processing pipelines.
  * Provide an interpreter of this language (in C++), distributed as an
    open-source module/library embeddable in third-party applications.
  * Propose two binary tools embedding this interpreter :
    o The command-line executable gmic to use the G'MIC framework from a shell.
    o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image
      retouching software GIMP.

WWW: http://gmic.sourceforge.net

PR:		ports/154595
Submitted by:	Mahmatkhanov Ruslan <cvs-src at yandex.ru>
2011-02-10 17:13:26 +00:00
Martin Wilke
55952bfa9d Provides a wrapper to the GraphicsMagick library.
WWW: http://pecl.php.net/package/gmagick/

PR:		ports/154575
Submitted by:	Dan Rowe <bsdports at csnstores.com>
2011-02-10 16:46:17 +00:00
Martin Wilke
9ee62d2604 PyMorph is a image morphology toolbox implements the basic binary and greyscale
morphology operations, working with numpy arrays representing images.

Includes basic operations for morphological image processing such as erode,
dilate, open, tophat opening, watershed and more.

WWW: http://pypi.python.org/pypi/pymorph

PR:		ports/154114
Submitted by:	Pedro Garcia Freitas <sawp at sawp.com.br>
Feature safe:	yes
2011-02-05 10:49:59 +00:00
Rene Ladan
60aef42534 Remove expired ports:
2011-02-04 databases/qt-ibase-plugin: Port is broken on all supported versions of FreeBSD
2011-02-04 devel/ace+tao: Outdated and does not compile on any supported version of FreeBSD
2011-02-04 graphics/ray++: Does not compile on supported versions of FreeBSD
2011-02-04 japanese/oleo: Does not compile on supported versions of FreeBSD
2011-02-04 lang/dylan: does not build
2011-02-04 multimedia/jahshaka: Does not compile on supported versions of FreeBSD

Feature safe:	yes
2011-02-04 21:03:15 +00:00
Ganael LAPLANCHE
794f3e0713 Add xournal 0.4.5, a notetaking application that can annotate PDFs.
PR:	ports/154245
Submitted by:	Jan Henrik Sylvester <me at janh.de>
Approved by:	ehaupt (mentor)
Feature safe:	yes
2011-02-01 09:13:17 +00:00
Martin Wilke
ddd8aa7c53 Dragonfly is an on-the-fly Rack-based image handling framework. It is suitable
for use with Rails, Sinatra and other web frameworks. Although it's mainly used
for images, it can handle any content type.

WWW: http://rubygems.org/gems/dragonfly

PR:		ports/153966
Submitted by:	Jason Helfman <jhelfman at experts-exchange.com>
Feature safe:	yes
2011-01-30 12:10:42 +00:00
Dmitry Marakasov
ed297c71cb glosm is a framework for developing high-performance geospatial
data visualization applications of both interactive and batch nature
featuring OpenGL-based 3D first-person and tile renderers.

WWW:	http://glosm.amdmi3.ru/about.html

Feature safe:	yes
2011-01-17 23:44:12 +00:00
Renato Botelho
21526892f3 Remove expired ports:
2011-01-01 audio/emphasis: abandoned upstream
2011-01-01 converters/ecore-txt: abandoned upstream
2011-01-01 deskutils/estickies: abandoned upstream
2011-01-01 devel/ecore-job: abandoned upstream
2011-01-01 devel/engrave: abandoned upstream
2011-01-01 devel/evfs: abandoned upstream
2011-01-01 devel/ruby-ecore: abandoned upstream
2011-01-01 graphics/exhibit: abandoned upstream
2011-01-01 graphics/epsilon: abandoned upstream
2011-01-01 graphics/esmart: abandoned upstream
2011-01-01 graphics/ruby-edje: abandoned upstream
2011-01-01 graphics/ruby-esmart: abandoned upstream
2011-01-01 graphics/ruby-evas: abandoned upstream
2011-01-01 graphics/ruby-redact: abandoned upstream
2011-01-01 multimedia/eclair: abandoned upstream
2011-01-01 security/phpmyid: Development has ceased.
2011-01-01 sysutils/ecore-config: abandoned upstream
2011-01-01 sysutils/extrackt: abandoned upstream
2011-01-01 textproc/exml: abandoned upstream
2011-01-02 www/mod_accesscookie: upstream is gone
2011-01-02 www/mod_vdbh: upstream is gone
2011-01-02 www/mod_auth_any: upstream is gone
2011-01-02 www/mod_log_data: upstream is gone and will be unsupported by ASF when 2.4.0 is release, migrate to 2.2.x+ now
2011-01-01 x11-fm/entropyfm: abandoned upstream
2011-01-01 x11-themes/e17-splash-fortune: abandoned upstream
2011-01-01 x11-themes/e17-splash-shiny: abandoned upstream
2011-01-01 x11-themes/e17-splash-takara: abandoned upstream
2011-01-01 x11-themes/e17-theme-blue_eyed: abandoned upstream
2011-01-01 x11-themes/e17-theme-dali: abandoned upstream
2011-01-01 x11-themes/e17-theme-gant: abandoned upstream
2011-01-01 x11-themes/e17-theme-japan2007: abandoned upstream
2011-01-01 x11-themes/e17-theme-kor: abandoned upstream
2011-01-01 x11-themes/e17-theme-milky: abandoned upstream
2011-01-01 x11-themes/e17-theme-night_bling: abandoned upstream
2011-01-01 x11-themes/e17-theme-simply_white: abandoned upstream
2011-01-01 x11-themes/e17-splash-azul: abandoned upstream
2011-01-01 x11-themes/e17-splash-blue: abandoned upstream
2011-01-01 x11-themes/e17-splash-clean: abandoned upstream
2011-01-01 x11-themes/e17-splash-logo: abandoned upstream
2011-01-01 x11-toolkits/etk: abandoned upstream
2011-01-01 x11-toolkits/ewl: abandoned upstream
2011-01-01 x11-toolkits/enhance: abandoned upstream
2011-01-01 x11-wm/e17-module-bling: abandoned upstream
2011-01-01 x11-wm/e17-module-mixer: abandoned upstream
2011-01-01 x11-wm/e17-utils: abandoned upstream
2011-01-01 x11/elicit: abandoned upstream
2011-01-01 x11/enity: abandoned upstream
2011-01-01 x11/examine: abandoned upstream
2011-01-01 x11/ecore-desktop: abandoned upstream
2011-01-03 14:38:01 +00:00
Dima Panov
8e87ff39df - Update graphics/libwpg to 0.2.0 release
- Update textproc/libwpd to 0.9.0 release
- Add graphics/libwpg01 and textproc/libwpd08 as support libraries only
- Take maintainership of textproc/libwpd[08]	[1]
- Chase dependencies in related ports
- Describe updating procedure in UPDATING

Approved by:	Mikhail Teterin (maintainer) via mail [1]
2011-01-03 11:51:29 +00:00
Rene Ladan
b7d7206e33 Garbage-collect expired ports:
2010-12-30 databases/p5-sqlrelay: broken and upstream disapeared
2010-12-30 devel/php-dbg2: No upstream support
2010-12-30 dns/fourcdns: upstream has disapeared
2010-12-31 emulators/win4bsd: Development has ceased and distfile is no longer available
2010-12-31 french/mozilla-flp: www/seamonkey port is deprecated. Consider using the www/firefox-i18n.
2010-12-31 french/xtel: Minitel services will be discontinued at the end of 2010.
2010-12-30 ftp/ftpq: upstream has disapeared
2010-12-30 graphics/paintlib: does not compile with new tiff and no more maintained upstream
2010-12-30 graphics/g3dviewer: does not build with gcc 4.2, upstream disapeared
2010-12-30 lang/scriba: Does not compile with gcc 4.2+, looks like abandonware
2010-12-30 math/rascal: Broken on every arch since 2008, looks like an abandonware
2010-12-31 net-mgmt/nrg: Project has vanished. Use cacti instead.
2010-12-31 security/hostsentry: Project is dead.
2010-12-31 sysutils/kcube: Project has vanished
2010-12-31 www/cybercalendar: has been unmaintained since 2001 and is unusable with dates after 2010 (see ports/150974)
2010-12-31 www/flock: Flock 3 moves from Firefox to Chromium
2010-12-31 www/linux-flock: Flock 3 moves from Firefox to Chromium
2010-12-30 x11-clocks/xtu: Looks like abandonware

Leave java/tya in for now, as it has outstanding PRs.
2010-12-31 17:35:17 +00:00
TAKATSU Tomonari
70cdfb522d - Add a new port: graphics/php5-swfed
SWF Editor is an extension for PHP that edits contents in SWF file.

  WWW:	http://sourceforge.jp/projects/swfed/
2010-12-31 16:54:30 +00:00
Wen Heping
a0c2461170 Mahotas is an Image Processing Library for Python.
It includes a couple of algorithms implemented in C++ for speed while
operating in numpy arrays.

Notable algorithms:
 - watershed.
 - thresholding.
 - convex points calculations.
 - hit & miss. thinning.
 - Zernike & Haralick features.
 - freeimage based numpy image loading (requires freeimage libraries
to be installed).
 - Release the GIL in morphological functions
 - Convolution

WWW: http://packages.python.org/mahotas/

PR:		ports/153183
Submitted by:	Pedro Garcia Freitas <sawp@sawp.com.br>
2010-12-17 08:40:31 +00:00
Ganael LAPLANCHE
811f0ee2ce ZBar is an open source software suite for reading bar codes from various
sources, such as video streams, image files and raw intensity sensors. It
supports many popular symbologies (types of bar codes) including EAN-13/UPC-A,
UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.

PR:		ports/152708
Submitted by:	Oliver Heesakkers <dev2 at heesakkers.info>
pproved by:	ehaupt (mentor)
2010-12-14 14:39:50 +00:00
Erwin Lansing
554839ad62 Hook up ethumb.
Submitted by:	broken INDEX
2010-12-14 13:08:13 +00:00
Stanislav Sedov
4e6b9d37ad - Update e17 applications suite to the recent snapshot.
Thanks to Grzegorz Blach <magik@roorback.net> for doing the hard work
  preparing the initial version of the update!

PR:		ports/148038
Submitted by:	Grzegorz Blach <magik@roorback.net> (based on)
2010-12-14 07:30:56 +00:00
Philip M. Gollucci
73193a5ce7 - relocated port into correct category
Reported by:    freebsdports@chillibear.com (maintainer)
2010-12-11 18:18:03 +00:00
Stanislav Sedov
830f06af34 - Add port for graphics/lcms2, a second version of Little CMS.
This is a separate port, because lcms2 is not API compatible with
  lcms1.

  WWW:	http://www.littlecms.com/
2010-12-05 08:32:42 +00:00
Nicola Vitale
29a77bfafc A graphical user interface for the Box vector graphics language
WWW:	http://boxc.sourceforge.net

PR:		ports/152436
Submitted by:	Charlie Kester <corky1951 at comcast.net>
2010-11-26 09:32:21 +00:00
Nicola Vitale
e9387add24 Box is a programming language that puts special emphasis on graphics.
It is intended to be for vector graphics what LaTeX is for writing
scientific documents.

WWW:	http://boxc.sourceforge.net

PR:		ports/152435
Submitted by:	Charlie Kester <corky1951 at comcast.net>
2010-11-25 22:38:01 +00:00
Koop Mast
3680f27ebf Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/

This will be the last release of the GNOME 2.x series, mainly a bugfix and
bridge release to the first release of the GNOME 3.x series.

This release features commits by avl, marcus, mezz and myself.

The FreeBSD GNOME Team would like to thank the following contributors and
testers for there help with this release:

Zane C.B. <vvelox@vvelox.net>
romain@
Olaf Seibert <O.Seibert@cs.ru.nl>
DomiX
Bapt <baptiste.daroussin@gmail.com>
jsa@
miwi@
Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
Maxim Samsonov <xors@mne.ru>
Kris Moore

And pav@ for 2 exp-runs

PR:		ports/152255
		ports/143260
		ports/141033
		ports/149629
		ports/150350
		ports/151523
With hat:	gnome@
2010-11-20 15:37:08 +00:00
Max Brazhnikov
7c8efe8478 graphics/qtpfsgui has been renamed to luminance 2010-11-12 12:28:25 +00:00
Philip M. Gollucci
974e726588 Image::Imgur intends to make programmatically possible to upload image
files to the website http://imgur.com.

WWW:	http://search.cpan.org/dist/Image-Imgur/

PR:		ports/ports/151800
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-11 06:06:44 +00:00
Dmitry Marakasov
1ed411349b Gtk+ frontend for UniConvertor - a universal vector graphics
translator.

WWW: http://sk1project.org/
2010-10-29 00:55:21 +00:00
Dmitry Marakasov
00da4b6106 sk1libs is a set of python libs for sK1 Project. The package includes
multiplatform non-GUI extensions which are usually native extensions.

WWW:	http://sk1project.org/
2010-10-27 00:27:31 +00:00
Wen Heping
b69ca65a1b Graphics::GnuplotIF is a simple and easy to use dynamic Perl interface
to gnuplot. gnuplot is a freely available, command-driven graphical
display tool for Unix.

WWW: http://search.cpan.org/dist/Graphics-GnuplotIF/
2010-10-21 09:07:53 +00:00
Wen Heping
471efe8604 OpenEXR is an image format developed by ILM. Its main innovation
is support for high dynamic range; it supports floating point pixels.

This Python module provides bindings for the OpenEXR C++ libraries.
They allow you to read and write OpenEXR files from Python.

WWW: http://www.excamera.com/sphinx/articles-openexr.html

PR:		ports/151368
Submitted by:	James Bowman <jamesb-bsd@acelere.net>
2010-10-11 01:55:13 +00:00
Sunpoet Po-Chuan Hsieh
856a994e30 - Add commons-utilities 1.0
This is a port for Wikimedia Commons or MediaWiki similar installations
power users, to allow bulk images upload to a wiki, from the command line.

* commons-csv-creator allows to get metadata from images EXIF tags
* commons-upload allows to upload in batch images to Wikimedia Commons
  or a MediaWiki site.

WWW: http://bitbucket.org/dereckson/commons-utilities

PR:		ports/150743
Submitted by:	Sébastien Santoro <dereckson@gmail.com>
Approved by:	pgollucci (mentor)
2010-10-08 07:19:54 +00:00
Ion-Mihai Tetcu
ce2bcb2202 The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source
C/C++ extension loading library. GLEW provides efficient run-time mechanisms
for determining which OpenGL extensions are supported on the target platform.
OpenGL core and extension functionality is exposed in a single header file.
GLEW has been tested on a variety of operating systems, including Windows,
Linux, Mac OS X, FreeBSD, Irix, and Solaris.

This is the linux verson.

WWW: http://glew.sourceforge.net/

PR:		ports/150742
Submitted by:	Eitan Adler <lists at eitanadler.com>
2010-09-26 22:11:22 +00:00
Max Brazhnikov
20a9817073 Connect jogamp-jogl 2010-09-19 13:34:29 +00:00
Renato Botelho
4025cbbf33 Remove ports with EXPIRATION_DATE set
2010-09-05 databases/sqlite-ext-inet: Please install databases/sqlite-ext-mobigroup instead
2010-08-31 devel/codeville: Dead project.
2010-08-07 editors/koffice-kde4-l10n-fy
2010-08-07 editors/koffice-kde4-l10n-hne
2010-06-14 graphics/xaralx-devel: Does not compile with png-1.4 and latest version is from Aug 2006
2010-06-14 graphics/xaralx: Does not compile with png-1.4 and latest version is from Aug 2006
2010-04-01 misc/kde4-l10n-bn_IN
2010-04-01 misc/kde4-l10n-hne
2010-04-01 misc/kde4-l10n-ku
2010-04-01 misc/kde4-l10n-mr
2010-09-14 11:51:42 +00:00
Philip M. Gollucci
1b79d7d08a audio/audacious-crossfade||2010-09-08|Broken for 6+ months, unmaintained
audio/ecamegapedal||2010-09-08|Has expired: Abandonned since 2004, please use audio/jack-rack or audio/creox instead.
comms/asmodem||2010-09-08|Broken for 6+ months, unmaintained
comms/ltmdm||2010-09-08|Broken for 6+ months, unmaintained
comms/yawmppp||2010-09-08|Broken for 6+ months, unmaintained
devel/p5-ORBit||2010-09-08|Broken for 6+ months, unmaintained
emulators/p-interp||2010-09-08|Broken for 6+ months, unmaintained
graphics/visionegg||2010-09-08|Broken for 6+ months, unmaintained
japanese/okphone||2010-09-08|Broken for 6+ months, unmaintained
java/openjit||2010-09-08|Broken for 6+ months, unmaintained
multimedia/xmps-win32-plugin||2010-09-08|Broken for 6+ months, unmaintained
net-mgmt/tknetmon||2010-09-08|Broken for 6+ months, unmaintained
net/arpd||2010-09-08|Broken for 6+ months, unmaintained
net/vomit||2010-09-08|Broken for 6+ months, unmaintained
sysutils/xwipower||2010-09-08|Broken for 6+ months, unmaintained
www/lws||2010-09-08|Broken for 6+ months, unmaintained

Reported by:    FreeBSD unmaintained ports which are currently marked broken
                monthly reminder
2010-09-08 05:25:12 +00:00
Mario Sergio Fujikawa Ferreira
42c4288c3d New port shotwell version 0.6.1: Open source photo manager for
GNOME.

Reviewed by:	kwm
Thanks to:	kwm for "files/patch-Makefile"
2010-09-07 20:47:41 +00:00
Koop Mast
1692fc4987 Add gstreamer-plugins-gl 0.10.2.
This Gstreamer plugin suppies:
 * Integration with stanard GStreamer video buffers
 * Various OpenGL effects and filters
 * Direct GL output via glimagesink
2010-09-07 06:52:39 +00:00
Mario Sergio Fujikawa Ferreira
28639fc629 New port gexiv2 version 0.2.0: GObject-based wrapper around the
Exiv2 library
2010-09-07 02:49:13 +00:00
Rene Ladan
b1a03c81fb 2010-03-30 graphics/lphoto: broken, unmaintained, no PRs, leaf 2010-08-31 17:43:15 +00:00
Renato Botelho
4eeee4d454 Remove graphics/xfractint-devel, older than stable and unmaintained 2010-08-31 15:18:58 +00:00
Jose Alonso Cardenas Marquez
1aeeb54628 - New port: graphics/fpc-rsvg
Free Pascal interface to librsvg2 library

PR:		146001
Submitted by:	Christopher Key <cjk32 __ at __ cam.ac.uk>
2010-08-16 18:34:01 +00:00
Jose Alonso Cardenas Marquez
5934330fd0 - New port: graphcis/fpc-proj4
Free Pascal interface to proj library

PR:		146001
Submitted by:	Christopher Key <cjk32 at _ cam.ac.uk>
2010-08-16 18:30:13 +00:00