aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-05-10 21:19:08 +0000
commit48e62d9a379cd45a15f6ae89d564f81b3c13d16e (patch)
treeb627baa77f19bb1eab2fa4dee08aab1908131cd0 /graphics
parentfbdf96410f8e803568c33397323dd9d8d3af995f (diff)
downloadports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.tar.gz
ports-48e62d9a379cd45a15f6ae89d564f81b3c13d16e.zip
Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511
Notes
Notes: svn path=/head/; revision=254099
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cairo/Makefile4
-rw-r--r--graphics/cairo/distinfo6
-rw-r--r--graphics/clutter-gtk/Makefile6
-rw-r--r--graphics/clutter-gtk/distinfo6
-rw-r--r--graphics/clutter/Makefile8
-rw-r--r--graphics/clutter/distinfo6
-rw-r--r--graphics/clutter/pkg-plist44
-rw-r--r--graphics/eog-plugins/Makefile6
-rw-r--r--graphics/eog-plugins/distinfo6
-rw-r--r--graphics/eog-plugins/pkg-plist17
-rw-r--r--graphics/eog/Makefile5
-rw-r--r--graphics/eog/distinfo6
-rw-r--r--graphics/eog/pkg-plist27
-rw-r--r--graphics/evince/Makefile8
-rw-r--r--graphics/evince/distinfo6
-rw-r--r--graphics/evince/pkg-plist282
-rw-r--r--graphics/libart_lgpl/Makefile2
-rw-r--r--graphics/libart_lgpl/distinfo6
-rw-r--r--graphics/libchamplain/Makefile17
-rw-r--r--graphics/libchamplain/distinfo6
-rw-r--r--graphics/libgnomecanvas/Makefile7
-rw-r--r--graphics/libgnomecanvas/distinfo6
-rw-r--r--graphics/libgnomecanvas/pkg-plist10
-rw-r--r--graphics/librsvg2/Makefile41
-rw-r--r--graphics/librsvg2/distinfo6
-rw-r--r--graphics/librsvg2/files/patch-moz-plugin_Makefile.in11
-rw-r--r--graphics/librsvg2/pkg-plist4
-rw-r--r--graphics/poppler-gtk/Makefile4
-rw-r--r--graphics/poppler-qt/Makefile4
-rw-r--r--graphics/poppler-qt4/Makefile4
-rw-r--r--graphics/poppler/Makefile6
-rw-r--r--graphics/poppler/distinfo6
-rw-r--r--graphics/py-clutter-gtk/Makefile8
-rw-r--r--graphics/py-clutter-gtk/distinfo6
-rw-r--r--graphics/py-clutter-gtk/pkg-plist2
-rw-r--r--graphics/py-clutter/Makefile4
-rw-r--r--graphics/py-clutter/files/patch-clutter_cluttermodule.c33
-rw-r--r--graphics/solang/Makefile2
-rw-r--r--graphics/solang/pkg-plist1
39 files changed, 371 insertions, 268 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile
index 71606cd262c7..4c0d598ff21f 100644
--- a/graphics/cairo/Makefile
+++ b/graphics/cairo/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/cairo/Makefile,v 1.89 2008/12/16 03:06:44 marcus Exp $
+# $MCom: ports/graphics/cairo/Makefile,v 1.93 2010/04/03 05:40:01 marcus Exp $
#
PORTNAME= cairo
-PORTVERSION= 1.8.8
+PORTVERSION= 1.8.10
PORTREVISION?= 1
PORTEPOCH?= 1
CATEGORIES= graphics
diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo
index 163227854f5a..4d008ca43cd3 100644
--- a/graphics/cairo/distinfo
+++ b/graphics/cairo/distinfo
@@ -1,3 +1,3 @@
-MD5 (cairo-1.8.8.tar.gz) = d3e1a1035ae563812d4dd44a74fb0dd0
-SHA256 (cairo-1.8.8.tar.gz) = 3c51d3de5dc4596e01a6675acd3c86c2c99c00f02e8fad5493758a29fe451c90
-SIZE (cairo-1.8.8.tar.gz) = 6646082
+MD5 (cairo-1.8.10.tar.gz) = b60a82f405f9400bbfdcf850b1728d25
+SHA256 (cairo-1.8.10.tar.gz) = 572bada15596ec8708392db1af8b93a1af75ca47690348154e2841f3a6f08439
+SIZE (cairo-1.8.10.tar.gz) = 7102657
diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile
index 7efdfa310523..b872a0e40fc4 100644
--- a/graphics/clutter-gtk/Makefile
+++ b/graphics/clutter-gtk/Makefile
@@ -6,16 +6,14 @@
#
PORTNAME= clutter-gtk
-PORTVERSION= 0.10.2
-PORTREVISION= 5
+PORTVERSION= 0.10.4
+PORTREVISION= 0
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK+ Integration library for Clutter
-BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20
-RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20
LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
USE_BZIP2= yes
diff --git a/graphics/clutter-gtk/distinfo b/graphics/clutter-gtk/distinfo
index 1fe426c8bab6..6447d72ffd06 100644
--- a/graphics/clutter-gtk/distinfo
+++ b/graphics/clutter-gtk/distinfo
@@ -1,3 +1,3 @@
-MD5 (clutter-gtk-0.10.2.tar.bz2) = bb275b07f722631ff1764dd212843d11
-SHA256 (clutter-gtk-0.10.2.tar.bz2) = de2af20d44d2237811f27ee081b9df999a0af30ee0d410cd7c2872622386b0c9
-SIZE (clutter-gtk-0.10.2.tar.bz2) = 314372
+MD5 (clutter-gtk-0.10.4.tar.bz2) = fd015e8080e1212dacc95d0e3d776d0d
+SHA256 (clutter-gtk-0.10.4.tar.bz2) = 0134a8de202c518e231f340f5f2f3e988350105de9fadd0e849f08d95ac1b912
+SIZE (clutter-gtk-0.10.4.tar.bz2) = 307429
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index a1e6ddb9835a..1a548efce036 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -6,18 +6,14 @@
#
PORTNAME= clutter
-PORTVERSION= 1.0.10
-PORTREVISION= 2
+PORTVERSION= 1.2.6
CATEGORIES= graphics
MASTER_SITES= GNOME \
- http://www.clutter-project.org/sources/${PORTNAME}/1.0/
+ http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= OpenGL based interactive canvas library
-BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-pango
-RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Pango-1.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-pango
-
USE_GMAKE= yes
USE_BZIP2= yes
USE_AUTOTOOLS= libtool:22
diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo
index eecdb949c4a0..0728fe3e54ef 100644
--- a/graphics/clutter/distinfo
+++ b/graphics/clutter/distinfo
@@ -1,3 +1,3 @@
-MD5 (clutter-1.0.10.tar.bz2) = bf48e85291cba33f3f149f4eefe759f0
-SHA256 (clutter-1.0.10.tar.bz2) = 6fb98dc4d16a3a98be734cf0a6cc4f8d8179800603c3e41011c414eeaf1f456b
-SIZE (clutter-1.0.10.tar.bz2) = 2052074
+MD5 (clutter-1.2.6.tar.bz2) = eba5af33e966d9c9b0caab7d9e019f0d
+SHA256 (clutter-1.2.6.tar.bz2) = aafb7ee0c7132d42338e8041077fbb1a8be321c59b32218a5b3418305b815d0d
+SIZE (clutter-1.2.6.tar.bz2) = 2372773
diff --git a/graphics/clutter/pkg-plist b/graphics/clutter/pkg-plist
index 5312850e8120..1fc504a35936 100644
--- a/graphics/clutter/pkg-plist
+++ b/graphics/clutter/pkg-plist
@@ -2,6 +2,7 @@ include/clutter-1.0/clutter/clutter-actor.h
include/clutter-1.0/clutter/clutter-alpha.h
include/clutter-1.0/clutter/clutter-animatable.h
include/clutter-1.0/clutter/clutter-animation.h
+include/clutter-1.0/clutter/clutter-animator.h
include/clutter-1.0/clutter/clutter-backend.h
include/clutter-1.0/clutter/clutter-behaviour-depth.h
include/clutter-1.0/clutter/clutter-behaviour-ellipse.h
@@ -10,22 +11,31 @@ include/clutter-1.0/clutter/clutter-behaviour-path.h
include/clutter-1.0/clutter/clutter-behaviour-rotate.h
include/clutter-1.0/clutter/clutter-behaviour-scale.h
include/clutter-1.0/clutter/clutter-behaviour.h
+include/clutter-1.0/clutter/clutter-bin-layout.h
include/clutter-1.0/clutter/clutter-binding-pool.h
+include/clutter-1.0/clutter/clutter-box-layout.h
+include/clutter-1.0/clutter/clutter-box.h
include/clutter-1.0/clutter/clutter-cairo-texture.h
include/clutter-1.0/clutter/clutter-child-meta.h
include/clutter-1.0/clutter/clutter-clone.h
include/clutter-1.0/clutter/clutter-color.h
include/clutter-1.0/clutter/clutter-container.h
include/clutter-1.0/clutter/clutter-deprecated.h
+include/clutter-1.0/clutter/clutter-device-manager.h
include/clutter-1.0/clutter/clutter-enum-types.h
include/clutter-1.0/clutter/clutter-event.h
include/clutter-1.0/clutter/clutter-feature.h
+include/clutter-1.0/clutter/clutter-fixed-layout.h
include/clutter-1.0/clutter/clutter-fixed.h
+include/clutter-1.0/clutter/clutter-flow-layout.h
include/clutter-1.0/clutter/clutter-frame-source.h
include/clutter-1.0/clutter/clutter-group.h
+include/clutter-1.0/clutter/clutter-input-device.h
include/clutter-1.0/clutter/clutter-interval.h
include/clutter-1.0/clutter/clutter-json.h
include/clutter-1.0/clutter/clutter-keysyms.h
+include/clutter-1.0/clutter/clutter-layout-manager.h
+include/clutter-1.0/clutter/clutter-layout-meta.h
include/clutter-1.0/clutter/clutter-list-model.h
include/clutter-1.0/clutter/clutter-main.h
include/clutter-1.0/clutter/clutter-media.h
@@ -38,6 +48,7 @@ include/clutter-1.0/clutter/clutter-scriptable.h
include/clutter-1.0/clutter/clutter-shader-types.h
include/clutter-1.0/clutter/clutter-shader.h
include/clutter-1.0/clutter/clutter-stage-manager.h
+include/clutter-1.0/clutter/clutter-stage-window.h
include/clutter-1.0/clutter/clutter-stage.h
include/clutter-1.0/clutter/clutter-text.h
include/clutter-1.0/clutter/clutter-texture.h
@@ -59,9 +70,10 @@ include/clutter-1.0/clutter/x11/clutter-x11-enum-types.h
include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h
include/clutter-1.0/clutter/x11/clutter-x11.h
include/clutter-1.0/cogl/cogl-bitmap.h
+include/clutter-1.0/cogl/cogl-buffer.h
include/clutter-1.0/cogl/cogl-color.h
include/clutter-1.0/cogl/cogl-debug.h
-include/clutter-1.0/cogl/cogl-defines-gl.h
+include/clutter-1.0/cogl/cogl-defines.h
include/clutter-1.0/cogl/cogl-deprecated.h
include/clutter-1.0/cogl/cogl-enum-types.h
include/clutter-1.0/cogl/cogl-fixed.h
@@ -70,6 +82,8 @@ include/clutter-1.0/cogl/cogl-matrix.h
include/clutter-1.0/cogl/cogl-offscreen.h
include/clutter-1.0/cogl/cogl-pango.h
include/clutter-1.0/cogl/cogl-path.h
+include/clutter-1.0/cogl/cogl-pixel-buffer.h
+include/clutter-1.0/cogl/cogl-primitives.h
include/clutter-1.0/cogl/cogl-shader.h
include/clutter-1.0/cogl/cogl-texture.h
include/clutter-1.0/cogl/cogl-types.h
@@ -90,6 +104,7 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/ClutterActor.html
%%DOCSDIR%%/ClutterAlpha.html
%%DOCSDIR%%/ClutterAnimatable.html
+%%DOCSDIR%%/ClutterAnimator.html
%%DOCSDIR%%/ClutterBehaviour.html
%%DOCSDIR%%/ClutterBehaviourDepth.html
%%DOCSDIR%%/ClutterBehaviourEllipse.html
@@ -97,11 +112,20 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/ClutterBehaviourPath.html
%%DOCSDIR%%/ClutterBehaviourRotate.html
%%DOCSDIR%%/ClutterBehaviourScale.html
+%%DOCSDIR%%/ClutterBinLayout.html
+%%DOCSDIR%%/ClutterBox.html
+%%DOCSDIR%%/ClutterBoxLayout.html
%%DOCSDIR%%/ClutterCairoTexture.html
%%DOCSDIR%%/ClutterChildMeta.html
%%DOCSDIR%%/ClutterClone.html
%%DOCSDIR%%/ClutterContainer.html
+%%DOCSDIR%%/ClutterDeviceManager.html
+%%DOCSDIR%%/ClutterFixedLayout.html
+%%DOCSDIR%%/ClutterFlowLayout.html
%%DOCSDIR%%/ClutterGroup.html
+%%DOCSDIR%%/ClutterInputDevice.html
+%%DOCSDIR%%/ClutterLayoutManager.html
+%%DOCSDIR%%/ClutterLayoutMeta.html
%%DOCSDIR%%/ClutterListModel.html
%%DOCSDIR%%/ClutterMedia.html
%%DOCSDIR%%/ClutterModel.html
@@ -111,14 +135,16 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/ClutterScore.html
%%DOCSDIR%%/ClutterScript.html
%%DOCSDIR%%/ClutterScriptable.html
-%%DOCSDIR%%/ClutterShader.html
%%DOCSDIR%%/ClutterStage.html
%%DOCSDIR%%/ClutterText.html
%%DOCSDIR%%/ClutterTexture.html
%%DOCSDIR%%/ClutterTimeline.html
%%DOCSDIR%%/actor-box.png
%%DOCSDIR%%/additionaldocs.html
+%%DOCSDIR%%/animator-key-frames.png
%%DOCSDIR%%/annotation-glossary.html
+%%DOCSDIR%%/bin-layout.png
+%%DOCSDIR%%/box-layout.png
%%DOCSDIR%%/building-clutter.html
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/ch02.html
@@ -129,15 +155,19 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/ch07.html
%%DOCSDIR%%/ch08.html
%%DOCSDIR%%/ch09.html
+%%DOCSDIR%%/ch10.html
%%DOCSDIR%%/clutter-ClutterBackend.html
%%DOCSDIR%%/clutter-Colors.html
%%DOCSDIR%%/clutter-EGL-Specific-Support.html
%%DOCSDIR%%/clutter-EGLX-Specific-Support.html
%%DOCSDIR%%/clutter-Events.html
+%%DOCSDIR%%/clutter-Features.html
%%DOCSDIR%%/clutter-GLX-Specific-Support.html
%%DOCSDIR%%/clutter-General.html
%%DOCSDIR%%/clutter-Implicit-Animations.html
%%DOCSDIR%%/clutter-Key-Bindings.html
+%%DOCSDIR%%/clutter-Shaders.html
+%%DOCSDIR%%/clutter-Stage-Manager.html
%%DOCSDIR%%/clutter-Unit-conversion.html
%%DOCSDIR%%/clutter-Utilities.html
%%DOCSDIR%%/clutter-Value-intervals.html
@@ -164,6 +194,8 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/creating-your-own-behaviours.html
%%DOCSDIR%%/easing-modes.png
%%DOCSDIR%%/event-flow.png
+%%DOCSDIR%%/flow-layout-horizontal.png
+%%DOCSDIR%%/flow-layout-vertical.png
%%DOCSDIR%%/go01.html
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
@@ -176,6 +208,7 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/ix05.html
%%DOCSDIR%%/ix06.html
%%DOCSDIR%%/ix07.html
+%%DOCSDIR%%/ix08.html
%%DOCSDIR%%/left.png
%%DOCSDIR%%/license.html
%%DOCSDIR%%/migrating-ClutterEffect.html
@@ -189,7 +222,10 @@ libdata/pkgconfig/cogl-gl-1.0.pc
%%DOCSDIR%%/up.png
%%DOCSDIR%%/using-cairo.html
share/doc/cogl/ch01.html
+share/doc/cogl/ch02.html
share/doc/cogl/cogl-Blend-Strings.html
+share/doc/cogl/cogl-Buffers.html
+share/doc/cogl/cogl-Clipping.html
share/doc/cogl/cogl-Color-Type.html
share/doc/cogl/cogl-Fixed-Point-API.html
share/doc/cogl/cogl-General-API.html
@@ -206,6 +242,10 @@ share/doc/cogl/home.png
share/doc/cogl/index.html
share/doc/cogl/index.sgml
share/doc/cogl/ix01.html
+share/doc/cogl/ix02.html
+share/doc/cogl/ix03.html
+share/doc/cogl/ix04.html
+share/doc/cogl/ix05.html
share/doc/cogl/left.png
share/doc/cogl/license.html
share/doc/cogl/right.png
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile
index f0d27e555ec4..36a9a855888d 100644
--- a/graphics/eog-plugins/Makefile
+++ b/graphics/eog-plugins/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/eog-plugins/Makefile,v 1.5 2009/10/20 12:03:34 avl Exp $
+# $MCom: ports/graphics/eog-plugins/Makefile,v 1.12 2010/04/02 08:40:07 avl Exp $
#
PORTNAME= eog-plugins
-PORTVERSION= 2.28.1
-PORTREVISION= 2
+PORTVERSION= 2.30.0
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -17,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Plug-ins for the Eye of GNOME image viewer application
BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog
+LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata
RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog
USE_BZIP2= yes
diff --git a/graphics/eog-plugins/distinfo b/graphics/eog-plugins/distinfo
index f93de94ff87c..1e4bf4a77b83 100644
--- a/graphics/eog-plugins/distinfo
+++ b/graphics/eog-plugins/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/eog-plugins-2.28.1.tar.bz2) = 570857f4f9a32df31c64e5410125f98c
-SHA256 (gnome2/eog-plugins-2.28.1.tar.bz2) = cc15a7da85ebbe77701484e038be620858f00ed8696f69c8824ea769e74b1bee
-SIZE (gnome2/eog-plugins-2.28.1.tar.bz2) = 307193
+MD5 (gnome2/eog-plugins-2.30.0.tar.bz2) = c5ae61e03169cefd0220a3a2642065fa
+SHA256 (gnome2/eog-plugins-2.30.0.tar.bz2) = dfc6fdcefc128e6bc84b00acdf0b124cfd5b814aef62ce1320d505805743c1cb
+SIZE (gnome2/eog-plugins-2.30.0.tar.bz2) = 337547
diff --git a/graphics/eog-plugins/pkg-plist b/graphics/eog-plugins/pkg-plist
index b91fe7e6ba82..1d703d355a53 100644
--- a/graphics/eog-plugins/pkg-plist
+++ b/graphics/eog-plugins/pkg-plist
@@ -1,4 +1,3 @@
-%%CHAMPLAIN%%lib/eog/plugins/champlain.eog-plugin
%%PYTHON%%lib/eog/plugins/console.py
%%PYTHON%%lib/eog/plugins/console.pyc
%%PYTHON%%lib/eog/plugins/console.pyo
@@ -6,16 +5,25 @@
%%EXIF%%lib/eog/plugins/exif-display/exif-display-config.ui
%%EXIF%%lib/eog/plugins/exif-display/exif-display.ui
lib/eog/plugins/fit-to-width.eog-plugin
-%%CHAMPLAIN%%lib/eog/plugins/libchamplain.la
-%%CHAMPLAIN%%lib/eog/plugins/libchamplain.so
%%EXIF%%lib/eog/plugins/libexif-display.la
%%EXIF%%lib/eog/plugins/libexif-display.so
lib/eog/plugins/libfit-to-width.la
lib/eog/plugins/libfit-to-width.so
+%%CHAMPLAIN%%lib/eog/plugins/libmap.la
+%%CHAMPLAIN%%lib/eog/plugins/libmap.so
+lib/eog/plugins/libpostasa.la
+lib/eog/plugins/libpostasa.so
+lib/eog/plugins/libsend-by-mail.la
+lib/eog/plugins/libsend-by-mail.so
+%%CHAMPLAIN%%lib/eog/plugins/map.eog-plugin
+lib/eog/plugins/postasa.eog-plugin
+lib/eog/plugins/postasa/postasa-config.xml
+lib/eog/plugins/postasa/postasa-uploads.xml
%%PYTHON%%lib/eog/plugins/pythonconsole.eog-plugin
%%PYTHON%%lib/eog/plugins/pythonconsole.py
%%PYTHON%%lib/eog/plugins/pythonconsole.pyc
%%PYTHON%%lib/eog/plugins/pythonconsole.pyo
+lib/eog/plugins/send-by-mail.eog-plugin
%%PYTHON%%lib/eog/plugins/slideshowshuffle.eog-plugin
%%PYTHON%%lib/eog/plugins/slideshowshuffle.py
%%PYTHON%%lib/eog/plugins/slideshowshuffle.pyc
@@ -60,6 +68,8 @@ share/locale/vi/LC_MESSAGES/eog-plugins.mo
share/locale/zh_CN/LC_MESSAGES/eog-plugins.mo
share/locale/zh_HK/LC_MESSAGES/eog-plugins.mo
share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo
+@dirrm lib/eog/plugins/postasa
+%%EXIF%%@dirrm lib/eog/plugins/exif-display
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES
@@ -72,4 +82,3 @@ share/locale/zh_TW/LC_MESSAGES/eog-plugins.mo
@dirrmtry share/locale/be@latin
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
-%%EXIF%%@dirrm lib/eog/plugins/exif-display
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile
index ce6faca9a6cd..242b43b46c20 100644
--- a/graphics/eog/Makefile
+++ b/graphics/eog/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/eog/Makefile,v 1.105 2009/10/20 00:34:26 kwm Exp $
+# $MCom: ports/graphics/eog/Makefile,v 1.113 2010/04/27 18:11:36 kwm Exp $
#
PORTNAME= eog
-PORTVERSION= 2.28.2
-PORTREVISION= 2
+PORTVERSION= 2.30.1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/graphics/eog/distinfo b/graphics/eog/distinfo
index 32425d394c30..502a75ac166d 100644
--- a/graphics/eog/distinfo
+++ b/graphics/eog/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/eog-2.28.2.tar.bz2) = ee5fd7f3cdd37467cb86052a858757c3
-SHA256 (gnome2/eog-2.28.2.tar.bz2) = 9d7ec3f8a94f5fdc051d9ee5dc5f4f8e46d83b44d9b0a40d68beaaa738a91a08
-SIZE (gnome2/eog-2.28.2.tar.bz2) = 2675876
+MD5 (gnome2/eog-2.30.1.tar.bz2) = b9ea1f6e28c3f1890792d847f23ee82f
+SHA256 (gnome2/eog-2.30.1.tar.bz2) = d245d96d791c88197dda1f667c196cb4134f9ce88596e696d5fbcddb6747ecf6
+SIZE (gnome2/eog-2.30.1.tar.bz2) = 2691413
diff --git a/graphics/eog/pkg-plist b/graphics/eog/pkg-plist
index 26822028cb23..664949501f45 100644
--- a/graphics/eog/pkg-plist
+++ b/graphics/eog/pkg-plist
@@ -12,7 +12,6 @@ include/eog-2.20/eog/eog-image.h
include/eog-2.20/eog/eog-job-queue.h
include/eog-2.20/eog/eog-jobs.h
include/eog-2.20/eog/eog-list-store.h
-include/eog-2.20/eog/eog-message-area.h
include/eog-2.20/eog/eog-plugin.h
include/eog-2.20/eog/eog-properties-dialog.h
include/eog-2.20/eog/eog-scroll-view.h
@@ -34,31 +33,19 @@ lib/eog/plugins/reload.eog-plugin
lib/eog/plugins/statusbar-date.eog-plugin
libdata/pkgconfig/eog.pc
share/applications/eog.desktop
-%%DOCSDIR%%/EogApplication.html
%%DOCSDIR%%/EogDialog.html
%%DOCSDIR%%/EogExifDetails.html
%%DOCSDIR%%/EogFileChooser.html
-%%DOCSDIR%%/EogImage.html
%%DOCSDIR%%/EogImageSaveInfo.html
-%%DOCSDIR%%/EogJobCopy.html
-%%DOCSDIR%%/EogListStore.html
-%%DOCSDIR%%/EogMessageArea.html
%%DOCSDIR%%/EogMetadataReaderJpg.html
%%DOCSDIR%%/EogMetadataReaderPng.html
-%%DOCSDIR%%/EogPlugin.html
%%DOCSDIR%%/EogPluginManager.html
%%DOCSDIR%%/EogPreferencesDialog.html
%%DOCSDIR%%/EogPrintImageSetup.html
%%DOCSDIR%%/EogPrintPreview.html
-%%DOCSDIR%%/EogPropertiesDialog.html
%%DOCSDIR%%/EogScrollView.html
%%DOCSDIR%%/EogSidebar.html
%%DOCSDIR%%/EogStatusbar.html
-%%DOCSDIR%%/EogThumbNav.html
-%%DOCSDIR%%/EogThumbView.html
-%%DOCSDIR%%/EogTransform.html
-%%DOCSDIR%%/EogURIConverter.html
-%%DOCSDIR%%/EogWindow.html
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/ch02.html
%%DOCSDIR%%/ch03.html
@@ -66,20 +53,31 @@ share/applications/eog.desktop
%%DOCSDIR%%/ch05.html
%%DOCSDIR%%/ch06.html
%%DOCSDIR%%/ch07.html
+%%DOCSDIR%%/eog-eog-application.html
%%DOCSDIR%%/eog-eog-config-keys.html
%%DOCSDIR%%/eog-eog-debug.html
%%DOCSDIR%%/eog-eog-error-message-area.html
%%DOCSDIR%%/eog-eog-exif-util.html
+%%DOCSDIR%%/eog-eog-image.html
+%%DOCSDIR%%/eog-eog-jobs.html
%%DOCSDIR%%/eog-eog-job-queue.html
+%%DOCSDIR%%/eog-eog-list-store.html
%%DOCSDIR%%/eog-eog-metadata-reader.html
%%DOCSDIR%%/eog-eog-pixbuf-util.html
+%%DOCSDIR%%/eog-eog-plugin.html
%%DOCSDIR%%/eog-eog-plugin-engine.html
%%DOCSDIR%%/eog-eog-print.html
+%%DOCSDIR%%/eog-eog-properties-dialog.html
%%DOCSDIR%%/eog-eog-save-as-dialog-helper.html
%%DOCSDIR%%/eog-eog-session.html
+%%DOCSDIR%%/eog-eog-thumb-nav.html
+%%DOCSDIR%%/eog-eog-thumb-view.html
%%DOCSDIR%%/eog-eog-thumbnail.html
+%%DOCSDIR%%/eog-eog-transform.html
+%%DOCSDIR%%/eog-eog-uri-converter.html
%%DOCSDIR%%/eog-eog-util.html
%%DOCSDIR%%/eog-uta.html
+%%DOCSDIR%%/eog-eog-window.html
%%DOCSDIR%%/eog-zoom.html
%%DOCSDIR%%/eog.devhelp
%%DOCSDIR%%/eog.devhelp2
@@ -235,6 +233,7 @@ share/locale/da/LC_MESSAGES/eog.mo
share/locale/de/LC_MESSAGES/eog.mo
share/locale/dz/LC_MESSAGES/eog.mo
share/locale/el/LC_MESSAGES/eog.mo
+share/locale/en@shaw/LC_MESSAGES/eog.mo
share/locale/en_CA/LC_MESSAGES/eog.mo
share/locale/en_GB/LC_MESSAGES/eog.mo
share/locale/es/LC_MESSAGES/eog.mo
@@ -444,6 +443,8 @@ share/omf/eog/eog-zh_TW.omf
@dirrmtry share/locale/ks
@dirrmtry share/locale/fur/LC_MESSAGES
@dirrmtry share/locale/fur
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
diff --git a/graphics/evince/Makefile b/graphics/evince/Makefile
index b7a4f7b87abf..5ca41bc96030 100644
--- a/graphics/evince/Makefile
+++ b/graphics/evince/Makefile
@@ -3,12 +3,11 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/evince/Makefile,v 1.130 2009/10/19 19:57:01 kwm Exp $
+# $MCom: ports/graphics/evince/Makefile,v 1.137 2010/04/27 14:14:36 kwm Exp $
#
PORTNAME= evince
-PORTVERSION= 2.28.2
-PORTREVISION= 2
+PORTVERSION= 2.30.1
CATEGORIES= graphics print gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -117,6 +116,9 @@ PLIST_SUB+= COMICS="@comment "
post-patch:
@${REINPLACE_CMD} -e 's|execinfo.h|#|g' \
${WRKSRC}/configure
+ @${REINPLACE_CMD} -e '/^DOC_MODULE_VERSION/d' \
+ ${WRKSRC}/help/reference/libdocument/Makefile.in \
+ ${WRKSRC}/help/reference/libview/Makefile.in
post-install:
@-update-desktop-database
diff --git a/graphics/evince/distinfo b/graphics/evince/distinfo
index b6d0c1c6b6e8..48317462f62f 100644
--- a/graphics/evince/distinfo
+++ b/graphics/evince/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/evince-2.28.2.tar.bz2) = f8b9a1ee6fe8cd0a1b7a51ad4db96e59
-SHA256 (gnome2/evince-2.28.2.tar.bz2) = 1c592a978db9951aacdc848c87fa6c2f63216c097669efddf75013b97e5af72b
-SIZE (gnome2/evince-2.28.2.tar.bz2) = 2029085
+MD5 (gnome2/evince-2.30.1.tar.bz2) = 84eb6c8bb460edd382025fdd29c3bc64
+SHA256 (gnome2/evince-2.30.1.tar.bz2) = ab6b957ab422341f023baa8ee4061bc5719389f92d6745874d239cd1e737f225
+SIZE (gnome2/evince-2.30.1.tar.bz2) = 2177738
diff --git a/graphics/evince/pkg-plist b/graphics/evince/pkg-plist
index 5948e2a7a93e..c5fcd85807f1 100644
--- a/graphics/evince/pkg-plist
+++ b/graphics/evince/pkg-plist
@@ -1,202 +1,254 @@
bin/evince
bin/evince-previewer
bin/evince-thumbnailer
-include/evince/2.25/evince-document.h
-include/evince/2.25/evince-view.h
-include/evince/2.25/libdocument/ev-annotation.h
-include/evince/2.25/libdocument/ev-async-renderer.h
-include/evince/2.25/libdocument/ev-attachment.h
-include/evince/2.25/libdocument/ev-backends-manager.h
-include/evince/2.25/libdocument/ev-document-annotations.h
-include/evince/2.25/libdocument/ev-document-factory.h
-include/evince/2.25/libdocument/ev-document-find.h
-include/evince/2.25/libdocument/ev-document-fonts.h
-include/evince/2.25/libdocument/ev-document-forms.h
-include/evince/2.25/libdocument/ev-document-images.h
-include/evince/2.25/libdocument/ev-document-info.h
-include/evince/2.25/libdocument/ev-document-layers.h
-include/evince/2.25/libdocument/ev-document-links.h
-include/evince/2.25/libdocument/ev-document-misc.h
-include/evince/2.25/libdocument/ev-document-print.h
-include/evince/2.25/libdocument/ev-document-security.h
-include/evince/2.25/libdocument/ev-document-thumbnails.h
-include/evince/2.25/libdocument/ev-document-transition.h
-include/evince/2.25/libdocument/ev-document-type-builtins.h
-include/evince/2.25/libdocument/ev-document.h
-include/evince/2.25/libdocument/ev-file-exporter.h
-include/evince/2.25/libdocument/ev-file-helpers.h
-include/evince/2.25/libdocument/ev-form-field.h
-include/evince/2.25/libdocument/ev-image.h
-include/evince/2.25/libdocument/ev-init.h
-include/evince/2.25/libdocument/ev-layer.h
-include/evince/2.25/libdocument/ev-link-action.h
-include/evince/2.25/libdocument/ev-link-dest.h
-include/evince/2.25/libdocument/ev-link.h
-include/evince/2.25/libdocument/ev-mapping.h
-include/evince/2.25/libdocument/ev-page.h
-include/evince/2.25/libdocument/ev-render-context.h
-include/evince/2.25/libdocument/ev-selection.h
-include/evince/2.25/libdocument/ev-transition-effect.h
-include/evince/2.25/libdocument/ev-version.h
-include/evince/2.25/libview/ev-job-scheduler.h
-include/evince/2.25/libview/ev-jobs.h
-include/evince/2.25/libview/ev-page-cache.h
-include/evince/2.25/libview/ev-stock-icons.h
-include/evince/2.25/libview/ev-view-type-builtins.h
-include/evince/2.25/libview/ev-view.h
-%%COMICS%%lib/evince/1/backends/comicsdocument.evince-backend
-%%DJVU%%lib/evince/1/backends/djvudocument.evince-backend
-%%DVI%%lib/evince/1/backends/dvidocument.evince-backend
-%%IMPRESS%%lib/evince/1/backends/impressdocument.evince-backend
-%%COMICS%%lib/evince/1/backends/libcomicsdocument.a
-%%COMICS%%lib/evince/1/backends/libcomicsdocument.la
-%%COMICS%%lib/evince/1/backends/libcomicsdocument.so
-%%DJVU%%lib/evince/1/backends/libdjvudocument.a
-%%DJVU%%lib/evince/1/backends/libdjvudocument.la
-%%DJVU%%lib/evince/1/backends/libdjvudocument.so
-%%DVI%%lib/evince/1/backends/libdvidocument.a
-%%DVI%%lib/evince/1/backends/libdvidocument.la
-%%DVI%%lib/evince/1/backends/libdvidocument.so
-%%IMPRESS%%lib/evince/1/backends/libimpressdocument.a
-%%IMPRESS%%lib/evince/1/backends/libimpressdocument.la
-%%IMPRESS%%lib/evince/1/backends/libimpressdocument.so
-lib/evince/1/backends/libpdfdocument.a
-lib/evince/1/backends/libpdfdocument.la
-lib/evince/1/backends/libpdfdocument.so
-lib/evince/1/backends/libpsdocument.a
-lib/evince/1/backends/libpsdocument.la
-lib/evince/1/backends/libpsdocument.so
-lib/evince/1/backends/libtiffdocument.a
-lib/evince/1/backends/libtiffdocument.la
-lib/evince/1/backends/libtiffdocument.so
-lib/evince/1/backends/pdfdocument.evince-backend
-lib/evince/1/backends/psdocument.evince-backend
-lib/evince/1/backends/tiffdocument.evince-backend
-%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.a
-%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.la
-%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.so
+include/evince/2.30/evince-document.h
+include/evince/2.30/evince-view.h
+include/evince/2.30/libdocument/ev-annotation.h
+include/evince/2.30/libdocument/ev-async-renderer.h
+include/evince/2.30/libdocument/ev-attachment.h
+include/evince/2.30/libdocument/ev-backends-manager.h
+include/evince/2.30/libdocument/ev-document-annotations.h
+include/evince/2.30/libdocument/ev-document-attachments.h
+include/evince/2.30/libdocument/ev-document-factory.h
+include/evince/2.30/libdocument/ev-document-find.h
+include/evince/2.30/libdocument/ev-document-fonts.h
+include/evince/2.30/libdocument/ev-document-forms.h
+include/evince/2.30/libdocument/ev-document-images.h
+include/evince/2.30/libdocument/ev-document-info.h
+include/evince/2.30/libdocument/ev-document-layers.h
+include/evince/2.30/libdocument/ev-document-links.h
+include/evince/2.30/libdocument/ev-document-misc.h
+include/evince/2.30/libdocument/ev-document-print.h
+include/evince/2.30/libdocument/ev-document-security.h
+include/evince/2.30/libdocument/ev-document-thumbnails.h
+include/evince/2.30/libdocument/ev-document-transition.h
+include/evince/2.30/libdocument/ev-document-type-builtins.h
+include/evince/2.30/libdocument/ev-document.h
+include/evince/2.30/libdocument/ev-file-exporter.h
+include/evince/2.30/libdocument/ev-file-helpers.h
+include/evince/2.30/libdocument/ev-form-field.h
+include/evince/2.30/libdocument/ev-image.h
+include/evince/2.30/libdocument/ev-init.h
+include/evince/2.30/libdocument/ev-layer.h
+include/evince/2.30/libdocument/ev-link-action.h
+include/evince/2.30/libdocument/ev-link-dest.h
+include/evince/2.30/libdocument/ev-link.h
+include/evince/2.30/libdocument/ev-mapping.h
+include/evince/2.30/libdocument/ev-page.h
+include/evince/2.30/libdocument/ev-render-context.h
+include/evince/2.30/libdocument/ev-selection.h
+include/evince/2.30/libdocument/ev-transition-effect.h
+include/evince/2.30/libdocument/ev-version.h
+include/evince/2.30/libview/ev-document-model.h
+include/evince/2.30/libview/ev-job-scheduler.h
+include/evince/2.30/libview/ev-jobs.h
+include/evince/2.30/libview/ev-print-operation.h
+include/evince/2.30/libview/ev-stock-icons.h
+include/evince/2.30/libview/ev-view-presentation.h
+include/evince/2.30/libview/ev-view-type-builtins.h
+include/evince/2.30/libview/ev-view.h
+%%COMICS%%lib/evince/2/backends/comicsdocument.evince-backend
+%%DJVU%%lib/evince/2/backends/djvudocument.evince-backend
+%%DVI%%lib/evince/2/backends/dvidocument.evince-backend
+%%IMPRESS%%lib/evince/2/backends/impressdocument.evince-backend
+%%COMICS%%lib/evince/2/backends/libcomicsdocument.a
+%%COMICS%%lib/evince/2/backends/libcomicsdocument.la
+%%COMICS%%lib/evince/2/backends/libcomicsdocument.so
+%%DJVU%%lib/evince/2/backends/libdjvudocument.a
+%%DJVU%%lib/evince/2/backends/libdjvudocument.la
+%%DJVU%%lib/evince/2/backends/libdjvudocument.so
+%%DVI%%lib/evince/2/backends/libdvidocument.a
+%%DVI%%lib/evince/2/backends/libdvidocument.la
+%%DVI%%lib/evince/2/backends/libdvidocument.so
+%%IMPRESS%%lib/evince/2/backends/libimpressdocument.a
+%%IMPRESS%%lib/evince/2/backends/libimpressdocument.la
+%%IMPRESS%%lib/evince/2/backends/libimpressdocument.so
+lib/evince/2/backends/libpdfdocument.a
+lib/evince/2/backends/libpdfdocument.la
+lib/evince/2/backends/libpdfdocument.so
+lib/evince/2/backends/libpsdocument.a
+lib/evince/2/backends/libpsdocument.la
+lib/evince/2/backends/libpsdocument.so
+lib/evince/2/backends/libtiffdocument.a
+lib/evince/2/backends/libtiffdocument.la
+lib/evince/2/backends/libtiffdocument.so
+lib/evince/2/backends/pdfdocument.evince-backend
+lib/evince/2/backends/psdocument.evince-backend
+lib/evince/2/backends/tiffdocument.evince-backend
lib/libevdocument.a
lib/libevdocument.la
lib/libevdocument.so
-lib/libevdocument.so.1
+lib/libevdocument.so.2
lib/libevview.a
lib/libevview.la
lib/libevview.so
-lib/libevview.so.1
-libdata/pkgconfig/evince-document-2.25.pc
-libdata/pkgconfig/evince-view-2.25.pc
+lib/libevview.so.2
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.a
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.la
+%%NAUTILUS%%lib/nautilus/extensions-2.0/libevince-properties-page.so
+libdata/pkgconfig/evince-document-2.30.pc
+libdata/pkgconfig/evince-view-2.30.pc
+libexec/evince-convert-metadata
+libexec/evinced
share/applications/evince.desktop
+share/dbus-1/services/org.gnome.evince.Daemon.service
+%%DOCSDIR%%/EggFindBar.html
+%%DOCSDIR%%/EvFileMonitor.html
+%%DOCSDIR%%/EvHistory.html
+%%DOCSDIR%%/EvMessageArea.html
%%DOCSDIR%%/EvNavigationAction.html
%%DOCSDIR%%/EvNavigationActionWidget.html
+%%DOCSDIR%%/EvOpenRecentAction.html
%%DOCSDIR%%/EvPageAction.html
%%DOCSDIR%%/EvPageActionWidget.html
+%%DOCSDIR%%/EvPasswordView.html
+%%DOCSDIR%%/EvProgressMessageArea.html
+%%DOCSDIR%%/EvSidebar.html
+%%DOCSDIR%%/EvSidebarAttachments.html
+%%DOCSDIR%%/EvSidebarLayers.html
+%%DOCSDIR%%/EvSidebarLinks.html
+%%DOCSDIR%%/EvSidebarPage.html
+%%DOCSDIR%%/EvSidebarThumbnails.html
%%DOCSDIR%%/EvWindow.html
-%%DOCSDIR%%/evince-EvHistory.html
-%%DOCSDIR%%/evince-EvPasswordView.html
-%%DOCSDIR%%/evince-EvSidebar.html
-%%DOCSDIR%%/evince-EvSidebarAttachments.html
-%%DOCSDIR%%/evince-EvSidebarLinks.html
-%%DOCSDIR%%/evince-EvSidebarPage.html
-%%DOCSDIR%%/evince-EvSidebarThumbnails.html
-%%DOCSDIR%%/evince-ev-metadata-manager.html
+%%DOCSDIR%%/api-index-full.html
+%%DOCSDIR%%/evince-ev-application.html
+%%DOCSDIR%%/evince-ev-keyring.html
+%%DOCSDIR%%/evince-ev-media-player-keys.html
+%%DOCSDIR%%/evince-ev-metadata.html
%%DOCSDIR%%/evince-ev-properties-dialog.html
%%DOCSDIR%%/evince-ev-properties-fonts.html
+%%DOCSDIR%%/evince-ev-properties-license.html
%%DOCSDIR%%/evince-ev-utils.html
%%DOCSDIR%%/evince-ev-window-title.html
+%%DOCSDIR%%/evince-frontend.html
%%DOCSDIR%%/evince.devhelp
%%DOCSDIR%%/evince.devhelp2
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/ix01.html
%%DOCSDIR%%/left.png
-%%DOCSDIR%%/pt01.html
+%%DOCSDIR%%/licence.html
+%%DOCSDIR%%/object-tree.html
%%DOCSDIR%%/right.png
%%DOCSDIR%%/style.css
%%DOCSDIR%%/up.png
+share/doc/libevdocument/EvAnnotation.html
share/doc/libevdocument/EvAsyncRenderer.html
share/doc/libevdocument/EvAttachment.html
share/doc/libevdocument/EvDocument.html
+share/doc/libevdocument/EvDocumentAnnotations.html
+share/doc/libevdocument/EvDocumentAttachments.html
share/doc/libevdocument/EvDocumentFind.html
share/doc/libevdocument/EvDocumentFonts.html
share/doc/libevdocument/EvDocumentForms.html
share/doc/libevdocument/EvDocumentImages.html
share/doc/libevdocument/EvDocumentLayers.html
share/doc/libevdocument/EvDocumentLinks.html
+share/doc/libevdocument/EvDocumentPrint.html
share/doc/libevdocument/EvDocumentSecurity.html
share/doc/libevdocument/EvDocumentThumbnails.html
share/doc/libevdocument/EvDocumentTransition.html
share/doc/libevdocument/EvFileExporter.html
-share/doc/libevdocument/EvFormFieldSignature.html
+share/doc/libevdocument/EvFormField.html
share/doc/libevdocument/EvImage.html
share/doc/libevdocument/EvLayer.html
share/doc/libevdocument/EvPage.html
share/doc/libevdocument/EvRenderContext.html
share/doc/libevdocument/EvSelection.html
-share/doc/libevdocument/data.html
-share/doc/libevdocument/helper.html
+share/doc/libevdocument/api-index-full.html
+share/doc/libevdocument/document-data.html
+share/doc/libevdocument/document-helpers.html
+share/doc/libevdocument/document-interfaces.html
share/doc/libevdocument/home.png
share/doc/libevdocument/index.html
share/doc/libevdocument/index.sgml
-share/doc/libevdocument/interfaces.html
share/doc/libevdocument/left.png
+share/doc/libevdocument/libevdocument-EvDocumentInfo.html
+share/doc/libevdocument/libevdocument-EvDocumentMisc.html
+share/doc/libevdocument/libevdocument-Version-checks.html
share/doc/libevdocument/libevdocument-ev-backends-manager.html
share/doc/libevdocument/libevdocument-ev-document-factory.html
-share/doc/libevdocument/libevdocument-ev-document-info.html
-share/doc/libevdocument/libevdocument-ev-document-misc.html
share/doc/libevdocument/libevdocument-ev-file-helpers.html
share/doc/libevdocument/libevdocument-ev-init.html
share/doc/libevdocument/libevdocument-ev-link-action.html
share/doc/libevdocument/libevdocument-ev-link-dest.html
share/doc/libevdocument/libevdocument-ev-link.html
+share/doc/libevdocument/libevdocument-ev-mapping.html
share/doc/libevdocument/libevdocument-ev-transition-effect.html
share/doc/libevdocument/libevdocument.devhelp
share/doc/libevdocument/libevdocument.devhelp2
+share/doc/libevdocument/licence.html
+share/doc/libevdocument/object-tree.html
share/doc/libevdocument/right.png
share/doc/libevdocument/style.css
share/doc/libevdocument/up.png
-share/doc/libevview/ch01.html
+share/doc/libevview/EvJob.html
+share/doc/libevview/api-index-full.html
share/doc/libevview/home.png
share/doc/libevview/index.html
share/doc/libevview/index.sgml
share/doc/libevview/left.png
-share/doc/libevview/libevview-EvJobPrint.html
+share/doc/libevview/libevview-ev-annotation-window.html
+share/doc/libevview/libevview-ev-document-model.html
share/doc/libevview/libevview-ev-job-scheduler.html
share/doc/libevview/libevview-ev-page-cache.html
+share/doc/libevview/libevview-ev-print-operation.html
share/doc/libevview/libevview-ev-stock-icons.html
+share/doc/libevview/libevview-ev-view-cursor.html
+share/doc/libevview/libevview-ev-view-presentation.html
+share/doc/libevview/libevview-ev-view-type-builtins.html
share/doc/libevview/libevview-ev-view.html
share/doc/libevview/libevview.devhelp
share/doc/libevview/libevview.devhelp2
+share/doc/libevview/licence.html
+share/doc/libevview/object-tree.html
share/doc/libevview/right.png
share/doc/libevview/style.css
share/doc/libevview/up.png
+share/doc/libevview/view-view.html
%%DATADIR%%/evince-previewer-ui.xml
%%DATADIR%%/evince-toolbar.xml
%%DATADIR%%/evince-ui.xml
%%DATADIR%%/hand-open.png
+%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/16x16/actions/object-rotate-right.png
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-continuous.png
%%DATADIR%%/icons/hicolor/16x16/actions/view-page-facing.png
-%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-page.png
+%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-height.png
%%DATADIR%%/icons/hicolor/16x16/actions/zoom-fit-width.png
%%DATADIR%%/icons/hicolor/16x16/actions/zoom.png
+%%DATADIR%%/icons/hicolor/16x16/mimetypes/x-office-presentation.png
%%DATADIR%%/icons/hicolor/22x22/actions/eye.png
+%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/22x22/actions/object-rotate-right.png
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-continuous.png
%%DATADIR%%/icons/hicolor/22x22/actions/view-page-facing.png
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-page.png
%%DATADIR%%/icons/hicolor/22x22/actions/zoom-fit-width.png
%%DATADIR%%/icons/hicolor/22x22/actions/zoom.png
+%%DATADIR%%/icons/hicolor/22x22/mimetypes/x-office-presentation.png
+%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/24x24/actions/object-rotate-right.png
+%%DATADIR%%/icons/hicolor/24x24/actions/stock_filters-invert.png
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-continuous.png
%%DATADIR%%/icons/hicolor/24x24/actions/view-page-facing.png
-%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-page.png
+%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-height.png
%%DATADIR%%/icons/hicolor/24x24/actions/zoom-fit-width.png
%%DATADIR%%/icons/hicolor/24x24/actions/zoom.png
+%%DATADIR%%/icons/hicolor/24x24/mimetypes/x-office-presentation.png
+%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-left.png
+%%DATADIR%%/icons/hicolor/32x32/actions/object-rotate-right.png
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-continuous.png
%%DATADIR%%/icons/hicolor/32x32/actions/view-page-facing.png
+%%DATADIR%%/icons/hicolor/32x32/mimetypes/x-office-presentation.png
%%DATADIR%%/icons/hicolor/48x48/actions/close.png
-%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
-%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
%%DATADIR%%/icons/hicolor/48x48/actions/resize-se.png
%%DATADIR%%/icons/hicolor/48x48/actions/resize-sw.png
+%%DATADIR%%/icons/hicolor/48x48/actions/view-page-continuous.png
+%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.png
+%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-left.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/object-rotate-right.svg
+%%DATADIR%%/icons/hicolor/scalable/mimetypes/x-office-presentation.svg
share/gnome/help/evince/C/evince.xml
share/gnome/help/evince/C/figures/evince_start_window.png
share/gnome/help/evince/C/legal.xml
@@ -252,6 +304,7 @@ share/locale/ar/LC_MESSAGES/evince.mo
share/locale/as/LC_MESSAGES/evince.mo
share/locale/ast/LC_MESSAGES/evince.mo
share/locale/be/LC_MESSAGES/evince.mo
+share/locale/be@latin/LC_MESSAGES/evince.mo
share/locale/bg/LC_MESSAGES/evince.mo
share/locale/bn/LC_MESSAGES/evince.mo
share/locale/bn_IN/LC_MESSAGES/evince.mo
@@ -264,6 +317,7 @@ share/locale/da/LC_MESSAGES/evince.mo
share/locale/de/LC_MESSAGES/evince.mo
share/locale/dz/LC_MESSAGES/evince.mo
share/locale/el/LC_MESSAGES/evince.mo
+share/locale/en@shaw/LC_MESSAGES/evince.mo
share/locale/en_CA/LC_MESSAGES/evince.mo
share/locale/en_GB/LC_MESSAGES/evince.mo
share/locale/es/LC_MESSAGES/evince.mo
@@ -292,7 +346,9 @@ share/locale/mai/LC_MESSAGES/evince.mo
share/locale/mg/LC_MESSAGES/evince.mo
share/locale/mk/LC_MESSAGES/evince.mo
share/locale/ml/LC_MESSAGES/evince.mo
+share/locale/mn/LC_MESSAGES/evince.mo
share/locale/mr/LC_MESSAGES/evince.mo
+share/locale/ms/LC_MESSAGES/evince.mo
share/locale/nb/LC_MESSAGES/evince.mo
share/locale/nds/LC_MESSAGES/evince.mo
share/locale/ne/LC_MESSAGES/evince.mo
@@ -313,6 +369,7 @@ share/locale/sk/LC_MESSAGES/evince.mo
share/locale/sl/LC_MESSAGES/evince.mo
share/locale/sq/LC_MESSAGES/evince.mo
share/locale/sr/LC_MESSAGES/evince.mo
+share/locale/sr@latin/LC_MESSAGES/evince.mo
share/locale/sv/LC_MESSAGES/evince.mo
share/locale/ta/LC_MESSAGES/evince.mo
share/locale/te/LC_MESSAGES/evince.mo
@@ -346,15 +403,13 @@ share/omf/evince/evince-sv.omf
share/omf/evince/evince-uk.omf
share/omf/evince/evince-vi.omf
share/omf/evince/evince-zh_CN.omf
-share/locale/be@latin/LC_MESSAGES/evince.mo
-share/locale/sr@latin/LC_MESSAGES/evince.mo
@dirrm share/omf/evince
@dirrm share/gnome/help/evince/zh_CN/figures
@dirrm share/gnome/help/evince/zh_CN
-@dirrm share/gnome/help/evince/uk/figures
-@dirrm share/gnome/help/evince/uk
@dirrm share/gnome/help/evince/vi/figures
@dirrm share/gnome/help/evince/vi
+@dirrm share/gnome/help/evince/uk/figures
+@dirrm share/gnome/help/evince/uk
@dirrm share/gnome/help/evince/sv/figures
@dirrm share/gnome/help/evince/sv
@dirrm share/gnome/help/evince/sr/figures
@@ -394,14 +449,21 @@ share/locale/sr@latin/LC_MESSAGES/evince.mo
@dirrm share/gnome/help/evince/C/figures
@dirrm share/gnome/help/evince/C
@dirrm share/gnome/help/evince
+@dirrm %%DATADIR%%/icons/hicolor/scalable/mimetypes
+@dirrm %%DATADIR%%/icons/hicolor/scalable/actions
+@dirrm %%DATADIR%%/icons/hicolor/scalable
@dirrm %%DATADIR%%/icons/hicolor/48x48/actions
@dirrm %%DATADIR%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/icons/hicolor/32x32/mimetypes
@dirrm %%DATADIR%%/icons/hicolor/32x32/actions
@dirrm %%DATADIR%%/icons/hicolor/32x32
+@dirrm %%DATADIR%%/icons/hicolor/24x24/mimetypes
@dirrm %%DATADIR%%/icons/hicolor/24x24/actions
@dirrm %%DATADIR%%/icons/hicolor/24x24
+@dirrm %%DATADIR%%/icons/hicolor/22x22/mimetypes
@dirrm %%DATADIR%%/icons/hicolor/22x22/actions
@dirrm %%DATADIR%%/icons/hicolor/22x22
+@dirrm %%DATADIR%%/icons/hicolor/16x16/mimetypes
@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
@dirrm %%DATADIR%%/icons/hicolor/16x16
@dirrm %%DATADIR%%/icons/hicolor
@@ -411,12 +473,12 @@ share/locale/sr@latin/LC_MESSAGES/evince.mo
@dirrm share/doc/libevdocument
@dirrm %%DOCSDIR%%
@dirrmtry share/applications
-@dirrm lib/evince/1/backends
-@dirrm lib/evince/1
+@dirrm lib/evince/2/backends
+@dirrm lib/evince/2
@dirrm lib/evince
-@dirrm include/evince/2.25/libview
-@dirrm include/evince/2.25/libdocument
-@dirrm include/evince/2.25
+@dirrm include/evince/2.30/libview
+@dirrm include/evince/2.30/libdocument
+@dirrm include/evince/2.30
@dirrm include/evince
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@@ -446,6 +508,8 @@ share/locale/sr@latin/LC_MESSAGES/evince.mo
@dirrmtry share/locale/ku
@dirrmtry share/locale/ks/LC_MESSAGES
@dirrmtry share/locale/ks
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile
index 19ae0ed447c7..3c5ea5c5392b 100644
--- a/graphics/libart_lgpl/Makefile
+++ b/graphics/libart_lgpl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libart_lgpl
-PORTVERSION= 2.3.20
+PORTVERSION= 2.3.21
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= GNOME
diff --git a/graphics/libart_lgpl/distinfo b/graphics/libart_lgpl/distinfo
index 7f5c15fc3d66..4d72346a4c80 100644
--- a/graphics/libart_lgpl/distinfo
+++ b/graphics/libart_lgpl/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libart_lgpl-2.3.20.tar.bz2) = d0ce67f2ebcef1e51a83136c69242a73
-SHA256 (gnome2/libart_lgpl-2.3.20.tar.bz2) = d5531ae3a206a9b5cc74e9a20d89d61b2ba3ba03d342d6a2ed48d2130ad3d847
-SIZE (gnome2/libart_lgpl-2.3.20.tar.bz2) = 302903
+MD5 (gnome2/libart_lgpl-2.3.21.tar.bz2) = 08559ff3c67fd95d57b0c5e91a6b4302
+SHA256 (gnome2/libart_lgpl-2.3.21.tar.bz2) = fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa
+SIZE (gnome2/libart_lgpl-2.3.21.tar.bz2) = 329102
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile
index 14e7277aad07..6d8f18e2d877 100644
--- a/graphics/libchamplain/Makefile
+++ b/graphics/libchamplain/Makefile
@@ -3,20 +3,17 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/libchamplain/Makefile,v 1.11 2009/10/27 11:50:35 kwm Exp $
+# $MCom: ports/graphics/libchamplain/Makefile,v 1.17 2010/03/29 10:55:48 kwm Exp $
#
PORTNAME= libchamplain
-PORTVERSION= 0.4.4
-PORTREVISION= 2
+PORTVERSION= 0.4.5
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers
-BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20
-RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \
soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup
@@ -30,16 +27,14 @@ USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-# python bindings and mono need to be ported to clutter 1.0 first.
-# And clutter 1.0 versions of py-clutter and clutter-sharp need to
-# get released upstream too.
+# clutter-sharp need to get released.
CONFIGURE_ARGS+=--enable-managed=no
PLIST_SUB= VERSION=${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
.if !defined(WITHOUT_PYTHON)
USE_PYTHON= yes
-PYCLUTTER_GTK= ${LOCALBASE}/libdata/pkgconfig/pyclutter-gtk-0.9.pc
+PYCLUTTER_GTK= ${LOCALBASE}/libdata/pkgconfig/pyclutter-gtk-0.10.pc
BUILD_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk
RUN_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk
CONFIGURE_ARGS+= --enable-python=yes
@@ -54,4 +49,8 @@ PLIST_SUB+= PYTHON="@comment "
@${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings"
@${ECHO_CMD} ""
+post-patch:
+ @${REINPLACE_CMD} -e 's|pyclutter-gtk-0.9|pyclutter-gtk-0.10|g' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>
diff --git a/graphics/libchamplain/distinfo b/graphics/libchamplain/distinfo
index 08224a088e40..e14508f8a331 100644
--- a/graphics/libchamplain/distinfo
+++ b/graphics/libchamplain/distinfo
@@ -1,3 +1,3 @@
-MD5 (libchamplain-0.4.4.tar.bz2) = 0a7897ee27d33471cec417132a1522d6
-SHA256 (libchamplain-0.4.4.tar.bz2) = ac7fe39bb2d0995e3827357e1f0ff565809519ada894f2b90711e120e00fedba
-SIZE (libchamplain-0.4.4.tar.bz2) = 540011
+MD5 (libchamplain-0.4.5.tar.bz2) = e9bdecaadb9196694a299951389ec935
+SHA256 (libchamplain-0.4.5.tar.bz2) = bb7923ac76e63d9fb2e096c323d6b1502cd523f402d22e369ee9e4e31e6ab10d
+SIZE (libchamplain-0.4.5.tar.bz2) = 540497
diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile
index 275b9c0122c1..cc58c1c7a594 100644
--- a/graphics/libgnomecanvas/Makefile
+++ b/graphics/libgnomecanvas/Makefile
@@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.75 2009/03/18 04:18:22 marcus Exp $
+# $MCom: ports/graphics/libgnomecanvas/Makefile,v 1.77 2010/04/02 21:20:26 kwm Exp $
#
PORTNAME= libgnomecanvas
-PORTVERSION= 2.26.0
-PORTREVISION?= 3
+PORTVERSION= 2.30.1
+PORTREVISION?= 0
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -26,6 +26,7 @@ USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22
USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --enable-glade \
--disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo
index 8d3fd7340489..aecc39580155 100644
--- a/graphics/libgnomecanvas/distinfo
+++ b/graphics/libgnomecanvas/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/libgnomecanvas-2.26.0.tar.bz2) = 9bbc635e5ae70e63af071af74ba7e72f
-SHA256 (gnome2/libgnomecanvas-2.26.0.tar.bz2) = 80b480acc33d7303f651e9c5bc8fea51c9e9a9ed59ebfdbbb730dd798bcbc58d
-SIZE (gnome2/libgnomecanvas-2.26.0.tar.bz2) = 600470
+MD5 (gnome2/libgnomecanvas-2.30.1.tar.bz2) = 362ab7b81024b3c3b4a712e7df01b169
+SHA256 (gnome2/libgnomecanvas-2.30.1.tar.bz2) = 291a436cba73550fc1cc93a2bc99353daa18c0a9fec4cfcff47d9ec38d643166
+SIZE (gnome2/libgnomecanvas-2.30.1.tar.bz2) = 583190
diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist
index 2574460771da..4c5bb228a8c1 100644
--- a/graphics/libgnomecanvas/pkg-plist
+++ b/graphics/libgnomecanvas/pkg-plist
@@ -24,13 +24,16 @@ share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/as/LC_MESSAGES/libgnomecanvas-2.0.mo
+share/locale/ast/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/bn_IN/LC_MESSAGES/libgnomecanvas-2.0.mo
+share/locale/br/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/crh/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo
@@ -38,6 +41,7 @@ share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/dz/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo
+share/locale/en@shaw/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo
share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo
@@ -133,12 +137,18 @@ share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo
@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
+@dirrmtry share/locale/en@shaw/LC_MESSAGES
+@dirrmtry share/locale/en@shaw
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrmtry share/locale/crh/LC_MESSAGES
@dirrmtry share/locale/crh
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
@dirrmtry share/locale/ang/LC_MESSAGES
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 6e0c836cf8c3..55100263d78c 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -3,12 +3,11 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/librsvg2/Makefile,v 1.128 2009/11/28 05:59:01 mezz Exp $
+# $MCom: ports/graphics/librsvg2/Makefile,v 1.131 2010/05/02 10:25:51 kwm Exp $
#
PORTNAME= librsvg2
-PORTVERSION= 2.26.0
-PORTREVISION= 4
+PORTVERSION= 2.26.3
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -31,43 +30,11 @@ USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-svgz \
- --without-gimp \
--with-croco \
- --disable-gnome-vfs \
- --enable-gtk-theme \
- --disable-gnome-print
+ --enable-gtk-theme
CROCO_VERSION= 0.6
MAN1= rsvg.1
-OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" on
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_MOZILLA_PLUGIN)
-USE_GECKO= libxul seamonkey
-USE_WEBPLUGINS= gecko19
-WEBPLUGINS_FILES=libmozsvgdec.so
-.include "${PORTSDIR}/www/firefox/Makefile.webplugins"
-CONFIGURE_ENV+= MOZILLA_CONFIG=no
-CONFIGURE_ARGS+=--enable-mozilla-plugin=yes
-
-PLIST_SUB+= PLUGIN=""
-.else
-CONFIGURE_ARGS+=--enable-mozilla-plugin=no
-
-PLIST_SUB+= PLUGIN="@comment "
-.endif
-
-post-patch:
-.if defined(WITH_MOZILLA_PLUGIN)
-.if "${GECKO:Mlibxul}"
- @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \
- ${WRKSRC}/configure
-.endif
- @${REINPLACE_CMD} -e 's|[$$][(]libdir[)]/mozilla/plugins|${WEBPLUGINS_DIR}|g' \
- ${WRKSRC}/moz-plugin/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/librsvg2/distinfo b/graphics/librsvg2/distinfo
index 0807c3d1b7b5..b81219c6e67e 100644
--- a/graphics/librsvg2/distinfo
+++ b/graphics/librsvg2/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/librsvg-2.26.0.tar.bz2) = 65dbd726a514fe8b797d26254b8efc1e
-SHA256 (gnome2/librsvg-2.26.0.tar.bz2) = fdcab5f0d86198d8cbd4ffe5b333076f75e707f6d7e4af5e87a8644ff7533bea
-SIZE (gnome2/librsvg-2.26.0.tar.bz2) = 477499
+MD5 (gnome2/librsvg-2.26.3.tar.bz2) = 8df68c2c02cdf2a96a92b43bf737bf9c
+SHA256 (gnome2/librsvg-2.26.3.tar.bz2) = c0005f9471b4bd3ba4873d165d8e481ee6b1d124dda4efc6bdc24b7da024b7e5
+SIZE (gnome2/librsvg-2.26.3.tar.bz2) = 511876
diff --git a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in b/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
deleted file mode 100644
index 728d20fcbd1c..000000000000
--- a/graphics/librsvg2/files/patch-moz-plugin_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- moz-plugin/Makefile.in.orig 2008-09-23 15:17:45.000000000 -0500
-+++ moz-plugin/Makefile.in 2008-09-23 15:19:11.000000000 -0500
-@@ -270,7 +270,7 @@
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
- @$(NORMAL_INSTALL)
-- test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
-+@WITH_MOZILLA_TRUE@ test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
- @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
- if test -f $$p; then \
- f=$(am__strip_dir) \
diff --git a/graphics/librsvg2/pkg-plist b/graphics/librsvg2/pkg-plist
index c89581974118..52425f347f26 100644
--- a/graphics/librsvg2/pkg-plist
+++ b/graphics/librsvg2/pkg-plist
@@ -5,9 +5,6 @@ include/librsvg-2/librsvg/librsvg-enum-types.h
include/librsvg-2/librsvg/librsvg-features.h
include/librsvg-2/librsvg/rsvg-cairo.h
include/librsvg-2/librsvg/rsvg.h
-%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.a
-%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.la
-%%PLUGIN%%%%WEBPLUGINS_DIR%%/libmozsvgdec.so
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.a
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.la
lib/gtk-2.0/%%GTK2_VERSION%%/engines/libsvg.so
@@ -38,7 +35,6 @@ share/doc/rsvg/style.css
share/doc/rsvg/up.png
share/pixmaps/svg-viewer.svg
@dirrm share/doc/rsvg
-%%PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%%
@dirrm include/librsvg-2/librsvg
@dirrm include/librsvg-2
@exec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true
diff --git a/graphics/poppler-gtk/Makefile b/graphics/poppler-gtk/Makefile
index 5669bf48241c..1ebdddf7a6ab 100644
--- a/graphics/poppler-gtk/Makefile
+++ b/graphics/poppler-gtk/Makefile
@@ -3,10 +3,10 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.16 2009/08/02 17:54:08 marcus Exp $
+# $MCom: ports/graphics/poppler-gtk/Makefile,v 1.18 2010/03/14 22:08:42 kwm Exp $
#
-PORTREVISION= 2
+PORTREVISION= 0
PKGNAMESUFFIX= -gtk
MAINTAINER= gnome@FreeBSD.org
diff --git a/graphics/poppler-qt/Makefile b/graphics/poppler-qt/Makefile
index d4c32d0c9dfe..228a5327130b 100644
--- a/graphics/poppler-qt/Makefile
+++ b/graphics/poppler-qt/Makefile
@@ -3,10 +3,10 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/poppler-qt/Makefile,v 1.9 2006/10/10 20:22:10 mezz Exp $
+# $MCom: ports/graphics/poppler-qt/Makefile,v 1.11 2010/03/14 22:08:43 kwm Exp $
#
-PORTREVISION= 2
+PORTREVISION= 0
PKGNAMESUFFIX= -qt
MAINTAINER= gnome@FreeBSD.org
diff --git a/graphics/poppler-qt4/Makefile b/graphics/poppler-qt4/Makefile
index 6c0a2b164e41..d64da7bb3726 100644
--- a/graphics/poppler-qt4/Makefile
+++ b/graphics/poppler-qt4/Makefile
@@ -3,10 +3,10 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.11 2009/08/02 17:55:19 marcus Exp $
+# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.13 2010/03/14 22:08:43 kwm Exp $
#
-PORTREVISION= 2
+PORTREVISION= 0
PKGNAMESUFFIX= -qt4
MAINTAINER= gnome@FreeBSD.org
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index 9005a9c65223..d76bcbb8ab1c 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -3,12 +3,12 @@
# Whom: marcus@FreeBSD.org
#
# $FreeBSD$
-# $MCom: ports/graphics/poppler/Makefile,v 1.56 2009/11/22 04:24:49 marcus Exp $
+# $MCom: ports/graphics/poppler/Makefile,v 1.58 2010/03/14 22:08:42 kwm Exp $
#
PORTNAME= poppler
-PORTVERSION= 0.12.3
-PORTREVISION?= 2
+PORTVERSION= 0.12.4
+PORTREVISION?= 0
CATEGORIES= graphics print
MASTER_SITES= http://poppler.freedesktop.org/
diff --git a/graphics/poppler/distinfo b/graphics/poppler/distinfo
index 6cbeb732399f..fe24669ee9cd 100644
--- a/graphics/poppler/distinfo
+++ b/graphics/poppler/distinfo
@@ -1,3 +1,3 @@
-MD5 (poppler-0.12.3.tar.gz) = d0ca8344d8d94e27aaba6d432688365d
-SHA256 (poppler-0.12.3.tar.gz) = 7a4ffe6d2950c446c285700d3b2dc399540a27ce635dd712aff646f02f8dfbcc
-SIZE (poppler-0.12.3.tar.gz) = 1616883
+MD5 (poppler-0.12.4.tar.gz) = 4155346f9369b192569ce9184ff73e43
+SHA256 (poppler-0.12.4.tar.gz) = 2afa2a54bd4ccb09e92f82b64bcafa95d39a404a3b3db9d6a5fcad0e0229857a
+SIZE (poppler-0.12.4.tar.gz) = 1674400
diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile
index c9025c32eacf..f95a41edbfe8 100644
--- a/graphics/py-clutter-gtk/Makefile
+++ b/graphics/py-clutter-gtk/Makefile
@@ -3,15 +3,13 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/py-clutter-gtk/Makefile,v 1.1 2009/09/06 11:27:11 kwm Exp $
+# $MCom: ports/graphics/py-clutter-gtk/Makefile,v 1.3 2010/02/15 10:36:26 kwm Exp $
#
PORTNAME= clutter
-PORTVERSION= 0.9.3
-PORTREVISION= 2
+PORTVERSION= 0.10.0
CATEGORIES= graphics
-#MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/
-MASTER_SITES= LOCAL/kwm
+MASTER_SITES= http://www.clutter-project.org/sources/pyclutter-gtk/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= gtk
DISTNAME= py${PORTNAME}-gtk-${PORTVERSION}
diff --git a/graphics/py-clutter-gtk/distinfo b/graphics/py-clutter-gtk/distinfo
index 847fdb293e35..4653317168e0 100644
--- a/graphics/py-clutter-gtk/distinfo
+++ b/graphics/py-clutter-gtk/distinfo
@@ -1,3 +1,3 @@
-MD5 (pyclutter-gtk-0.9.3.tar.gz) = bd384f40119f7af5b3ec5eb28da14855
-SHA256 (pyclutter-gtk-0.9.3.tar.gz) = 8e05bc93254f3f5b0bcbaea73f58101a7b980b574018a97f9413f2af4eb9e443
-SIZE (pyclutter-gtk-0.9.3.tar.gz) = 312307
+MD5 (pyclutter-gtk-0.10.0.tar.gz) = 317ea17b429db815af616a68632530a9
+SHA256 (pyclutter-gtk-0.10.0.tar.gz) = 0c47dde4db55dd4112cb4b7db4801624d754a95d2098d83d586eb6ad3240f38a
+SIZE (pyclutter-gtk-0.10.0.tar.gz) = 314949
diff --git a/graphics/py-clutter-gtk/pkg-plist b/graphics/py-clutter-gtk/pkg-plist
index 2db5df914615..0d0dcf0a8984 100644
--- a/graphics/py-clutter-gtk/pkg-plist
+++ b/graphics/py-clutter-gtk/pkg-plist
@@ -4,7 +4,7 @@
%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.a
%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.la
%%PYTHON_SITELIBDIR%%/cluttergtk/_cluttergtk.so
-libdata/pkgconfig/pyclutter-gtk-0.9.pc
+libdata/pkgconfig/pyclutter-gtk-0.10.pc
share/pyclutter/1.0/defs/cluttergtk.defs
share/pyclutter/1.0/defs/cluttergtk-types.defs
@dirrm %%PYTHON_SITELIBDIR%%/cluttergtk
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile
index 46e8fa8ee92c..0ab6d0602664 100644
--- a/graphics/py-clutter/Makefile
+++ b/graphics/py-clutter/Makefile
@@ -3,12 +3,12 @@
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/py-clutter/Makefile,v 1.3 2009/09/26 13:41:59 marcus Exp $
+# $MCom: ports/graphics/py-clutter/Makefile,v 1.6 2010/05/10 04:21:19 marcus Exp $
#
PORTNAME= clutter
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-clutter/files/patch-clutter_cluttermodule.c b/graphics/py-clutter/files/patch-clutter_cluttermodule.c
new file mode 100644
index 000000000000..31d685664358
--- /dev/null
+++ b/graphics/py-clutter/files/patch-clutter_cluttermodule.c
@@ -0,0 +1,33 @@
+--- clutter/cluttermodule.c.orig 2010-02-15 11:16:18.000000000 +0100
++++ clutter/cluttermodule.c 2010-02-15 11:18:06.000000000 +0100
+@@ -148,19 +148,19 @@ pycogl_add_gl_constants (PyObject *modul
+ * should also be loading PyOpenGL, which exposes all the
+ * enumeration values
+ */
+- PyModule_AddObject (module, "NEVER", Py_BuildValue ("i", CGL_NEVER));
+- PyModule_AddObject (module, "LESS", Py_BuildValue ("i", CGL_LESS));
+- PyModule_AddObject (module, "LEQUAL", Py_BuildValue ("i", CGL_LEQUAL));
+- PyModule_AddObject (module, "EQUAL", Py_BuildValue ("i", CGL_EQUAL));
+- PyModule_AddObject (module, "NOTEQUAL", Py_BuildValue ("i", CGL_NOTEQUAL));
+- PyModule_AddObject (module, "GEQUAL", Py_BuildValue ("i", CGL_GEQUAL));
+- PyModule_AddObject (module, "GREATER", Py_BuildValue ("i", CGL_GREATER));
+- PyModule_AddObject (module, "ALWAYS", Py_BuildValue ("i", CGL_ALWAYS));
++ PyModule_AddObject (module, "NEVER", Py_BuildValue ("i", GL_NEVER));
++ PyModule_AddObject (module, "LESS", Py_BuildValue ("i", GL_LESS));
++ PyModule_AddObject (module, "LEQUAL", Py_BuildValue ("i", GL_LEQUAL));
++ PyModule_AddObject (module, "EQUAL", Py_BuildValue ("i", GL_EQUAL));
++ PyModule_AddObject (module, "NOTEQUAL", Py_BuildValue ("i", GL_NOTEQUAL));
++ PyModule_AddObject (module, "GEQUAL", Py_BuildValue ("i", GL_GEQUAL));
++ PyModule_AddObject (module, "GREATER", Py_BuildValue ("i", GL_GREATER));
++ PyModule_AddObject (module, "ALWAYS", Py_BuildValue ("i", GL_ALWAYS));
+
+- PyModule_AddObject (module, "SRC_ALPHA", Py_BuildValue ("i", CGL_SRC_ALPHA));
+- PyModule_AddObject (module, "ONE_MINUS_SRC_ALPHA", Py_BuildValue ("i", CGL_ONE_MINUS_SRC_ALPHA));
++ PyModule_AddObject (module, "SRC_ALPHA", Py_BuildValue ("i", GL_SRC_ALPHA));
++ PyModule_AddObject (module, "ONE_MINUS_SRC_ALPHA", Py_BuildValue ("i", GL_ONE_MINUS_SRC_ALPHA));
+
+- PyModule_AddObject (module, "OBJECT_COMPILE_STATUS", Py_BuildValue ("i", CGL_OBJECT_COMPILE_STATUS));
++ PyModule_AddObject (module, "OBJECT_COMPILE_STATUS", Py_BuildValue ("i", GL_OBJECT_COMPILE_STATUS_ARB));
+
+ if (PyErr_Occurred ())
+ PyErr_Print ();
diff --git a/graphics/solang/Makefile b/graphics/solang/Makefile
index 0db9e2a43cbe..62eedc2c4dd8 100644
--- a/graphics/solang/Makefile
+++ b/graphics/solang/Makefile
@@ -7,7 +7,7 @@
PORTNAME= solang
PORTVERSION= 0.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= http://rishi.fedorapeople.org/solang/
diff --git a/graphics/solang/pkg-plist b/graphics/solang/pkg-plist
index 3b809b65e24e..22cda9890108 100644
--- a/graphics/solang/pkg-plist
+++ b/graphics/solang/pkg-plist
@@ -69,6 +69,7 @@ share/icons/hicolor/scalable/apps/solang.svg
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/pixmaps
@dirrm %%DATADIR%%
+@dirrmtry share/applications
@dirrm %%DOCSDIR%%
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true