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
This commit is contained in:
Koop Mast 2010-05-10 21:19:08 +00:00
parent fbdf96410f
commit 48e62d9a37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254099
774 changed files with 13711 additions and 16668 deletions

7
MOVED
View file

@ -4384,3 +4384,10 @@ security/vpnd||2010-05-02|Has expired: This software is no longer developed
textproc/isearch||2010-05-02|Has expired: abandoned upstream, uses an obsolete version of GCC, not used by any other port
www/caudium12||2010-05-02|Has expired: No longer maintained upstream, please switch to www/caudium14
www/p5-Catalyst-Plugin-Cache-FileCache||2010-05-02|Has expired: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
accessibility/gir-repository-atk|accessibility/atk|2010-05-10|Now installed by accessibility/atk
multimedia/totem-xine|multimedia/totem|2010-05-10|Totem xine backend is dead for quite some time
www/gir-repository-webkit|www/webkit-gtk2|2010-05-10|Now installed by www/webkit-gtk2
x11-toolkits/gir-repository-gtk20|x11-toolkits/gtk20|2010-05-10|Now installed by x11-toolkits/gtk20
x11-toolkits/gir-repository-libwnck|x11-toolkits/libwnck|2010-05-10|Now installed by x11-toolkits/libwnck
x11-toolkits/gir-repository-pango|x11-toolkits/pango|2010-05-10|Now installed by x11-toolkits/pango
x11/gir-repository-gnome-menus|x11/gnome-menus|2010-05-10|Now installed by x11/gnome-menus

View file

@ -3,7 +3,7 @@
#
# $FreeBSD$
# $NetBSD: $
# $MCom: ports/Mk/bsd.gnome.mk,v 1.486 2009/09/12 01:23:12 marcus Exp $
# $MCom: ports/Mk/bsd.gnome.mk,v 1.490 2010/03/14 18:13:44 marcus Exp $
#
# Please view me with 4 column tabs!
@ -358,7 +358,7 @@ libgtkhtml_LIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc
libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2
gnomedesktop_LIB_DEPENDS= gnome-desktop-2.11:${PORTSDIR}/x11/gnome-desktop
gnomedesktop_LIB_DEPENDS= gnome-desktop-2.17:${PORTSDIR}/x11/gnome-desktop
gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc
gnomedesktop_USE_GNOME_IMPL= gconf2 gnomedocutils pygtk2
gnomedesktop_GNOME_DESKTOP_VERSION=2
@ -390,7 +390,7 @@ eel2_USE_GNOME_IMPL= gnomedesktop
gnomepanel_LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnome-panel
gnomepanel_DETECT= ${LOCALBASE}/libdata/pkgconfig/libpanelapplet-2.0.pc
gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2 libgnomeui
gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2 libbonoboui
gnomepanel_GNOME_DESKTOP_VERSION=2
nautilus2_LIB_DEPENDS= nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus
@ -468,7 +468,7 @@ intlhack_USE_GNOME_IMPL=intltool
gtkhtml3_LIB_DEPENDS= gtkhtml-3.14.19:${PORTSDIR}/www/gtkhtml3
gtkhtml3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-3.14.pc
gtkhtml3_USE_GNOME_IMPL=libgnomeui
gtkhtml3_USE_GNOME_IMPL=libglade2
gnomespeech_LIB_DEPENDS=gnomespeech.7:${PORTSDIR}/accessibility/gnome-speech
gnomespeech_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-speech-1.0.pc
@ -476,7 +476,7 @@ gnomespeech_USE_GNOME_IMPL=libbonobo
evolutiondataserver_LIB_DEPENDS=edataserver-1.2.11:${PORTSDIR}/databases/evolution-data-server
evolutiondataserver_DETECT= ${LOCALBASE}/libdata/pkgconfig/evolution-data-server-1.2.pc
evolutiondataserver_USE_GNOME_IMPL=libgnomeui
evolutiondataserver_USE_GNOME_IMPL=gconf2 libxml2
desktopfileutils_BUILD_DEPENDS=update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
desktopfileutils_RUN_DEPENDS=update-desktop-database:${PORTSDIR}/devel/desktop-file-utils

View file

@ -5,6 +5,23 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
201005010:
AFFECTS: users of security/gnome-keyring
AUTHOR: kwm@FreeBSD.org
libgnome-keyring was split out of the gnome-keyring package.
Do the following before doing your normal upgrade steps.
pkg_delete -f "gnome-keyring-*"
portmaster security/gnome-keyring
or
portupgrade -R -x gnome-keyring -x libgnome-keyring gnome-keyring
pkg_deinstall -fO gnome-keyring
portinstall security/gnome-keyring
20100506:
AFFECTS: users of mail/nullmailer on FreeBSD 6.x
AUTHOR: glarkin@FreeBSD.org

View file

@ -7,11 +7,12 @@
SUBDIR += at-poke
SUBDIR += at-spi
SUBDIR += at-spi-reference
SUBDIR += at-spi2-core
SUBDIR += at-spi2-atk
SUBDIR += atk
SUBDIR += atk-reference
SUBDIR += dasher
SUBDIR += eflite
SUBDIR += gir-repository-atk
SUBDIR += gnome-mag
SUBDIR += gnome-speech
SUBDIR += gnopernicus
@ -24,6 +25,7 @@
SUBDIR += linux-f8-atk
SUBDIR += mousetweaks
SUBDIR += orca
SUBDIR += py-atspi
SUBDIR += py-papi
SUBDIR += qt4-accessible
SUBDIR += ruby-atk

View file

@ -3,12 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/accerciser/Makefile,v 1.33 2009/09/22 05:13:26 avl Exp $
# $MCom: ports/accessibility/accerciser/Makefile,v 1.36 2010/04/27 21:38:19 kwm Exp $
#
PORTNAME= accerciser
PORTVERSION= 1.8.0
PORTREVISION= 2
PORTVERSION= 1.10.1
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/accerciser-1.8.0.tar.bz2) = ede1d36e9820fa441bcc24cb634d59cc
SHA256 (gnome2/accerciser-1.8.0.tar.bz2) = 27fcd0e8c5d40f70e00b38bb8f2223b5fb7ef3708075f96d0d051991c259832a
SIZE (gnome2/accerciser-1.8.0.tar.bz2) = 1508187
MD5 (gnome2/accerciser-1.10.1.tar.bz2) = 15b14e77108c2fc9ffbef59e9d6cb5b7
SHA256 (gnome2/accerciser-1.10.1.tar.bz2) = c6e6ac40a8a119d7f071fa5e7e6086f5dc8b6f407921b3938b2cc2115ea1a6a4
SIZE (gnome2/accerciser-1.10.1.tar.bz2) = 1536982

View file

@ -229,6 +229,12 @@ share/gnome/help/accerciser/uk/figures/api_browser.png
share/gnome/help/accerciser/uk/figures/event_monitor.png
share/gnome/help/accerciser/uk/figures/interface_viewer.png
share/gnome/help/accerciser/uk/figures/script_recorder.png
share/gnome/help/accerciser/zh_CN/accerciser.xml
share/gnome/help/accerciser/zh_CN/figures/accerciser.png
share/gnome/help/accerciser/zh_CN/figures/api_browser.png
share/gnome/help/accerciser/zh_CN/figures/event_monitor.png
share/gnome/help/accerciser/zh_CN/figures/interface_viewer.png
share/gnome/help/accerciser/zh_CN/figures/script_recorder.png
share/icons/hicolor/16x16/apps/accerciser.png
share/icons/hicolor/22x22/apps/accerciser.png
share/icons/hicolor/32x32/apps/accerciser.png
@ -236,6 +242,7 @@ share/icons/hicolor/48x48/apps/accerciser.png
share/icons/hicolor/scalable/apps/accerciser.svg
share/locale/ar/LC_MESSAGES/accerciser.mo
share/locale/bg/LC_MESSAGES/accerciser.mo
share/locale/br/LC_MESSAGES/accerciser.mo
share/locale/bn/LC_MESSAGES/accerciser.mo
share/locale/bn_IN/LC_MESSAGES/accerciser.mo
share/locale/ca/LC_MESSAGES/accerciser.mo
@ -245,6 +252,7 @@ share/locale/da/LC_MESSAGES/accerciser.mo
share/locale/de/LC_MESSAGES/accerciser.mo
share/locale/dz/LC_MESSAGES/accerciser.mo
share/locale/el/LC_MESSAGES/accerciser.mo
share/locale/en@shaw/LC_MESSAGES/accerciser.mo
share/locale/en_CA/LC_MESSAGES/accerciser.mo
share/locale/en_GB/LC_MESSAGES/accerciser.mo
share/locale/es/LC_MESSAGES/accerciser.mo
@ -257,6 +265,7 @@ share/locale/gu/LC_MESSAGES/accerciser.mo
share/locale/he/LC_MESSAGES/accerciser.mo
share/locale/hi/LC_MESSAGES/accerciser.mo
share/locale/hu/LC_MESSAGES/accerciser.mo
share/locale/id/LC_MESSAGES/accerciser.mo
share/locale/it/LC_MESSAGES/accerciser.mo
share/locale/ja/LC_MESSAGES/accerciser.mo
share/locale/kn/LC_MESSAGES/accerciser.mo
@ -301,7 +310,10 @@ share/omf/accerciser/accerciser-oc.omf
share/omf/accerciser/accerciser-pt_BR.omf
share/omf/accerciser/accerciser-sv.omf
share/omf/accerciser/accerciser-uk.omf
share/omf/accerciser/accerciser-zh_CN.omf
@dirrm share/omf/accerciser
@dirrm share/gnome/help/accerciser/zh_CN/figures
@dirrm share/gnome/help/accerciser/zh_CN
@dirrm share/gnome/help/accerciser/uk/figures
@dirrm share/gnome/help/accerciser/uk
@dirrm share/gnome/help/accerciser/sv/figures
@ -351,6 +363,8 @@ share/omf/accerciser/accerciser-uk.omf
@dirrmtry share/locale/mai
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
@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

View file

@ -3,12 +3,12 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/at-spi/Makefile,v 1.89 2009/10/19 07:50:44 avl Exp $
# $MCom: ports/accessibility/at-spi/Makefile,v 1.99 2010/04/26 11:38:24 kwm Exp $
#
PORTNAME= at-spi
PORTVERSION= 1.28.1
PORTREVISION?= 2
PORTVERSION= 1.30.1
PORTREVISION?= 0
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier intlhack gtk20 libbonobo
USE_GNOME= gnomehack gnomehier intlhack gtk20 gconf2 libbonobo
USE_XORG= x11 xtst
USE_PYTHON= yes
USE_LDCONFIG= yes

View file

@ -1,3 +1,3 @@
MD5 (gnome2/at-spi-1.28.1.tar.bz2) = ff29958339cbff5a0e0f34e4761e7633
SHA256 (gnome2/at-spi-1.28.1.tar.bz2) = b776a85290dcfd485f0307c8fcc71a74a07874e5edbf7bba31d599e6dab3d2be
SIZE (gnome2/at-spi-1.28.1.tar.bz2) = 843057
MD5 (gnome2/at-spi-1.30.1.tar.bz2) = 29fdf7934e98efda5fe0ab74ab4d3f29
SHA256 (gnome2/at-spi-1.30.1.tar.bz2) = 8dbe3f3b6028f01afd841859e49c0bf159a1ccca1f90be2647365062c5d0346d
SIZE (gnome2/at-spi-1.30.1.tar.bz2) = 836847

View file

@ -0,0 +1,10 @@
--- registryd/registry-main.c.orig 2010-02-27 00:19:33.000000000 -0500
+++ registryd/registry-main.c 2010-02-27 00:21:10.000000000 -0500
@@ -198,6 +198,7 @@ main (int argc, char **argv)
* has been set. If we have not been relocated, we will exit if the
* at-spi-dbus key has been set.
*/
+ g_type_init ();
gconf_client = gconf_client_get_default ();
#ifdef RELOCATE
need_to_quit = !gconf_client_get_bool (gconf_client, CORBA_GCONF_KEY, NULL);

View file

@ -121,6 +121,7 @@ share/locale/da/LC_MESSAGES/at-spi.mo
share/locale/de/LC_MESSAGES/at-spi.mo
share/locale/dz/LC_MESSAGES/at-spi.mo
share/locale/el/LC_MESSAGES/at-spi.mo
share/locale/en@shaw/LC_MESSAGES/at-spi.mo
share/locale/en_CA/LC_MESSAGES/at-spi.mo
share/locale/en_GB/LC_MESSAGES/at-spi.mo
share/locale/eo/LC_MESSAGES/at-spi.mo
@ -216,8 +217,12 @@ share/locale/zh_TW/LC_MESSAGES/at-spi.mo
@dirrmtry share/locale/nds
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
@dirrmtry share/locale/mai/LC_MESSAGES
@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

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: at-spi
# Date Created: 12 April 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.6 2010/04/01 12:23:26 kwm Exp $
#
PORTNAME= at-spi2-atk
PORTVERSION= 0.1.8
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Assisted Technology Provider module for GTK+
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (gnome2/at-spi2-atk-0.1.8.tar.bz2) = dbf92538b4e83bcd0a5f42adb9143411
SHA256 (gnome2/at-spi2-atk-0.1.8.tar.bz2) = 7ccfb43ec166814aa3daf0bf1b894d07b766d05c30860ef3db759f2dab72f2eb
SIZE (gnome2/at-spi2-atk-0.1.8.tar.bz2) = 292459

View file

@ -0,0 +1,9 @@
This is the Gnome Accessibility Project's Assistive Technology
Service Provider Interface. It allows accessibility applications
and assistive technologies to announce their respective existence
to each other.
This port contains the GTK+ module needed to interface with the SPI
framework.
WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus

View file

@ -0,0 +1,6 @@
lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.a
lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.la
lib/gtk-2.0/modules/at-spi-dbus/modules/libatk-bridge.so
share/gnome/autostart/atk-bridge.desktop
@dirrm lib/gtk-2.0/modules/at-spi-dbus/modules
@dirrm lib/gtk-2.0/modules/at-spi-dbus

View file

@ -0,0 +1,30 @@
# New ports collection makefile for: at-spi
# Date Created: 12 April 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.8 2010/04/01 12:15:44 kwm Exp $
#
PORTNAME= at-spi2-core
PORTVERSION= 0.1.8
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An Assistive Technology Service Provider Interface
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier intlhack
USE_XORG= x11 xi xtst
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (gnome2/at-spi2-core-0.1.8.tar.bz2) = 6f333474d4e03ee3317ed9b5006752b0
SHA256 (gnome2/at-spi2-core-0.1.8.tar.bz2) = 2bb33f5ccff315df5d5c1513502e31f186394346b3446f4be2396dad3b1da9d3
SIZE (gnome2/at-spi2-core-0.1.8.tar.bz2) = 281367

View file

@ -0,0 +1,10 @@
This is the Gnome Accessibility Project's Assistive Technology
Service Provider Interface. It allows accessibility applications
and assistive technologies to announce their respective existence
to each other.
This version of at-spi is a major break from previous versions.
It has been completely rewritten to use D-Bus rather than
ORBIT / CORBA for its transport protocol.
WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus

View file

@ -0,0 +1,2 @@
libexec/at-spi2-registryd
share/dbus-1/services/org.a11y.atspi.Registry.service

View file

@ -3,11 +3,11 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/atk/Makefile,v 1.98 2009/09/22 10:49:14 kwm Exp $
# $MCom: ports/accessibility/atk/Makefile,v 1.104 2010/04/02 16:56:50 kwm Exp $
#
PORTNAME= atk
PORTVERSION= 1.28.0
PORTVERSION= 1.30.0
PORTREVISION?= 0
CATEGORIES= accessibility devel
MASTER_SITES= GNOME
@ -20,7 +20,10 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
USE_GETTEXT= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:22
USE_GNOME= gnomehack glib20 ltverhack referencehack

View file

@ -1,3 +1,3 @@
MD5 (gnome2/atk-1.28.0.tar.bz2) = 010a85478adc053c016a0a5c9bb52004
SHA256 (gnome2/atk-1.28.0.tar.bz2) = e4da9fe580d2d55f4e77a138c553b4b32654dfb06bf0715592cc9dbd6355fe87
SIZE (gnome2/atk-1.28.0.tar.bz2) = 715100
MD5 (gnome2/atk-1.30.0.tar.bz2) = 548d413775819fef425410739041cac3
SHA256 (gnome2/atk-1.30.0.tar.bz2) = 92b9b1213cafc68fe9c3806273b968c26423237d7b1f631dd83dc5270b8c268c
SIZE (gnome2/atk-1.30.0.tar.bz2) = 746014

View file

@ -14,11 +14,13 @@ include/atk-1.0/atk/atknoopobject.h
include/atk-1.0/atk/atknoopobjectfactory.h
include/atk-1.0/atk/atkobject.h
include/atk-1.0/atk/atkobjectfactory.h
include/atk-1.0/atk/atkplug.h
include/atk-1.0/atk/atkregistry.h
include/atk-1.0/atk/atkrelation.h
include/atk-1.0/atk/atkrelationset.h
include/atk-1.0/atk/atkrelationtype.h
include/atk-1.0/atk/atkselection.h
include/atk-1.0/atk/atksocket.h
include/atk-1.0/atk/atkstate.h
include/atk-1.0/atk/atkstateset.h
include/atk-1.0/atk/atkstreamablecontent.h
@ -26,15 +28,18 @@ include/atk-1.0/atk/atktable.h
include/atk-1.0/atk/atktext.h
include/atk-1.0/atk/atkutil.h
include/atk-1.0/atk/atkvalue.h
lib/girepository-1.0/Atk-1.0.typelib
lib/libatk-1.0.a
lib/libatk-1.0.la
lib/libatk-1.0.so
lib/libatk-1.0.so.0
libdata/pkgconfig/atk.pc
share/gir-1.0/Atk-1.0.gir
share/locale/af/LC_MESSAGES/atk10.mo
share/locale/am/LC_MESSAGES/atk10.mo
share/locale/ar/LC_MESSAGES/atk10.mo
share/locale/as/LC_MESSAGES/atk10.mo
share/locale/ast/LC_MESSAGES/atk10.mo
share/locale/az/LC_MESSAGES/atk10.mo
share/locale/be/LC_MESSAGES/atk10.mo
share/locale/be@latin/LC_MESSAGES/atk10.mo
@ -52,6 +57,7 @@ share/locale/dz/LC_MESSAGES/atk10.mo
share/locale/el/LC_MESSAGES/atk10.mo
share/locale/en_CA/LC_MESSAGES/atk10.mo
share/locale/en_GB/LC_MESSAGES/atk10.mo
share/locale/en@shaw/LC_MESSAGES/atk10.mo
share/locale/eo/LC_MESSAGES/atk10.mo
share/locale/es/LC_MESSAGES/atk10.mo
share/locale/et/LC_MESSAGES/atk10.mo
@ -122,6 +128,8 @@ share/locale/zh_HK/LC_MESSAGES/atk10.mo
share/locale/zh_TW/LC_MESSAGES/atk10.mo
@dirrm include/atk-1.0/atk
@dirrm include/atk-1.0
@dirrmtry share/gir-1.0
@dirrmtry lib/girepository-1.0
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/yi/LC_MESSAGES
@ -152,6 +160,8 @@ share/locale/zh_TW/LC_MESSAGES/atk10.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/ca@valencia/LC_MESSAGES
@ -160,5 +170,7 @@ share/locale/zh_TW/LC_MESSAGES/atk10.mo
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES
@dirrmtry share/locale/be@latin
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as

View file

@ -1,15 +0,0 @@
# New ports collection makefile for: gir-repository-atk
# Date created: 07 September 2009
# Whom: Alexander Logvinov <avl@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/gir-repository-atk/Makefile,v 1.1 2009/09/16 02:05:10 avl Exp $
#
CATEGORIES= accessibility
MASTERDIR= ${.CURDIR}/../../devel/gir-repository
PKGNAMESUFFIX= -atk
.include "${MASTERDIR}/bsd.gir.mk"

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.47 2009/09/26 12:48:44 marcus Exp $
# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.51 2010/04/01 11:23:47 kwm Exp $
#
PORTNAME= gnome-mag
PORTVERSION= 0.15.9
PORTREVISION= 2
PORTVERSION= 0.16.1
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-mag-0.15.9.tar.bz2) = db651bbd63f4ae3cfeb344c42f80d206
SHA256 (gnome2/gnome-mag-0.15.9.tar.bz2) = 6f921419143088587dce201afd972a60317ade269e47b0d67a38872a7615a025
SIZE (gnome2/gnome-mag-0.15.9.tar.bz2) = 532685
MD5 (gnome2/gnome-mag-0.16.1.tar.bz2) = bbe177dadfd64c071b5670956ed703ae
SHA256 (gnome2/gnome-mag-0.16.1.tar.bz2) = 92541c30a70a6cf59ec3fb3f46d27a598173984f786f7c6bc1bd3e4be65ad3fa
SIZE (gnome2/gnome-mag-0.16.1.tar.bz2) = 546444

View file

@ -9,6 +9,7 @@ lib/orbit-2.0/GNOME_Magnifier_module.la
lib/orbit-2.0/GNOME_Magnifier_module.so
libdata/bonobo/servers/GNOME_Magnifier.server
libdata/pkgconfig/gnome-mag-1.0.pc
share/dbus-1/services/org.freedesktop.gnome.Magnifier.service
%%DATADIR%%/1_32/appstart.xpm
%%DATADIR%%/1_32/bottom_left_corner.xpm
%%DATADIR%%/1_32/bottom_side.xpm
@ -28,6 +29,8 @@ libdata/pkgconfig/gnome-mag-1.0.pc
%%DATADIR%%/1_32/top_side.xpm
%%DATADIR%%/1_32/up.xpm
%%DATADIR%%/1_32/xterm.xpm
%%DATADIR%%/dbus/org.freedesktop.gnome.Magnifier
%%DATADIR%%/dbus/org.freedesktop.gnome.ZoomRegion
%%DATADIR%%/default-cursor.xpm
share/idl/gnome-mag-1.0/GNOME_Magnifier.idl
share/locale/ang/LC_MESSAGES/gnome-mag.mo
@ -50,6 +53,7 @@ share/locale/da/LC_MESSAGES/gnome-mag.mo
share/locale/de/LC_MESSAGES/gnome-mag.mo
share/locale/dz/LC_MESSAGES/gnome-mag.mo
share/locale/el/LC_MESSAGES/gnome-mag.mo
share/locale/en@shaw/LC_MESSAGES/gnome-mag.mo
share/locale/en_CA/LC_MESSAGES/gnome-mag.mo
share/locale/en_GB/LC_MESSAGES/gnome-mag.mo
share/locale/eo/LC_MESSAGES/gnome-mag.mo
@ -119,6 +123,7 @@ share/locale/zh_CN/LC_MESSAGES/gnome-mag.mo
share/locale/zh_HK/LC_MESSAGES/gnome-mag.mo
share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo
@dirrm share/idl/gnome-mag-1.0
@dirrm %%DATADIR%%/dbus
@dirrm %%DATADIR%%/1_32
@dirrm %%DATADIR%%
@dirrm %%DOCSDIR%%/reference/html
@ -154,6 +159,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-mag.mo
@dirrmtry share/locale/ky
@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/ca@valencia/LC_MESSAGES

View file

@ -3,12 +3,11 @@
# Whom: Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/gok/Makefile,v 1.106 2009/10/19 19:03:32 kwm Exp $
# $MCom: ports/accessibility/gok/Makefile,v 1.110 2010/04/02 16:53:04 kwm Exp $
#
PORTNAME= gok
PORTVERSION= 2.28.1
PORTREVISION= 2
PORTVERSION= 2.30.0
PORTEPOCH= 1
CATEGORIES= accessibility sysutils gnome
MASTER_SITES= GNOME
@ -17,13 +16,14 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME On-Screen Keyboard (GOK)
LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra
LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
USE_BZIP2= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck \
gnomespeech
gnomespeech libxml2
USE_GMAKE= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gok-2.28.1.tar.bz2) = d7305f12c703e13eeaed796f996dbc86
SHA256 (gnome2/gok-2.28.1.tar.bz2) = 121ab98605b0981c131cdc49bf190ba81e9a9d5c720fa94ed2fb3193f121e904
SIZE (gnome2/gok-2.28.1.tar.bz2) = 1588038
MD5 (gnome2/gok-2.30.0.tar.bz2) = 853c7825eb62d7c425f5a0efdc07412a
SHA256 (gnome2/gok-2.30.0.tar.bz2) = 6fe6e116dc663d7f2132b44fc9959ce2e9a26e5259eea860db6829c736a386b6
SIZE (gnome2/gok-2.30.0.tar.bz2) = 1544165

View file

@ -7,7 +7,6 @@ share/applications/gok.desktop
%%DOCSDIR%%/ch02.html
%%DOCSDIR%%/ch03.html
%%DOCSDIR%%/ch04.html
%%DOCSDIR%%/gok-GokButton.html
%%DOCSDIR%%/gok-arraylist.html
%%DOCSDIR%%/gok-callbacks.html
%%DOCSDIR%%/gok-command-common.html
@ -20,6 +19,7 @@ share/applications/gok.desktop
%%DOCSDIR%%/gok-global.html
%%DOCSDIR%%/gok-gok-action.html
%%DOCSDIR%%/gok-gok-branchback-stack.html
%%DOCSDIR%%/gok-gok-button.html
%%DOCSDIR%%/gok-gok-chunker.html
%%DOCSDIR%%/gok-gok-control.html
%%DOCSDIR%%/gok-gok-data.html
@ -260,6 +260,16 @@ share/gnome/help/gok/C/legal.xml
%%DATADIR%%/el/text-operations.kbd
%%DATADIR%%/el/valuator.kbd
%%DATADIR%%/empty.png
%%DATADIR%%/en@shaw/gok-controls.kbd
%%DATADIR%%/en@shaw/hide.kbd
%%DATADIR%%/en@shaw/launcher.kbd
%%DATADIR%%/en@shaw/main.kbd
%%DATADIR%%/en@shaw/mouse.kbd
%%DATADIR%%/en@shaw/move-resize.kbd
%%DATADIR%%/en@shaw/numberpad.kbd
%%DATADIR%%/en@shaw/quit.kbd
%%DATADIR%%/en@shaw/text-operations.kbd
%%DATADIR%%/en@shaw/valuator.kbd
%%DATADIR%%/en_CA/gok-controls.kbd
%%DATADIR%%/en_CA/hide.kbd
%%DATADIR%%/en_CA/launcher.kbd
@ -360,7 +370,8 @@ share/gnome/help/gok/C/legal.xml
%%DATADIR%%/gl/quit.kbd
%%DATADIR%%/gl/text-operations.kbd
%%DATADIR%%/gl/valuator.kbd
%%DATADIR%%/glade/gok.glade2
%%DATADIR%%/gok-editor.ui
%%DATADIR%%/gok-settingsdialog.ui
%%DATADIR%%/gok.rc
%%DATADIR%%/goklogo.png
%%DATADIR%%/gu/gok-controls.kbd
@ -885,6 +896,7 @@ share/locale/da/LC_MESSAGES/gok.mo
share/locale/de/LC_MESSAGES/gok.mo
share/locale/dz/LC_MESSAGES/gok.mo
share/locale/el/LC_MESSAGES/gok.mo
share/locale/en@shaw/LC_MESSAGES/gok.mo
share/locale/en_CA/LC_MESSAGES/gok.mo
share/locale/en_GB/LC_MESSAGES/gok.mo
share/locale/es/LC_MESSAGES/gok.mo
@ -1000,7 +1012,6 @@ share/sounds/freedesktop/stereo/goksound2.wav
@dirrm %%DATADIR%%/hi
@dirrm %%DATADIR%%/he
@dirrm %%DATADIR%%/gu
@dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%%/gl
@dirrm %%DATADIR%%/ga
@dirrm %%DATADIR%%/fr
@ -1011,6 +1022,7 @@ share/sounds/freedesktop/stereo/goksound2.wav
@dirrm %%DATADIR%%/es
@dirrm %%DATADIR%%/en_GB
@dirrm %%DATADIR%%/en_CA
@dirrm %%DATADIR%%/en@shaw
@dirrm %%DATADIR%%/el
@dirrm %%DATADIR%%/dz
@dirrm %%DATADIR%%/de
@ -1052,6 +1064,8 @@ share/sounds/freedesktop/stereo/goksound2.wav
@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/ca@valencia/LC_MESSAGES

View file

@ -3,12 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.37 2009/10/19 18:20:53 kwm Exp $
# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.46 2010/04/27 14:33:35 kwm Exp $
#
PORTNAME= mousetweaks
PORTVERSION= 2.28.2
PORTREVISION= 2
PORTVERSION= 2.30.1
CATEGORIES= accessibility
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -16,7 +15,7 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Mouse accessibility enhancements for the GNOME desktop
USE_XORG= xfixes
USE_XORG= x11 xfixes xcursor xtst
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack atspi
USE_GMAKE= yes

View file

@ -1,3 +1,3 @@
MD5 (gnome2/mousetweaks-2.28.2.tar.bz2) = c8f8a2a57f02133adb6069f74bbd0004
SHA256 (gnome2/mousetweaks-2.28.2.tar.bz2) = c91de97198055e14c335980322b6c25c8c545baa74088a627930c5b0801f091e
SIZE (gnome2/mousetweaks-2.28.2.tar.bz2) = 2049091
MD5 (gnome2/mousetweaks-2.30.1.tar.bz2) = ba764f315df090bb5c99474b36ae768d
SHA256 (gnome2/mousetweaks-2.30.1.tar.bz2) = 6bd16a59b248a68ae0c99e185400eba58c3dac82a99ca2cc7c60e775accd01e6
SIZE (gnome2/mousetweaks-2.30.1.tar.bz2) = 2195351

View file

@ -186,6 +186,7 @@ share/gnome/help/mousetweaks/zh_CN/figures/mouse-a11y-tab.png
share/gnome/help/mousetweaks/zh_CN/mousetweaks.xml
share/locale/ar/LC_MESSAGES/mousetweaks.mo
share/locale/as/LC_MESSAGES/mousetweaks.mo
share/locale/ast/LC_MESSAGES/mousetweaks.mo
share/locale/bg/LC_MESSAGES/mousetweaks.mo
share/locale/bn/LC_MESSAGES/mousetweaks.mo
share/locale/bn_IN/LC_MESSAGES/mousetweaks.mo
@ -196,6 +197,7 @@ share/locale/da/LC_MESSAGES/mousetweaks.mo
share/locale/de/LC_MESSAGES/mousetweaks.mo
share/locale/el/LC_MESSAGES/mousetweaks.mo
share/locale/en_GB/LC_MESSAGES/mousetweaks.mo
share/locale/en@shaw/LC_MESSAGES/mousetweaks.mo
share/locale/es/LC_MESSAGES/mousetweaks.mo
share/locale/et/LC_MESSAGES/mousetweaks.mo
share/locale/eu/LC_MESSAGES/mousetweaks.mo
@ -300,6 +302,8 @@ share/omf/mousetweaks/mousetweaks-zh_CN.omf
@dirrmtry share/locale/mr
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
@dirrmtry share/locale/en@shaw/LC_MESSAGES
@dirrmtry share/locale/en@shaw
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/orca/Makefile,v 1.73 2009/10/19 20:01:51 kwm Exp $
# $MCom: ports/accessibility/orca/Makefile,v 1.84 2010/04/26 10:45:56 kwm Exp $
#
PORTNAME= orca
PORTVERSION= 2.28.3
PORTREVISION= 2
PORTVERSION= 2.30.1
CATEGORIES= accessibility gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -16,9 +15,11 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Scriptable screen reader
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \
${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi
LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \
${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi
LATEST_LINK= gnome-orca
@ -26,7 +27,7 @@ USE_BZIP2= yes
USE_GETTEXT= yes
USE_PYTHON= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 \
USE_GNOME= gnomeprefix gnomehack libgnomeui gnomespeech pygnome2 \
pygnomedesktop
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes

View file

@ -1,3 +1,3 @@
MD5 (gnome2/orca-2.28.3.tar.bz2) = 6097051064e7a24dcf335410d4a020dc
SHA256 (gnome2/orca-2.28.3.tar.bz2) = f94f76bb618ae4ce76c37e8077b3d5e81350c4ac899a224fa70d5e5a4d6014e2
SIZE (gnome2/orca-2.28.3.tar.bz2) = 2173461
MD5 (gnome2/orca-2.30.1.tar.bz2) = 316e825174c15858ea54cc136536c1f7
SHA256 (gnome2/orca-2.30.1.tar.bz2) = 0493e0fb7a9b3e65ee0c349751d5295020aa25277a8b0545710317a1add2645b
SIZE (gnome2/orca-2.30.1.tar.bz2) = 2265634

View file

@ -62,6 +62,9 @@ bin/orca
%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.py
%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyc
%%PYTHON_SITELIBDIR%%/orca/gnomespeechfactory.pyo
%%PYTHON_SITELIBDIR%%/orca/gsmag.py
%%PYTHON_SITELIBDIR%%/orca/gsmag.pyc
%%PYTHON_SITELIBDIR%%/orca/gsmag.pyo
%%PYTHON_SITELIBDIR%%/orca/httpserver.py
%%PYTHON_SITELIBDIR%%/orca/httpserver.pyc
%%PYTHON_SITELIBDIR%%/orca/httpserver.pyo
@ -143,6 +146,18 @@ bin/orca
%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.py
%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/__init__.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/__init__.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/__init__.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/formatting.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/formatting.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/formatting.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/speech_generator.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/speech_generator.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/speech_generator.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla.pyo
@ -260,6 +275,9 @@ bin/orca
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_settings.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_settings.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_settings.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/speech_generator.pyo
@ -326,9 +344,15 @@ bin/orca
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/structural_navigation.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/__init__.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/__init__.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/__init__.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_settings.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_settings.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_settings.pyo
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo
@ -489,6 +513,7 @@ share/locale/zh_TW/LC_MESSAGES/orca.mo
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/rhythmbox
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner
@ -499,6 +524,7 @@ share/locale/zh_TW/LC_MESSAGES/orca.mo
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts
@dirrm %%PYTHON_SITELIBDIR%%/orca

View file

@ -0,0 +1,33 @@
# New ports collection makefile for: at-spi
# Date Created: 12 April 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/py-atspi/Makefile,v 1.5 2010/04/01 12:24:50 kwm Exp $
#
PORTNAME= atspi
PORTVERSION= 0.1.8
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyatspi-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Python API for the D-BUS based SPI framework
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
RUN_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2
GNU_CONFIGURE= yes
USE_PYTHON= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (gnome2/pyatspi-0.1.8.tar.bz2) = 01f6a0d4879e6d65bce20ae4927b6d45
SHA256 (gnome2/pyatspi-0.1.8.tar.bz2) = e984b0e587fb28813e92a3b3b08228b47b410f48d8474da05fbf8e327274d55a
SIZE (gnome2/pyatspi-0.1.8.tar.bz2) = 306278

View file

@ -0,0 +1,8 @@
This is the Gnome Accessibility Project's Assistive Technology
Service Provider Interface. It allows accessibility applications
and assistive technologies to announce their respective existence
to each other.
This port is the Python API to interface with the D-BUS based SPI framework.
WWW: http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus

View file

@ -0,0 +1,98 @@
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/Accessibility.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/Accessibility.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/Accessibility.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/__init__.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/__init__.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/__init__.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/accessible.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/accessible.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/accessible.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/action.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/action.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/action.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/appevent.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/appevent.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/appevent.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/application.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/application.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/application.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/__init__.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/__init__.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/__init__.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/bus.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/bus.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/bus.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/proxy.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/proxy.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils/proxy.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/cache.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/cache.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/cache.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/collection.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/collection.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/collection.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/component.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/component.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/component.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/constants.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/constants.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/constants.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/deviceevent.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/deviceevent.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/deviceevent.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/document.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/document.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/document.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/editabletext.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/editabletext.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/editabletext.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/enum.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/enum.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/enum.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/exceptions.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/exceptions.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/exceptions.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/factory.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/factory.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/factory.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hyperlink.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hyperlink.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hyperlink.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hypertext.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hypertext.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/hypertext.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/image.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/image.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/image.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/interfaces.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/interfaces.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/interfaces.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/registry.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/registry.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/registry.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/relation.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/relation.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/relation.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/role.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/role.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/role.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/selection.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/selection.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/selection.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/state.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/state.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/state.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/table.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/table.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/table.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/text.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/text.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/text.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/utils.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/utils.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/utils.pyo
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/value.py
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/value.pyc
%%PYTHON_SITELIBDIR%%/pyatspi_dbus/value.pyo
@dirrm %%PYTHON_SITELIBDIR%%/pyatspi_dbus/busutils
@dirrm %%PYTHON_SITELIBDIR%%/pyatspi_dbus

View file

@ -3,12 +3,11 @@
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/archivers/file-roller/Makefile,v 1.165 2009/10/19 19:48:22 kwm Exp $
# $MCom: ports/archivers/file-roller/Makefile,v 1.177 2010/04/27 22:36:37 kwm Exp $
#
PORTNAME= file-roller
PORTVERSION= 2.28.2
PORTREVISION= 3
PORTVERSION= 2.30.1.1
PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (gnome2/file-roller-2.28.2.tar.bz2) = fce19505b34e4adf78149d3595fb8fe4
SHA256 (gnome2/file-roller-2.28.2.tar.bz2) = 718726466df0bb8c561b6af0ef7fdc1121e1385197ec14fcc396f431daffbb2c
SIZE (gnome2/file-roller-2.28.2.tar.bz2) = 1749187
MD5 (gnome2/file-roller-2.30.1.1.tar.bz2) = a29a82396caf8c5726d7f0256e0ba02a
SHA256 (gnome2/file-roller-2.30.1.1.tar.bz2) = 4a8bf476fa89b52fa2e7bec4c824ebc03136bbcb55ab3694dfe6e1c1aef401b4
SIZE (gnome2/file-roller-2.30.1.1.tar.bz2) = 1816845

View file

@ -10,6 +10,7 @@ share/applications/file-roller.desktop
%%DATADIR%%/icons/hicolor/24x24/actions/add-files-to-archive.png
%%DATADIR%%/icons/hicolor/24x24/actions/add-folder-to-archive.png
%%DATADIR%%/icons/hicolor/24x24/actions/extract-archive.png
%%DATADIR%%/packages.match
%%DATADIR%%/ui/add-options.ui
%%DATADIR%%/ui/batch-add-files.ui
%%DATADIR%%/ui/batch-password.ui
@ -122,6 +123,12 @@ share/gnome/help/file-roller/vi/figures/file-roller_main_window.png
share/gnome/help/file-roller/vi/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/vi/figures/file-roller_uparrow.png
share/gnome/help/file-roller/vi/file-roller.xml
share/gnome/help/file-roller/zh_CN/figures/file-roller_home.png
share/gnome/help/file-roller/zh_CN/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/zh_CN/figures/file-roller_main_window.png
share/gnome/help/file-roller/zh_CN/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/zh_CN/figures/file-roller_uparrow.png
share/gnome/help/file-roller/zh_CN/file-roller.xml
share/icons/hicolor/16x16/apps/file-roller.png
share/icons/hicolor/22x22/apps/file-roller.png
share/icons/hicolor/24x24/apps/file-roller.png
@ -148,6 +155,7 @@ share/locale/da/LC_MESSAGES/file-roller.mo
share/locale/de/LC_MESSAGES/file-roller.mo
share/locale/dz/LC_MESSAGES/file-roller.mo
share/locale/el/LC_MESSAGES/file-roller.mo
share/locale/en@shaw/LC_MESSAGES/file-roller.mo
share/locale/en_CA/LC_MESSAGES/file-roller.mo
share/locale/en_GB/LC_MESSAGES/file-roller.mo
share/locale/es/LC_MESSAGES/file-roller.mo
@ -236,7 +244,10 @@ share/omf/file-roller/file-roller-ru.omf
share/omf/file-roller/file-roller-sv.omf
share/omf/file-roller/file-roller-uk.omf
share/omf/file-roller/file-roller-vi.omf
share/omf/file-roller/file-roller-zh_CN.omf
@dirrm share/omf/file-roller
@dirrm share/gnome/help/file-roller/zh_CN/figures
@dirrm share/gnome/help/file-roller/zh_CN
@dirrm share/gnome/help/file-roller/vi/figures
@dirrm share/gnome/help/file-roller/vi
@dirrm share/gnome/help/file-roller/uk/figures
@ -322,6 +333,8 @@ share/omf/file-roller/file-roller-vi.omf
@dirrmtry share/locale/hy
@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

View file

@ -8,7 +8,7 @@
PORTNAME= glunarclock
PORTVERSION= 0.32.4
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= astro gnome
MASTER_SITES= SF
@ -17,7 +17,7 @@ COMMENT= GNOME applet that displays the current phase of the Moon
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes

View file

@ -0,0 +1,17 @@
Description: Correct signature for the g_atomic_pointer_get() function.
Author: Jakub Wilk <ubanus@users.sf.net>
Bug-Debian: http://bugs.debian.org/540681
Index: beast-0.7.1/birnet/birnetthreadimpl.cc
===================================================================
--- birnet/birnetthreadimpl.cc.orig 2009-12-16 20:21:24.000000000 +0100
+++ birnet/birnetthreadimpl.cc 2009-12-16 20:26:16.000000000 +0100
@@ -1491,7 +1491,7 @@
#ifdef g_atomic_pointer_get
static void*
-(g_atomic_pointer_get) (volatile void **atomic)
+(g_atomic_pointer_get) (void * volatile *atomic)
{
return (void*) g_atomic_pointer_get (atomic);
}

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/audio/gnome-media/Makefile,v 1.147 2009/11/26 06:20:13 marcus Exp $
# $MCom: ports/audio/gnome-media/Makefile,v 1.151 2010/04/02 01:29:55 avl Exp $
#
PORTNAME= gnome-media
PORTVERSION= 2.28.5
PORTREVISION= 2
PORTVERSION= 2.30.0
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -29,8 +28,7 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 libglade2 \
gconf2
USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 gconf2
USE_GSTREAMER= gconf good
CONFIGURE_ARGS= --disable-gstmix
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@ -39,4 +37,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= gnome-audio-profiles.schemas \
gnome-sound-recorder.schemas
post-patch:
@${REINPLACE_CMD} -e 's|have_gladeui=true|have_gladeui=false|g' \
${WRKSRC}/configure
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-media-2.28.5.tar.bz2) = 8dbdd10388f1557da209d8aef7b85f0d
SHA256 (gnome2/gnome-media-2.28.5.tar.bz2) = 1d6a34b54aa01e811ac32ed7d24432b3beaffffc2c6278de412c7931f5488153
SIZE (gnome2/gnome-media-2.28.5.tar.bz2) = 2604259
MD5 (gnome2/gnome-media-2.30.0.tar.bz2) = 027b11fb8b126ab1b25def6b9e121bd3
SHA256 (gnome2/gnome-media-2.30.0.tar.bz2) = 994cd9b88ff22e4815585629b14efc828a95284900809b0b4f8ebcde0c6e2926
SIZE (gnome2/gnome-media-2.30.0.tar.bz2) = 2707711

View file

@ -9,9 +9,6 @@ include/gnome-media/profiles/audio-profile-edit.h
include/gnome-media/profiles/audio-profile.h
include/gnome-media/profiles/audio-profiles-edit.h
include/gnome-media/profiles/gnome-media-profiles.h
lib/libglade/2.0/libgnome-media-profiles.a
lib/libglade/2.0/libgnome-media-profiles.la
lib/libglade/2.0/libgnome-media-profiles.so
lib/libgnome-media-profiles.a
lib/libgnome-media-profiles.la
lib/libgnome-media-profiles.so
@ -20,7 +17,8 @@ libdata/pkgconfig/gnome-media-profiles.pc
share/applications/gnome-sound-recorder.desktop
share/applications/gnome-volume-control.desktop
share/applications/gstreamer-properties.desktop
%%DATADIR%%/glade/gnome-audio-profiles.glade2
%%DATADIR%%/gnome-audio-profile-edit.ui
%%DATADIR%%/gnome-audio-profile-new.ui
%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png
%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png
%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png
@ -51,10 +49,22 @@ share/gnome/help/gnome-audio-profiles/de/figures/gnome-audio-profiles-profile-wi
share/gnome/help/gnome-audio-profiles/de/figures/gnome-audio-profiles-profiles-window.png
share/gnome/help/gnome-audio-profiles/de/gnome-audio-profiles.xml
share/gnome/help/gnome-audio-profiles/de/legal.xml
share/gnome/help/gnome-audio-profiles/el/figures/gnome-audio-profiles-profile-window.png
share/gnome/help/gnome-audio-profiles/el/figures/gnome-audio-profiles-profiles-window.png
share/gnome/help/gnome-audio-profiles/el/gnome-audio-profiles.xml
share/gnome/help/gnome-audio-profiles/el/legal.xml
share/gnome/help/gnome-audio-profiles/es/figures/gnome-audio-profiles-profile-window.png
share/gnome/help/gnome-audio-profiles/es/figures/gnome-audio-profiles-profiles-window.png
share/gnome/help/gnome-audio-profiles/es/gnome-audio-profiles.xml
share/gnome/help/gnome-audio-profiles/es/legal.xml
share/gnome/help/gnome-audio-profiles/fr/figures/gnome-audio-profiles-profile-window.png
share/gnome/help/gnome-audio-profiles/fr/figures/gnome-audio-profiles-profiles-window.png
share/gnome/help/gnome-audio-profiles/fr/gnome-audio-profiles.xml
share/gnome/help/gnome-audio-profiles/fr/legal.xml
share/gnome/help/gnome-audio-profiles/sv/figures/gnome-audio-profiles-profile-window.png
share/gnome/help/gnome-audio-profiles/sv/figures/gnome-audio-profiles-profiles-window.png
share/gnome/help/gnome-audio-profiles/sv/gnome-audio-profiles.xml
share/gnome/help/gnome-audio-profiles/sv/legal.xml
share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/C/legal.xml
@ -137,6 +147,7 @@ share/icons/hicolor/48x48/apps/gnome-volume-control.png
share/icons/hicolor/48x48/apps/gstreamer-properties.png
share/icons/hicolor/scalable/apps/gnome-sound-recorder.svg
share/icons/hicolor/scalable/apps/gnome-volume-control.svg
share/locale/af/LC_MESSAGES/gnome-media-2.0.mo
share/locale/am/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo
share/locale/as/LC_MESSAGES/gnome-media-2.0.mo
@ -224,7 +235,10 @@ share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
share/omf/gnome-audio-profiles/gnome-audio-profiles-C.omf
share/omf/gnome-audio-profiles/gnome-audio-profiles-de.omf
share/omf/gnome-audio-profiles/gnome-audio-profiles-el.omf
share/omf/gnome-audio-profiles/gnome-audio-profiles-es.omf
share/omf/gnome-audio-profiles/gnome-audio-profiles-fr.omf
share/omf/gnome-audio-profiles/gnome-audio-profiles-sv.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-C.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-ca.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-cs.omf
@ -236,7 +250,6 @@ share/omf/gnome-sound-recorder/gnome-sound-recorder-es.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-fr.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-it.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-oc.omf
share/omf/gstreamer-properties/gstreamer-properties-pt_BR.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-ru.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-sv.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-uk.omf
@ -251,6 +264,7 @@ share/omf/gstreamer-properties/gstreamer-properties-es.omf
share/omf/gstreamer-properties/gstreamer-properties-fr.omf
share/omf/gstreamer-properties/gstreamer-properties-it.omf
share/omf/gstreamer-properties/gstreamer-properties-oc.omf
share/omf/gstreamer-properties/gstreamer-properties-pt_BR.omf
share/omf/gstreamer-properties/gstreamer-properties-ru.omf
share/omf/gstreamer-properties/gstreamer-properties-sv.omf
share/omf/gstreamer-properties/gstreamer-properties-th.omf
@ -332,8 +346,14 @@ share/sounds/gnome/default/alerts/sonar.ogg
@dirrm share/gnome/help/gnome-sound-recorder/C/figures
@dirrm share/gnome/help/gnome-sound-recorder/C
@dirrm share/gnome/help/gnome-sound-recorder
@dirrm share/gnome/help/gnome-audio-profiles/sv/figures
@dirrm share/gnome/help/gnome-audio-profiles/sv
@dirrm share/gnome/help/gnome-audio-profiles/fr/figures
@dirrm share/gnome/help/gnome-audio-profiles/fr
@dirrm share/gnome/help/gnome-audio-profiles/es/figures
@dirrm share/gnome/help/gnome-audio-profiles/es
@dirrm share/gnome/help/gnome-audio-profiles/el/figures
@dirrm share/gnome/help/gnome-audio-profiles/el
@dirrm share/gnome/help/gnome-audio-profiles/de/figures
@dirrm share/gnome/help/gnome-audio-profiles/de
@dirrm share/gnome/help/gnome-audio-profiles/C/figures
@ -354,7 +374,6 @@ share/sounds/gnome/default/alerts/sonar.ogg
@dirrm %%DATADIR%%/icons/hicolor/16x16
@dirrm %%DATADIR%%/icons/hicolor
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%%
@dirrmtry share/applications
@dirrm include/gnome-media/profiles

View file

@ -7,7 +7,7 @@
PORTNAME= istream
PORTVERSION= 0.10
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.jochen-baier.de/istream/
@ -15,7 +15,7 @@ MAINTAINER= pav@FreeBSD.org
COMMENT= Internet radio player applet for GNOME Panel
USE_GMAKE= yes
USE_GNOME= gnomepanel
USE_GNOME= gnomepanel libgnomeui
USE_GSTREAMER= yes
USE_XORG= xtst
GNU_CONFIGURE= yes

View file

@ -6,8 +6,8 @@
#
PORTNAME= libcanberra
PORTVERSION= 0.22
PORTREVISION= 3
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= audio devel
MASTER_SITES= http://0pointer.de/lennart/projects/libcanberra/

View file

@ -1,3 +1,3 @@
MD5 (libcanberra-0.22.tar.gz) = e24e2f956fedfbcc58edfa40471b18d8
SHA256 (libcanberra-0.22.tar.gz) = 6a87737c3d045549a4a9c789cfc565a48185a586aa1a59243dea6421e9978581
SIZE (libcanberra-0.22.tar.gz) = 459404
MD5 (libcanberra-0.23.tar.gz) = 83fb2fb7608c77f91904e12a867534fd
SHA256 (libcanberra-0.23.tar.gz) = a7d0cf282a9fc8d1e41c082b72a2bf4cf86a6d599f0262484bac95bab57a0960
SIZE (libcanberra-0.23.tar.gz) = 460205

View file

@ -1,11 +1,11 @@
--- src/oss.c.orig 2009-08-26 21:58:16.000000000 -0400
+++ src/oss.c 2009-11-25 20:47:07.000000000 -0500
@@ -260,7 +260,7 @@ static int open_oss(ca_context *c, struc
val = AFMT_S16_NE;
break;
--- src/oss.c.orig 2010-02-19 18:39:40.000000000 -0500
+++ src/oss.c 2010-03-14 15:04:16.000000000 -0400
@@ -262,7 +262,7 @@ static int open_oss(ca_context *c, struc
val = AFMT_S16_NE;
break;
case CA_SAMPLE_S16RE:
-#if __BYTE_ORDER == __LITTLE_ENDIAN
+#if _BYTE_ORDER == _LITTLE_ENDIAN
val = AFMT_S16_BE;
val = AFMT_S16_BE;
#else
val = AFMT_S16_LE;
val = AFMT_S16_LE;

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/audio/rhythmbox/Makefile,v 1.103 2009/11/22 22:09:39 marcus Exp $
# $MCom: ports/audio/rhythmbox/Makefile,v 1.107 2010/04/08 23:16:25 kwm Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.12.7
PORTREVISION= 2
PORTVERSION= 0.12.8
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -20,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \
id3tag.0:${PORTSDIR}/audio/libid3tag \
totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser \
totem-plparser.17:${PORTSDIR}/multimedia/totem-pl-parser \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
soup-2.4.1:${PORTSDIR}/devel/libsoup \

View file

@ -1,3 +1,3 @@
MD5 (gnome2/rhythmbox-0.12.7.tar.bz2) = db53503383a988b1d201d1b4da6a5087
SHA256 (gnome2/rhythmbox-0.12.7.tar.bz2) = 4ab28b93b2e9d7bc9338194ba6e01549362fdd5b0cf2806da091fbfb2c2a8362
SIZE (gnome2/rhythmbox-0.12.7.tar.bz2) = 5224160
MD5 (gnome2/rhythmbox-0.12.8.tar.bz2) = 3e24108119264a0cbd8b4ccbd7732173
SHA256 (gnome2/rhythmbox-0.12.8.tar.bz2) = 1752fab135808aa78a9afde78448e992020c58c07701f43c989fbabfc6352213
SIZE (gnome2/rhythmbox-0.12.8.tar.bz2) = 5358950

View file

@ -12,6 +12,9 @@ lib/librhythmbox-core.so.0
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.py
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyc
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/EmbeddedCoverArtSearch.pyo
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.py
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyc
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LastFMCoverArtSearch.pyo
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.py
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyo
@ -25,6 +28,7 @@ lib/librhythmbox-core.so.0
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyc
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/__init__.pyo
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/artdisplay.rb-plugin
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/lastfm_red_small.png
%%PYTHON%%lib/rhythmbox/plugins/artdisplay/rhythmbox-missing-artwork.svg
lib/rhythmbox/plugins/audiocd/album-info.ui
lib/rhythmbox/plugins/audiocd/audiocd-ui.xml
@ -260,12 +264,15 @@ share/dbus-1/services/org.gnome.Rhythmbox.service
%%DOCSDIR%%/RBPlayerGstTee.html
%%DOCSDIR%%/RBPlaylistManager.html
%%DOCSDIR%%/RBPlaylistSource.html
%%DOCSDIR%%/RBPlugin.html
%%DOCSDIR%%/RBPropertyView.html
%%DOCSDIR%%/RBQueryCreator.html
%%DOCSDIR%%/RBRandomPlayOrder.html
%%DOCSDIR%%/RBRating.html
%%DOCSDIR%%/RBRemovableMediaManager.html
%%DOCSDIR%%/RBRemovableMediaSource.html
%%DOCSDIR%%/RBSearchEntry.html
%%DOCSDIR%%/RBShell.html
%%DOCSDIR%%/RBShellClipboard.html
%%DOCSDIR%%/RBShellPlayer.html
%%DOCSDIR%%/RBShellPreferences.html
@ -274,12 +281,17 @@ share/dbus-1/services/org.gnome.Rhythmbox.service
%%DOCSDIR%%/RBSourceHeader.html
%%DOCSDIR%%/RBSourceList.html
%%DOCSDIR%%/RBSourceListModel.html
%%DOCSDIR%%/RBSourceSearch.html
%%DOCSDIR%%/RBSourceSearchBasic.html
%%DOCSDIR%%/RBStaticPlaylistSource.html
%%DOCSDIR%%/RBStatusbar.html
%%DOCSDIR%%/RBStreamingSource.html
%%DOCSDIR%%/RBStringValueMap.html
%%DOCSDIR%%/RBURIDialog.html
%%DOCSDIR%%/RhythmDB.html
%%DOCSDIR%%/RhythmDBImportJob.html
%%DOCSDIR%%/RhythmDBPropertyModel.html
%%DOCSDIR%%/RhythmDBQueryModel.html
%%DOCSDIR%%/RhythmDBQueryResults.html
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/ch02.html
@ -292,9 +304,7 @@ share/dbus-1/services/org.gnome.Rhythmbox.service
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
%%DOCSDIR%%/left.png
%%DOCSDIR%%/rhythmbox-RBPodcastSource.html
%%DOCSDIR%%/rhythmbox-RBSourceGroup.html
%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html
%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html
%%DOCSDIR%%/rhythmbox-rb-builder-helpers.html
%%DOCSDIR%%/rhythmbox-rb-debug.html
@ -302,14 +312,9 @@ share/dbus-1/services/org.gnome.Rhythmbox.service
%%DOCSDIR%%/rhythmbox-rb-file-helpers.html
%%DOCSDIR%%/rhythmbox-rb-header.html
%%DOCSDIR%%/rhythmbox-rb-rating-helper.html
%%DOCSDIR%%/rhythmbox-rb-removable-media-source.html
%%DOCSDIR%%/rhythmbox-rb-shell.html
%%DOCSDIR%%/rhythmbox-rb-static-playlist-source.html
%%DOCSDIR%%/rhythmbox-rb-streaming-source.html
%%DOCSDIR%%/rhythmbox-rb-text-helpers.html
%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html
%%DOCSDIR%%/rhythmbox-rb-util.html
%%DOCSDIR%%/rhythmbox-rhythmdb-query-model.html
%%DOCSDIR%%/rhythmbox-rhythmdb-tree.html
%%DOCSDIR%%/rhythmbox.devhelp
%%DOCSDIR%%/rhythmbox.devhelp2
%%DOCSDIR%%/right.png
@ -443,6 +448,20 @@ share/gnome/help/rhythmbox/oc/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/oc/figures/rb-window-small.png
share/gnome/help/rhythmbox/oc/figures/rb-window.png
share/gnome/help/rhythmbox/oc/rhythmbox.xml
share/gnome/help/rhythmbox/pt/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/pt/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/pt/figures/rb-notification-window.png
share/gnome/help/rhythmbox/pt/figures/rb-notification-zone.png
share/gnome/help/rhythmbox/pt/figures/rb-podcast-main.png
share/gnome/help/rhythmbox/pt/figures/rb-statusbar.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar-prevplaynext.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar-repeat.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar-shuffle.png
share/gnome/help/rhythmbox/pt/figures/rb-toolbar.png
share/gnome/help/rhythmbox/pt/figures/rb-volume-changer.png
share/gnome/help/rhythmbox/pt/figures/rb-window-small.png
share/gnome/help/rhythmbox/pt/figures/rb-window.png
share/gnome/help/rhythmbox/pt/rhythmbox.xml
share/gnome/help/rhythmbox/ru/figures/rb-iradio-main.png
share/gnome/help/rhythmbox/ru/figures/rb-notification-area-menu.png
share/gnome/help/rhythmbox/ru/figures/rb-notification-window.png
@ -502,6 +521,7 @@ share/gnome/help/rhythmbox/zh_CN/rhythmbox.xml
share/icons/hicolor/16x16/apps/rhythmbox.png
share/icons/hicolor/22x22/apps/rhythmbox.png
share/icons/hicolor/24x24/apps/rhythmbox.png
share/icons/hicolor/24x24/places/music-library.png
share/icons/hicolor/32x32/apps/rhythmbox.png
share/icons/hicolor/48x48/apps/rhythmbox.png
share/icons/hicolor/scalable/apps/rhythmbox.svg
@ -586,6 +606,7 @@ share/omf/rhythmbox/rhythmbox-es.omf
share/omf/rhythmbox/rhythmbox-fr.omf
share/omf/rhythmbox/rhythmbox-it.omf
share/omf/rhythmbox/rhythmbox-oc.omf
share/omf/rhythmbox/rhythmbox-pt.omf
share/omf/rhythmbox/rhythmbox-ru.omf
share/omf/rhythmbox/rhythmbox-sv.omf
share/omf/rhythmbox/rhythmbox-uk.omf
@ -603,6 +624,7 @@ share/rhythmbox/icons/hicolor/16x16/actions/playlist-new.png
share/rhythmbox/icons/hicolor/16x16/actions/podcast-new.png
share/rhythmbox/icons/hicolor/16x16/places/library-internet-radio.png
share/rhythmbox/icons/hicolor/16x16/places/library-podcast.png
share/rhythmbox/icons/hicolor/16x16/places/music-library.png
share/rhythmbox/icons/hicolor/16x16/places/playlist-automatic.png
share/rhythmbox/icons/hicolor/16x16/places/playlist.png
share/rhythmbox/icons/hicolor/16x16/status/rhythmbox-no-star.png
@ -688,6 +710,8 @@ share/rhythmbox/uri-new.ui
@dirrm share/gnome/help/rhythmbox/sv
@dirrm share/gnome/help/rhythmbox/ru/figures
@dirrm share/gnome/help/rhythmbox/ru
@dirrm share/gnome/help/rhythmbox/pt/figures
@dirrm share/gnome/help/rhythmbox/pt
@dirrm share/gnome/help/rhythmbox/oc/figures
@dirrm share/gnome/help/rhythmbox/oc
@dirrm share/gnome/help/rhythmbox/it/figures

View file

@ -3,12 +3,11 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/audio/sound-juicer/Makefile,v 1.96 2009/11/26 08:20:43 marcus Exp $
# $MCom: ports/audio/sound-juicer/Makefile,v 1.98 2010/04/01 12:47:54 kwm Exp $
#
PORTNAME= sound-juicer
PORTVERSION= 2.28.1
PORTREVISION= 3
PORTVERSION= 2.28.2
CATEGORIES= audio gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/sound-juicer-2.28.1.tar.bz2) = 680c036ca9b062fe198fada30edbf534
SHA256 (gnome2/sound-juicer-2.28.1.tar.bz2) = 3142cce899812c6fb8c7145d52323f07d6ecfd6ca0503f4c7a32a12c00b8910c
SIZE (gnome2/sound-juicer-2.28.1.tar.bz2) = 2159961
MD5 (gnome2/sound-juicer-2.28.2.tar.bz2) = b40da7b2888d0c658fcfdff104ac8bbb
SHA256 (gnome2/sound-juicer-2.28.2.tar.bz2) = f4dde2db5bfbae023ff5042257600f9acdb42626f878a079c271cc838eefae30
SIZE (gnome2/sound-juicer-2.28.2.tar.bz2) = 2193659

View file

@ -76,6 +76,7 @@ share/icons/hicolor/48x48/apps/sound-juicer.png
share/icons/hicolor/scalable/apps/sound-juicer.svg
share/locale/ar/LC_MESSAGES/sound-juicer.mo
share/locale/as/LC_MESSAGES/sound-juicer.mo
share/locale/ast/LC_MESSAGES/sound-juicer.mo
share/locale/az/LC_MESSAGES/sound-juicer.mo
share/locale/be/LC_MESSAGES/sound-juicer.mo
share/locale/be@latin/LC_MESSAGES/sound-juicer.mo
@ -243,5 +244,7 @@ share/omf/sound-juicer/sound-juicer-uk.omf
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES
@dirrmtry share/locale/be@latin
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.181 2009/10/18 04:17:46 marcus Exp $
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.194 2010/04/26 13:45:12 kwm Exp $
#
PORTNAME= evolution-data-server
PORTVERSION= 2.28.2
PORTREVISION= 2
PORTVERSION= 2.30.1
CATEGORIES= databases gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -17,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= The data backends for the Evolution integrated mail/PIM suite
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
ical.43:${PORTSDIR}/devel/libical \
nss3.1:${PORTSDIR}/security/nss \
tasn1.4:${PORTSDIR}/security/libtasn1 \
@ -27,33 +27,34 @@ USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= build
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack \
libglade2 libbonobo
USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \
libxml2
USE_OPENLDAP= yes
USE_AUTOTOOLS= libtool:22
USE_BDB= 41+
USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static \
--enable-nss=yes \
--enable-gnome-keyring=yes \
--with-openldap=yes \
--with-libdb=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
PLIST_SUB= VERSION="2.28" EVO_VERSION="1.2"
PLIST_SUB= VERSION="2.30" EVO_VERSION="1.2"
#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off
OPTIONS= WEATHER "Enable weather calendar backend" on
.include <bsd.port.pre.mk>
.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL)
HEIMDAL_HOME?= ${LOCALBASE}
.if defined(HEIMDAL_HOME) || defined(WITH_HEIMDAL) || defined(NO_KERBEROS)
HEIMDAL_HOME?= ${LOCALBASE}
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include
CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} \
--with-krb5-includes=${HEIMDAL_HOME}/include
KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`
.elif !defined(NO_KERBEROS)
CONFIGURE_ARGS+= --with-krb5=/usr
CONFIGURE_ARGS+= --with-krb5=/usr
KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
.endif
@ -83,6 +84,7 @@ pre-everything::
post-patch:
@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \
s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \
s|-Wl,--no-undefined||g ; \
s|-Wmissing-include-dirs||g' \
${WRKSRC}/configure

View file

@ -1,3 +1,3 @@
MD5 (gnome2/evolution-data-server-2.28.2.tar.bz2) = 416248e60b1bec3f913a6857576cbcb0
SHA256 (gnome2/evolution-data-server-2.28.2.tar.bz2) = 12e3ba23e4021a70be9cb6d418d1966883ee940bfa1a298294b036bde90faf2c
SIZE (gnome2/evolution-data-server-2.28.2.tar.bz2) = 22319961
MD5 (gnome2/evolution-data-server-2.30.1.tar.bz2) = f177441d6fd4ef8c9a92d5706d290f10
SHA256 (gnome2/evolution-data-server-2.30.1.tar.bz2) = b2ebeac36931fbee6fb747ee535a61243dd99fa15bc472ca239f2b01cc88795e
SIZE (gnome2/evolution-data-server-2.30.1.tar.bz2) = 4636784

View file

@ -0,0 +1,13 @@
Our gperf (2.7.2) doesn't understand --output-file.
--- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200
+++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200
@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA
camel-imapx-tokenise.h: camel-imapx-tokens.txt
- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@
+ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@
-include $(top_srcdir)/git.mk

View file

@ -0,0 +1,8 @@
--- camel/providers/imapx/camel-imapx-tokens.txt.orig 2010-04-26 14:25:22.000000000 +0200
+++ camel/providers/imapx/camel-imapx-tokens.txt 2010-04-26 14:25:32.000000000 +0200
@@ -1,5 +1,3 @@
-/* This contains all of the keywords we care about. These
- can be converted to an id very efficiently */
struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; };
struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len);
%%

View file

@ -1,6 +1,6 @@
--- configure.orig 2009-08-24 10:39:07.000000000 +0200
+++ configure 2009-08-24 10:44:47.000000000 +0200
@@ -15988,6 +15988,14 @@ cat >>confdefs.h <<\_ACEOF
--- configure.orig 2009-12-25 20:21:00.000000000 +0100
+++ configure 2009-12-25 20:21:01.000000000 +0100
@@ -15968,6 +15968,14 @@
_ACEOF
;;
@ -15,12 +15,3 @@
*)
os_win32=no
NO_UNDEFINED=''
@@ -24777,7 +24785,7 @@ idldir='${datadir}'/idl/evolution-data-s
imagesdir='${datadir}'/pixmaps/evolution-data-server
-serverdir="$libdir/bonobo/servers"
+serverdir="$prefix/libdata/bonobo/servers"
extensiondir='${libdir}'/evolution-data-server-$API_VERSION/extensions

View file

@ -79,7 +79,6 @@ include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-digest-md5.h
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-gssapi.h
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-kerberos4.h
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-login.h
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-ntlm.h
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-plain.h
@ -120,39 +119,6 @@ include/evolution-data-server-%%VERSION%%/camel/camel-vee-store.h
include/evolution-data-server-%%VERSION%%/camel/camel-vee-summary.h
include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h
include/evolution-data-server-%%VERSION%%/camel/camel.h
include/evolution-data-server-%%VERSION%%/exchange/e-folder-exchange.h
include/evolution-data-server-%%VERSION%%/exchange/e-folder.h
include/evolution-data-server-%%VERSION%%/exchange/e-storage.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-autoconfig.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-context.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-freebusy.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog-ldap.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-global-catalog.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-http-utils.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-marshal.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-operation.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-properties.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-propnames.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-restriction.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-result.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-security-descriptor.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-sid.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-types.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-uri.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-utils.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-validate.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-xml-utils.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-account.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-constants.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-esource.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-folder-size.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-foreign.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-somedav.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy-webdav.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-hierarchy.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-oof.h
include/evolution-data-server-%%VERSION%%/exchange/exchange-types.h
include/evolution-data-server-%%VERSION%%/exchange/mapi.h
include/evolution-data-server-%%VERSION%%/google/libgdata-google/gdata-google-service.h
include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-entry.h
include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-feed.h
@ -171,6 +137,7 @@ include/evolution-data-server-%%VERSION%%/libebackend/e-data-server-module.h
include/evolution-data-server-%%VERSION%%/libebackend/e-db3-utils.h
include/evolution-data-server-%%VERSION%%/libebackend/e-dbhash.h
include/evolution-data-server-%%VERSION%%/libebackend/e-file-cache.h
include/evolution-data-server-%%VERSION%%/libebackend/e-offline-listener.h
include/evolution-data-server-%%VERSION%%/libebook/e-address-western.h
include/evolution-data-server-%%VERSION%%/libebook/e-book-query.h
include/evolution-data-server-%%VERSION%%/libebook/e-book-types.h
@ -189,7 +156,6 @@ include/evolution-data-server-%%VERSION%%/libecal/e-cal-types.h
include/evolution-data-server-%%VERSION%%/libecal/e-cal-util.h
include/evolution-data-server-%%VERSION%%/libecal/e-cal-view.h
include/evolution-data-server-%%VERSION%%/libecal/e-cal.h
include/evolution-data-server-%%VERSION%%/libedata-book/Evolution-DataServer-Addressbook.h
include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-cache.h
include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-db-cache.h
include/evolution-data-server-%%VERSION%%/libedata-book/e-book-backend-factory.h
@ -201,11 +167,9 @@ include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-factory.h
include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-types.h
include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book-view.h
include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.h
include/evolution-data-server-%%VERSION%%/libedata-cal/Evolution-DataServer-Calendar.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-cache.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-factory.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-file-store.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-loader-factory.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sexp.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-store.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-sync.h
@ -213,12 +177,12 @@ include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend-util.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-cal-backend.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-common.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-factory.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-types.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal-view.h
include/evolution-data-server-%%VERSION%%/libedata-cal/e-data-cal.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-account-list.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-component-listener.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-iconv.h
@ -265,6 +229,10 @@ lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.urls
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.a
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.la
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.so
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimapx.urls
%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.a
%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.la
%%IMAP4%%lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap4.so
@ -355,7 +323,7 @@ lib/libedata-book-%%EVO_VERSION%%.so.2
lib/libedata-cal-%%EVO_VERSION%%.a
lib/libedata-cal-%%EVO_VERSION%%.la
lib/libedata-cal-%%EVO_VERSION%%.so
lib/libedata-cal-%%EVO_VERSION%%.so.6
lib/libedata-cal-%%EVO_VERSION%%.so.7
lib/libedataserver-%%EVO_VERSION%%.a
lib/libedataserver-%%EVO_VERSION%%.la
lib/libedataserver-%%EVO_VERSION%%.so
@ -368,10 +336,6 @@ lib/libegroupwise-%%EVO_VERSION%%.a
lib/libegroupwise-%%EVO_VERSION%%.la
lib/libegroupwise-%%EVO_VERSION%%.so
lib/libegroupwise-%%EVO_VERSION%%.so.13
lib/libexchange-storage-%%EVO_VERSION%%.a
lib/libexchange-storage-%%EVO_VERSION%%.la
lib/libexchange-storage-%%EVO_VERSION%%.so
lib/libexchange-storage-%%EVO_VERSION%%.so.3
lib/libgdata-%%EVO_VERSION%%.a
lib/libgdata-%%EVO_VERSION%%.la
lib/libgdata-%%EVO_VERSION%%.so
@ -380,7 +344,6 @@ lib/libgdata-google-%%EVO_VERSION%%.a
lib/libgdata-google-%%EVO_VERSION%%.la
lib/libgdata-google-%%EVO_VERSION%%.so
lib/libgdata-google-%%EVO_VERSION%%.so.1
libdata/bonobo/servers/GNOME_Evolution_DataServer_%%EVO_VERSION%%.server
libdata/pkgconfig/camel-%%EVO_VERSION%%.pc
libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc
libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc
@ -392,12 +355,14 @@ libdata/pkgconfig/libedata-cal-%%EVO_VERSION%%.pc
libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc
libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc
libdata/pkgconfig/libegroupwise-%%EVO_VERSION%%.pc
libdata/pkgconfig/libexchange-storage-%%EVO_VERSION%%.pc
libdata/pkgconfig/libgdata-%%EVO_VERSION%%.pc
libdata/pkgconfig/libgdata-google-%%EVO_VERSION%%.pc
libexec/camel-index-control-%%EVO_VERSION%%
libexec/camel-lock-helper-%%EVO_VERSION%%
libexec/evolution-data-server-%%VERSION%%
libexec/e-addressbook-factory
libexec/e-calendar-factory
share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service
share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
share/doc/camel/Addresses.html
share/doc/camel/ClassTree.html
share/doc/camel/Crypto.html
@ -406,18 +371,31 @@ share/doc/camel/Filters.html
share/doc/camel/Folders.html
share/doc/camel/Fundamentals.html
share/doc/camel/MIME.html
share/doc/camel/SearchFolders.html
share/doc/camel/Search-Folders.html
share/doc/camel/Services.html
share/doc/camel/Storage.html
share/doc/camel/StreamFilters.html
share/doc/camel/Stream-Filters.html
share/doc/camel/Streams.html
share/doc/camel/Utilities.html
share/doc/camel/api-index-2.22.html
share/doc/camel/api-index-2.24.html
share/doc/camel/api-index-2.26.html
share/doc/camel/api-index-2.28.html
share/doc/camel/api-index-2.30.html
share/doc/camel/api-index-deprecated.html
share/doc/camel/api-index-full.html
share/doc/camel/camel-CamelAddress.html
share/doc/camel/camel-CamelCertDB.html
share/doc/camel/camel-CamelCipherContext.html
share/doc/camel/camel-CamelDB.html
share/doc/camel/camel-CamelDataCache.html
share/doc/camel/camel-CamelDataWrapper.html
share/doc/camel/camel-CamelDigestFolder.html
share/doc/camel/camel-CamelDigestStore.html
share/doc/camel/camel-CamelDigestSummary.html
share/doc/camel/camel-CamelDiscoDiary.html
share/doc/camel/camel-CamelDiscoFolder.html
share/doc/camel/camel-CamelDiscoStore.html
share/doc/camel/camel-CamelFilterDriver.html
share/doc/camel/camel-CamelFolder.html
share/doc/camel/camel-CamelFolderSearch.html
@ -466,7 +444,6 @@ share/doc/camel/camel-CamelSaslAnonymous.html
share/doc/camel/camel-CamelSaslCramMd5.html
share/doc/camel/camel-CamelSaslDigestMd5.html
share/doc/camel/camel-CamelSaslGssapi.html
share/doc/camel/camel-CamelSaslKerberos4.html
share/doc/camel/camel-CamelSaslLogin.html
share/doc/camel/camel-CamelSaslNTLM.html
share/doc/camel/camel-CamelSaslPOPB4SMTP.html
@ -501,7 +478,6 @@ share/doc/camel/camel-camel-exception.html
share/doc/camel/camel-camel-file-utils.html
share/doc/camel/camel-camel-filter-search.html
share/doc/camel/camel-camel-folder-thread.html
share/doc/camel/camel-camel-i18n.html
share/doc/camel/camel-camel-iconv.html
share/doc/camel/camel-camel-junk-plugin.html
share/doc/camel/camel-camel-list-utils.html
@ -521,44 +497,53 @@ share/doc/camel/camel-camel-uid-cache.html
share/doc/camel/camel-camel-url-scanner.html
share/doc/camel/camel-camel-url.html
share/doc/camel/camel-camel-utf8.html
share/doc/camel/camel-camel.html
share/doc/camel/camel.devhelp
share/doc/camel/camel.devhelp2
share/doc/camel/classes.html
share/doc/camel/home.png
share/doc/camel/index.html
share/doc/camel/index.sgml
share/doc/camel/ix01.html
share/doc/camel/ix02.html
share/doc/camel/left.png
share/doc/camel/right.png
share/doc/camel/style.css
share/doc/camel/up.png
share/doc/libebackend/EFileCache.html
share/doc/libebackend/api-index-2.24.html
share/doc/libebackend/api-index-2.26.html
share/doc/libebackend/api-index-2.28.html
share/doc/libebackend/api-index-2.30.html
share/doc/libebackend/ch01.html
share/doc/libebackend/home.png
share/doc/libebackend/index.html
share/doc/libebackend/index.sgml
share/doc/libebackend/ix01.html
share/doc/libebackend/left.png
share/doc/libebackend/libebackend-EOfflineListener.html
share/doc/libebackend/libebackend-e-data-server-module.html
share/doc/libebackend/libebackend-e-db3-utils.html
share/doc/libebackend/libebackend-e-dbhash.html
share/doc/libebackend/libebackend-e-file-cache.html
share/doc/libebackend/libebackend.devhelp
share/doc/libebackend/libebackend.devhelp2
share/doc/libebackend/right.png
share/doc/libebackend/style.css
share/doc/libebackend/up.png
share/doc/libebook/EBook.html
share/doc/libebook/EBookListener.html
share/doc/libebook/EBookView.html
share/doc/libebook/EBookViewListener.html
share/doc/libebook/EContact.html
share/doc/libebook/EDestination.html
share/doc/libebook/EVCard.html
share/doc/libebook/api-index-1.12.html
share/doc/libebook/api-index-2.22.html
share/doc/libebook/api-index-2.24.html
share/doc/libebook/api-index-2.26.html
share/doc/libebook/api-index-2.28.html
share/doc/libebook/api-index-2.30.html
share/doc/libebook/api-index-full.html
share/doc/libebook/ch01.html
share/doc/libebook/home.png
share/doc/libebook/index.html
share/doc/libebook/index.sgml
share/doc/libebook/ix01.html
share/doc/libebook/left.png
share/doc/libebook/libebook-EAddressWestern.html
share/doc/libebook/libebook-ENameWestern.html
@ -571,14 +556,18 @@ share/doc/libebook/style.css
share/doc/libebook/up.png
share/doc/libecal/ECal.html
share/doc/libecal/ECalComponent.html
share/doc/libecal/ECalListener.html
share/doc/libecal/ECalView.html
share/doc/libecal/ECalViewListener.html
share/doc/libecal/api-index-1.12.html
share/doc/libecal/api-index-2.22.html
share/doc/libecal/api-index-2.24.html
share/doc/libecal/api-index-2.26.html
share/doc/libecal/api-index-2.28.html
share/doc/libecal/api-index-2.30.html
share/doc/libecal/api-index-full.html
share/doc/libecal/ch01.html
share/doc/libecal/home.png
share/doc/libecal/index.html
share/doc/libecal/index.sgml
share/doc/libecal/ix01.html
share/doc/libecal/left.png
share/doc/libecal/libecal-e-cal-check-timezones.html
share/doc/libecal/libecal-e-cal-recur.html
@ -599,12 +588,21 @@ share/doc/libedata-book/EBookBackendSummary.html
share/doc/libedata-book/EBookBackendSync.html
share/doc/libedata-book/EDataBook.html
share/doc/libedata-book/EDataBookView.html
share/doc/libedata-book/api-index-1.12.html
share/doc/libedata-book/api-index-2.22.html
share/doc/libedata-book/api-index-2.24.html
share/doc/libedata-book/api-index-2.26.html
share/doc/libedata-book/api-index-2.28.html
share/doc/libedata-book/api-index-2.30.html
share/doc/libedata-book/api-index-full.html
share/doc/libedata-book/ch01.html
share/doc/libedata-book/home.png
share/doc/libedata-book/index.html
share/doc/libedata-book/index.sgml
share/doc/libedata-book/ix01.html
share/doc/libedata-book/left.png
share/doc/libedata-book/libedata-book-EDataBookFactory.html
share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html
share/doc/libedata-book/libedata-book-ximian-vcard.html
share/doc/libedata-book/libedata-book.devhelp
share/doc/libedata-book/libedata-book.devhelp2
share/doc/libedata-book/right.png
@ -616,14 +614,24 @@ share/doc/libedata-cal/ECalBackendFactory.html
share/doc/libedata-cal/ECalBackendSExp.html
share/doc/libedata-cal/ECalBackendSync.html
share/doc/libedata-cal/EDataCal.html
share/doc/libedata-cal/EDataCalFactory.html
share/doc/libedata-cal/EDataCalView.html
share/doc/libedata-cal/api-index-1.12.html
share/doc/libedata-cal/api-index-2.22.html
share/doc/libedata-cal/api-index-2.24.html
share/doc/libedata-cal/api-index-2.26.html
share/doc/libedata-cal/api-index-2.28.html
share/doc/libedata-cal/api-index-2.30.html
share/doc/libedata-cal/api-index-full.html
share/doc/libedata-cal/ch01.html
share/doc/libedata-cal/home.png
share/doc/libedata-cal/index.html
share/doc/libedata-cal/index.sgml
share/doc/libedata-cal/ix01.html
share/doc/libedata-cal/left.png
share/doc/libedata-cal/libedata-cal-ECalBackendFileStore.html
share/doc/libedata-cal/libedata-cal-ECalBackendLoaderFactory.html
share/doc/libedata-cal/libedata-cal-ECalBackendStore.html
share/doc/libedata-cal/libedata-cal-EDataCalFactory.html
share/doc/libedata-cal/libedata-cal-EDataCalView.html
share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html
share/doc/libedata-cal/libedata-cal.devhelp
share/doc/libedata-cal/libedata-cal.devhelp2
share/doc/libedata-cal/right.png
@ -631,22 +639,28 @@ share/doc/libedata-cal/style.css
share/doc/libedata-cal/up.png
share/doc/libedataserver/EAccount.html
share/doc/libedataserver/EAccountList.html
share/doc/libedataserver/EComponentListener.html
share/doc/libedataserver/EIterator.html
share/doc/libedataserver/EList.html
share/doc/libedataserver/EListIterator.html
share/doc/libedataserver/ESource.html
share/doc/libedataserver/ESourceGroup.html
share/doc/libedataserver/ESourceList.html
share/doc/libedataserver/api-index-1.12.html
share/doc/libedataserver/api-index-2.22.html
share/doc/libedataserver/api-index-2.24.html
share/doc/libedataserver/api-index-2.26.html
share/doc/libedataserver/api-index-2.28.html
share/doc/libedataserver/api-index-2.30.html
share/doc/libedataserver/api-index-full.html
share/doc/libedataserver/ch01.html
share/doc/libedataserver/home.png
share/doc/libedataserver/index.html
share/doc/libedataserver/index.sgml
share/doc/libedataserver/ix01.html
share/doc/libedataserver/left.png
share/doc/libedataserver/libedataserver-EFlag.html
share/doc/libedataserver/libedataserver-EProxy.html
share/doc/libedataserver/libedataserver-ESExp.html
share/doc/libedataserver/libedataserver-Version-Information.html
share/doc/libedataserver/libedataserver-e-categories.html
share/doc/libedataserver/libedataserver-e-iconv.html
share/doc/libedataserver/libedataserver-e-memory.html
@ -676,12 +690,22 @@ share/doc/libedataserverui/ESourceOptionMenu.html
share/doc/libedataserverui/ESourceSelector.html
share/doc/libedataserverui/ESourceSelectorDialog.html
share/doc/libedataserverui/ETreeModelGenerator.html
share/doc/libedataserverui/api-index-1.12.html
share/doc/libedataserverui/api-index-2.22.html
share/doc/libedataserverui/api-index-2.24.html
share/doc/libedataserverui/api-index-2.26.html
share/doc/libedataserverui/api-index-2.28.html
share/doc/libedataserverui/api-index-2.30.html
share/doc/libedataserverui/api-index-full.html
share/doc/libedataserverui/ch01.html
share/doc/libedataserverui/home.png
share/doc/libedataserverui/index.html
share/doc/libedataserverui/index.sgml
share/doc/libedataserverui/ix01.html
share/doc/libedataserverui/left.png
share/doc/libedataserverui/libedataserverui-ECategoryCompletion.html
share/doc/libedataserverui/libedataserverui-ECellRendererColor.html
share/doc/libedataserverui/libedataserverui-e-book-auth-util.html
share/doc/libedataserverui/libedataserverui-e-data-server-ui-marshal.html
share/doc/libedataserverui/libedataserverui-e-passwords.html
share/doc/libedataserverui/libedataserverui.devhelp
share/doc/libedataserverui/libedataserverui.devhelp2
@ -689,12 +713,9 @@ share/doc/libedataserverui/right.png
share/doc/libedataserverui/style.css
share/doc/libedataserverui/up.png
share/evolution-data-server-%%VERSION%%/evolutionperson.schema
share/evolution-data-server-%%VERSION%%/glade/e-categories-dialog.glade
share/evolution-data-server-%%VERSION%%/glade/e-name-selector-dialog.glade
share/evolution-data-server-%%VERSION%%/ui/e-categories-dialog.ui
share/evolution-data-server-%%VERSION%%/ui/e-name-selector-dialog.ui
%%WEATHER%%share/evolution-data-server-%%VERSION%%/weather/Locations.xml
share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Addressbook.idl
share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Calendar.idl
share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer.idl
share/locale/am/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/ar/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/as/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
@ -716,6 +737,7 @@ share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/en_GB/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/en@shaw/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/es/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/et/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/eu/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
@ -795,9 +817,8 @@ share/pixmaps/evolution-data-server/category_strategies_16.png
share/pixmaps/evolution-data-server/category_suppliers_16.png
share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
@dirrm share/pixmaps/evolution-data-server
@dirrm share/idl/evolution-data-server-%%EVO_VERSION%%
%%WEATHER%%@dirrm share/evolution-data-server-%%VERSION%%/weather
@dirrm share/evolution-data-server-%%VERSION%%/glade
@dirrm share/evolution-data-server-%%VERSION%%/ui
@dirrm share/evolution-data-server-%%VERSION%%
@dirrm share/doc/libedataserverui
@dirrm share/doc/libedataserver
@ -821,7 +842,6 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata-google
@dirrm include/evolution-data-server-%%VERSION%%/google/libgdata
@dirrm include/evolution-data-server-%%VERSION%%/google
@dirrm include/evolution-data-server-%%VERSION%%/exchange
@dirrm include/evolution-data-server-%%VERSION%%/camel
@dirrm include/evolution-data-server-%%VERSION%%
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@ -844,10 +864,10 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
@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/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

View file

@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports-stable/databases/libgda4/Makefile,v 1.2 2009/04/18 20:16:29 marcus Exp $
# $MCom: ports/databases/libgda4/Makefile,v 1.5 2010/03/14 19:24:27 marcus Exp $
#
PORTNAME= libgda4
PORTVERSION?= 4.0.7
PORTREVISION?= 1
PORTVERSION?= 4.0.8
PORTREVISION?= 0
CATEGORIES= databases gnome
MASTER_SITES= GNOME
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R}
@ -23,9 +23,11 @@ LIBGDA4_SLAVE?= no
.if !defined(REFERENCE_PORT)
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
soup-2.4.1:${PORTSDIR}/devel/libsoup \
json-glib-1.0.0:${PORTSDIR}/devel/json-glib
RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
USE_AUTOTOOLS= libtool:22
USE_GETTEXT= yes
@ -33,7 +35,8 @@ USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-sybase
CONFIGURE_ARGS= --without-sybase \
--enable-introspection
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl"

View file

@ -1,3 +1,3 @@
MD5 (gnome2/libgda-4.0.7.tar.bz2) = 875e41166eecde04b075fa451a6773ad
SHA256 (gnome2/libgda-4.0.7.tar.bz2) = dffffc6524ecac05a4c891a9c3fca99abce9fb1bc368933a542d6afaf3ba8240
SIZE (gnome2/libgda-4.0.7.tar.bz2) = 8198052
MD5 (gnome2/libgda-4.0.8.tar.bz2) = 3e4a55f370805cda9ac415211da4aacc
SHA256 (gnome2/libgda-4.0.8.tar.bz2) = c731cd8015f63a3bff37341cb8ffc4d8086a535d960af098194968ac87555788
SIZE (gnome2/libgda-4.0.8.tar.bz2) = 8229914

View file

@ -0,0 +1,12 @@
--- libgda/Makefile.in.orig 2010-03-21 03:57:28.000000000 -0400
+++ libgda/Makefile.in 2010-03-21 03:58:29.000000000 -0400
@@ -1349,7 +1349,8 @@ dist-hook:
@HAVE_INTROSPECTION_TRUE@ --include=GL-1.0 \
@HAVE_INTROSPECTION_TRUE@ --include=GObject-2.0 \
@HAVE_INTROSPECTION_TRUE@ --include=libxml2-2.0 \
-@HAVE_INTROSPECTION_TRUE@ --library=gda-@GDA_ABI_VERSION@ \
+@HAVE_INTROSPECTION_TRUE@ --libtool="$(LIBTOOL)" \
+@HAVE_INTROSPECTION_TRUE@ --library=libgda-@GDA_ABI_VERSION@.la \
@HAVE_INTROSPECTION_TRUE@ $(INCLUDE_CFLAGS) \
@HAVE_INTROSPECTION_TRUE@ --output $@ \
@HAVE_INTROSPECTION_TRUE@ $(addprefix $(srcdir)/, $(gda_headers)) \

View file

@ -103,6 +103,7 @@ include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h
include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h
include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h
include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h
lib/girepository-1.0/Gda-4.0.typelib
lib/libgda-%%VERSION%%.a
lib/libgda-%%VERSION%%.la
lib/libgda-%%VERSION%%.so
@ -122,6 +123,7 @@ libdata/pkgconfig/libgda-%%VERSION%%.pc
libdata/pkgconfig/libgda-report-%%VERSION%%.pc
libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc
libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc
share/gir-1.0/Gda-4.0.gir
share/libgda-%%VERSION%%/dtd/libgda-array.dtd
share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd
share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd

View file

@ -3,12 +3,11 @@
# Whom: FreeBSD GNOME Team
#
# $FreeBSD$
# $MCom: ports/deskutils/alacarte/Makefile,v 1.23 2009/09/21 16:31:27 kwm Exp $
# $MCom: ports/deskutils/alacarte/Makefile,v 1.25 2010/03/29 13:19:00 avl Exp $
#
PORTNAME= alacarte
PORTVERSION= 0.12.4
PORTREVISION= 2
PORTVERSION= 0.13.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/alacarte-0.12.4.tar.bz2) = 914f863f6bd152b4ab6407d07d853f45
SHA256 (gnome2/alacarte-0.12.4.tar.bz2) = f5bccd47d96b22ee73cf537d86bb90cb7b7e0f70ac68253fe512540e5bf64823
SIZE (gnome2/alacarte-0.12.4.tar.bz2) = 189318
MD5 (gnome2/alacarte-0.13.1.tar.bz2) = b45232eaf093e7e1fbf99b335d8b880c
SHA256 (gnome2/alacarte-0.13.1.tar.bz2) = 76bfea066ee7e0d2b7d878d4da6452594cf9b41039c8748de06a982c162f150f
SIZE (gnome2/alacarte-0.13.1.tar.bz2) = 190512

View file

@ -41,6 +41,7 @@ share/locale/da/LC_MESSAGES/alacarte.mo
share/locale/de/LC_MESSAGES/alacarte.mo
share/locale/dz/LC_MESSAGES/alacarte.mo
share/locale/el/LC_MESSAGES/alacarte.mo
share/locale/en@shaw/LC_MESSAGES/alacarte.mo
share/locale/en_CA/LC_MESSAGES/alacarte.mo
share/locale/en_GB/LC_MESSAGES/alacarte.mo
share/locale/eo/LC_MESSAGES/alacarte.mo
@ -75,6 +76,7 @@ share/locale/mk/LC_MESSAGES/alacarte.mo
share/locale/ml/LC_MESSAGES/alacarte.mo
share/locale/mn/LC_MESSAGES/alacarte.mo
share/locale/mr/LC_MESSAGES/alacarte.mo
share/locale/ms/LC_MESSAGES/alacarte.mo
share/locale/nb/LC_MESSAGES/alacarte.mo
share/locale/nds/LC_MESSAGES/alacarte.mo
share/locale/nl/LC_MESSAGES/alacarte.mo

View file

@ -7,7 +7,7 @@
PORTNAME= contacts
PORTVERSION= 0.9
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= deskutils gnome
MASTER_SITES= http://pimlico-project.org/sources/${PORTNAME}/
DIST_SUBDIR= gnome2
@ -18,7 +18,7 @@ COMMENT= Simple yet powerful address book based on Evolution data server
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
USE_GMAKE= yes
USE_GNOME= gtk20 gnomehier evolutiondataserver
USE_GNOME= gtk20 gnomehier evolutiondataserver gnomevfs2
USE_AUTOTOOLS= libtool:22
GCONF_SCHEMAS= contacts.schemas
MAN1= ${PORTNAME}.1

View file

@ -3,12 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.109 2009/09/22 10:54:20 kwm Exp $
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.114 2010/05/02 11:44:22 kwm Exp $
#
PORTNAME= deskbar-applet
PORTVERSION= 2.28.0
PORTREVISION= 2
PORTVERSION= 2.30.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/deskbar-applet-2.28.0.tar.bz2) = dae686b2958688f15bb365afd8485c8e
SHA256 (gnome2/deskbar-applet-2.28.0.tar.bz2) = bdac5c8a3595078911c1aba9f1013c936cdaaed41efbd87d092dfbc04b0ea2cb
SIZE (gnome2/deskbar-applet-2.28.0.tar.bz2) = 1087593
MD5 (gnome2/deskbar-applet-2.30.1.tar.bz2) = 80ba002fb063a9f034cc82d7099932e5
SHA256 (gnome2/deskbar-applet-2.30.1.tar.bz2) = 0754e15db1b5295dbb7e4134bafe06ffad054cf09d8f3034b95b14a0af534a89
SIZE (gnome2/deskbar-applet-2.30.1.tar.bz2) = 1064879

View file

@ -383,6 +383,7 @@ share/locale/da/LC_MESSAGES/deskbar-applet.mo
share/locale/de/LC_MESSAGES/deskbar-applet.mo
share/locale/dz/LC_MESSAGES/deskbar-applet.mo
share/locale/el/LC_MESSAGES/deskbar-applet.mo
share/locale/en@shaw/LC_MESSAGES/deskbar-applet.mo
share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo
share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo
share/locale/es/LC_MESSAGES/deskbar-applet.mo
@ -530,6 +531,8 @@ share/omf/deskbar/deskbar-zh_CN.omf
@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/ca@valencia/LC_MESSAGES

View file

@ -19,6 +19,8 @@ COMMENT= Sun Java Enterprise System Calendar Server provider for Evolution
BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution
RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution
IGNORE= Doesn't build or work with Evolution 2.30
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes

View file

@ -0,0 +1,16 @@
--- src/wnd/fusenshieditdialog.cpp.orig 2007-06-25 08:19:21.000000000 +0200
+++ src/wnd/fusenshieditdialog.cpp 2010-04-07 17:50:35.000000000 +0200
@@ -423,10 +423,10 @@ void FusenshiEditDialog::on_fontname_cli
fontdlg.set_title(_("Font:"));
fontdlg.set_transient_for(*this);
fontdlg.get_apply_button()->hide();
-
- fontdlg.get_font_selection()->set_font_name(m_cFontName.get_text());
+
+ fontdlg.set_font_name(m_cFontName.get_text());
if (Gtk::RESPONSE_OK == fontdlg.run()) {
- m_cFontName.set_text(fontdlg.get_font_selection()->get_font_name());
+ m_cFontName.set_text(fontdlg.get_font_name());
}
}

View file

@ -0,0 +1,15 @@
--- src/wnd/propertydialog.cpp.orig 2010-04-07 17:27:39.000000000 +0200
+++ src/wnd/propertydialog.cpp 2010-04-07 17:28:12.000000000 +0200
@@ -471,10 +471,10 @@ void PropertyDialog::on_fontname_clicked
fontdlg.set_transient_for(*this);
fontdlg.get_apply_button()->hide();
- fontdlg.get_font_selection()->set_font_name(m_cFontName.get_text());
+ fontdlg.set_font_name(m_cFontName.get_text());
if (Gtk::RESPONSE_OK == fontdlg.run()) {
- m_cFontName.set_text(fontdlg.get_font_selection()->get_font_name());
+ m_cFontName.set_text(fontdlg.get_font_name());
}
}

View file

@ -3,14 +3,13 @@
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
# $MCom: ports/deskutils/glabels/Makefile,v 1.7 2007/05/19 21:36:02 marcus Exp $
# $MCom: ports/deskutils/glabels/Makefile,v 1.10 2010/04/03 19:25:49 kwm Exp $
#
PORTNAME= glabels
PORTVERSION= 2.2.5
PORTREVISION= 3
PORTVERSION= 2.2.7
CATEGORIES= deskutils
MASTER_SITES= SF
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= A program to create labels and business cards

View file

@ -1,3 +1,3 @@
MD5 (glabels-2.2.5.tar.gz) = a98932cce677f72af8cba2add00adfe3
SHA256 (glabels-2.2.5.tar.gz) = 9b9a1ce1262de99a12cc2a07bf89840fd3b950778e3269ae0d30e14ce58d91bc
SIZE (glabels-2.2.5.tar.gz) = 2043669
MD5 (glabels-2.2.7.tar.gz) = 0830d3734b74e79946af59747ac097a5
SHA256 (glabels-2.2.7.tar.gz) = 7ea7ea9f265aca8689a6bf1951650b25c0ac20148dfc535dc7ac37c01eb81b53
SIZE (glabels-2.2.7.tar.gz) = 3808294

View file

@ -40,27 +40,28 @@ share/doc/libglabels/libglabels.devhelp2
share/doc/libglabels/right.png
share/doc/libglabels/style.css
share/doc/libglabels/up.png
share/glabels/dtd/glabels-2.2.dtd
share/glabels/glade/merge-properties-dialog.glade
share/glabels/glade/new-label-dialog.glade
share/glabels/glade/object-editor.glade
share/glabels/glade/prefs-dialog.glade
share/glabels/glade/print-custom-widget.glade
share/glabels/glade/property-bar.glade
share/glabels/glade/template-designer.glade
share/glabels/glade/wdgt-media-select.glade
share/glabels/glade/wdgt-rotate-label.glade
share/glabels/templates/avery-iso-templates.xml
share/glabels/templates/avery-other-templates.xml
share/glabels/templates/avery-us-templates.xml
share/glabels/templates/brother-other-templates.xml
share/glabels/templates/categories.xml
share/glabels/templates/dymo-other-templates.xml
share/glabels/templates/misc-iso-templates.xml
share/glabels/templates/misc-other-templates.xml
share/glabels/templates/misc-us-templates.xml
share/glabels/templates/paper-sizes.xml
share/glabels/templates/zweckform-iso-templates.xml
%%DATADIR%%/dtd/glabels-2.2.dtd
%%DATADIR%%/glade/merge-properties-dialog.glade
%%DATADIR%%/glade/new-label-dialog.glade
%%DATADIR%%/glade/object-editor.glade
%%DATADIR%%/glade/prefs-dialog.glade
%%DATADIR%%/glade/print-custom-widget.glade
%%DATADIR%%/glade/property-bar.glade
%%DATADIR%%/glade/template-designer.glade
%%DATADIR%%/glade/wdgt-media-select.glade
%%DATADIR%%/glade/wdgt-rotate-label.glade
%%DATADIR%%/templates/avery-iso-templates.xml
%%DATADIR%%/templates/avery-other-templates.xml
%%DATADIR%%/templates/avery-us-templates.xml
%%DATADIR%%/templates/brother-other-templates.xml
%%DATADIR%%/templates/categories.xml
%%DATADIR%%/templates/dymo-other-templates.xml
%%DATADIR%%/templates/misc-iso-templates.xml
%%DATADIR%%/templates/misc-other-templates.xml
%%DATADIR%%/templates/misc-us-templates.xml
%%DATADIR%%/templates/paper-sizes.xml
%%DATADIR%%/templates/pearl-templates.xml
%%DATADIR%%/templates/zweckform-iso-templates.xml
share/gnome/help/glabels/C/figures/glabels-template-cd.png
share/gnome/help/glabels/C/figures/glabels-template-label.png
share/gnome/help/glabels/C/figures/glabels-template-layout.png
@ -73,12 +74,88 @@ share/gnome/help/glabels/C/figures/merge-ex2-1.png
share/gnome/help/glabels/C/figures/merge-ex2-2.png
share/gnome/help/glabels/C/figures/merge-ex2-3.png
share/gnome/help/glabels/C/figures/merge-ex2-4.png
share/gnome/help/glabels/C/figures/merge-ex3-1.png
share/gnome/help/glabels/C/figures/merge-ex3-2.png
share/gnome/help/glabels/C/figures/object-editor-sidebar.png
share/gnome/help/glabels/C/figures/print-copies.png
share/gnome/help/glabels/C/figures/print-merge.png
share/gnome/help/glabels/C/glabels.xml
share/gnome/help/glabels/C/legal.xml
share/gnome/help/glabels/cs/figures/glabels-template-cd.png
share/gnome/help/glabels/cs/figures/glabels-template-label.png
share/gnome/help/glabels/cs/figures/glabels-template-layout.png
share/gnome/help/glabels/cs/figures/main-window-empty.png
share/gnome/help/glabels/cs/figures/merge-ex1-1.png
share/gnome/help/glabels/cs/figures/merge-ex1-2.png
share/gnome/help/glabels/cs/figures/merge-ex1-3.png
share/gnome/help/glabels/cs/figures/merge-ex1-4.png
share/gnome/help/glabels/cs/figures/merge-ex2-1.png
share/gnome/help/glabels/cs/figures/merge-ex2-2.png
share/gnome/help/glabels/cs/figures/merge-ex2-3.png
share/gnome/help/glabels/cs/figures/merge-ex2-4.png
share/gnome/help/glabels/cs/figures/merge-ex3-1.png
share/gnome/help/glabels/cs/figures/merge-ex3-2.png
share/gnome/help/glabels/cs/figures/object-editor-sidebar.png
share/gnome/help/glabels/cs/figures/print-copies.png
share/gnome/help/glabels/cs/figures/print-merge.png
share/gnome/help/glabels/cs/glabels.xml
share/gnome/help/glabels/de/figures/glabels-template-cd.png
share/gnome/help/glabels/de/figures/glabels-template-label.png
share/gnome/help/glabels/de/figures/glabels-template-layout.png
share/gnome/help/glabels/de/figures/main-window-empty.png
share/gnome/help/glabels/de/figures/merge-ex1-1.png
share/gnome/help/glabels/de/figures/merge-ex1-2.png
share/gnome/help/glabels/de/figures/merge-ex1-3.png
share/gnome/help/glabels/de/figures/merge-ex1-4.png
share/gnome/help/glabels/de/figures/merge-ex2-1.png
share/gnome/help/glabels/de/figures/merge-ex2-2.png
share/gnome/help/glabels/de/figures/merge-ex2-3.png
share/gnome/help/glabels/de/figures/merge-ex2-4.png
share/gnome/help/glabels/de/figures/merge-ex3-1.png
share/gnome/help/glabels/de/figures/merge-ex3-2.png
share/gnome/help/glabels/de/figures/object-editor-sidebar.png
share/gnome/help/glabels/de/figures/print-copies.png
share/gnome/help/glabels/de/figures/print-merge.png
share/gnome/help/glabels/de/glabels.xml
share/gnome/help/glabels/es/figures/glabels-template-cd.png
share/gnome/help/glabels/es/figures/glabels-template-label.png
share/gnome/help/glabels/es/figures/glabels-template-layout.png
share/gnome/help/glabels/es/figures/main-window-empty.png
share/gnome/help/glabels/es/figures/merge-ex1-1.png
share/gnome/help/glabels/es/figures/merge-ex1-2.png
share/gnome/help/glabels/es/figures/merge-ex1-3.png
share/gnome/help/glabels/es/figures/merge-ex1-4.png
share/gnome/help/glabels/es/figures/merge-ex2-1.png
share/gnome/help/glabels/es/figures/merge-ex2-2.png
share/gnome/help/glabels/es/figures/merge-ex2-3.png
share/gnome/help/glabels/es/figures/merge-ex2-4.png
share/gnome/help/glabels/es/figures/merge-ex3-1.png
share/gnome/help/glabels/es/figures/merge-ex3-2.png
share/gnome/help/glabels/es/figures/object-editor-sidebar.png
share/gnome/help/glabels/es/figures/print-copies.png
share/gnome/help/glabels/es/figures/print-merge.png
share/gnome/help/glabels/es/glabels.xml
share/gnome/help/glabels/fr/figures/glabels-template-cd.png
share/gnome/help/glabels/fr/figures/glabels-template-label.png
share/gnome/help/glabels/fr/figures/glabels-template-layout.png
share/gnome/help/glabels/fr/figures/main-window-empty.png
share/gnome/help/glabels/fr/figures/merge-ex1-1.png
share/gnome/help/glabels/fr/figures/merge-ex1-2.png
share/gnome/help/glabels/fr/figures/merge-ex1-3.png
share/gnome/help/glabels/fr/figures/merge-ex1-4.png
share/gnome/help/glabels/fr/figures/merge-ex2-1.png
share/gnome/help/glabels/fr/figures/merge-ex2-2.png
share/gnome/help/glabels/fr/figures/merge-ex2-3.png
share/gnome/help/glabels/fr/figures/merge-ex2-4.png
share/gnome/help/glabels/fr/figures/merge-ex3-1.png
share/gnome/help/glabels/fr/figures/merge-ex3-2.png
share/gnome/help/glabels/fr/figures/object-editor-sidebar.png
share/gnome/help/glabels/fr/figures/print-copies.png
share/gnome/help/glabels/fr/figures/print-merge.png
share/gnome/help/glabels/fr/glabels.xml
share/locale/ca/LC_MESSAGES/glabels.mo
share/locale/cs/LC_MESSAGES/glabels.mo
share/locale/da/LC_MESSAGES/glabels.mo
share/locale/de/LC_MESSAGES/glabels.mo
share/locale/eo/LC_MESSAGES/glabels.mo
share/locale/es/LC_MESSAGES/glabels.mo
@ -89,12 +166,19 @@ share/locale/ko/LC_MESSAGES/glabels.mo
share/locale/pl/LC_MESSAGES/glabels.mo
share/locale/pt_BR/LC_MESSAGES/glabels.mo
share/locale/ru/LC_MESSAGES/glabels.mo
share/locale/zh_TW.Big5/LC_MESSAGES/glabels.mo
share/locale/sl/LC_MESSAGES/glabels.mo
share/locale/sv/LC_MESSAGES/glabels.mo
share/locale/zh_CN/LC_MESSAGES/glabels.mo
share/locale/zh_TW/LC_MESSAGES/glabels.mo
share/mime-info/glabels.keys
share/mime-info/glabels.mime
share/mime/application/x-glabels.xml
share/mime/packages/glabels.xml
share/omf/glabels/glabels-C.omf
share/omf/glabels/glabels-cs.omf
share/omf/glabels/glabels-de.omf
share/omf/glabels/glabels-es.omf
share/omf/glabels/glabels-fr.omf
share/pixmaps/glabels-application-x-glabels.png
share/pixmaps/glabels.png
share/pixmaps/glabels/ex-1layout.png
@ -106,18 +190,24 @@ share/pixmaps/glabels/glabels-about-logo.png
share/pixmaps/glabels/glabels-splash.png
@dirrm share/pixmaps/glabels
@dirrm share/omf/glabels
@dirrm share/gnome/help/glabels/fr/figures
@dirrm share/gnome/help/glabels/fr
@dirrm share/gnome/help/glabels/es/figures
@dirrm share/gnome/help/glabels/es
@dirrm share/gnome/help/glabels/de/figures
@dirrm share/gnome/help/glabels/de
@dirrm share/gnome/help/glabels/cs/figures
@dirrm share/gnome/help/glabels/cs
@dirrm share/gnome/help/glabels/C/figures
@dirrm share/gnome/help/glabels/C
@dirrm share/gnome/help/glabels
@dirrm share/glabels/templates
@dirrm share/glabels/glade
@dirrm share/glabels/dtd
@dirrm share/glabels
@dirrm %%DATADIR%%/templates
@dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%%/dtd
@dirrm %%DATADIR%%
@dirrm share/doc/libglabels
@dirrmtry share/applications
@dirrm include/libglabels
@dirrmtry share/locale/ko/LC_MESSAGES
@dirrmtry share/locale/ko
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true

View file

@ -7,13 +7,15 @@
PORTNAME= gnome-globalmenu
PORTVERSION= 0.7.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= http://gnome2-globalmenu.googlecode.com/files/
MAINTAINER= gustau.perez@gmail.com
COMMENT= Global menu for gnome
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify
USE_GNOME= gnomepanel gnomedesktop
USE_BZIP2= yes

View file

@ -7,7 +7,7 @@
PORTNAME= gnome-main-menu
PORTVERSION= 0.9.12
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -18,7 +18,8 @@ COMMENT= Provides easy access to sets of GNOME applications
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop \
libgnomeui
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.143 2009/10/22 14:08:07 kwm Exp $
# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.147 2010/04/01 13:45:39 kwm Exp $
#
PORTNAME= gnome-utils
PORTVERSION= 2.28.3
PORTREVISION= 2
PORTVERSION= 2.30.0
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
@ -29,6 +28,7 @@ USE_LDCONFIG= yes
INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack
USE_AUTOTOOLS= libtool:22
CONFIGURE_ARGS= --enable-maintainer-flags=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-utils-2.28.3.tar.bz2) = ccfd36710952fa5280612c1c00e915e8
SHA256 (gnome2/gnome-utils-2.28.3.tar.bz2) = 35f4456fbefda17d39cacb788298e5c1bae29c06a1bd0477b5dc16400255bfd9
SIZE (gnome2/gnome-utils-2.28.3.tar.bz2) = 6862868
MD5 (gnome2/gnome-utils-2.30.0.tar.bz2) = c6d779ddccf99cbe0667b578078dd011
SHA256 (gnome2/gnome-utils-2.30.0.tar.bz2) = 745bb25fce536dc5337e7b5cbcbce9eee66b3cc0c500de302759b98ebcef6a8f
SIZE (gnome2/gnome-utils-2.30.0.tar.bz2) = 7608826

View file

@ -264,6 +264,15 @@ share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-lookup.png
share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-print.png
share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-source.png
share/gnome/help/gnome-dictionary/cs/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-add-source.png
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet-window.png
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet.png
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-application.png
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-find.png
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-lookup.png
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-print.png
share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-source.png
share/gnome/help/gnome-dictionary/da/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-add-source.png
share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet-window.png
share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet.png
@ -421,6 +430,8 @@ share/gnome/help/gnome-system-log/C/gnome-system-log.xml
share/gnome/help/gnome-system-log/C/legal.xml
share/gnome/help/gnome-system-log/ca/figures/syslog_window.png
share/gnome/help/gnome-system-log/ca/gnome-system-log.xml
share/gnome/help/gnome-system-log/cs/figures/syslog_window.png
share/gnome/help/gnome-system-log/cs/gnome-system-log.xml
share/gnome/help/gnome-system-log/de/figures/syslog_window.png
share/gnome/help/gnome-system-log/de/gnome-system-log.xml
share/gnome/help/gnome-system-log/el/figures/syslog_window.png
@ -472,6 +483,7 @@ share/omf/baobab/baobab-zh_TW.omf
share/omf/gnome-dictionary/gnome-dictionary-C.omf
share/omf/gnome-dictionary/gnome-dictionary-ca.omf
share/omf/gnome-dictionary/gnome-dictionary-cs.omf
share/omf/gnome-dictionary/gnome-dictionary-da.omf
share/omf/gnome-dictionary/gnome-dictionary-de.omf
share/omf/gnome-dictionary/gnome-dictionary-el.omf
share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf
@ -504,6 +516,7 @@ share/omf/gnome-search-tool/gnome-search-tool-uk.omf
share/omf/gnome-search-tool/gnome-search-tool-zh_CN.omf
share/omf/gnome-system-log/gnome-system-log-C.omf
share/omf/gnome-system-log/gnome-system-log-ca.omf
share/omf/gnome-system-log/gnome-system-log-cs.omf
share/omf/gnome-system-log/gnome-system-log-de.omf
share/omf/gnome-system-log/gnome-system-log-el.omf
share/omf/gnome-system-log/gnome-system-log-en_GB.omf
@ -521,6 +534,7 @@ share/omf/gnome-system-log/gnome-system-log-zh_CN.omf
share/pixmaps/gsearchtool/thumbnail_frame.png
share/icons/hicolor/24x24/apps/baobab.png
share/icons/hicolor/scalable/apps/baobab.svg
share/locale/af/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ast/LC_MESSAGES/gnome-utils-2.0.mo
@ -535,6 +549,7 @@ share/locale/br/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ca@valencia/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/crh/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo
@ -543,6 +558,7 @@ share/locale/dz/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/en@shaw/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo
@ -559,6 +575,7 @@ share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ka/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/kn/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo
@ -586,6 +603,7 @@ share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/rw/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/si/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo
@ -636,6 +654,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-system-log/el
@dirrm share/gnome/help/gnome-system-log/de/figures
@dirrm share/gnome/help/gnome-system-log/de
@dirrm share/gnome/help/gnome-system-log/cs/figures
@dirrm share/gnome/help/gnome-system-log/cs
@dirrm share/gnome/help/gnome-system-log/ca/figures
@dirrm share/gnome/help/gnome-system-log/ca
@dirrm share/gnome/help/gnome-system-log/C/figures
@ -702,6 +722,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-dictionary/el
@dirrm share/gnome/help/gnome-dictionary/de/figures
@dirrm share/gnome/help/gnome-dictionary/de
@dirrm share/gnome/help/gnome-dictionary/da/figures
@dirrm share/gnome/help/gnome-dictionary/da
@dirrm share/gnome/help/gnome-dictionary/cs/figures
@dirrm share/gnome/help/gnome-dictionary/cs
@dirrm share/gnome/help/gnome-dictionary/ca/figures
@ -769,6 +791,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin
@dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/ps/LC_MESSAGES
@ -785,6 +809,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-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/ca@valencia/LC_MESSAGES

View file

@ -3,12 +3,11 @@
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnote/Makefile,v 1.6 2009/11/28 17:54:22 kwm Exp $
# $MCom: ports/deskutils/gnote/Makefile,v 1.11 2010/03/14 05:52:37 marcus Exp $
#
PORTNAME= gnote
PORTVERSION= 0.6.3
PORTREVISION= 3
PORTVERSION= 0.7.2
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
@ -21,6 +20,7 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gconf2 intltool ltverhack gnomepanel
USE_GETTEXT= yes
INSTALLS_OMF= yes

View file

@ -1,3 +1,3 @@
MD5 (gnote-0.6.3.tar.gz) = 84df707352eae288d1d8536796ab41f8
SHA256 (gnote-0.6.3.tar.gz) = affd34cef21883ab831b901a82804dd3bde03dc621ec4cda7ddb2f5b66ce13d9
SIZE (gnote-0.6.3.tar.gz) = 1754426
MD5 (gnote-0.7.2.tar.bz2) = c4e1a93896cb8610d2e08c72d41f1777
SHA256 (gnote-0.7.2.tar.bz2) = ef46a1bade7bf684615b32e5bf35c100d646456e40ac2e9cab871e6dff0d2a4c
SIZE (gnote-0.7.2.tar.bz2) = 1364579

View file

@ -0,0 +1,14 @@
--- libtomboy/tomboyutil.c.orig 2010-03-14 00:35:24.000000000 -0500
+++ libtomboy/tomboyutil.c 2010-03-14 00:36:19.000000000 -0500
@@ -153,9 +153,9 @@ tomboy_window_override_user_time (GtkWin
void
tomboy_window_present_hardcore (GtkWindow *window)
{
- if (!GTK_WIDGET_REALIZED (window))
+ if (!gtk_widget_get_realized (window))
gtk_widget_realize (GTK_WIDGET (window));
- else if (GTK_WIDGET_VISIBLE (window))
+ else if (gtk_widget_get_visible (window))
tomboy_window_move_to_current_workspace (window);
tomboy_window_override_user_time (window);

View file

@ -5,7 +5,7 @@
// boost::recursive_mutex::scoped_lock lock(mutex);
char buf[128];
- snprintf(buf, 128, "(%d) ", (int)pthread_self());
+ snprintf(buf, 128, "(%d) ", (pthread_t)pthread_self());
+ snprintf(buf, 128, "(%ld) ", (pthread_t)pthread_self());
fwrite(buf, 1, strlen(buf), stderr);
fwrite(prefix, 1, strlen(prefix), stderr);

View file

@ -0,0 +1,20 @@
--- src/noterenamedialog.cpp.orig 2010-03-14 00:32:43.000000000 -0500
+++ src/noterenamedialog.cpp 2010-03-14 00:33:46.000000000 -0500
@@ -63,6 +63,8 @@ private:
Gtk::TreeModelColumn<Note::Ptr> m_column_note;
};
+ModelColumnRecord model_column_record;
+
ModelColumnRecord::ModelColumnRecord()
: Gtk::TreeModelColumnRecord()
, m_column_selected()
@@ -152,7 +154,7 @@ NoteRenameDialog::NoteRenameDialog(const
*renamed_note->get_window(),
false,
false)
- , m_notes_model(Gtk::ListStore::create(ModelColumnRecord()))
+ , m_notes_model(Gtk::ListStore::create(model_column_record))
, m_dont_rename_button(_("_Don't Rename Links"), true)
, m_rename_button(_("_Rename Links"), true)
, m_select_all_button(_("Select All"))

View file

@ -1,12 +1,28 @@
--- src/sharp/datetime.cpp.orig 2009-07-21 22:13:30.000000000 -0500
+++ src/sharp/datetime.cpp 2009-07-21 22:25:29.000000000 -0500
@@ -69,14 +69,14 @@
--- src/sharp/datetime.cpp.orig 2009-12-28 12:46:01.000000000 +0100
+++ src/sharp/datetime.cpp 2010-02-14 15:47:21.000000000 +0100
@@ -69,28 +69,28 @@ namespace sharp {
int DateTime::day() const
{
struct tm result;
- localtime_r(&m_date.tv_sec, &result);
+ localtime_r((const time_t *)&m_date.tv_sec, &result);
return result.tm_mday;
}
int DateTime::month() const
{
struct tm result;
- localtime_r(&m_date.tv_sec, &result);
+ localtime_r((const time_t *)&m_date.tv_sec, &result);
return result.tm_mon + 1;
}
int DateTime::year() const
{
struct tm result;
- localtime_r(&m_date.tv_sec, &result);
+ localtime_r((const time_t *)&m_date.tv_sec, &result);
return result.tm_year;
return result.tm_year + 1900;
}
int DateTime::day_of_year() const
@ -17,7 +33,7 @@
return result.tm_yday;
}
@@ -95,14 +95,14 @@
@@ -109,14 +109,14 @@ namespace sharp {
std::string DateTime::to_string(const char * format) const
{
struct tm result;

View file

@ -14,6 +14,9 @@ lib/gnote/addins/%%VERSION%%/fixedwidth.so
lib/gnote/addins/%%VERSION%%/inserttimestamp.a
lib/gnote/addins/%%VERSION%%/inserttimestamp.la
lib/gnote/addins/%%VERSION%%/inserttimestamp.so
lib/gnote/addins/%%VERSION%%/libnoteoftheday.a
lib/gnote/addins/%%VERSION%%/libnoteoftheday.la
lib/gnote/addins/%%VERSION%%/libnoteoftheday.so
lib/gnote/addins/%%VERSION%%/printnotes.a
lib/gnote/addins/%%VERSION%%/printnotes.la
lib/gnote/addins/%%VERSION%%/printnotes.so
@ -130,6 +133,25 @@ share/gnome/help/gnote/sv/figures/note-template.png
share/gnome/help/gnote/sv/figures/notebook-icon.png
share/gnome/help/gnote/sv/gnote.xml
share/gnome/help/gnote/sv/legal.xml
share/gnome/help/gnote/zh_CN/figures/add-notebook-search.png
share/gnome/help/gnote/zh_CN/figures/add-to-notebook.png
share/gnome/help/gnote/zh_CN/figures/delete-notebook.png
share/gnome/help/gnote/zh_CN/figures/gnote-main-menu.png
share/gnome/help/gnote/zh_CN/figures/gnote-new-note.png
share/gnome/help/gnote/zh_CN/figures/gnote-panel.png
share/gnome/help/gnote/zh_CN/figures/gnote-pindown.png
share/gnome/help/gnote/zh_CN/figures/gnote-pinup.png
share/gnome/help/gnote/zh_CN/figures/gnote-preferences-add-ins.png
share/gnome/help/gnote/zh_CN/figures/gnote-preferences-editing.png
share/gnome/help/gnote/zh_CN/figures/gnote-preferences-hotkeys.png
share/gnome/help/gnote/zh_CN/figures/gnote-preferences-synchronization.png
share/gnome/help/gnote/zh_CN/figures/gnote-tools.png
share/gnome/help/gnote/zh_CN/figures/move-notes-search.png
share/gnome/help/gnote/zh_CN/figures/new-notebook.png
share/gnome/help/gnote/zh_CN/figures/note-template.png
share/gnome/help/gnote/zh_CN/figures/notebook-icon.png
share/gnome/help/gnote/zh_CN/gnote.xml
share/gnome/help/gnote/zh_CN/legal.xml
%%DATADIR%%/GNOME_GnoteApplet.xml
%%DATADIR%%/UIManagerLayout.xml
%%DATADIR%%/exporttohtml.xsl
@ -163,9 +185,11 @@ share/icons/hicolor/48x48/apps/gnote.png
share/icons/hicolor/scalable/apps/gnote.svg
share/locale/ar/LC_MESSAGES/gnote.mo
share/locale/as/LC_MESSAGES/gnote.mo
share/locale/bg/LC_MESSAGES/gnote.mo
share/locale/bn_IN/LC_MESSAGES/gnote.mo
share/locale/ca/LC_MESSAGES/gnote.mo
share/locale/cs/LC_MESSAGES/gnote.mo
share/locale/da/LC_MESSAGES/gnote.mo
share/locale/de/LC_MESSAGES/gnote.mo
share/locale/el/LC_MESSAGES/gnote.mo
share/locale/en_GB/LC_MESSAGES/gnote.mo
@ -174,6 +198,7 @@ share/locale/fr/LC_MESSAGES/gnote.mo
share/locale/gl/LC_MESSAGES/gnote.mo
share/locale/gu/LC_MESSAGES/gnote.mo
share/locale/he/LC_MESSAGES/gnote.mo
share/locale/hi/LC_MESSAGES/gnote.mo
share/locale/hu/LC_MESSAGES/gnote.mo
share/locale/id/LC_MESSAGES/gnote.mo
share/locale/it/LC_MESSAGES/gnote.mo
@ -181,6 +206,7 @@ share/locale/ja/LC_MESSAGES/gnote.mo
share/locale/kn/LC_MESSAGES/gnote.mo
share/locale/ko/LC_MESSAGES/gnote.mo
share/locale/lt/LC_MESSAGES/gnote.mo
share/locale/ml/LC_MESSAGES/gnote.mo
share/locale/mr/LC_MESSAGES/gnote.mo
share/locale/or/LC_MESSAGES/gnote.mo
share/locale/pa/LC_MESSAGES/gnote.mo
@ -199,15 +225,8 @@ share/omf/gnote/gnote-de.omf
share/omf/gnote/gnote-el.omf
share/omf/gnote/gnote-es.omf
share/omf/gnote/gnote-sv.omf
share/omf/gnote/gnote-zh_CN.omf
@dirrm share/omf/gnote
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
@dirrm %%DATADIR%%/icons/hicolor/scalable/actions
@dirrm %%DATADIR%%/icons/hicolor/scalable
@dirrm %%DATADIR%%/icons/hicolor/48x48/actions
@ -226,6 +245,8 @@ share/omf/gnote/gnote-sv.omf
@dirrm %%DATADIR%%/icons/hicolor
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%
@dirrm share/gnome/help/gnote/zh_CN/figures
@dirrm share/gnome/help/gnote/zh_CN
@dirrm share/gnome/help/gnote/sv/figures
@dirrm share/gnome/help/gnote/sv
@dirrm share/gnome/help/gnote/es/figures
@ -242,3 +263,11 @@ share/omf/gnote/gnote-sv.omf
@dirrmtry lib/gnote/addins/%%VERSION%%
@dirrmtry lib/gnote/addins
@dirrmtry lib/gnote
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.65 2009/11/28 05:58:59 mezz Exp $
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.70 2010/04/26 22:29:26 kwm Exp $
#
PORTNAME= gucharmap
PORTVERSION= 2.28.2
PORTREVISION= 2
PORTVERSION= 2.30.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gucharmap-2.28.2.tar.bz2) = d4ff2195141ca71aebfeb766e18d9607
SHA256 (gnome2/gucharmap-2.28.2.tar.bz2) = 52987a32ee962f9670c8c46a90a7e37d218aeb60e39957ca400fbd5f514d8328
SIZE (gnome2/gucharmap-2.28.2.tar.bz2) = 3071897
MD5 (gnome2/gucharmap-2.30.1.tar.bz2) = cd3b342fb75b4bd9df2327c247aa457b
SHA256 (gnome2/gucharmap-2.30.1.tar.bz2) = 016c5158c67eeb43e2f8a3bdfa32341beb039f7ef917f912f0ae56ee5bfe60f9
SIZE (gnome2/gucharmap-2.30.1.tar.bz2) = 3101481

View file

@ -100,6 +100,7 @@ share/locale/da/LC_MESSAGES/gucharmap.mo
share/locale/de/LC_MESSAGES/gucharmap.mo
share/locale/dz/LC_MESSAGES/gucharmap.mo
share/locale/el/LC_MESSAGES/gucharmap.mo
share/locale/en@shaw/LC_MESSAGES/gucharmap.mo
share/locale/en_CA/LC_MESSAGES/gucharmap.mo
share/locale/en_GB/LC_MESSAGES/gucharmap.mo
share/locale/eo/LC_MESSAGES/gucharmap.mo
@ -248,6 +249,8 @@ share/omf/gucharmap/gucharmap-zh_TW.omf
@dirrmtry share/locale/mi
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
@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

View file

@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/hamster-applet/Makefile,v 1.29 2009/10/20 17:53:42 kwm Exp $
# $MCom: ports/deskutils/hamster-applet/Makefile,v 1.40 2010/04/27 14:26:32 kwm Exp $
#
PORTNAME= hamster-applet
PORTVERSION= 2.28.2
PORTREVISION= 2
PORTVERSION= 2.30.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@ -17,7 +16,8 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Time management applet for the GNOME Desktop
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
USE_BZIP2= yes
USE_GETTEXT= yes

View file

@ -1,3 +1,3 @@
MD5 (gnome2/hamster-applet-2.28.2.tar.bz2) = 8268f2fff714fcc49b63da66d4e89ba5
SHA256 (gnome2/hamster-applet-2.28.2.tar.bz2) = bed7b97ee37e6669298670121dcf06a1456b9b827099158becf645008702e608
SIZE (gnome2/hamster-applet-2.28.2.tar.bz2) = 518003
MD5 (gnome2/hamster-applet-2.30.1.tar.bz2) = 4f1ae4223344bb1c209676c2d31665e2
SHA256 (gnome2/hamster-applet-2.30.1.tar.bz2) = a21994de512e17b176ff802c162dc1d26b25d8908c6108d47cd3c5c283fe4b3c
SIZE (gnome2/hamster-applet-2.30.1.tar.bz2) = 600397

View file

@ -1,23 +0,0 @@
--- hamster/hamster-applet.py.orig 2009-07-19 21:41:20.000000000 +1000
+++ hamster/hamster-applet.py 2009-07-19 21:41:46.000000000 +1000
@@ -37,14 +37,14 @@ from hamster import defs
from hamster.configuration import runtime
# Setup i18n
-locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
+#locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
-for module in (gettext, locale):
- module.bindtextdomain('hamster-applet', locale_dir)
- module.textdomain('hamster-applet')
+#for module in (gettext, locale):
+# module.bindtextdomain('hamster-applet', locale_dir)
+# module.textdomain('hamster-applet')
- if hasattr(module, 'bind_textdomain_codeset'):
- module.bind_textdomain_codeset('hamster-applet','UTF-8')
+# if hasattr(module, 'bind_textdomain_codeset'):
+# module.bind_textdomain_codeset('hamster-applet','UTF-8')
from hamster.applet import HamsterApplet

View file

@ -0,0 +1,22 @@
--- src/hamster-applet.py.orig 2010-01-29 17:37:34.000000000 +0800
+++ src/hamster-applet.py 2010-01-29 17:38:21.000000000 +0800
@@ -95,13 +95,13 @@ if __name__ == "__main__":
from hamster.configuration import runtime, dialogs
# Setup i18n
- locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
- for module in (gettext, locale):
- module.bindtextdomain('hamster-applet', locale_dir)
- module.textdomain('hamster-applet')
+# locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
+# for module in (gettext, locale):
+# module.bindtextdomain('hamster-applet', locale_dir)
+# module.textdomain('hamster-applet')
- if hasattr(module, 'bind_textdomain_codeset'):
- module.bind_textdomain_codeset('hamster-applet','UTF-8')
+# if hasattr(module, 'bind_textdomain_codeset'):
+# module.bind_textdomain_codeset('hamster-applet','UTF-8')
gtk.window_set_default_icon_name("hamster-applet")

View file

@ -1,7 +1,6 @@
bin/gnome-time-tracker
bin/hamster-standalone
lib/hamster-applet/hamster-applet
%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.py
%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.pyc
%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.pyo
%%PYTHON_SITELIBDIR%%/hamster/__init__.py
%%PYTHON_SITELIBDIR%%/hamster/__init__.pyc
%%PYTHON_SITELIBDIR%%/hamster/__init__.pyo
@ -49,9 +48,21 @@ lib/hamster-applet/hamster-applet
%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.pyo
%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.la
%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.so
%%PYTHON_SITELIBDIR%%/hamster/overview_activities.py
%%PYTHON_SITELIBDIR%%/hamster/overview_activities.pyc
%%PYTHON_SITELIBDIR%%/hamster/overview_activities.pyo
%%PYTHON_SITELIBDIR%%/hamster/overview_totals.py
%%PYTHON_SITELIBDIR%%/hamster/overview_totals.pyc
%%PYTHON_SITELIBDIR%%/hamster/overview_totals.pyo
%%PYTHON_SITELIBDIR%%/hamster/overview.py
%%PYTHON_SITELIBDIR%%/hamster/overview.pyc
%%PYTHON_SITELIBDIR%%/hamster/overview.pyo
%%PYTHON_SITELIBDIR%%/hamster/preferences.py
%%PYTHON_SITELIBDIR%%/hamster/preferences.pyc
%%PYTHON_SITELIBDIR%%/hamster/preferences.pyo
%%PYTHON_SITELIBDIR%%/hamster/pytweener.py
%%PYTHON_SITELIBDIR%%/hamster/pytweener.pyc
%%PYTHON_SITELIBDIR%%/hamster/pytweener.pyo
%%PYTHON_SITELIBDIR%%/hamster/reports.py
%%PYTHON_SITELIBDIR%%/hamster/reports.pyc
%%PYTHON_SITELIBDIR%%/hamster/reports.pyo
@ -64,9 +75,33 @@ lib/hamster-applet/hamster-applet
%%PYTHON_SITELIBDIR%%/hamster/stuff.py
%%PYTHON_SITELIBDIR%%/hamster/stuff.pyc
%%PYTHON_SITELIBDIR%%/hamster/stuff.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets.py
%%PYTHON_SITELIBDIR%%/hamster/widgets.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.pyo
%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.py
%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.pyc
%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.pyo
libdata/bonobo/servers/Hamster_Applet.server
share/gnome-control-center/keybindings/99-hamster-applet.xml
%%DATADIR%%/Hamster_Applet.xml
@ -77,8 +112,76 @@ share/gnome-control-center/keybindings/99-hamster-applet.xml
%%DATADIR%%/art/stock_calendar-view-week.png
%%DATADIR%%/edit_activity.ui
%%DATADIR%%/hamster.db
%%DATADIR%%/hamster.ui
%%DATADIR%%/overview.ui
%%DATADIR%%/overview_totals.ui
%%DATADIR%%/preferences.ui
%%DATADIR%%/stats.ui
share/applications/hamster-standalone.desktop
share/gnome/help/hamster-applet/C/backup.page
share/gnome/help/hamster-applet/C/figures/hamster-logo.png
share/gnome/help/hamster-applet/C/index.page
share/gnome/help/hamster-applet/C/input.page
share/gnome/help/hamster-applet/C/legal.xml
share/gnome/help/hamster-applet/C/merge.page
share/gnome/help/hamster-applet/C/reports.page
share/gnome/help/hamster-applet/C/statistics.page
share/gnome/help/hamster-applet/cs/backup.page
share/gnome/help/hamster-applet/cs/figures/hamster-logo.png
share/gnome/help/hamster-applet/cs/index.page
share/gnome/help/hamster-applet/cs/input.page
share/gnome/help/hamster-applet/cs/legal.xml
share/gnome/help/hamster-applet/cs/merge.page
share/gnome/help/hamster-applet/cs/reports.page
share/gnome/help/hamster-applet/cs/statistics.page
share/gnome/help/hamster-applet/de/backup.page
share/gnome/help/hamster-applet/de/figures/hamster-logo.png
share/gnome/help/hamster-applet/de/index.page
share/gnome/help/hamster-applet/de/input.page
share/gnome/help/hamster-applet/de/legal.xml
share/gnome/help/hamster-applet/de/merge.page
share/gnome/help/hamster-applet/de/reports.page
share/gnome/help/hamster-applet/de/statistics.page
share/gnome/help/hamster-applet/el/backup.page
share/gnome/help/hamster-applet/el/figures/hamster-logo.png
share/gnome/help/hamster-applet/el/index.page
share/gnome/help/hamster-applet/el/input.page
share/gnome/help/hamster-applet/el/legal.xml
share/gnome/help/hamster-applet/el/merge.page
share/gnome/help/hamster-applet/el/reports.page
share/gnome/help/hamster-applet/el/statistics.page
share/gnome/help/hamster-applet/es/backup.page
share/gnome/help/hamster-applet/es/figures/hamster-logo.png
share/gnome/help/hamster-applet/es/index.page
share/gnome/help/hamster-applet/es/input.page
share/gnome/help/hamster-applet/es/legal.xml
share/gnome/help/hamster-applet/es/merge.page
share/gnome/help/hamster-applet/es/reports.page
share/gnome/help/hamster-applet/es/statistics.page
share/gnome/help/hamster-applet/fr/backup.page
share/gnome/help/hamster-applet/fr/figures/hamster-logo.png
share/gnome/help/hamster-applet/fr/index.page
share/gnome/help/hamster-applet/fr/input.page
share/gnome/help/hamster-applet/fr/legal.xml
share/gnome/help/hamster-applet/fr/merge.page
share/gnome/help/hamster-applet/fr/reports.page
share/gnome/help/hamster-applet/fr/statistics.page
share/gnome/help/hamster-applet/zh_HK/backup.page
share/gnome/help/hamster-applet/zh_HK/figures/hamster-logo.png
share/gnome/help/hamster-applet/zh_HK/index.page
share/gnome/help/hamster-applet/zh_HK/input.page
share/gnome/help/hamster-applet/zh_HK/legal.xml
share/gnome/help/hamster-applet/zh_HK/merge.page
share/gnome/help/hamster-applet/zh_HK/reports.page
share/gnome/help/hamster-applet/zh_HK/statistics.page
share/gnome/help/hamster-applet/zh_TW/backup.page
share/gnome/help/hamster-applet/zh_TW/figures/hamster-logo.png
share/gnome/help/hamster-applet/zh_TW/index.page
share/gnome/help/hamster-applet/zh_TW/input.page
share/gnome/help/hamster-applet/zh_TW/legal.xml
share/gnome/help/hamster-applet/zh_TW/merge.page
share/gnome/help/hamster-applet/zh_TW/reports.page
share/gnome/help/hamster-applet/zh_TW/statistics.page
share/icons/hicolor/16x16/apps/hamster-applet.png
share/icons/hicolor/22x22/apps/hamster-applet.png
share/icons/hicolor/32x32/apps/hamster-applet.png
@ -97,6 +200,7 @@ share/locale/da/LC_MESSAGES/hamster-applet.mo
share/locale/de/LC_MESSAGES/hamster-applet.mo
share/locale/el/LC_MESSAGES/hamster-applet.mo
share/locale/en_GB/LC_MESSAGES/hamster-applet.mo
share/locale/en@shaw/LC_MESSAGES/hamster-applet.mo
share/locale/es/LC_MESSAGES/hamster-applet.mo
share/locale/et/LC_MESSAGES/hamster-applet.mo
share/locale/eu/LC_MESSAGES/hamster-applet.mo
@ -144,9 +248,27 @@ share/locale/zh_HK/LC_MESSAGES/hamster-applet.mo
share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo
@dirrm %%DATADIR%%/art
@dirrm %%DATADIR%%
@dirrm %%PYTHON_SITELIBDIR%%/hamster/widgets
@dirrm %%PYTHON_SITELIBDIR%%/hamster/keybinder
@dirrm %%PYTHON_SITELIBDIR%%/hamster
@dirrm lib/hamster-applet
@dirrm share/gnome/help/hamster-applet/zh_TW/figures
@dirrm share/gnome/help/hamster-applet/zh_TW
@dirrm share/gnome/help/hamster-applet/zh_HK/figures
@dirrm share/gnome/help/hamster-applet/zh_HK
@dirrm share/gnome/help/hamster-applet/fr/figures
@dirrm share/gnome/help/hamster-applet/fr
@dirrm share/gnome/help/hamster-applet/es/figures
@dirrm share/gnome/help/hamster-applet/es
@dirrm share/gnome/help/hamster-applet/el/figures
@dirrm share/gnome/help/hamster-applet/el
@dirrm share/gnome/help/hamster-applet/de/figures
@dirrm share/gnome/help/hamster-applet/de
@dirrm share/gnome/help/hamster-applet/cs/figures
@dirrm share/gnome/help/hamster-applet/cs
@dirrm share/gnome/help/hamster-applet/C/figures
@dirrm share/gnome/help/hamster-applet/C
@dirrm share/gnome/help/hamster-applet
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES
@ -161,6 +283,8 @@ share/locale/zh_TW/LC_MESSAGES/hamster-applet.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/ca@valencia/LC_MESSAGES
@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES

Some files were not shown because too many files have changed in this diff Show more