mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@
This commit is contained in:
parent
02c6e6b485
commit
3680f27ebf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264837
617 changed files with 8562 additions and 4089 deletions
6
MOVED
6
MOVED
|
@ -4676,3 +4676,9 @@ misc/bidwatcher||2010-11-08|Has expired: Obsoleted by JBidwatcher and changes at
|
|||
security/vscan||2010-11-08|Has expired: Depends of misc/compat3x, that is deprecated and set to be removed
|
||||
www/ssserver||2010-11-08|Has expired: Depends of misc/compat3x, that is deprecated and set to be removed
|
||||
graphics/qtpfsgui|graphics/luminance|2010-11-12|Project has been renamed
|
||||
devel/gir-repository-gconf2|devel/gconf2|2010-11-20|merged into gconf2
|
||||
x11-fm/gir-repository-nautilus|x11-fm/nautilus|2010-11-20|merged into nautilus
|
||||
devel/gir-repository-libsoup|devel/libsoup|2010-11-20|merged into libsoup
|
||||
x11-toolkits/gir-repository-gtksourceview2|x11-toolkits/gtksourceview2|2010-11-20|merged into gtksourceview2
|
||||
security/gir-repository-gnome-keyring||2010-11-20|Not buildable
|
||||
devel/gir-repository-dbus|devel/gobject-introspection|2010-11-20|merged into gobject-introspection
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# $NetBSD: $
|
||||
# $MCom: ports/Mk/bsd.gnome.mk,v 1.490 2010/03/14 18:13:44 marcus Exp $
|
||||
# $MCom: ports/Mk/bsd.gnome.mk,v 1.512 2010/10/26 09:02:45 kwm Exp $
|
||||
#
|
||||
# Please view me with 4 column tabs!
|
||||
|
||||
|
@ -41,22 +41,30 @@ Gnome_Pre_Include= bsd.gnome.mk
|
|||
# and MAKE_ENV defined.
|
||||
#
|
||||
#
|
||||
# GCONF_SCHEMAS - Set the following to list of all schema files
|
||||
# that your port installs. These schema files and
|
||||
# %gconf.xml files will be automatically added to
|
||||
# ${PLIST}. For example, if your port has
|
||||
# "etc/gconf/schemas/(foo.schemas and bar.schemas)",
|
||||
# add the following to your Makefile:
|
||||
# "GCONF_SCHEMAS=foo.schemas bar.schemas".
|
||||
# GCONF_SCHEMAS - Set the following to list of all the gconf schema files
|
||||
# that your port installs. These schema files and
|
||||
# %gconf.xml files will be automatically added to
|
||||
# the ${PLIST}. For example, if your port has
|
||||
# "etc/gconf/schemas/(foo.schemas and bar.schemas)",
|
||||
# add the following to your Makefile:
|
||||
# "GCONF_SCHEMAS=foo.schemas bar.schemas".
|
||||
#
|
||||
# GLIB_SCHEMAS - Set the following to list of all gsettings schema files
|
||||
# (*.gschema.xml) that your ports installs. The
|
||||
# schema files will be automatically added to
|
||||
# the ${PLIST}. For example, if your port has
|
||||
# "share/glib-2.0/schemas/(foo.gschema.xml and bar.gschema.xml)",
|
||||
# add the following to your Makefile:
|
||||
# "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml".
|
||||
#
|
||||
# INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist
|
||||
# file and add apropriate @exec/@unexec directives for
|
||||
# each .omf file found to track OMF registration database.
|
||||
# file and add apropriate @exec/@unexec directives for
|
||||
# each .omf file found to track OMF registration database.
|
||||
#
|
||||
# INSTALLS_ICONS - If your port installs Freedesktop-style icons to
|
||||
# ${LOCALBASE}/share/icons, then you should use this
|
||||
# macro. If the icons are not cached, they will not be
|
||||
# displayed.
|
||||
# ${LOCALBASE}/share/icons, then you should use this
|
||||
# macro. If the icons are not cached, they will not be
|
||||
# displayed.
|
||||
#
|
||||
|
||||
# non-version specific components
|
||||
|
@ -71,7 +79,7 @@ _USE_GNOME_ALL+= bonobo gal gconf gdkpixbuf glib12 glibwww \
|
|||
oaf orbit pygnome pygtk
|
||||
|
||||
# GNOME 2 components
|
||||
_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gal2 \
|
||||
_USE_GNOME_ALL+= atk atspi desktopfileutils eel2 evolutiondataserver gal2 gdkpixbuf2 \
|
||||
gconf2 _glib20 glib20 gnomecontrolcenter2 gnomedesktop gnomedesktopsharp20 \
|
||||
gnomedocutils gnomemenus gnomepanel gnomesharp20 gnomespeech gnomevfs2 gtk20 \
|
||||
gtkhtml3 gtksharp10 gtksharp20 gtksourceview gtksourceview2 gvfs \
|
||||
|
@ -277,6 +285,10 @@ pango_LIB_DEPENDS= pango-1.0.0:${PORTSDIR}/x11-toolkits/pango
|
|||
pango_DETECT= ${LOCALBASE}/libdata/pkgconfig/pango.pc
|
||||
pango_USE_GNOME_IMPL= glib20
|
||||
|
||||
gdkpixbuf2_LIB_DEPENDS= gdk_pixbuf-2.0.0:${PORTSDIR}/graphics/gdk-pixbuf2
|
||||
gdkpixbuf2_DETECT= ${LOCALBASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc
|
||||
gdkpixbuf2_USE_GNOME_IMPL=glib20
|
||||
|
||||
gtk20_LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
|
||||
gtk20_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk+-x11-2.0.pc
|
||||
gtk20_USE_GNOME_IMPL= intltool atk pango
|
||||
|
@ -284,7 +296,7 @@ GTK2_VERSION= 2.10.0
|
|||
|
||||
linc_LIB_DEPENDS= linc.1:${PORTSDIR}/net/linc
|
||||
linc_DETECT= ${LOCALBASE}/libdata/pkgconfig/linc.pc
|
||||
linc_USE_GNOME_IMPL=glib20
|
||||
linc_USE_GNOME_IMPL= glib20
|
||||
|
||||
libidl_LIB_DEPENDS= IDL-2.0:${PORTSDIR}/devel/libIDL
|
||||
libidl_DETECT= ${LOCALBASE}/libdata/pkgconfig/libIDL-2.0.pc
|
||||
|
@ -390,7 +402,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 libbonoboui
|
||||
gnomepanel_USE_GNOME_IMPL=gnomedesktop libwnck gnomemenus gnomedocutils librsvg2
|
||||
gnomepanel_GNOME_DESKTOP_VERSION=2
|
||||
|
||||
nautilus2_LIB_DEPENDS= nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus
|
||||
|
@ -418,7 +430,7 @@ libgda3_LIB_DEPENDS= gda-3.0.3:${PORTSDIR}/databases/libgda3
|
|||
libgda3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-3.0.pc
|
||||
libgda3_USE_GNOME_IMPL= glib20 libxslt
|
||||
|
||||
libgda4_LIB_DEPENDS= gda-4.0.4:${PORTSDIR}/databases/libgda4
|
||||
libgda4_LIB_DEPENDS= gda-4.0.5:${PORTSDIR}/databases/libgda4
|
||||
libgda4_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgda-4.0.pc
|
||||
libgda4_USE_GNOME_IMPL= glib20 libxslt
|
||||
|
||||
|
@ -474,7 +486,7 @@ gnomespeech_LIB_DEPENDS=gnomespeech.7:${PORTSDIR}/accessibility/gnome-speech
|
|||
gnomespeech_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-speech-1.0.pc
|
||||
gnomespeech_USE_GNOME_IMPL=libbonobo
|
||||
|
||||
evolutiondataserver_LIB_DEPENDS=edataserver-1.2.11:${PORTSDIR}/databases/evolution-data-server
|
||||
evolutiondataserver_LIB_DEPENDS=edataserverui-1.2.11:${PORTSDIR}/databases/evolution-data-server
|
||||
evolutiondataserver_DETECT= ${LOCALBASE}/libdata/pkgconfig/evolution-data-server-1.2.pc
|
||||
evolutiondataserver_USE_GNOME_IMPL=gconf2 libxml2
|
||||
|
||||
|
@ -665,7 +677,8 @@ _USE_GNOME+= ${${component}_USE_GNOME_IMPL} ${component}
|
|||
|
||||
# Setup the GTK+ API version for pixbuf loaders, input method modules,
|
||||
# and theme engines.
|
||||
PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}"
|
||||
PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}" \
|
||||
GTK3_VERSION="${GTK3_VERSION}"
|
||||
|
||||
# Then handle the ltverhack component (it has to be done here, because
|
||||
# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is
|
||||
|
@ -790,7 +803,7 @@ CONFIGURE_FAIL_MESSAGE= "Please run the gnomelogalyzer, available from \"http://
|
|||
|
||||
|
||||
.if defined(GCONF_SCHEMAS) || defined(INSTALLS_OMF) || defined(INSTALLS_ICONS) \
|
||||
|| (defined(_USE_GNOME) && ${_USE_GNOME:Mgnomehier}!="")
|
||||
|| defined(GLIB_SCHEMAS) || (defined(_USE_GNOME) && ${_USE_GNOME:Mgnomehier}!="")
|
||||
pre-su-install: gnome-pre-su-install
|
||||
post-install: gnome-post-install
|
||||
|
||||
|
@ -815,6 +828,18 @@ gnome-post-install:
|
|||
done
|
||||
. endif
|
||||
|
||||
# we put the @unexec behind the plist schema entry, because it compiles files
|
||||
# in the directory. So we should remove the port file first before recompiling.
|
||||
. if defined(GLIB_SCHEMAS)
|
||||
@for i in ${GLIB_SCHEMAS}; do \
|
||||
${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \
|
||||
${ECHO_CMD} "@exec glib-compile-schemas %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \
|
||||
>> ${TMPPLIST}; \
|
||||
${ECHO_CMD} "@unexec glib-compile-schemas --uninstall %D/share/glib-2.0/schemas > /dev/null || /usr/bin/true" \
|
||||
>> ${TMPPLIST}; \
|
||||
done
|
||||
.endif
|
||||
|
||||
. if defined(INSTALLS_OMF)
|
||||
@for i in `${GREP} "\.omf$$" ${TMPPLIST}`; do \
|
||||
${ECHO_CMD} "@exec scrollkeeper-install -q %D/$${i} 2>/dev/null || /usr/bin/true" \
|
||||
|
|
19
UPDATING
19
UPDATING
|
@ -5,6 +5,25 @@ 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.
|
||||
|
||||
20101120:
|
||||
AFFECTS: users of x11-toolkits/gtk20 and x11-toolkits/gtkmm24
|
||||
AUTHOR: FreeBSD GNOME Team <gnome@FreeBSD.org>
|
||||
|
||||
In the GNOME 2.32 release. gdk-pixbuf2 has been split off from gtk20,
|
||||
and atkmm has been split off from gtkmm24. To upgrade please use the
|
||||
following instructions:
|
||||
|
||||
Portmaster users:
|
||||
|
||||
# pkg_delete -f gtkmm-2.20\* gtk-2.20\*
|
||||
# portmaster -a
|
||||
|
||||
Portupgrade users:
|
||||
|
||||
# pkgdb -fF
|
||||
# pkg_deinstall -f0 gtkmm-2.20\* gtk-2.20\*
|
||||
# portupgrade -aOW
|
||||
|
||||
20101118:
|
||||
AFFECTS: users of editors/emacs-devel
|
||||
AUTHOR: Ashish SHUKLA <ashish@FreeBSD.org>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
SUBDIR += at-spi2-core
|
||||
SUBDIR += at-spi2-atk
|
||||
SUBDIR += atk
|
||||
SUBDIR += atkmm
|
||||
SUBDIR += atk-reference
|
||||
SUBDIR += dasher
|
||||
SUBDIR += eflite
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/at-spi/Makefile,v 1.99 2010/04/26 11:38:24 kwm Exp $
|
||||
# $MCom: ports/accessibility/at-spi/Makefile,v 1.103 2010/09/27 09:47:42 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= at-spi
|
||||
PORTVERSION= 1.30.1
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 1.32.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
MD5 (gnome2/at-spi-1.32.0.tar.bz2) = bc62c41f18529d56271fa1ae6cad8629
|
||||
SHA256 (gnome2/at-spi-1.32.0.tar.bz2) = cc841dea746413eebadf0710dabec741450b37a06821c34526f505fe9d027039
|
||||
SIZE (gnome2/at-spi-1.32.0.tar.bz2) = 845788
|
||||
|
|
|
@ -138,11 +138,13 @@ share/locale/he/LC_MESSAGES/at-spi.mo
|
|||
share/locale/hi/LC_MESSAGES/at-spi.mo
|
||||
share/locale/hr/LC_MESSAGES/at-spi.mo
|
||||
share/locale/hu/LC_MESSAGES/at-spi.mo
|
||||
share/locale/hy/LC_MESSAGES/at-spi.mo
|
||||
share/locale/id/LC_MESSAGES/at-spi.mo
|
||||
share/locale/is/LC_MESSAGES/at-spi.mo
|
||||
share/locale/it/LC_MESSAGES/at-spi.mo
|
||||
share/locale/ja/LC_MESSAGES/at-spi.mo
|
||||
share/locale/ka/LC_MESSAGES/at-spi.mo
|
||||
share/locale/kk/LC_MESSAGES/at-spi.mo
|
||||
share/locale/kn/LC_MESSAGES/at-spi.mo
|
||||
share/locale/ko/LC_MESSAGES/at-spi.mo
|
||||
share/locale/ku/LC_MESSAGES/at-spi.mo
|
||||
|
@ -221,6 +223,10 @@ share/locale/zh_TW/LC_MESSAGES/at-spi.mo
|
|||
@dirrmtry share/locale/mai
|
||||
@dirrmtry share/locale/ku/LC_MESSAGES
|
||||
@dirrmtry share/locale/ku
|
||||
@dirrmtry share/locale/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/en@shaw/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@shaw
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# 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 $
|
||||
# $MCom: ports/accessibility/at-spi2-atk/Makefile,v 1.16 2010/11/16 11:53:13 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= at-spi2-atk
|
||||
PORTVERSION= 0.1.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -19,13 +18,16 @@ 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
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomehack gnomehier intlhack gtk20 libxml2
|
||||
USE_GNOME= gnomehack gnomehier intlhack gconf2 libxml2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
GCONF_SCHEMAS= at-spi2.schemas
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
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
|
||||
SHA256 (gnome2/at-spi2-atk-0.4.1.tar.bz2) = ad885b257f9e12bc1cfb0f21bd1075c00bdedca3f66d01b57401ecb12c9f411c
|
||||
SIZE (gnome2/at-spi2-atk-0.4.1.tar.bz2) = 337286
|
||||
|
|
|
@ -1,6 +1,63 @@
|
|||
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
|
||||
lib/gtk-3.0/modules/at-spi-dbus/modules/libatk-bridge.a
|
||||
lib/gtk-3.0/modules/at-spi-dbus/modules/libatk-bridge.la
|
||||
lib/gtk-3.0/modules/at-spi-dbus/modules/libatk-bridge.so
|
||||
share/gnome/autostart/atk-bridge.desktop
|
||||
share/locale/ar/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/ast/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/bg/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/bn/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/ca/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/cs/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/cy/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/de/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/el/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/en@shaw/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/en_GB/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/es/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/et/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/eu/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/fi/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/fr/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/gl/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/he/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/hu/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/it/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/ko/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/lt/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/nb/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/nl/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/nn/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/pl/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/pt/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/ro/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/ru/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/sk/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/sl/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/sr/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/sv/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/ta/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/th/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/uk/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/vi/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/at-spi2-atk.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/at-spi2-atk.mo
|
||||
@dirrm lib/gtk-2.0/modules/at-spi-dbus/modules
|
||||
@dirrm lib/gtk-2.0/modules/at-spi-dbus
|
||||
@dirrm lib/gtk-3.0/modules/at-spi-dbus/modules
|
||||
@dirrm lib/gtk-3.0/modules/at-spi-dbus
|
||||
@dirrmtry lib/gtk-3.0/modules
|
||||
@dirrmtry lib/gtk-3.0
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@latin
|
||||
@dirrmtry share/locale/en@shaw/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@shaw
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# 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 $
|
||||
# $MCom: ports/accessibility/at-spi2-core/Makefile,v 1.17 2010/11/16 11:48:22 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= at-spi2-core
|
||||
PORTVERSION= 0.1.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= accessibility x11-toolkits
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -18,6 +17,8 @@ COMMENT= An Assistive Technology Service Provider Interface
|
|||
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
||||
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
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
|
||||
SHA256 (gnome2/at-spi2-core-0.4.1.tar.bz2) = e3f10134851691b4c0878c2bdb778e21ded01e140b7a930d1958513c775765f9
|
||||
SIZE (gnome2/at-spi2-core-0.4.1.tar.bz2) = 277204
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
bin/at-spi-dbus-bus
|
||||
etc/at-spi2/accessibility.conf
|
||||
etc/xdg/autostart/at-spi-dbus-bus.desktop
|
||||
libexec/at-spi2-registryd
|
||||
share/dbus-1/services/org.a11y.atspi.Registry.service
|
||||
@dirrm etc/at-spi2
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/atk/Makefile,v 1.104 2010/04/02 16:56:50 kwm Exp $
|
||||
# $MCom: ports/accessibility/atk/Makefile,v 1.108 2010/09/27 08:35:36 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= atk
|
||||
PORTVERSION= 1.30.0
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 1.32.0
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= accessibility devel
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
MD5 (gnome2/atk-1.32.0.tar.bz2) = b9a19a3e426cd9ca930f0108c4ee343f
|
||||
SHA256 (gnome2/atk-1.32.0.tar.bz2) = e9a3e598f75c4db1af914f8b052dd9f7e89e920a96cc187c18eb06b8339cb16e
|
||||
SIZE (gnome2/atk-1.32.0.tar.bz2) = 688186
|
||||
|
|
|
@ -72,11 +72,13 @@ share/locale/he/LC_MESSAGES/atk10.mo
|
|||
share/locale/hi/LC_MESSAGES/atk10.mo
|
||||
share/locale/hr/LC_MESSAGES/atk10.mo
|
||||
share/locale/hu/LC_MESSAGES/atk10.mo
|
||||
share/locale/hy/LC_MESSAGES/atk10.mo
|
||||
share/locale/id/LC_MESSAGES/atk10.mo
|
||||
share/locale/is/LC_MESSAGES/atk10.mo
|
||||
share/locale/it/LC_MESSAGES/atk10.mo
|
||||
share/locale/ja/LC_MESSAGES/atk10.mo
|
||||
share/locale/ka/LC_MESSAGES/atk10.mo
|
||||
share/locale/kk/LC_MESSAGES/atk10.mo
|
||||
share/locale/kn/LC_MESSAGES/atk10.mo
|
||||
share/locale/ko/LC_MESSAGES/atk10.mo
|
||||
share/locale/ku/LC_MESSAGES/atk10.mo
|
||||
|
@ -160,6 +162,10 @@ 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/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/en@shaw/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@shaw
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
|
|
29
accessibility/atkmm/Makefile
Normal file
29
accessibility/atkmm/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: atkmm
|
||||
# Date created: 24 June 2010
|
||||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/atkmm/Makefile,v 1.4 2010/09/27 21:08:01 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= atkmm
|
||||
PORTVERSION= 2.22.0
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= C++ wrapper for ATK API library
|
||||
|
||||
LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
USE_GNOME= gnomehack atk
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-documentation
|
||||
|
||||
.include <bsd.port.mk>
|
3
accessibility/atkmm/distinfo
Normal file
3
accessibility/atkmm/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (atkmm-2.22.0.tar.bz2) = 6faeedb26810fd954a856f05e03d4ea8
|
||||
SHA256 (atkmm-2.22.0.tar.bz2) = e4114e2de44a386733eee26fd5bb021868500e906c6801ddff9c0fc28a855796
|
||||
SIZE (atkmm-2.22.0.tar.bz2) = 694525
|
3
accessibility/atkmm/pkg-descr
Normal file
3
accessibility/atkmm/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
C++ wrapper for Atk.
|
||||
|
||||
WWW: http://www.gtkmm.org/
|
51
accessibility/atkmm/pkg-plist
Normal file
51
accessibility/atkmm/pkg-plist
Normal file
|
@ -0,0 +1,51 @@
|
|||
include/atkmm-1.6/atkmm.h
|
||||
include/atkmm-1.6/atkmm/action.h
|
||||
include/atkmm-1.6/atkmm/component.h
|
||||
include/atkmm-1.6/atkmm/document.h
|
||||
include/atkmm-1.6/atkmm/editabletext.h
|
||||
include/atkmm-1.6/atkmm/hyperlink.h
|
||||
include/atkmm-1.6/atkmm/hypertext.h
|
||||
include/atkmm-1.6/atkmm/image.h
|
||||
include/atkmm-1.6/atkmm/implementor.h
|
||||
include/atkmm-1.6/atkmm/init.h
|
||||
include/atkmm-1.6/atkmm/noopobject.h
|
||||
include/atkmm-1.6/atkmm/object.h
|
||||
include/atkmm-1.6/atkmm/objectaccessible.h
|
||||
include/atkmm-1.6/atkmm/private/action_p.h
|
||||
include/atkmm-1.6/atkmm/private/component_p.h
|
||||
include/atkmm-1.6/atkmm/private/document_p.h
|
||||
include/atkmm-1.6/atkmm/private/editabletext_p.h
|
||||
include/atkmm-1.6/atkmm/private/hyperlink_p.h
|
||||
include/atkmm-1.6/atkmm/private/hypertext_p.h
|
||||
include/atkmm-1.6/atkmm/private/image_p.h
|
||||
include/atkmm-1.6/atkmm/private/implementor_p.h
|
||||
include/atkmm-1.6/atkmm/private/noopobject_p.h
|
||||
include/atkmm-1.6/atkmm/private/object_p.h
|
||||
include/atkmm-1.6/atkmm/private/objectaccessible_p.h
|
||||
include/atkmm-1.6/atkmm/private/relation_p.h
|
||||
include/atkmm-1.6/atkmm/private/relationset_p.h
|
||||
include/atkmm-1.6/atkmm/private/selection_p.h
|
||||
include/atkmm-1.6/atkmm/private/stateset_p.h
|
||||
include/atkmm-1.6/atkmm/private/streamablecontent_p.h
|
||||
include/atkmm-1.6/atkmm/private/table_p.h
|
||||
include/atkmm-1.6/atkmm/private/text_p.h
|
||||
include/atkmm-1.6/atkmm/private/value_p.h
|
||||
include/atkmm-1.6/atkmm/relation.h
|
||||
include/atkmm-1.6/atkmm/relationset.h
|
||||
include/atkmm-1.6/atkmm/selection.h
|
||||
include/atkmm-1.6/atkmm/stateset.h
|
||||
include/atkmm-1.6/atkmm/streamablecontent.h
|
||||
include/atkmm-1.6/atkmm/table.h
|
||||
include/atkmm-1.6/atkmm/text.h
|
||||
include/atkmm-1.6/atkmm/value.h
|
||||
include/atkmm-1.6/atkmm/wrap_init.h
|
||||
lib/atkmm-1.6/include/atkmmconfig.h
|
||||
lib/libatkmm-1.6.la
|
||||
lib/libatkmm-1.6.so
|
||||
lib/libatkmm-1.6.so.2
|
||||
libdata/pkgconfig/atkmm-1.6.pc
|
||||
@dirrm lib/atkmm-1.6/include
|
||||
@dirrm lib/atkmm-1.6
|
||||
@dirrm include/atkmm-1.6/atkmm/private
|
||||
@dirrm include/atkmm-1.6/atkmm
|
||||
@dirrm include/atkmm-1.6
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.51 2010/04/01 11:23:47 kwm Exp $
|
||||
# $MCom: ports/accessibility/gnome-mag/Makefile,v 1.54 2010/10/31 11:01:52 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-mag
|
||||
PORTVERSION= 0.16.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.16.3
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
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
|
||||
SHA256 (gnome2/gnome-mag-0.16.3.tar.bz2) = 1ea1b1218ce621226b0397c4c548db29636ab663da7943440327e04345916d99
|
||||
SIZE (gnome2/gnome-mag-0.16.3.tar.bz2) = 554588
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Adam Weinberger <adamw@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/gok/Makefile,v 1.110 2010/04/02 16:53:04 kwm Exp $
|
||||
# $MCom: ports/accessibility/gok/Makefile,v 1.112 2010/09/29 07:37:57 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gok
|
||||
PORTVERSION= 2.30.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.30.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= accessibility sysutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
MD5 (gnome2/gok-2.30.1.tar.bz2) = 09ae1130220e9321fce9a4a6d0890cea
|
||||
SHA256 (gnome2/gok-2.30.1.tar.bz2) = 6422dedb80c2cb3d5ee47238227960dc0e6dde0d0d1351cc7d11de06089c36c0
|
||||
SIZE (gnome2/gok-2.30.1.tar.bz2) = 1538598
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/accessibility/mousetweaks/Makefile,v 1.1 2010/06/23 12:32:12 kwm Exp $
|
||||
# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.53 2010/11/15 21:25:36 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= mousetweaks
|
||||
PORTVERSION= 2.30.2
|
||||
PORTVERSION= 2.32.1
|
||||
CATEGORIES= accessibility
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -17,7 +17,7 @@ COMMENT= Mouse accessibility enhancements for the GNOME desktop
|
|||
|
||||
USE_XORG= x11 xfixes xcursor xtst
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack atspi
|
||||
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
INSTALLS_OMF= yes
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnome2/mousetweaks-2.30.2.tar.bz2) = 35e755f9e607b1e18f9cc619ec496c24
|
||||
SHA256 (gnome2/mousetweaks-2.30.2.tar.bz2) = d204e41bba4f14728246dc01b867d59fbc9e809739f0a7e9ad226a95af594da4
|
||||
SIZE (gnome2/mousetweaks-2.30.2.tar.bz2) = 2195681
|
||||
SHA256 (gnome2/mousetweaks-2.32.1.tar.bz2) = 70d2e8ba0f5021a9e70fecab2ea5cb5f2c03941e676607bec37f2304d9b86d08
|
||||
SIZE (gnome2/mousetweaks-2.32.1.tar.bz2) = 2195347
|
||||
|
|
|
@ -208,6 +208,7 @@ share/locale/gu/LC_MESSAGES/mousetweaks.mo
|
|||
share/locale/he/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/hi/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/hu/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/id/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/it/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ja/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/kn/LC_MESSAGES/mousetweaks.mo
|
||||
|
@ -228,6 +229,7 @@ share/locale/pt/LC_MESSAGES/mousetweaks.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ro/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/ru/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/sk/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/sl/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/sq/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/sr/LC_MESSAGES/mousetweaks.mo
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/accessibility/orca/Makefile,v 1.5 2010/06/23 12:15:30 kwm Exp $
|
||||
# $MCom: ports/accessibility/orca/Makefile,v 1.90 2010/11/16 12:00:48 avl Exp $
|
||||
#
|
||||
|
||||
PORTNAME= orca
|
||||
PORTVERSION= 2.30.2
|
||||
PORTVERSION= 2.32.1
|
||||
CATEGORIES= accessibility gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -16,10 +16,12 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
COMMENT= Scriptable screen reader
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \
|
||||
${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi
|
||||
${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \
|
||||
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
|
||||
LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnome-mag
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \
|
||||
${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi
|
||||
${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \
|
||||
${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg
|
||||
|
||||
LATEST_LINK= gnome-orca
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnome2/orca-2.30.2.tar.bz2) = 8988f96533109c14cbd5ac8f2b0754f2
|
||||
SHA256 (gnome2/orca-2.30.2.tar.bz2) = 0359387f6be84b4321313a3f96deb6b65314e6334b86658a12386976bb82c5df
|
||||
SIZE (gnome2/orca-2.30.2.tar.bz2) = 2291523
|
||||
SHA256 (gnome2/orca-2.32.1.tar.bz2) = 44da9da70c1b47bc87fda8f3b9da4cc1df9993d92388434f5707d39b5a832629
|
||||
SIZE (gnome2/orca-2.32.1.tar.bz2) = 2653300
|
||||
|
|
11
accessibility/orca/files/patch-configure
Normal file
11
accessibility/orca/files/patch-configure
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- configure.orig 2010-10-10 12:06:22.000000000 -0400
|
||||
+++ configure 2010-10-10 12:06:40.000000000 -0400
|
||||
@@ -5867,7 +5867,7 @@ except ImportError:
|
||||
except:
|
||||
sys.exit(0)
|
||||
sys.exit(0)"
|
||||
-if $PYTHON -c "$prog" 1>&5 2>&5
|
||||
+if dbus-launch $PYTHON -c "$prog" 1>&5 2>&5
|
||||
then
|
||||
eval "py_cv_mod_$py_mod_var=yes"
|
||||
else
|
|
@ -1,20 +1,11 @@
|
|||
--- src/orca/orca.in.orig 2009-07-17 10:44:34.000000000 +1000
|
||||
+++ src/orca/orca.in 2009-07-17 10:46:14.000000000 +1000
|
||||
@@ -30,7 +30,7 @@
|
||||
|
||||
# Set the user's $PATH for this script.
|
||||
#
|
||||
-PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin"
|
||||
+PATH="${PATH}:/usr/bin:/usr/sbin:/bin:/usr/local/bin"
|
||||
export PATH
|
||||
|
||||
# Save the arguments away.
|
||||
@@ -84,7 +84,7 @@ restoreXmodmap()
|
||||
cleanup()
|
||||
{
|
||||
USERID=`id | cut -f2 -d= | cut -f1 -d\(`
|
||||
- PIDS=`ps -eo pid,ruid,args | grep $USERID | \
|
||||
+ PIDS=`ps -exo pid,ruid,args | grep $USERID | \
|
||||
egrep "orca[.]orca|OAFIID[:]GNOME_Speech|OAFIID[:]GNOME_Magnifier|festival [-][-]server"|\
|
||||
grep -v grep | awk '{ print $1 }'`
|
||||
IFS='
|
||||
--- src/orca/orca.in.orig 2010-08-30 18:09:24.000000000 +0000
|
||||
+++ src/orca/orca.in 2010-09-11 16:18:35.000000000 +0000
|
||||
@@ -183,7 +183,7 @@
|
||||
if [ "x$DBUS_SESSION_BUS_ADDRESS" != "x" ] && [ $WONT_EXIT -gt 0 ] ; then
|
||||
IFS=:
|
||||
DBUSSENDCMD=
|
||||
- for dir in $PATH:/usr/sfw/bin:/usr/local/bin; do
|
||||
+ for dir in $PATH:/usr/local/bin; do
|
||||
test -x "$dir/dbus-send" && {
|
||||
DBUSSENDCMD="$dir/dbus-send"
|
||||
break
|
||||
|
|
|
@ -23,9 +23,15 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/brlmon.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/brlmon.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/brlmon.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/chat.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/chat.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/chat.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/chnames.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/chnames.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/chnames.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/common_keyboardmap.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/common_keyboardmap.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/common_keyboardmap.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/dbusserver.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/dbusserver.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/dbusserver.pyo
|
||||
|
@ -38,6 +44,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/default.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/default.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/default.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/desktop_keyboardmap.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/desktop_keyboardmap.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/desktop_keyboardmap.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/espeechfactory.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/espeechfactory.pyo
|
||||
|
@ -77,6 +86,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/keynames.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/keynames.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/keynames.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/laptop_keyboardmap.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/laptop_keyboardmap.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/laptop_keyboardmap.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/liveregions.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/liveregions.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/liveregions.pyo
|
||||
|
@ -86,6 +98,12 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/mouse_review.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/mouse_review.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/mouse_review.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/notification_messages.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/notification_messages.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/notification_messages.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/openttsfactory.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/openttsfactory.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/openttsfactory.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca.pyo
|
||||
|
@ -104,9 +122,15 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_gui_prefs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_gui_splash.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_gui_splash.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_gui_splash.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_i18n.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_i18n.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_platform.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_platform.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_platform.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_prefs.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/orca_prefs.pyo
|
||||
|
@ -125,9 +149,6 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/phonnames.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/phonnames.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/phonnames.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/platform.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/platform.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/platform.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/presentation_manager.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/presentation_manager.pyo
|
||||
|
@ -143,6 +164,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/__init__.pyo
|
||||
|
@ -155,36 +179,90 @@ bin/orca
|
|||
%%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/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee/script_utilities.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
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/chat.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/chat.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/chat.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/formatting.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/formatting.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/formatting.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_settings.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird/speech_generator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/__init__.pyo
|
||||
|
@ -194,9 +272,18 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/speech_generator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gajim/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gajim/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gajim/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gajim/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gajim/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gajim/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/__init__.pyo
|
||||
|
@ -206,36 +293,63 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/speech_generator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel/speech_generator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/__init__.pyo
|
||||
|
@ -245,27 +359,48 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/__init__.pyo
|
||||
|
@ -278,6 +413,9 @@ bin/orca
|
|||
%%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/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager/script_utilities.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
|
||||
|
@ -287,12 +425,15 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/chat.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/chat.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/chat.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_settings.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/speech_generator.pyo
|
||||
|
@ -338,6 +479,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_settings.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/speech_generator.pyo
|
||||
|
@ -353,9 +497,18 @@ bin/orca
|
|||
%%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/apps/yelp/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/self_voicing.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/CALLY/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/CALLY/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/CALLY/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/CALLY/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/CALLY/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/CALLY/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/GAIL.pyo
|
||||
|
@ -371,12 +524,18 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/formatting.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/keymaps.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/keymaps.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/keymaps.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_settings.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/speech_generator.pyo
|
||||
|
@ -392,6 +551,9 @@ bin/orca
|
|||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script_utilities.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script_utilities.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/script_utilities.pyo
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.py
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.pyc
|
||||
%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speech_generator.pyo
|
||||
|
@ -439,6 +601,7 @@ share/icons/hicolor/32x32/apps/orca.png
|
|||
share/icons/hicolor/48x48/apps/orca.png
|
||||
share/icons/hicolor/scalable/apps/orca.svg
|
||||
share/locale/ar/LC_MESSAGES/orca.mo
|
||||
share/locale/ast/LC_MESSAGES/orca.mo
|
||||
share/locale/bg/LC_MESSAGES/orca.mo
|
||||
share/locale/bn/LC_MESSAGES/orca.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/orca.mo
|
||||
|
@ -473,6 +636,7 @@ share/locale/mai/LC_MESSAGES/orca.mo
|
|||
share/locale/mk/LC_MESSAGES/orca.mo
|
||||
share/locale/ml/LC_MESSAGES/orca.mo
|
||||
share/locale/mr/LC_MESSAGES/orca.mo
|
||||
share/locale/ms/LC_MESSAGES/orca.mo
|
||||
share/locale/nb/LC_MESSAGES/orca.mo
|
||||
share/locale/ne/LC_MESSAGES/orca.mo
|
||||
share/locale/nl/LC_MESSAGES/orca.mo
|
||||
|
@ -501,17 +665,21 @@ share/locale/vi/LC_MESSAGES/orca.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/orca.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/orca.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/orca.mo
|
||||
%%DATADIR%%/gfx/orca-splash.png
|
||||
%%DATADIR%%/ui/orca-advanced-magnification.ui
|
||||
%%DATADIR%%/ui/orca-find.ui
|
||||
%%DATADIR%%/ui/orca-mainwin.ui
|
||||
%%DATADIR%%/ui/orca-preferences-warning.ui
|
||||
%%DATADIR%%/ui/orca-quit.ui
|
||||
%%DATADIR%%/ui/orca-setup.ui
|
||||
%%DATADIR%%/ui/orca-splash.ui
|
||||
@dirrm %%DATADIR%%/ui
|
||||
@dirrm %%DATADIR%%/gfx
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/CALLY
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/toolkits
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/yelp
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice
|
||||
|
@ -519,11 +687,34 @@ share/locale/zh_TW/LC_MESSAGES/orca.mo
|
|||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/planner
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/packagemanager
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/notify-osd
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/nautilus
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/metacity
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/liferea
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gtk-window-decorator
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome_segv2
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-terminal
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-system-monitor
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-search-tool
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-screensaver-dialog
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-panel
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-mud
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-keyring-ask
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gedit
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gdmlogin
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/gajim
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/empathy
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/ekiga
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/ddu
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/acroread
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Thunderbird
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Mozilla
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Instantbird
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Eclipse
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps/Banshee
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts/apps
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/orca/scripts
|
||||
|
@ -550,3 +741,5 @@ share/locale/zh_TW/LC_MESSAGES/orca.mo
|
|||
@dirrmtry share/locale/ca@valencia
|
||||
@dirrmtry share/locale/bn_IN/LC_MESSAGES
|
||||
@dirrmtry share/locale/bn_IN
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/accessibility/py-atspi/Makefile,v 1.5 2010/04/01 12:24:50 kwm Exp $
|
||||
# $MCom: ports/accessibility/py-atspi/Makefile,v 1.13 2010/11/16 11:55:55 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= atspi
|
||||
PORTVERSION= 0.1.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= accessibility x11-toolkits python
|
||||
MASTER_SITES= GNOME
|
||||
MASTER_SITE_SUBDIR= sources/pyatspi/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
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
|
||||
SHA256 (gnome2/pyatspi-0.4.1.tar.bz2) = 2d9672e0ca6277c491a0b35421691d96618d9c02e687851ce418811379aa4a2e
|
||||
SIZE (gnome2/pyatspi-0.4.1.tar.bz2) = 311019
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Anders Nordby <anders@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/archivers/file-roller/Makefile,v 1.5 2010/06/23 15:16:03 kwm Exp $
|
||||
# $MCom: ports/archivers/file-roller/Makefile,v 1.184 2010/11/15 22:58:48 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= file-roller
|
||||
PORTVERSION= 2.30.2
|
||||
PORTVERSION= 2.32.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= archivers gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
@ -29,10 +29,12 @@ INSTALLS_ICONS= yes
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \
|
||||
gtk20 gconf2
|
||||
GNOME_DESKTOP_VERSION=2
|
||||
USE_XORG= sm
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --disable-packagekit
|
||||
|
||||
PORTDOCS= AUTHORS NEWS README TODO ChangeLog
|
||||
GCONF_SCHEMAS= file-roller.schemas
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnome2/file-roller-2.30.2.tar.bz2) = c13209518d2e2294ec1fa813e063b0c5
|
||||
SHA256 (gnome2/file-roller-2.30.2.tar.bz2) = 34e809ee4e11d85d314b9060a5641a68e55046d429bf8a435a24b777eec8b2f5
|
||||
SIZE (gnome2/file-roller-2.30.2.tar.bz2) = 1818246
|
||||
SHA256 (gnome2/file-roller-2.32.1.tar.bz2) = a9109d9c871c022eb0553eeedc98520bad42ba3099088c16a9f7df817f60cc92
|
||||
SIZE (gnome2/file-roller-2.32.1.tar.bz2) = 1916180
|
||||
|
|
11
archivers/file-roller/files/patch-src_fr-command-lrzip.c
Normal file
11
archivers/file-roller/files/patch-src_fr-command-lrzip.c
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/fr-command-lrzip.c.orig 2010-08-26 12:40:56.000000000 -0400
|
||||
+++ src/fr-command-lrzip.c 2010-08-26 12:41:41.000000000 -0400
|
||||
@@ -53,7 +53,7 @@ list__process_line (char *line,
|
||||
struct stat st;
|
||||
time_t tt;
|
||||
if (stat (comm->filename, &st) == 0)
|
||||
- fdata->modified = st.st_mtim.tv_sec;
|
||||
+ fdata->modified = st.st_mtime;
|
||||
else
|
||||
time(&(fdata->modified));
|
||||
fdata->modified;
|
|
@ -87,6 +87,12 @@ share/gnome/help/file-roller/it/figures/file-roller_main_window.png
|
|||
share/gnome/help/file-roller/it/figures/file-roller_rightarrow.png
|
||||
share/gnome/help/file-roller/it/figures/file-roller_uparrow.png
|
||||
share/gnome/help/file-roller/it/file-roller.xml
|
||||
share/gnome/help/file-roller/ja/figures/file-roller_home.png
|
||||
share/gnome/help/file-roller/ja/figures/file-roller_leftarrow.png
|
||||
share/gnome/help/file-roller/ja/figures/file-roller_main_window.png
|
||||
share/gnome/help/file-roller/ja/figures/file-roller_rightarrow.png
|
||||
share/gnome/help/file-roller/ja/figures/file-roller_uparrow.png
|
||||
share/gnome/help/file-roller/ja/file-roller.xml
|
||||
share/gnome/help/file-roller/nl/figures/file-roller_home.png
|
||||
share/gnome/help/file-roller/nl/figures/file-roller_leftarrow.png
|
||||
share/gnome/help/file-roller/nl/figures/file-roller_main_window.png
|
||||
|
@ -158,6 +164,7 @@ 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/eo/LC_MESSAGES/file-roller.mo
|
||||
share/locale/es/LC_MESSAGES/file-roller.mo
|
||||
share/locale/et/LC_MESSAGES/file-roller.mo
|
||||
share/locale/eu/LC_MESSAGES/file-roller.mo
|
||||
|
@ -165,6 +172,7 @@ share/locale/fa/LC_MESSAGES/file-roller.mo
|
|||
share/locale/fi/LC_MESSAGES/file-roller.mo
|
||||
share/locale/fr/LC_MESSAGES/file-roller.mo
|
||||
share/locale/fur/LC_MESSAGES/file-roller.mo
|
||||
share/locale/fy/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ga/LC_MESSAGES/file-roller.mo
|
||||
share/locale/gl/LC_MESSAGES/file-roller.mo
|
||||
share/locale/gu/LC_MESSAGES/file-roller.mo
|
||||
|
@ -219,6 +227,7 @@ share/locale/te/LC_MESSAGES/file-roller.mo
|
|||
share/locale/th/LC_MESSAGES/file-roller.mo
|
||||
share/locale/tk/LC_MESSAGES/file-roller.mo
|
||||
share/locale/tr/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ug/LC_MESSAGES/file-roller.mo
|
||||
share/locale/uk/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ur/LC_MESSAGES/file-roller.mo
|
||||
share/locale/ur_PK/LC_MESSAGES/file-roller.mo
|
||||
|
@ -238,6 +247,7 @@ share/omf/file-roller/file-roller-es.omf
|
|||
share/omf/file-roller/file-roller-fi.omf
|
||||
share/omf/file-roller/file-roller-fr.omf
|
||||
share/omf/file-roller/file-roller-it.omf
|
||||
share/omf/file-roller/file-roller-ja.omf
|
||||
share/omf/file-roller/file-roller-nl.omf
|
||||
share/omf/file-roller/file-roller-oc.omf
|
||||
share/omf/file-roller/file-roller-ru.omf
|
||||
|
@ -260,6 +270,8 @@ share/omf/file-roller/file-roller-zh_CN.omf
|
|||
@dirrm share/gnome/help/file-roller/oc
|
||||
@dirrm share/gnome/help/file-roller/nl/figures
|
||||
@dirrm share/gnome/help/file-roller/nl
|
||||
@dirrm share/gnome/help/file-roller/ja/figures
|
||||
@dirrm share/gnome/help/file-roller/ja
|
||||
@dirrm share/gnome/help/file-roller/it/figures
|
||||
@dirrm share/gnome/help/file-roller/it
|
||||
@dirrm share/gnome/help/file-roller/fr/figures
|
||||
|
@ -303,6 +315,8 @@ share/omf/file-roller/file-roller-zh_CN.omf
|
|||
@dirrmtry share/locale/ur_PK
|
||||
@dirrmtry share/locale/ur/LC_MESSAGES
|
||||
@dirrmtry share/locale/ur
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
|
@ -331,6 +345,8 @@ share/omf/file-roller/file-roller-zh_CN.omf
|
|||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/hy/LC_MESSAGES
|
||||
@dirrmtry share/locale/hy
|
||||
@dirrmtry share/locale/fy/LC_MESSAGES
|
||||
@dirrmtry share/locale/fy
|
||||
@dirrmtry share/locale/fur/LC_MESSAGES
|
||||
@dirrmtry share/locale/fur
|
||||
@dirrmtry share/locale/en@shaw/LC_MESSAGES
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gmpc
|
||||
PORTVERSION= 0.19.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
||||
|
@ -18,6 +18,7 @@ COMMENT= Full featured GTK2 client for musicpd
|
|||
|
||||
BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2
|
||||
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
||||
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
|
||||
curl.6:${PORTSDIR}/ftp/curl \
|
||||
soup-2.4.1:${PORTSDIR}/devel/libsoup
|
||||
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/audio/gnome-media/Makefile,v 1.2 2010/06/25 06:51:09 kwm Exp $
|
||||
# $MCom: ports/audio/gnome-media/Makefile,v 1.155 2010/09/29 08:17:11 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-media
|
||||
PORTVERSION= 2.30.0
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.32.0
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
MD5 (gnome2/gnome-media-2.32.0.tar.bz2) = 06fc8c67add34c98bc484e0dbc404d41
|
||||
SHA256 (gnome2/gnome-media-2.32.0.tar.bz2) = 2b0ad4decd75406398f46e82a170e53bcbc6e1bdc3363f03a07b00f59c2fe5e6
|
||||
SIZE (gnome2/gnome-media-2.32.0.tar.bz2) = 2814365
|
||||
|
|
|
@ -35,6 +35,24 @@ share/applications/gstreamer-properties.desktop
|
|||
%%PULSE%%%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-low.png
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-medium.png
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-muted.png
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer-testing.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-high.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-low.svg
|
||||
%%PULSE%%%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-medium.svg
|
||||
|
@ -45,6 +63,10 @@ share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profile-win
|
|||
share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profiles-window.png
|
||||
share/gnome/help/gnome-audio-profiles/C/gnome-audio-profiles.xml
|
||||
share/gnome/help/gnome-audio-profiles/C/legal.xml
|
||||
share/gnome/help/gnome-audio-profiles/da/figures/gnome-audio-profiles-profile-window.png
|
||||
share/gnome/help/gnome-audio-profiles/da/figures/gnome-audio-profiles-profiles-window.png
|
||||
share/gnome/help/gnome-audio-profiles/da/gnome-audio-profiles.xml
|
||||
share/gnome/help/gnome-audio-profiles/da/legal.xml
|
||||
share/gnome/help/gnome-audio-profiles/de/figures/gnome-audio-profiles-profile-window.png
|
||||
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
|
||||
|
@ -103,6 +125,8 @@ share/gnome/help/gstreamer-properties/ca/figures/gstreamer_properties_window.png
|
|||
share/gnome/help/gstreamer-properties/ca/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/cs/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/cs/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/da/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/da/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/de/figures/gstreamer_properties_window.png
|
||||
share/gnome/help/gstreamer-properties/de/gstreamer-properties.xml
|
||||
share/gnome/help/gstreamer-properties/el/figures/gstreamer_properties_window.png
|
||||
|
@ -132,21 +156,21 @@ share/gnome/help/gstreamer-properties/zh_CN/gstreamer-properties.xml
|
|||
share/gstreamer-properties/gstreamer-properties.ui
|
||||
share/gstreamer-properties/icons/gstreamer-properties.png
|
||||
share/icons/hicolor/16x16/apps/gnome-sound-recorder.png
|
||||
%%PULSE%%share/icons/hicolor/16x16/apps/gnome-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/16x16/apps/gnome-volume-control.svg
|
||||
%%PULSE%%share/icons/hicolor/16x16/apps/multimedia-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/16x16/apps/multimedia-volume-control.svg
|
||||
share/icons/hicolor/22x22/apps/gnome-sound-recorder.png
|
||||
%%PULSE%%share/icons/hicolor/22x22/apps/gnome-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/22x22/apps/gnome-volume-control.svg
|
||||
%%PULSE%%share/icons/hicolor/22x22/apps/multimedia-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/22x22/apps/multimedia-volume-control.svg
|
||||
share/icons/hicolor/24x24/apps/gnome-sound-recorder.png
|
||||
%%PULSE%%share/icons/hicolor/24x24/apps/gnome-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/24x24/apps/multimedia-volume-control.png
|
||||
share/icons/hicolor/32x32/apps/gnome-sound-recorder.png
|
||||
%%PULSE%%share/icons/hicolor/32x32/apps/gnome-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/32x32/apps/gnome-volume-control.svg
|
||||
%%PULSE%%share/icons/hicolor/32x32/apps/multimedia-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/32x32/apps/multimedia-volume-control.svg
|
||||
share/icons/hicolor/48x48/apps/gnome-sound-recorder.png
|
||||
%%PULSE%%share/icons/hicolor/48x48/apps/gnome-volume-control.png
|
||||
%%PULSE%%share/icons/hicolor/48x48/apps/multimedia-volume-control.png
|
||||
share/icons/hicolor/48x48/apps/gstreamer-properties.png
|
||||
share/icons/hicolor/scalable/apps/gnome-sound-recorder.svg
|
||||
%%PULSE%%share/icons/hicolor/scalable/apps/gnome-volume-control.svg
|
||||
%%PULSE%%share/icons/hicolor/scalable/apps/multimedia-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
|
||||
|
@ -226,6 +250,7 @@ share/locale/te/LC_MESSAGES/gnome-media-2.0.mo
|
|||
share/locale/th/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/tk/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/ug/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo
|
||||
|
@ -234,6 +259,7 @@ share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo
|
|||
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-da.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
|
||||
|
@ -257,6 +283,7 @@ share/omf/gnome-sound-recorder/gnome-sound-recorder-zh_CN.omf
|
|||
share/omf/gstreamer-properties/gstreamer-properties-C.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-ca.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-cs.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-da.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-de.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-el.omf
|
||||
share/omf/gstreamer-properties/gstreamer-properties-en_GB.omf
|
||||
|
@ -308,6 +335,8 @@ share/sounds/gnome/default/alerts/sonar.ogg
|
|||
@dirrm share/gnome/help/gstreamer-properties/el
|
||||
@dirrm share/gnome/help/gstreamer-properties/de/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/de
|
||||
@dirrm share/gnome/help/gstreamer-properties/da/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/da
|
||||
@dirrm share/gnome/help/gstreamer-properties/cs/figures
|
||||
@dirrm share/gnome/help/gstreamer-properties/cs
|
||||
@dirrm share/gnome/help/gstreamer-properties/ca/figures
|
||||
|
@ -356,6 +385,8 @@ share/sounds/gnome/default/alerts/sonar.ogg
|
|||
@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/da/figures
|
||||
@dirrm share/gnome/help/gnome-audio-profiles/da
|
||||
@dirrm share/gnome/help/gnome-audio-profiles/C/figures
|
||||
@dirrm share/gnome/help/gnome-audio-profiles/C
|
||||
@dirrm share/gnome/help/gnome-audio-profiles
|
||||
|
@ -364,6 +395,8 @@ share/sounds/gnome/default/alerts/sonar.ogg
|
|||
@dirrm %%DATADIR%%/sounds
|
||||
%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/scalable/status
|
||||
%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/scalable
|
||||
%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/48x48/devices
|
||||
%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/48x48
|
||||
%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/32x32/status
|
||||
%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/32x32
|
||||
%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/24x24/status
|
||||
|
@ -382,6 +415,8 @@ share/sounds/gnome/default/alerts/sonar.ogg
|
|||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
|
|
|
@ -19,6 +19,8 @@ LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
|
|||
BUILD_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient++.so.3:${PORTSDIR}/audio/cpp-xmms2
|
||||
|
||||
BROKEN= Doesn't compile with Glib 2.26 / Gtk 2.22
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_PYTHON_BUILD= yes
|
||||
|
||||
|
|
11
audio/muine/files/patch-libmuine_Makefile.in
Normal file
11
audio/muine/files/patch-libmuine_Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- libmuine/Makefile.in.orig 2010-10-31 15:02:50.000000000 +0100
|
||||
+++ libmuine/Makefile.in 2010-10-31 15:03:02.000000000 +0100
|
||||
@@ -266,8 +266,6 @@ INCLUDES = \
|
||||
$(MUINE_CFLAGS) \
|
||||
$(WARN_CFLAGS) \
|
||||
-DG_DISABLE_DEPRECATED \
|
||||
- -DGTK_DISABLE_DEPRECATED \
|
||||
- -DGDK_DISABLE_DEPRECATED \
|
||||
-DGDK_PIXBUF_DISABLE_DEPRECATED \
|
||||
-DGNOME_DISABLE_DEPRECATED
|
||||
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/rhythmbox/Makefile,v 1.107 2010/04/08 23:16:25 kwm Exp $
|
||||
# $MCom: ports/audio/rhythmbox/Makefile,v 1.111 2010/09/28 15:55:46 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= rhythmbox
|
||||
PORTVERSION= 0.12.8
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -25,7 +25,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
|||
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
|
||||
soup-2.4.1:${PORTSDIR}/devel/libsoup \
|
||||
gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \
|
||||
brasero-media.2:${PORTSDIR}/sysutils/brasero
|
||||
brasero-media.3:${PORTSDIR}/sysutils/brasero
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
|
|
38
audio/rhythmbox/files/patch-remote_dbus_rb-client.c
Normal file
38
audio/rhythmbox/files/patch-remote_dbus_rb-client.c
Normal file
|
@ -0,0 +1,38 @@
|
|||
--- remote/dbus/rb-client.c.orig 2010-10-10 11:56:07.000000000 -0400
|
||||
+++ remote/dbus/rb-client.c 2010-10-10 11:57:02.000000000 -0400
|
||||
@@ -54,7 +54,7 @@ static gboolean previous = FALSE;
|
||||
static gboolean notify = FALSE;
|
||||
|
||||
static gboolean play = FALSE;
|
||||
-static gboolean pause = FALSE;
|
||||
+static gboolean rbpause = FALSE;
|
||||
static gboolean play_pause = FALSE;
|
||||
static gboolean stop = FALSE;
|
||||
|
||||
@@ -91,7 +91,7 @@ static GOptionEntry args[] = {
|
||||
{ "notify", 0, 0, G_OPTION_ARG_NONE, ¬ify, N_("Show notification of the playing song"), NULL },
|
||||
|
||||
{ "play", 0, 0, G_OPTION_ARG_NONE, &play, N_("Resume playback if currently paused"), NULL },
|
||||
- { "pause", 0, 0, G_OPTION_ARG_NONE, &pause, N_("Pause playback if currently playing"), NULL },
|
||||
+ { "pause", 0, 0, G_OPTION_ARG_NONE, &rbpause, N_("Pause playback if currently playing"), NULL },
|
||||
{ "play-pause", 0, 0, G_OPTION_ARG_NONE, &play_pause, N_("Toggle play/pause mode"), NULL },
|
||||
/* { "stop", 0, 0, G_OPTION_ARG_NONE, &stop, N_("Stop playback"), NULL }, */
|
||||
|
||||
@@ -608,7 +608,7 @@ main (int argc, char **argv)
|
||||
if (next || previous ||
|
||||
clear_queue ||
|
||||
play_uri || other_stuff ||
|
||||
- play || pause || play_pause || stop ||
|
||||
+ play || rbpause || play_pause || stop ||
|
||||
print_playing || print_playing_format || notify ||
|
||||
(set_volume > -0.01) || volume_up || volume_down || print_volume || mute || unmute || (set_rating > -0.01))
|
||||
no_present = TRUE;
|
||||
@@ -696,7 +696,7 @@ main (int argc, char **argv)
|
||||
org_gnome_Rhythmbox_Player_get_playing (player_proxy, &is_playing, &error);
|
||||
if (!annoy (&error)) {
|
||||
rb_debug ("playback state: %d", is_playing);
|
||||
- if (play || pause || play_pause) {
|
||||
+ if (play || rbpause || play_pause) {
|
||||
if (is_playing != play || play_pause) {
|
||||
rb_debug ("calling playPause to change playback state");
|
||||
org_gnome_Rhythmbox_Player_play_pause (player_proxy, FALSE, &error);
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/audio/sound-juicer/Makefile,v 1.98 2010/04/01 12:47:54 kwm Exp $
|
||||
# $MCom: ports/audio/sound-juicer/Makefile,v 1.102 2010/09/29 13:19:43 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= sound-juicer
|
||||
PORTVERSION= 2.28.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.32.0
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -23,7 +22,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
|
|||
tag.1:${PORTSDIR}/audio/taglib \
|
||||
canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
|
||||
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
brasero-media.2:${PORTSDIR}/sysutils/brasero
|
||||
brasero-media.3:${PORTSDIR}/sysutils/brasero
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GETTEXT= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
MD5 (gnome2/sound-juicer-2.32.0.tar.bz2) = 8261bd1f450d7056d15828ed2a69ef65
|
||||
SHA256 (gnome2/sound-juicer-2.32.0.tar.bz2) = f6040e19e50094daff9699dea3e9884ce3226a61f28acbe9ad3a0458975a305a
|
||||
SIZE (gnome2/sound-juicer-2.32.0.tar.bz2) = 2177250
|
||||
|
|
|
@ -40,6 +40,10 @@ share/gnome/help/sound-juicer/fr/figures/prefs.png
|
|||
share/gnome/help/sound-juicer/fr/figures/startup.png
|
||||
share/gnome/help/sound-juicer/fr/legal.xml
|
||||
share/gnome/help/sound-juicer/fr/sound-juicer.xml
|
||||
share/gnome/help/sound-juicer/ja/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/ja/figures/startup.png
|
||||
share/gnome/help/sound-juicer/ja/legal.xml
|
||||
share/gnome/help/sound-juicer/ja/sound-juicer.xml
|
||||
share/gnome/help/sound-juicer/nl/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/nl/figures/startup.png
|
||||
share/gnome/help/sound-juicer/nl/legal.xml
|
||||
|
@ -68,6 +72,10 @@ share/gnome/help/sound-juicer/uk/figures/prefs.png
|
|||
share/gnome/help/sound-juicer/uk/figures/startup.png
|
||||
share/gnome/help/sound-juicer/uk/legal.xml
|
||||
share/gnome/help/sound-juicer/uk/sound-juicer.xml
|
||||
share/gnome/help/sound-juicer/zh_CN/figures/prefs.png
|
||||
share/gnome/help/sound-juicer/zh_CN/figures/startup.png
|
||||
share/gnome/help/sound-juicer/zh_CN/legal.xml
|
||||
share/gnome/help/sound-juicer/zh_CN/sound-juicer.xml
|
||||
share/icons/hicolor/16x16/apps/sound-juicer.png
|
||||
share/icons/hicolor/22x22/apps/sound-juicer.png
|
||||
share/icons/hicolor/24x24/apps/sound-juicer.png
|
||||
|
@ -164,6 +172,7 @@ share/omf/sound-juicer/sound-juicer-en_GB.omf
|
|||
share/omf/sound-juicer/sound-juicer-es.omf
|
||||
share/omf/sound-juicer/sound-juicer-eu.omf
|
||||
share/omf/sound-juicer/sound-juicer-fr.omf
|
||||
share/omf/sound-juicer/sound-juicer-ja.omf
|
||||
share/omf/sound-juicer/sound-juicer-nl.omf
|
||||
share/omf/sound-juicer/sound-juicer-oc.omf
|
||||
share/omf/sound-juicer/sound-juicer-pl.omf
|
||||
|
@ -171,9 +180,12 @@ share/omf/sound-juicer/sound-juicer-pt_BR.omf
|
|||
share/omf/sound-juicer/sound-juicer-ru.omf
|
||||
share/omf/sound-juicer/sound-juicer-sv.omf
|
||||
share/omf/sound-juicer/sound-juicer-uk.omf
|
||||
%%DATADIR%%/sound-juicer.glade
|
||||
share/omf/sound-juicer/sound-juicer-zh_CN.omf
|
||||
%%DATADIR%%/sound-juicer.ui
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm share/omf/sound-juicer
|
||||
@dirrm share/gnome/help/sound-juicer/zh_CN/figures
|
||||
@dirrm share/gnome/help/sound-juicer/zh_CN
|
||||
@dirrm share/gnome/help/sound-juicer/uk/figures
|
||||
@dirrm share/gnome/help/sound-juicer/uk
|
||||
@dirrm share/gnome/help/sound-juicer/sv/figures
|
||||
|
@ -188,6 +200,8 @@ share/omf/sound-juicer/sound-juicer-uk.omf
|
|||
@dirrm share/gnome/help/sound-juicer/oc
|
||||
@dirrm share/gnome/help/sound-juicer/nl/figures
|
||||
@dirrm share/gnome/help/sound-juicer/nl
|
||||
@dirrm share/gnome/help/sound-juicer/ja/figures
|
||||
@dirrm share/gnome/help/sound-juicer/ja
|
||||
@dirrm share/gnome/help/sound-juicer/fr/figures
|
||||
@dirrm share/gnome/help/sound-juicer/fr
|
||||
@dirrm share/gnome/help/sound-juicer/eu/figures
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= gattrib
|
||||
PORTVERSION= 1.4.3
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/release/v1.4/${PORTVERSION}/ \
|
||||
|
|
28
cad/geda-gattrib/files/patch-src_gtkitementry_2_2.c
Normal file
28
cad/geda-gattrib/files/patch-src_gtkitementry_2_2.c
Normal file
|
@ -0,0 +1,28 @@
|
|||
--- src/gtkitementry_2_2.c.orig 2010-10-29 19:10:42.000000000 +0200
|
||||
+++ src/gtkitementry_2_2.c 2010-10-29 19:11:29.000000000 +0200
|
||||
@@ -156,7 +156,7 @@ static void gtk_entry_draw_curso
|
||||
static PangoLayout *gtk_entry_ensure_layout (GtkEntry *entry,
|
||||
gboolean include_preedit);
|
||||
static void gtk_entry_queue_draw (GtkEntry *entry);
|
||||
-static void gtk_entry_reset_im_context (GtkEntry *entry);
|
||||
+//static void gtk_entry_reset_im_context (GtkEntry *entry);
|
||||
static void gtk_entry_recompute (GtkEntry *entry);
|
||||
static void gtk_entry_get_cursor_locations (GtkEntry *entry,
|
||||
CursorType type,
|
||||
@@ -1830,16 +1830,6 @@ gtk_entry_queue_draw (GtkEntry *entry)
|
||||
}
|
||||
|
||||
static void
|
||||
-gtk_entry_reset_im_context (GtkEntry *entry)
|
||||
-{
|
||||
- if (entry->need_im_reset)
|
||||
- {
|
||||
- entry->need_im_reset = 0;
|
||||
- gtk_im_context_reset (entry->im_context);
|
||||
- }
|
||||
-}
|
||||
-
|
||||
-static void
|
||||
gtk_entry_get_cursor_locations (GtkEntry *entry,
|
||||
CursorType type,
|
||||
gint *strong_x,
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/databases/evolution-data-server/Makefile,v 1.8 2010/06/24 10:03:53 kwm Exp $
|
||||
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.203 2010/11/15 17:19:55 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= evolution-data-server
|
||||
PORTVERSION= 2.30.3
|
||||
PORTVERSION= 2.32.1
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -16,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 \
|
||||
gdata.7:${PORTSDIR}/devel/libgdata \
|
||||
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
ical.44:${PORTSDIR}/devel/libical \
|
||||
nss3.1:${PORTSDIR}/security/nss \
|
||||
|
@ -29,6 +30,7 @@ USE_BISON= build
|
|||
USE_GETTEXT= yes
|
||||
USE_GNOME= gnomeprefix gnomehack intlhack ltverhack ltasneededhack gconf2 \
|
||||
libxml2
|
||||
GNOME_DESKTOP_VERSION=2
|
||||
USE_OPENLDAP= yes
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
USE_BDB= 41+
|
||||
|
@ -40,7 +42,7 @@ CONFIGURE_ARGS= --enable-static \
|
|||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
||||
PLIST_SUB= VERSION="2.30" EVO_VERSION="1.2"
|
||||
PLIST_SUB= VERSION="2.32" EVO_VERSION="1.2"
|
||||
|
||||
#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off
|
||||
OPTIONS= WEATHER "Enable weather calendar backend" on
|
||||
|
@ -84,7 +86,6 @@ pre-everything::
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \
|
||||
s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \
|
||||
s|LIBEDATASERVER_CURRENT=13|LIBEDATASERVER_CURRENT=11|g ; \
|
||||
s|-Wl,--no-undefined||g ; \
|
||||
s|-Wmissing-include-dirs||g' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnome2/evolution-data-server-2.30.3.tar.bz2) = 095bac0a80043d57d00f64319f3cbdbb
|
||||
SHA256 (gnome2/evolution-data-server-2.30.3.tar.bz2) = 3773e677ab3b9ff5564a26409ec6b00bc1bd68baf58a8781109866a7e29df890
|
||||
SIZE (gnome2/evolution-data-server-2.30.3.tar.bz2) = 4652416
|
||||
SHA256 (gnome2/evolution-data-server-2.32.1.tar.bz2) = de6a724504a9d72ca550a5a157df1e27dbb951a673f281106171c2345912fc79
|
||||
SIZE (gnome2/evolution-data-server-2.32.1.tar.bz2) = 4290087
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- calendar/libedata-cal/e-cal-backend-intervaltree.c.orig 2010-09-19 18:17:35.000000000 +0000
|
||||
+++ calendar/libedata-cal/e-cal-backend-intervaltree.c 2010-09-19 18:17:44.000000000 +0000
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
-#include <malloc.h>
|
||||
+#include <stdlib.h>
|
||||
|
||||
#include "e-cal-backend-intervaltree.h"
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
include/evolution-data-server-%%VERSION%%/camel/camel-address.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-arg.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-block-file.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-certdb.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-charset-map.h
|
||||
|
@ -8,14 +7,9 @@ include/evolution-data-server-%%VERSION%%/camel/camel-data-cache.h
|
|||
include/evolution-data-server-%%VERSION%%/camel/camel-data-wrapper.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-db.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-debug.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-digest-folder.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-digest-store.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-digest-summary.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-disco-diary.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-disco-folder.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-disco-store.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-exception-list.def
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-exception.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-file-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-filter-driver.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-filter-search.h
|
||||
|
@ -26,7 +20,6 @@ include/evolution-data-server-%%VERSION%%/camel/camel-folder.h
|
|||
include/evolution-data-server-%%VERSION%%/camel/camel-gpg-context.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-html-parser.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-http-stream.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-i18n.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-iconv.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-index.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-internet-address.h
|
||||
|
@ -36,6 +29,7 @@ include/evolution-data-server-%%VERSION%%/camel/camel-lock-client.h
|
|||
include/evolution-data-server-%%VERSION%%/camel/camel-lock-helper.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-lock.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-medium.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-mempool.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-basic.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-bestenc.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-mime-filter-canon.h
|
||||
|
@ -65,15 +59,14 @@ include/evolution-data-server-%%VERSION%%/camel/camel-multipart-encrypted.h
|
|||
include/evolution-data-server-%%VERSION%%/camel/camel-multipart-signed.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-multipart.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-net-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-news-address.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-nntp-address.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-object.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-object-bag.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-offline-folder.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-offline-journal.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-offline-store.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-operation.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-partition-table.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-process.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-provider.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-anonymous.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-sasl-cram-md5.h
|
||||
|
@ -109,7 +102,6 @@ include/evolution-data-server-%%VERSION%%/camel/camel-tcp-stream.h
|
|||
include/evolution-data-server-%%VERSION%%/camel/camel-text-index.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-transport.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-trie.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-types.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-uid-cache.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-url-scanner.h
|
||||
include/evolution-data-server-%%VERSION%%/camel/camel-url.h
|
||||
|
@ -119,10 +111,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%%/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
|
||||
include/evolution-data-server-%%VERSION%%/google/libgdata/gdata-service-iface.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-connection.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-container.h
|
||||
include/evolution-data-server-%%VERSION%%/groupwise/e-gw-filter.h
|
||||
|
@ -170,6 +158,7 @@ include/evolution-data-server-%%VERSION%%/libedata-book/e-data-book.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-intervaltree.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
|
||||
|
@ -184,26 +173,23 @@ 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-data-server-util.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-debug-log.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-flag.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-iconv.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-iterator.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-list-iterator.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-list.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-memory.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-msgport.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-proxy.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-sexp.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-source-group.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-source-list.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-source.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-trie.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/eds-version.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-category-completion.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h
|
||||
|
@ -217,7 +203,6 @@ include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model
|
|||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-combo-box.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-option-menu.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector.h
|
||||
include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h
|
||||
|
@ -284,9 +269,6 @@ lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so
|
|||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.a
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.la
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendfile.so
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.a
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.la
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgoogle.so
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.a
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.la
|
||||
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so
|
||||
|
@ -299,11 +281,11 @@ lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so
|
|||
lib/libcamel-%%EVO_VERSION%%.a
|
||||
lib/libcamel-%%EVO_VERSION%%.la
|
||||
lib/libcamel-%%EVO_VERSION%%.so
|
||||
lib/libcamel-%%EVO_VERSION%%.so.14
|
||||
lib/libcamel-%%EVO_VERSION%%.so.19
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.a
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.la
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.so
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.so.14
|
||||
lib/libcamel-provider-%%EVO_VERSION%%.so.19
|
||||
lib/libebackend-%%EVO_VERSION%%.a
|
||||
lib/libebackend-%%EVO_VERSION%%.la
|
||||
lib/libebackend-%%EVO_VERSION%%.so
|
||||
|
@ -311,39 +293,31 @@ lib/libebackend-%%EVO_VERSION%%.so.0
|
|||
lib/libebook-%%EVO_VERSION%%.a
|
||||
lib/libebook-%%EVO_VERSION%%.la
|
||||
lib/libebook-%%EVO_VERSION%%.so
|
||||
lib/libebook-%%EVO_VERSION%%.so.9
|
||||
lib/libebook-%%EVO_VERSION%%.so.10
|
||||
lib/libecal-%%EVO_VERSION%%.a
|
||||
lib/libecal-%%EVO_VERSION%%.la
|
||||
lib/libecal-%%EVO_VERSION%%.so
|
||||
lib/libecal-%%EVO_VERSION%%.so.7
|
||||
lib/libecal-%%EVO_VERSION%%.so.8
|
||||
lib/libedata-book-%%EVO_VERSION%%.a
|
||||
lib/libedata-book-%%EVO_VERSION%%.la
|
||||
lib/libedata-book-%%EVO_VERSION%%.so
|
||||
lib/libedata-book-%%EVO_VERSION%%.so.2
|
||||
lib/libedata-book-%%EVO_VERSION%%.so.8
|
||||
lib/libedata-cal-%%EVO_VERSION%%.a
|
||||
lib/libedata-cal-%%EVO_VERSION%%.la
|
||||
lib/libedata-cal-%%EVO_VERSION%%.so
|
||||
lib/libedata-cal-%%EVO_VERSION%%.so.7
|
||||
lib/libedata-cal-%%EVO_VERSION%%.so.10
|
||||
lib/libedataserver-%%EVO_VERSION%%.a
|
||||
lib/libedataserver-%%EVO_VERSION%%.la
|
||||
lib/libedataserver-%%EVO_VERSION%%.so
|
||||
lib/libedataserver-%%EVO_VERSION%%.so.11
|
||||
lib/libedataserver-%%EVO_VERSION%%.so.14
|
||||
lib/libedataserverui-%%EVO_VERSION%%.a
|
||||
lib/libedataserverui-%%EVO_VERSION%%.la
|
||||
lib/libedataserverui-%%EVO_VERSION%%.so
|
||||
lib/libedataserverui-%%EVO_VERSION%%.so.8
|
||||
lib/libedataserverui-%%EVO_VERSION%%.so.11
|
||||
lib/libegroupwise-%%EVO_VERSION%%.a
|
||||
lib/libegroupwise-%%EVO_VERSION%%.la
|
||||
lib/libegroupwise-%%EVO_VERSION%%.so
|
||||
lib/libegroupwise-%%EVO_VERSION%%.so.13
|
||||
lib/libgdata-%%EVO_VERSION%%.a
|
||||
lib/libgdata-%%EVO_VERSION%%.la
|
||||
lib/libgdata-%%EVO_VERSION%%.so
|
||||
lib/libgdata-%%EVO_VERSION%%.so.1
|
||||
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/pkgconfig/camel-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc
|
||||
|
@ -355,8 +329,6 @@ 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/libgdata-%%EVO_VERSION%%.pc
|
||||
libdata/pkgconfig/libgdata-google-%%EVO_VERSION%%.pc
|
||||
libexec/camel-index-control-%%EVO_VERSION%%
|
||||
libexec/camel-lock-helper-%%EVO_VERSION%%
|
||||
libexec/e-addressbook-factory
|
||||
|
@ -364,6 +336,86 @@ 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/CamelAddress.html
|
||||
share/doc/camel/CamelCertDB.html
|
||||
share/doc/camel/CamelCipherContext.html
|
||||
share/doc/camel/CamelDataCache.html
|
||||
share/doc/camel/CamelDataWrapper.html
|
||||
share/doc/camel/CamelDiscoDiary.html
|
||||
share/doc/camel/CamelDiscoFolder.html
|
||||
share/doc/camel/CamelDiscoStore.html
|
||||
share/doc/camel/CamelFilterDriver.html
|
||||
share/doc/camel/CamelFolder.html
|
||||
share/doc/camel/CamelFolderSearch.html
|
||||
share/doc/camel/CamelFolderSummary.html
|
||||
share/doc/camel/CamelGpgContext.html
|
||||
share/doc/camel/CamelHttpStream.html
|
||||
share/doc/camel/CamelIndex.html
|
||||
share/doc/camel/CamelInternetAddress.html
|
||||
share/doc/camel/CamelKeyFile.html
|
||||
share/doc/camel/CamelKeyTable.html
|
||||
share/doc/camel/CamelMedium.html
|
||||
share/doc/camel/CamelMimeFilter.html
|
||||
share/doc/camel/CamelMimeFilterBasic.html
|
||||
share/doc/camel/CamelMimeFilterBestenc.html
|
||||
share/doc/camel/CamelMimeFilterCRLF.html
|
||||
share/doc/camel/CamelMimeFilterCanon.html
|
||||
share/doc/camel/CamelMimeFilterCharset.html
|
||||
share/doc/camel/CamelMimeFilterEnriched.html
|
||||
share/doc/camel/CamelMimeFilterFrom.html
|
||||
share/doc/camel/CamelMimeFilterGZip.html
|
||||
share/doc/camel/CamelMimeFilterHTML.html
|
||||
share/doc/camel/CamelMimeFilterIndex.html
|
||||
share/doc/camel/CamelMimeFilterLinewrap.html
|
||||
share/doc/camel/CamelMimeFilterPgp.html
|
||||
share/doc/camel/CamelMimeFilterProgress.html
|
||||
share/doc/camel/CamelMimeFilterSave.html
|
||||
share/doc/camel/CamelMimeFilterToHTML.html
|
||||
share/doc/camel/CamelMimeFilterWindows.html
|
||||
share/doc/camel/CamelMimeFilterYenc.html
|
||||
share/doc/camel/CamelMimeMessage.html
|
||||
share/doc/camel/CamelMimeParser.html
|
||||
share/doc/camel/CamelMimePart.html
|
||||
share/doc/camel/CamelMultipart.html
|
||||
share/doc/camel/CamelMultipartEncrypted.html
|
||||
share/doc/camel/CamelMultipartSigned.html
|
||||
share/doc/camel/CamelNNTPAddress.html
|
||||
share/doc/camel/CamelObject.html
|
||||
share/doc/camel/CamelOfflineFolder.html
|
||||
share/doc/camel/CamelOfflineJournal.html
|
||||
share/doc/camel/CamelOfflineStore.html
|
||||
share/doc/camel/CamelSMIMEContext.html
|
||||
share/doc/camel/CamelSasl.html
|
||||
share/doc/camel/CamelSaslAnonymous.html
|
||||
share/doc/camel/CamelSaslCramMd5.html
|
||||
share/doc/camel/CamelSaslDigestMd5.html
|
||||
share/doc/camel/CamelSaslGssapi.html
|
||||
share/doc/camel/CamelSaslLogin.html
|
||||
share/doc/camel/CamelSaslNTLM.html
|
||||
share/doc/camel/CamelSaslPOPB4SMTP.html
|
||||
share/doc/camel/CamelSaslPlain.html
|
||||
share/doc/camel/CamelSeekableStream.html
|
||||
share/doc/camel/CamelSeekableSubstream.html
|
||||
share/doc/camel/CamelService.html
|
||||
share/doc/camel/CamelSession.html
|
||||
share/doc/camel/CamelStore.html
|
||||
share/doc/camel/CamelStoreSummary.html
|
||||
share/doc/camel/CamelStream.html
|
||||
share/doc/camel/CamelStreamBuffer.html
|
||||
share/doc/camel/CamelStreamFilter.html
|
||||
share/doc/camel/CamelStreamFs.html
|
||||
share/doc/camel/CamelStreamMem.html
|
||||
share/doc/camel/CamelStreamNull.html
|
||||
share/doc/camel/CamelStreamProcess.html
|
||||
share/doc/camel/CamelStreamVFS.html
|
||||
share/doc/camel/CamelTcpStream.html
|
||||
share/doc/camel/CamelTcpStreamRaw.html
|
||||
share/doc/camel/CamelTextIndexName.html
|
||||
share/doc/camel/CamelTransport.html
|
||||
share/doc/camel/CamelVTrashFolder.html
|
||||
share/doc/camel/CamelVeeFolder.html
|
||||
share/doc/camel/CamelVeeStore.html
|
||||
share/doc/camel/CamelVeeSummary.html
|
||||
share/doc/camel/ClassTree.html
|
||||
share/doc/camel/Crypto.html
|
||||
share/doc/camel/Deprecated.html
|
||||
|
@ -382,99 +434,14 @@ 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-2.32.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
|
||||
share/doc/camel/camel-CamelFolderSummary.html
|
||||
share/doc/camel/camel-CamelGpgContext.html
|
||||
share/doc/camel/camel-CamelHttpStream.html
|
||||
share/doc/camel/camel-CamelIndex.html
|
||||
share/doc/camel/camel-CamelInternetAddress.html
|
||||
share/doc/camel/camel-CamelKeyFile.html
|
||||
share/doc/camel/camel-CamelKeyTable.html
|
||||
share/doc/camel/camel-CamelMedium.html
|
||||
share/doc/camel/camel-CamelMimeFilter.html
|
||||
share/doc/camel/camel-CamelMimeFilterBasic.html
|
||||
share/doc/camel/camel-CamelMimeFilterBestenc.html
|
||||
share/doc/camel/camel-CamelMimeFilterCRLF.html
|
||||
share/doc/camel/camel-CamelMimeFilterCanon.html
|
||||
share/doc/camel/camel-CamelMimeFilterCharset.html
|
||||
share/doc/camel/camel-CamelMimeFilterEnriched.html
|
||||
share/doc/camel/camel-CamelMimeFilterFrom.html
|
||||
share/doc/camel/camel-CamelMimeFilterGZip.html
|
||||
share/doc/camel/camel-CamelMimeFilterHTML.html
|
||||
share/doc/camel/camel-CamelMimeFilterIndex.html
|
||||
share/doc/camel/camel-CamelMimeFilterLinewrap.html
|
||||
share/doc/camel/camel-CamelMimeFilterPgp.html
|
||||
share/doc/camel/camel-CamelMimeFilterProgress.html
|
||||
share/doc/camel/camel-CamelMimeFilterSave.html
|
||||
share/doc/camel/camel-CamelMimeFilterToHTML.html
|
||||
share/doc/camel/camel-CamelMimeFilterWindows.html
|
||||
share/doc/camel/camel-CamelMimeFilterYenc.html
|
||||
share/doc/camel/camel-CamelMimeMessage.html
|
||||
share/doc/camel/camel-CamelMimeParser.html
|
||||
share/doc/camel/camel-CamelMimePart.html
|
||||
share/doc/camel/camel-CamelMsgPort.html
|
||||
share/doc/camel/camel-CamelMultipart.html
|
||||
share/doc/camel/camel-CamelMultipartEncrypted.html
|
||||
share/doc/camel/camel-CamelMultipartSigned.html
|
||||
share/doc/camel/camel-CamelNNTPAddress.html
|
||||
share/doc/camel/camel-CamelNewsAddress.html
|
||||
share/doc/camel/camel-CamelObject.html
|
||||
share/doc/camel/camel-CamelOfflineFolder.html
|
||||
share/doc/camel/camel-CamelOfflineJournal.html
|
||||
share/doc/camel/camel-CamelOfflineStore.html
|
||||
share/doc/camel/camel-CamelSMIMEContext.html
|
||||
share/doc/camel/camel-CamelSasl.html
|
||||
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-CamelSaslLogin.html
|
||||
share/doc/camel/camel-CamelSaslNTLM.html
|
||||
share/doc/camel/camel-CamelSaslPOPB4SMTP.html
|
||||
share/doc/camel/camel-CamelSaslPlain.html
|
||||
share/doc/camel/camel-CamelSeekableStream.html
|
||||
share/doc/camel/camel-CamelSeekableSubstream.html
|
||||
share/doc/camel/camel-CamelService.html
|
||||
share/doc/camel/camel-CamelSession.html
|
||||
share/doc/camel/camel-CamelStore.html
|
||||
share/doc/camel/camel-CamelStoreSummary.html
|
||||
share/doc/camel/camel-CamelStream.html
|
||||
share/doc/camel/camel-CamelStreamBuffer.html
|
||||
share/doc/camel/camel-CamelStreamFilter.html
|
||||
share/doc/camel/camel-CamelStreamFs.html
|
||||
share/doc/camel/camel-CamelStreamMem.html
|
||||
share/doc/camel/camel-CamelStreamNull.html
|
||||
share/doc/camel/camel-CamelStreamProcess.html
|
||||
share/doc/camel/camel-CamelStreamVFS.html
|
||||
share/doc/camel/camel-CamelTcpStream.html
|
||||
share/doc/camel/camel-CamelTcpStreamRaw.html
|
||||
share/doc/camel/camel-CamelTcpStreamSSL.html
|
||||
share/doc/camel/camel-CamelTextIndexName.html
|
||||
share/doc/camel/camel-CamelTransport.html
|
||||
share/doc/camel/camel-CamelVTrashFolder.html
|
||||
share/doc/camel/camel-CamelVeeFolder.html
|
||||
share/doc/camel/camel-CamelVeeStore.html
|
||||
share/doc/camel/camel-CamelVeeSummary.html
|
||||
share/doc/camel/camel-camel-arg.html
|
||||
share/doc/camel/camel-camel-charset-map.html
|
||||
share/doc/camel/camel-camel-debug.html
|
||||
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
|
||||
|
@ -483,14 +450,14 @@ share/doc/camel/camel-camel-junk-plugin.html
|
|||
share/doc/camel/camel-camel-list-utils.html
|
||||
share/doc/camel/camel-camel-lock-client.html
|
||||
share/doc/camel/camel-camel-lock.html
|
||||
share/doc/camel/camel-camel-mempool.html
|
||||
share/doc/camel/camel-camel-mime-utils.html
|
||||
share/doc/camel/camel-camel-movemail.html
|
||||
share/doc/camel/camel-camel-net-utils.html
|
||||
share/doc/camel/camel-camel-operation.html
|
||||
share/doc/camel/camel-camel-process.html
|
||||
share/doc/camel/camel-camel-provider.html
|
||||
share/doc/camel/camel-camel-search-sql.html
|
||||
share/doc/camel/camel-camel-search-sql-sexp.html
|
||||
share/doc/camel/camel-camel-search-sql.html
|
||||
share/doc/camel/camel-camel-string-utils.html
|
||||
share/doc/camel/camel-camel-trie.html
|
||||
share/doc/camel/camel-camel-uid-cache.html
|
||||
|
@ -512,6 +479,7 @@ 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/api-index-deprecated.html
|
||||
share/doc/libebackend/ch01.html
|
||||
share/doc/libebackend/home.png
|
||||
share/doc/libebackend/index.html
|
||||
|
@ -539,6 +507,8 @@ 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-2.32.html
|
||||
share/doc/libebook/api-index-deprecated.html
|
||||
share/doc/libebook/api-index-full.html
|
||||
share/doc/libebook/ch01.html
|
||||
share/doc/libebook/home.png
|
||||
|
@ -563,6 +533,8 @@ 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-2.32.html
|
||||
share/doc/libecal/api-index-deprecated.html
|
||||
share/doc/libecal/api-index-full.html
|
||||
share/doc/libecal/ch01.html
|
||||
share/doc/libecal/home.png
|
||||
|
@ -594,6 +566,8 @@ 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-2.32.html
|
||||
share/doc/libedata-book/api-index-deprecated.html
|
||||
share/doc/libedata-book/api-index-full.html
|
||||
share/doc/libedata-book/ch01.html
|
||||
share/doc/libedata-book/home.png
|
||||
|
@ -620,6 +594,8 @@ 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-2.32.html
|
||||
share/doc/libedata-cal/api-index-deprecated.html
|
||||
share/doc/libedata-cal/api-index-full.html
|
||||
share/doc/libedata-cal/ch01.html
|
||||
share/doc/libedata-cal/home.png
|
||||
|
@ -631,6 +607,7 @@ 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-EIntervalTree.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
|
||||
|
@ -651,6 +628,8 @@ 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-2.32.html
|
||||
share/doc/libedataserver/api-index-deprecated.html
|
||||
share/doc/libedataserver/api-index-full.html
|
||||
share/doc/libedataserver/ch01.html
|
||||
share/doc/libedataserver/home.png
|
||||
|
@ -662,16 +641,13 @@ 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-debug-log.html
|
||||
share/doc/libedataserver/libedataserver-e-memory.html
|
||||
share/doc/libedataserver/libedataserver-e-msgport.html
|
||||
share/doc/libedataserver/libedataserver-e-time-utils.html
|
||||
share/doc/libedataserver/libedataserver-e-trie.html
|
||||
share/doc/libedataserver/libedataserver-e-uid.html
|
||||
share/doc/libedataserver/libedataserver-e-url.html
|
||||
share/doc/libedataserver/libedataserver-e-util.html
|
||||
share/doc/libedataserver/libedataserver-e-xml-hash-utils.html
|
||||
share/doc/libedataserver/libedataserver-md5-utils.html
|
||||
share/doc/libedataserver/libedataserver.devhelp
|
||||
share/doc/libedataserver/libedataserver.devhelp2
|
||||
share/doc/libedataserver/right.png
|
||||
|
@ -686,7 +662,6 @@ share/doc/libedataserverui/ENameSelectorEntry.html
|
|||
share/doc/libedataserverui/ENameSelectorList.html
|
||||
share/doc/libedataserverui/ENameSelectorModel.html
|
||||
share/doc/libedataserverui/ESourceComboBox.html
|
||||
share/doc/libedataserverui/ESourceOptionMenu.html
|
||||
share/doc/libedataserverui/ESourceSelector.html
|
||||
share/doc/libedataserverui/ESourceSelectorDialog.html
|
||||
share/doc/libedataserverui/ETreeModelGenerator.html
|
||||
|
@ -696,6 +671,8 @@ 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-2.32.html
|
||||
share/doc/libedataserverui/api-index-deprecated.html
|
||||
share/doc/libedataserverui/api-index-full.html
|
||||
share/doc/libedataserverui/ch01.html
|
||||
share/doc/libedataserverui/home.png
|
||||
|
@ -705,7 +682,6 @@ 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
|
||||
|
@ -839,9 +815,6 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
|
|||
@dirrm include/evolution-data-server-%%VERSION%%/libebook
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/libebackend
|
||||
@dirrm include/evolution-data-server-%%VERSION%%/groupwise
|
||||
@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%%/camel
|
||||
@dirrm include/evolution-data-server-%%VERSION%%
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/databases/glom/Makefile,v 1.28 2009/10/11 10:43:05 kwm Exp $
|
||||
# $MCom: ports/databases/glom/Makefile,v 1.30 2010/11/04 15:57:03 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= glom
|
||||
PORTVERSION= 1.12.2
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -21,7 +21,7 @@ LIB_DEPENDS= gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
|
|||
gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \
|
||||
avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
|
||||
epc-1.0.2:${PORTSDIR}/www/libepc \
|
||||
goocanvasmm-0.1.5:${PORTSDIR}/graphics/goocanvasmm
|
||||
goocanvasmm-1.0.5:${PORTSDIR}/graphics/goocanvasmm
|
||||
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
|
||||
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
|
||||
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.1 2008/08/18 23:53:35 kwm Exp $
|
||||
# $MCom: ports/databases/libgda4-mysql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $
|
||||
#
|
||||
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases gnome
|
||||
PKGNAMESUFFIX?= -mysql
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@ lib/libgda-%%VERSION%%/providers/libgda-mysql.la
|
|||
lib/libgda-%%VERSION%%/providers/libgda-mysql.so
|
||||
libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc
|
||||
share/libgda-%%VERSION%%/mysql_specs_add_column.xml
|
||||
share/libgda-%%VERSION%%/mysql_specs_comment_table.xml
|
||||
share/libgda-%%VERSION%%/mysql_specs_comment_column.xml
|
||||
share/libgda-%%VERSION%%/mysql_specs_create_db.xml
|
||||
share/libgda-%%VERSION%%/mysql_specs_create_index.xml
|
||||
share/libgda-%%VERSION%%/mysql_specs_create_table.xml
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.1 2008/08/18 23:53:36 kwm Exp $
|
||||
# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $
|
||||
#
|
||||
|
||||
PORTREVISION?= 1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases gnome
|
||||
PKGNAMESUFFIX?= -postgresql
|
||||
|
||||
|
|
|
@ -5,12 +5,16 @@ libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc
|
|||
share/libgda-%%VERSION%%/postgres_specs_add_column.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_create_db.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_create_index.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_create_role.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_create_table.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_create_user.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_create_view.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_drop_column.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_drop_db.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_drop_index.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_drop_role.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_drop_table.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_drop_user.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_drop_view.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_dsn.xml
|
||||
share/libgda-%%VERSION%%/postgres_specs_rename_table.xml
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/databases/libgda4/Makefile,v 1.4 2010/06/23 21:29:32 kwm Exp $
|
||||
# $MCom: ports/databases/libgda4/Makefile,v 1.14 2010/11/14 20:57:58 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libgda4
|
||||
PORTVERSION?= 4.0.9
|
||||
PORTVERSION?= 4.2.1
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
@ -25,6 +25,7 @@ LIBGDA4_SLAVE?= no
|
|||
|
||||
BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
gcrypt.17:${PORTSDIR}/security/libgcrypt \
|
||||
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
|
||||
|
@ -36,11 +37,19 @@ USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack
|
|||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
CONFIGURE_ARGS= --without-sybase \
|
||||
--enable-introspection
|
||||
CONFIGURE_ARGS= --without-oracle \
|
||||
--enable-introspection=no
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="no"
|
||||
OPTIONS= UI "Build UI tools" on
|
||||
.endif
|
||||
|
||||
.if defined(WITH_UI)
|
||||
INSTALLS_ICONS= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
#VERSION= ${PORTVERSION:R}
|
||||
|
@ -48,6 +57,16 @@ VERSION= 4.0
|
|||
PLIST_SUB= VERSION=${VERSION}
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="no"
|
||||
.if defined(WITH_UI)
|
||||
CONFIGURE_ARGS+=--with-ui
|
||||
BUILD_DEPENDS+= xml2po:${PORTSDIR}/textproc/gnome-doc-utils
|
||||
USE_GNOME+= gtk20
|
||||
PLIST_SUB+= UI=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--without-ui
|
||||
PLIST_SUB+= UI="@comment "
|
||||
.endif
|
||||
|
||||
MAN1= gda-sql.1 gda-sql-4.0.1
|
||||
.else
|
||||
USE_GNOME+= libgda4
|
||||
|
@ -74,13 +93,6 @@ CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
|
|||
CONFIGURE_ARGS+= --without-postgres
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="ldap"
|
||||
USE_OPENLDAP= yes
|
||||
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-ldap
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="firebird"
|
||||
LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird2-client
|
||||
CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}
|
||||
|
@ -88,13 +100,6 @@ CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}
|
|||
CONFIGURE_ARGS+= --without-firebird
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="freetds"
|
||||
LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds
|
||||
CONFIGURE_ARGS+= --with-tds=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-tds
|
||||
.endif
|
||||
|
||||
# MDB (MS Access)
|
||||
.if ${LIBGDA4_SLAVE}=="mdb"
|
||||
LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools
|
||||
|
@ -103,13 +108,6 @@ CONFIGURE_ARGS+= --with-mdb=${LOCALBASE}
|
|||
CONFIGURE_ARGS+= --without-mdb
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="odbc"
|
||||
LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC
|
||||
CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-odbc
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="jdbc"
|
||||
USE_JAVA= yes
|
||||
JAVA_VENDOR= bsdjava openjdk
|
||||
|
@ -135,12 +133,21 @@ post-patch:
|
|||
${WRKSRC}/providers/bdb/gda-bdb-test.c
|
||||
.if ${LIBGDA4_SLAVE}!="no"
|
||||
#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres
|
||||
. for d in bdb jdbc mdb mysql postgres
|
||||
. for d in bdb jdbc mdb mysql postgres reuseable/postgres reuseable/mysql
|
||||
@${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \
|
||||
${WRKSRC}/providers/${d}/Makefile.in
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
.if ${LIBGDA4_SLAVE}=="postgresql"
|
||||
cd ${WRKSRC}/providers/reuseable/postgres && ${GMAKE} libgda-postgres.la
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="mysql"
|
||||
cd ${WRKSRC}/providers/reuseable/mysql && ${GMAKE} libgda-mysql.la
|
||||
.endif
|
||||
|
||||
.if ${LIBGDA4_SLAVE}=="no"
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/data/config \
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnome2/libgda-4.0.9.tar.bz2) = de14cf681c0bcfb3a4076a3ddc1508a2
|
||||
SHA256 (gnome2/libgda-4.0.9.tar.bz2) = c3e2958cd711177ec4be0a69cd453ab728526fa38592c5539e7d89d3778e9e56
|
||||
SIZE (gnome2/libgda-4.0.9.tar.bz2) = 8227552
|
||||
SHA256 (gnome2/libgda-4.2.1.tar.bz2) = d485d24fb19bd95faad196c8ed22b2cb8f9e9275d907f880a3f8f079f6bf40f7
|
||||
SIZE (gnome2/libgda-4.2.1.tar.bz2) = 14048095
|
||||
|
|
|
@ -1,14 +1,48 @@
|
|||
--- configure.orig 2010-06-23 23:07:54.000000000 +0200
|
||||
+++ configure 2010-06-23 23:09:57.000000000 +0200
|
||||
@@ -18629,9 +18629,9 @@
|
||||
INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
|
||||
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
|
||||
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
|
||||
- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
|
||||
+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\${datadir}|"`
|
||||
INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
|
||||
- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
|
||||
+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\${libdir}|"`
|
||||
INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
|
||||
INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
|
||||
INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
|
||||
--- configure.orig 2010-11-14 17:29:29.000000000 +0100
|
||||
+++ configure 2010-11-14 17:33:39.000000000 +0100
|
||||
@@ -19487,9 +19487,9 @@
|
||||
INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
|
||||
INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
|
||||
INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
|
||||
- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
|
||||
+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"`
|
||||
INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
|
||||
- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
|
||||
+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"`
|
||||
INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
|
||||
INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
|
||||
INTROSPECTION_MAKEFILE=$introspection_makefile
|
||||
@@ -19586,7 +19586,7 @@
|
||||
echo "$LIBCRYPTO_PKG_ERRORS" >&5
|
||||
|
||||
if test "$enable_crypto" = "yes"; then
|
||||
- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
fi
|
||||
have_crypto=no
|
||||
|
||||
@@ -19594,7 +19594,7 @@
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
||||
$as_echo "no" >&6; }
|
||||
if test "$enable_crypto" = "yes"; then
|
||||
- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
|
||||
fi
|
||||
have_crypto=no
|
||||
|
||||
@@ -21772,6 +21772,15 @@
|
||||
fi
|
||||
CFLAGS="$save_CFLAGS"
|
||||
fi
|
||||
+ else
|
||||
+ if false; then
|
||||
+ MDB_TRUE=
|
||||
+ MDB_FALSE='#'
|
||||
+else
|
||||
+ MDB_TRUE='#'
|
||||
+ MDB_FALSE=
|
||||
+fi
|
||||
+
|
||||
fi
|
||||
|
||||
if test "$mdbtools_found" = "yes"; then
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
bin/gda-list-config-%%VERSION%%
|
||||
%%UI%%bin/gda-browser-%%VERSION%%
|
||||
%%UI%%bin/gda-control-center-%%VERSION%%
|
||||
bin/gda-list-config
|
||||
bin/gda-list-server-op-%%VERSION%%
|
||||
bin/gda-list-server-op
|
||||
bin/gda-sql-%%VERSION%%
|
||||
bin/gda-list-server-op-%%VERSION%%
|
||||
bin/gda-sql
|
||||
bin/gda-sql-%%VERSION%%
|
||||
bin/gda-test-connection-%%VERSION%%
|
||||
bin/gda_trml2html/__init__.py
|
||||
bin/gda_trml2html/trml2html.py
|
||||
|
@ -12,6 +14,7 @@ bin/gda_trml2pdf/__init__.py
|
|||
bin/gda_trml2pdf/color.py
|
||||
bin/gda_trml2pdf/trml2pdf.py
|
||||
bin/gda_trml2pdf/utils.py
|
||||
%%UI%%bin/gdaui-demo-%%VERSION%%
|
||||
@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi
|
||||
etc/libgda-%%VERSION%%/config.default
|
||||
@exec [ -f %B/config ] || cp %B/%f %B/config
|
||||
|
@ -21,6 +24,30 @@ include/libgda-%%VERSION%%/libgda-report/gda-report-document.h
|
|||
include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h
|
||||
include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h
|
||||
include/libgda-%%VERSION%%/libgda-report/libgda-report.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-basic-form.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-cloud.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-combo.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-cell-renderer-util.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-entry.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-filter.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy-info.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-grid.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-login.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-plugin.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h
|
||||
%%UI%%include/libgda-%%VERSION%%/libgda-ui/libgda-ui.h
|
||||
include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-batch.h
|
||||
|
@ -57,14 +84,24 @@ include/libgda-%%VERSION%%/libgda/gda-meta-store.h
|
|||
include/libgda-%%VERSION%%/libgda/gda-meta-struct.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-mutex.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-quark-list.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-repetitive-statement.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-row.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-server-operation.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-server-provider.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-set.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-sql-builder.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-statement-extra.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-statement.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree-manager.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree-node.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-tree.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-transaction-status.h
|
||||
include/libgda-%%VERSION%%/libgda/gda-util.h
|
||||
|
@ -96,6 +133,7 @@ include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h
|
|||
include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h
|
||||
include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h
|
||||
include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h
|
||||
include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-thread-wrapper.h
|
||||
include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h
|
||||
include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h
|
||||
include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h
|
||||
|
@ -103,31 +141,224 @@ 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
|
||||
lib/libgda-%%VERSION%%.so.4
|
||||
lib/libgda-%%VERSION%%.so.5
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-filesel-spec.xml
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-password.xml
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec.xml
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec_string.xml
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-text-spec.xml
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.a
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.la
|
||||
%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.so
|
||||
lib/libgda-%%VERSION%%/providers/libgda-web.a
|
||||
lib/libgda-%%VERSION%%/providers/libgda-web.la
|
||||
lib/libgda-%%VERSION%%/providers/libgda-web.so
|
||||
lib/libgda-%%VERSION%%/providers/libgda-sqlite.a
|
||||
lib/libgda-%%VERSION%%/providers/libgda-sqlite.la
|
||||
lib/libgda-%%VERSION%%/providers/libgda-sqlite.so
|
||||
lib/libgda-report-%%VERSION%%.a
|
||||
lib/libgda-report-%%VERSION%%.la
|
||||
lib/libgda-report-%%VERSION%%.so
|
||||
lib/libgda-report-%%VERSION%%.so.4
|
||||
lib/libgda-report-%%VERSION%%.so.5
|
||||
%%UI%%lib/libgda-ui-%%VERSION%%.a
|
||||
%%UI%%lib/libgda-ui-%%VERSION%%.la
|
||||
%%UI%%lib/libgda-ui-%%VERSION%%.so
|
||||
%%UI%%lib/libgda-ui-%%VERSION%%.so.5
|
||||
lib/libgda-xslt-%%VERSION%%.a
|
||||
lib/libgda-xslt-%%VERSION%%.la
|
||||
lib/libgda-xslt-%%VERSION%%.so
|
||||
lib/libgda-xslt-%%VERSION%%.so.4
|
||||
lib/libgda-xslt-%%VERSION%%.so.5
|
||||
libdata/pkgconfig/libgda-%%VERSION%%.pc
|
||||
libdata/pkgconfig/libgda-report-%%VERSION%%.pc
|
||||
libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc
|
||||
%%UI%%libdata/pkgconfig/libgda-ui-%%VERSION%%.pc
|
||||
libdata/pkgconfig/libgda-web-%%VERSION%%.pc
|
||||
libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc
|
||||
share/gir-1.0/Gda-4.0.gir
|
||||
%%UI%%share/applications/gda-browser-%%VERSION%%.desktop
|
||||
%%UI%%share/applications/gda-control-center-%%VERSION%%.desktop
|
||||
%%UI%%share/gnome/help/gda-browser/C/data-manager-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/data-manager-xml-syntax.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/diagram.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/features.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/cnc_open.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/data-man-mode.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/data-man-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/data-man-xmlcompose.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/diagram.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/mainwin.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/query-exec-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/trans-begin.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/trans-commit.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/table-insert-data.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/figures/trans-rollback.png
|
||||
%%UI%%share/gnome/help/gda-browser/C/general-ui.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/index.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/legal.xml
|
||||
%%UI%%share/gnome/help/gda-browser/C/query-execution-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/schema-browser-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/table-insert-data.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/transactions.page
|
||||
%%UI%%share/gnome/help/gda-browser/C/variables.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/data-manager-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/data-manager-xml-syntax.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/diagram.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/features.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/cnc_open.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/data-man-mode.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/data-man-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/data-man-xmlcompose.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/diagram.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/mainwin.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/query-exec-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/trans-begin.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/trans-commit.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/table-insert-data.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/figures/trans-rollback.png
|
||||
%%UI%%share/gnome/help/gda-browser/de/general-ui.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/index.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/legal.xml
|
||||
%%UI%%share/gnome/help/gda-browser/de/query-execution-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/schema-browser-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/table-insert-data.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/transactions.page
|
||||
%%UI%%share/gnome/help/gda-browser/de/variables.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/data-manager-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/data-manager-xml-syntax.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/diagram.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/features.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/cnc_open.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/data-man-mode.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/data-man-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/data-man-xmlcompose.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/diagram.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/mainwin.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/query-exec-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/table-insert-data.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/trans-begin.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/trans-commit.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/figures/trans-rollback.png
|
||||
%%UI%%share/gnome/help/gda-browser/es/general-ui.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/index.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/legal.xml
|
||||
%%UI%%share/gnome/help/gda-browser/es/query-execution-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/schema-browser-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/table-insert-data.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/transactions.page
|
||||
%%UI%%share/gnome/help/gda-browser/es/variables.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/data-manager-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/data-manager-xml-syntax.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/diagram.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/features.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/cnc_open.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-mode.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-xmlcompose.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/diagram.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/mainwin.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/query-exec-persp.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/table-insert-data.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/trans-begin.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/trans-commit.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/figures/trans-rollback.png
|
||||
%%UI%%share/gnome/help/gda-browser/sl/general-ui.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/index.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/legal.xml
|
||||
%%UI%%share/gnome/help/gda-browser/sl/query-execution-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/schema-browser-perspective.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/table-insert-data.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/transactions.page
|
||||
%%UI%%share/gnome/help/gda-browser/sl/variables.page
|
||||
%%UI%%share/icons/hicolor/16x16/apps/gda-control-center.png
|
||||
%%UI%%share/icons/hicolor/22x22/apps/gda-control-center.png
|
||||
%%UI%%share/icons/hicolor/24x24/apps/gda-control-center.png
|
||||
%%UI%%share/icons/hicolor/256x256/apps/gda-control-center.png
|
||||
%%UI%%share/icons/hicolor/32x32/apps/gda-control-center.png
|
||||
%%UI%%share/icons/hicolor/48x48/apps/gda-control-center.png
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/basic_form.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/cloud.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/combo.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/custom_layout.xml
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/data_model_dir.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/ddl_queries.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/demo_db.db
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/form.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/form_data_layout.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/form_pict.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/form_rw.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/grid.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/grid_data_layout.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/grid_pict.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/grid_rw.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/linked_grid_form.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/linked_model_param.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/login.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/provider_sel.c
|
||||
%%UI%%share/libgda-%%VERSION%%/demo/tree.c
|
||||
%%UI%%share/libgda-%%VERSION%%/dtd/gdaui-layout.dtd
|
||||
share/libgda-%%VERSION%%/dtd/libgda-array.dtd
|
||||
share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd
|
||||
share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/glade.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/glade.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/glade.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/history-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-begin.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-commit.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-rollback.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/bookmark-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/glade.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/icon-theme.cache
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg
|
||||
%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/history-view.svg
|
||||
%%UI%%share/libgda-%%VERSION%%/import_encodings.xml
|
||||
share/libgda-%%VERSION%%/information_schema.xml
|
||||
%%UI%%share/libgda-%%VERSION%%/language-specs/gda-sql.lang
|
||||
share/libgda-%%VERSION%%/php/README
|
||||
share/libgda-%%VERSION%%/php/gda-clean.php
|
||||
share/libgda-%%VERSION%%/php/gda-config.php
|
||||
share/libgda-%%VERSION%%/php/gda-exception.php
|
||||
share/libgda-%%VERSION%%/php/gda-front.php
|
||||
share/libgda-%%VERSION%%/php/gda-meta.php
|
||||
share/libgda-%%VERSION%%/php/gda-setup.php
|
||||
share/libgda-%%VERSION%%/php/gda-tester.php
|
||||
share/libgda-%%VERSION%%/php/gda-utils.php
|
||||
share/libgda-%%VERSION%%/php/gda-worker.php
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/bin-attachment-16x16.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-auth-big.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-auth.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-bookmark.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fk.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fknn.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-nn.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-pk.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected-big.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-diagram.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-form.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-grid.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-menu-ind.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected-big.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-query.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-reference.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-schema.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-table.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-control-center-newcnc.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-control-center.png
|
||||
%%UI%%share/libgda-%%VERSION%%/pixmaps/gdaui-generic.png
|
||||
%%UI%%share/libgda-%%VERSION%%/server_operation.glade
|
||||
share/libgda-%%VERSION%%/sqlite_specs_add_column.xml
|
||||
share/libgda-%%VERSION%%/sqlite_specs_create_db.xml
|
||||
share/libgda-%%VERSION%%/sqlite_specs_create_index.xml
|
||||
|
@ -139,6 +370,10 @@ share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml
|
|||
share/libgda-%%VERSION%%/sqlite_specs_drop_view.xml
|
||||
share/libgda-%%VERSION%%/sqlite_specs_dsn.xml
|
||||
share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml
|
||||
%%UI%%share/libgda-%%VERSION%%/ui/gdaui-entry-number.xml
|
||||
%%UI%%share/libgda-%%VERSION%%/ui/gdaui-entry-string.xml
|
||||
share/libgda-%%VERSION%%/web_specs_auth.xml
|
||||
share/libgda-%%VERSION%%/web_specs_dsn.xml
|
||||
share/libgda-%%VERSION%%/web/cnc.js
|
||||
share/libgda-%%VERSION%%/web/gda-print.css
|
||||
share/libgda-%%VERSION%%/web/gda.css
|
||||
|
@ -151,6 +386,7 @@ share/libgda-%%VERSION%%/web/mouseirb_2.js
|
|||
share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/libgda-4.0.mo
|
||||
share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
|
@ -167,6 +403,7 @@ share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo
|
|||
share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/id/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
|
@ -196,17 +433,48 @@ share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo
|
||||
%%UI%%share/pixmaps/gda-browser-%%VERSION%%.png
|
||||
@dirrm share/libgda-%%VERSION%%/web
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/ui
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/pixmaps
|
||||
@dirrm share/libgda-%%VERSION%%/php
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/language-specs
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable/actions
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32/actions
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24/actions
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22/actions
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16/actions
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/icons
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/sl/figures
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/sl
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/es/figures
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/es
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/de/figures
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/de
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/C/figures
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser/C
|
||||
%%UI%%@dirrm share/gnome/help/gda-browser
|
||||
@dirrm share/libgda-%%VERSION%%/dtd
|
||||
%%UI%%@dirrm share/libgda-%%VERSION%%/demo
|
||||
@dirrm share/libgda-%%VERSION%%/
|
||||
%%UI%%@dirrmtry share/applications
|
||||
@dirrm lib/libgda-%%VERSION%%/providers
|
||||
%%UI%%@dirrm lib/libgda-%%VERSION%%/plugins
|
||||
@dirrm lib/libgda-%%VERSION%%
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/virtual
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/thread-wrapper
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/sqlite
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/sql-parser
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/providers-support
|
||||
@dirrm include/libgda-%%VERSION%%/libgda/handlers
|
||||
@dirrm include/libgda-%%VERSION%%/libgda-xslt
|
||||
%%UI%%@dirrm include/libgda-%%VERSION%%/libgda-ui
|
||||
@dirrm include/libgda-%%VERSION%%/libgda-report
|
||||
@dirrm include/libgda-%%VERSION%%/libgda
|
||||
@dirrm include/libgda-%%VERSION%%
|
||||
|
@ -221,3 +489,5 @@ share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo
|
|||
@dirrmtry share/locale/oc
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
@dirrmtry share/locale/dz
|
||||
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
|
||||
@dirrmtry share/locale/ca@valencia
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/databases/libgdamm/Makefile,v 1.18 2009/11/28 05:58:58 mezz Exp $
|
||||
# $MCom: ports/databases/libgdamm/Makefile,v 1.21 2010/10/23 16:04:08 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= libgdamm
|
||||
PORTVERSION= 3.99.17.1
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 3.99.21
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/libgdamm-3.99.17.1.tar.bz2) = 227d838905b45e8ccd6440cf661630fc
|
||||
SHA256 (gnome2/libgdamm-3.99.17.1.tar.bz2) = d3078223d4589ee69af94a649a156a933cc8b058fc24064fd440724f234a50db
|
||||
SIZE (gnome2/libgdamm-3.99.17.1.tar.bz2) = 924028
|
||||
MD5 (gnome2/libgdamm-3.99.21.tar.bz2) = f2eb75edc7a439e7df71cb45bac9ec22
|
||||
SHA256 (gnome2/libgdamm-3.99.21.tar.bz2) = 08a17b9275104fa9da964cfff331e2118bfb57705c30271cff44cef91574ec9d
|
||||
SIZE (gnome2/libgdamm-3.99.21.tar.bz2) = 1628064
|
||||
|
|
|
@ -55,7 +55,10 @@ include/libgdamm-4.0/libgdamm/private/row_p.h
|
|||
include/libgdamm-4.0/libgdamm/private/serveroperation_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/serverprovider_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/set_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/sqlbuilder_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/sqlexpr_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/sqlparser_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/sqlstatement_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/statement_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/transactionstatus_p.h
|
||||
include/libgdamm-4.0/libgdamm/private/xatransaction_p.h
|
||||
|
@ -64,7 +67,10 @@ include/libgdamm-4.0/libgdamm/row.h
|
|||
include/libgdamm-4.0/libgdamm/serveroperation.h
|
||||
include/libgdamm-4.0/libgdamm/serverprovider.h
|
||||
include/libgdamm-4.0/libgdamm/set.h
|
||||
include/libgdamm-4.0/libgdamm/sqlbuilder.h
|
||||
include/libgdamm-4.0/libgdamm/sqlexpr.h
|
||||
include/libgdamm-4.0/libgdamm/sqlparser.h
|
||||
include/libgdamm-4.0/libgdamm/sqlstatement.h
|
||||
include/libgdamm-4.0/libgdamm/statement.h
|
||||
include/libgdamm-4.0/libgdamm/transactionstatus.h
|
||||
include/libgdamm-4.0/libgdamm/throw_exception.h
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= contacts
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= http://pimlico-project.org/sources/${PORTNAME}/
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.114 2010/05/02 11:44:22 kwm Exp $
|
||||
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.116 2010/09/27 19:36:13 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= deskbar-applet
|
||||
PORTVERSION= 2.30.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.32.0
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
MD5 (gnome2/deskbar-applet-2.32.0.tar.bz2) = 4985ea0786d994302057463f32cb69ce
|
||||
SHA256 (gnome2/deskbar-applet-2.32.0.tar.bz2) = 123f2231ac8449f8376030c1b25394f9bab18d5d219292afc6f27eda77d4e684
|
||||
SIZE (gnome2/deskbar-applet-2.32.0.tar.bz2) = 1068070
|
||||
|
|
|
@ -386,6 +386,7 @@ 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/eo/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/es/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/et/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/eu/LC_MESSAGES/deskbar-applet.mo
|
||||
|
@ -403,6 +404,7 @@ share/locale/id/LC_MESSAGES/deskbar-applet.mo
|
|||
share/locale/it/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ja/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ka/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/kk/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/kn/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ko/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ku/LC_MESSAGES/deskbar-applet.mo
|
||||
|
@ -438,6 +440,7 @@ share/locale/ta/LC_MESSAGES/deskbar-applet.mo
|
|||
share/locale/te/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/th/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/tr/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/ug/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/uk/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/vi/LC_MESSAGES/deskbar-applet.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo
|
||||
|
@ -513,6 +516,8 @@ share/omf/deskbar/deskbar-zh_CN.omf
|
|||
@dirrm libexec/deskbar-applet
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
|
@ -531,6 +536,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/kk/LC_MESSAGES
|
||||
@dirrmtry share/locale/kk
|
||||
@dirrmtry share/locale/en@shaw/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@shaw
|
||||
@dirrmtry share/locale/dz/LC_MESSAGES
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gbirthday
|
||||
PORTVERSION= 0.6.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= glabels
|
||||
PORTVERSION= 2.2.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.147 2010/04/01 13:45:39 kwm Exp $
|
||||
# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.150 2010/09/28 08:41:46 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-utils
|
||||
PORTVERSION= 2.30.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.32.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
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
|
||||
MD5 (gnome2/gnome-utils-2.32.0.tar.bz2) = e150cdb53314fe97ea80768850c2e03c
|
||||
SHA256 (gnome2/gnome-utils-2.32.0.tar.bz2) = 033a55cf442096b28ea6292043354feafe000d1e5f4ebb962a9b6d72eb9a93fa
|
||||
SIZE (gnome2/gnome-utils-2.32.0.tar.bz2) = 7705320
|
||||
|
|
|
@ -559,6 +559,7 @@ 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/eo/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
|
||||
|
@ -614,6 +615,7 @@ share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo
|
|||
share/locale/te/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/ug/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
|
@ -787,6 +789,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
|
|||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
@dirrmtry share/locale/xh
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Mezz <mezz@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/gnote/Makefile,v 1.11 2010/03/14 05:52:37 marcus Exp $
|
||||
# $MCom: ports/deskutils/gnote/Makefile,v 1.14 2010/11/15 16:21:49 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnote
|
||||
PORTVERSION= 0.7.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.7.3
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnote-0.7.2.tar.bz2) = c4e1a93896cb8610d2e08c72d41f1777
|
||||
SHA256 (gnote-0.7.2.tar.bz2) = ef46a1bade7bf684615b32e5bf35c100d646456e40ac2e9cab871e6dff0d2a4c
|
||||
SIZE (gnote-0.7.2.tar.bz2) = 1364579
|
||||
SHA256 (gnote-0.7.3.tar.bz2) = 4853315711baf7647cdae4c2f7d23e22e2b13322605efe3dd98796a06f928321
|
||||
SIZE (gnote-0.7.3.tar.bz2) = 1606926
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
--- 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);
|
|
@ -14,9 +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%%/noteoftheday.a
|
||||
lib/gnote/addins/%%VERSION%%/noteoftheday.la
|
||||
lib/gnote/addins/%%VERSION%%/noteoftheday.so
|
||||
lib/gnote/addins/%%VERSION%%/printnotes.a
|
||||
lib/gnote/addins/%%VERSION%%/printnotes.la
|
||||
lib/gnote/addins/%%VERSION%%/printnotes.so
|
||||
|
@ -114,6 +114,44 @@ share/gnome/help/gnote/es/figures/note-template.png
|
|||
share/gnome/help/gnote/es/figures/notebook-icon.png
|
||||
share/gnome/help/gnote/es/gnote.xml
|
||||
share/gnome/help/gnote/es/legal.xml
|
||||
share/gnome/help/gnote/fr/figures/add-notebook-search.png
|
||||
share/gnome/help/gnote/fr/figures/add-to-notebook.png
|
||||
share/gnome/help/gnote/fr/figures/delete-notebook.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-main-menu.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-new-note.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-panel.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-pindown.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-pinup.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-preferences-add-ins.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-preferences-editing.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-preferences-hotkeys.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-preferences-synchronization.png
|
||||
share/gnome/help/gnote/fr/figures/gnote-tools.png
|
||||
share/gnome/help/gnote/fr/figures/move-notes-search.png
|
||||
share/gnome/help/gnote/fr/figures/new-notebook.png
|
||||
share/gnome/help/gnote/fr/figures/note-template.png
|
||||
share/gnome/help/gnote/fr/figures/notebook-icon.png
|
||||
share/gnome/help/gnote/fr/gnote.xml
|
||||
share/gnome/help/gnote/fr/legal.xml
|
||||
share/gnome/help/gnote/sl/figures/add-notebook-search.png
|
||||
share/gnome/help/gnote/sl/figures/add-to-notebook.png
|
||||
share/gnome/help/gnote/sl/figures/delete-notebook.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-main-menu.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-new-note.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-panel.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-pindown.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-pinup.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-preferences-add-ins.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-preferences-editing.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-preferences-hotkeys.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-preferences-synchronization.png
|
||||
share/gnome/help/gnote/sl/figures/gnote-tools.png
|
||||
share/gnome/help/gnote/sl/figures/move-notes-search.png
|
||||
share/gnome/help/gnote/sl/figures/new-notebook.png
|
||||
share/gnome/help/gnote/sl/figures/note-template.png
|
||||
share/gnome/help/gnote/sl/figures/notebook-icon.png
|
||||
share/gnome/help/gnote/sl/gnote.xml
|
||||
share/gnome/help/gnote/sl/legal.xml
|
||||
share/gnome/help/gnote/sv/figures/add-notebook-search.png
|
||||
share/gnome/help/gnote/sv/figures/add-to-notebook.png
|
||||
share/gnome/help/gnote/sv/figures/delete-notebook.png
|
||||
|
@ -188,6 +226,7 @@ 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/ca@valencia/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
|
||||
|
@ -208,22 +247,27 @@ 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/nb/LC_MESSAGES/gnote.mo
|
||||
share/locale/or/LC_MESSAGES/gnote.mo
|
||||
share/locale/pa/LC_MESSAGES/gnote.mo
|
||||
share/locale/pl/LC_MESSAGES/gnote.mo
|
||||
share/locale/pt/LC_MESSAGES/gnote.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gnote.mo
|
||||
share/locale/ro/LC_MESSAGES/gnote.mo
|
||||
share/locale/ru/LC_MESSAGES/gnote.mo
|
||||
share/locale/sl/LC_MESSAGES/gnote.mo
|
||||
share/locale/sv/LC_MESSAGES/gnote.mo
|
||||
share/locale/ta/LC_MESSAGES/gnote.mo
|
||||
share/locale/te/LC_MESSAGES/gnote.mo
|
||||
share/locale/th/LC_MESSAGES/gnote.mo
|
||||
share/locale/uk/LC_MESSAGES/gnote.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnote.mo
|
||||
share/omf/gnote/gnote-C.omf
|
||||
share/omf/gnote/gnote-de.omf
|
||||
share/omf/gnote/gnote-el.omf
|
||||
share/omf/gnote/gnote-es.omf
|
||||
share/omf/gnote/gnote-fr.omf
|
||||
share/omf/gnote/gnote-sl.omf
|
||||
share/omf/gnote/gnote-sv.omf
|
||||
share/omf/gnote/gnote-zh_CN.omf
|
||||
@dirrm share/omf/gnote
|
||||
|
@ -249,6 +293,10 @@ share/omf/gnote/gnote-zh_CN.omf
|
|||
@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/sl/figures
|
||||
@dirrm share/gnome/help/gnote/sl
|
||||
@dirrm share/gnome/help/gnote/fr/figures
|
||||
@dirrm share/gnome/help/gnote/fr
|
||||
@dirrm share/gnome/help/gnote/es/figures
|
||||
@dirrm share/gnome/help/gnote/es
|
||||
@dirrm share/gnome/help/gnote/el/figures
|
||||
|
@ -267,6 +315,8 @@ share/omf/gnote/gnote-zh_CN.omf
|
|||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/mr/LC_MESSAGES
|
||||
@dirrmtry share/locale/mr
|
||||
@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/as/LC_MESSAGES
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/deskutils/gucharmap/Makefile,v 1.1 2010/06/23 15:10:44 kwm Exp $
|
||||
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.75 2010/11/13 13:05:08 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gucharmap
|
||||
PORTVERSION= 2.30.2
|
||||
PORTVERSION= 2.32.1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnome2/gucharmap-2.30.2.tar.bz2) = f997f6e6ba970fef7ec704da06e2de80
|
||||
SHA256 (gnome2/gucharmap-2.30.2.tar.bz2) = eab5e6e1ef244e14173a491fb2b42724d68e1aa5ca179cabd7f1b691209a7849
|
||||
SIZE (gnome2/gucharmap-2.30.2.tar.bz2) = 3102073
|
||||
SHA256 (gnome2/gucharmap-2.32.1.tar.bz2) = fdef066f35f4301bc128b91f15a30d64a2459721cb50daa53f923789df315c28
|
||||
SIZE (gnome2/gucharmap-2.32.1.tar.bz2) = 3242939
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
bin/charmap
|
||||
bin/gnome-character-map
|
||||
bin/gucharmap
|
||||
include/gucharmap-2/gucharmap/gucharmap-block-chapters-model.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-block-codepoint-list.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-chapters-model.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-chapters-view.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-charmap.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-chartable.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-codepoint-list.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-script-chapters-model.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-script-codepoint-list.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-type-builtins.h
|
||||
include/gucharmap-2/gucharmap/gucharmap-unicode-info.h
|
||||
include/gucharmap-2/gucharmap/gucharmap.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-block-chapters-model.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-block-codepoint-list.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-chapters-model.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-chapters-view.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-charmap.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-chartable.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-codepoint-list.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-script-chapters-model.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-script-codepoint-list.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-type-builtins.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap-unicode-info.h
|
||||
include/gucharmap-2.0/gucharmap/gucharmap.h
|
||||
lib/libgucharmap.la
|
||||
lib/libgucharmap.so
|
||||
lib/libgucharmap.so.7
|
||||
|
@ -73,9 +73,12 @@ share/gnome/help/gucharmap/sv/gucharmap.xml
|
|||
share/gnome/help/gucharmap/vi/figures/gucharmap_start_window.png
|
||||
share/gnome/help/gucharmap/vi/figures/gucharmap_window.png
|
||||
share/gnome/help/gucharmap/vi/gucharmap.xml
|
||||
share/gnome/help/gucharmap/zh_CN/figures/gucharmap_start_window.png
|
||||
share/gnome/help/gucharmap/zh_CN/figures/gucharmap_window.png
|
||||
share/gnome/help/gucharmap/zh_CN/gucharmap.xml
|
||||
share/gnome/help/gucharmap/zh_CN/legal.xml
|
||||
share/gnome/help/gucharmap/zh_HK/figures/gucharmap_window.png
|
||||
share/gnome/help/gucharmap/zh_HK/gucharmap.xml
|
||||
share/gnome/help/gucharmap/zh_HK/legal.xml
|
||||
share/gnome/help/gucharmap/zh_TW/figures/gucharmap_window.png
|
||||
share/gnome/help/gucharmap/zh_TW/gucharmap.xml
|
||||
share/gnome/help/gucharmap/zh_TW/legal.xml
|
||||
|
@ -183,10 +186,13 @@ share/omf/gucharmap/gucharmap-ru.omf
|
|||
share/omf/gucharmap/gucharmap-sv.omf
|
||||
share/omf/gucharmap/gucharmap-vi.omf
|
||||
share/omf/gucharmap/gucharmap-zh_CN.omf
|
||||
share/omf/gucharmap/gucharmap-zh_HK.omf
|
||||
share/omf/gucharmap/gucharmap-zh_TW.omf
|
||||
@dirrm share/omf/gucharmap
|
||||
@dirrm share/gnome/help/gucharmap/zh_TW/figures
|
||||
@dirrm share/gnome/help/gucharmap/zh_TW
|
||||
@dirrm share/gnome/help/gucharmap/zh_HK/figures
|
||||
@dirrm share/gnome/help/gucharmap/zh_HK
|
||||
@dirrm share/gnome/help/gucharmap/zh_CN/figures
|
||||
@dirrm share/gnome/help/gucharmap/zh_CN
|
||||
@dirrm share/gnome/help/gucharmap/vi/figures
|
||||
|
@ -227,8 +233,8 @@ share/omf/gucharmap/gucharmap-zh_TW.omf
|
|||
@dirrm share/gnome/help/gucharmap/C
|
||||
@dirrm share/gnome/help/gucharmap
|
||||
@dirrmtry share/applications
|
||||
@dirrm include/gucharmap-2/gucharmap
|
||||
@dirrm include/gucharmap-2
|
||||
@dirrm include/gucharmap-2.0/gucharmap
|
||||
@dirrm include/gucharmap-2.0
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/xh/LC_MESSAGES
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libopensync-plugin-evolution2
|
||||
PORTVERSION= 0.36
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= libopensync-plugin-evolution2
|
||||
PORTVERSION= 0.22
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -3,11 +3,10 @@
|
|||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.25 2010/04/10 23:24:02 kwm Exp $
|
||||
# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.30 2010/09/30 06:21:18 kwm Exp $
|
||||
|
||||
PORTNAME= nautilus-sendto
|
||||
PORTVERSION= 2.28.4
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 2.32.0
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
@ -15,24 +14,23 @@ MAINTAINER= gnome@FreeBSD.org
|
|||
COMMENT= Integration between nautilus, evolution, and pidgin
|
||||
|
||||
MAN1= nautilus-sendto.1
|
||||
GCONF_SCHEMAS= nst.schemas
|
||||
GLIB_SCHEMAS= org.gnome.Nautilus.Sendto.gschema.xml
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack \
|
||||
evolutiondataserver
|
||||
GNOME_DESKTOP_VERSION=2
|
||||
USE_GETTEXT= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}"
|
||||
|
||||
OPTIONS= PIDGIN "Build pidgin sendto plugin" off
|
||||
OPTIONS= PIDGIN "Build pidgin sendto plugin" off \
|
||||
UPNP "Build upnp sendto plugin" off
|
||||
|
||||
# check configure script for allowed_plugins="..." for new plugins
|
||||
SENDTO_PLUGINS= bluetooth evolution gajim nautilus-burn removable-devices
|
||||
|
||||
# Not these plugins:
|
||||
# empathy (moved to empathy port) upnp
|
||||
SENDTO_PLUGINS= evolution gajim nautilus-burn removable-devices
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -45,4 +43,12 @@ PLIST_SUB+= PIDGIN=""
|
|||
PLIST_SUB+= PIDGIN="@comment "
|
||||
.endif
|
||||
|
||||
.if defined(WITH_UPNP)
|
||||
SENDTO_PLUGINS:=${SENDTO_PLUGINS} upnp
|
||||
LIB_DEPENDS+= gupnp-1.0:${PORTSDIR}/net/gupnp
|
||||
PLIST_SUB+= UPNP=""
|
||||
.else
|
||||
PLIST_SUB+= UPNP="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (nautilus-sendto-2.28.4.tar.bz2) = e68236367190d01a31d11fb746822bed
|
||||
SHA256 (nautilus-sendto-2.28.4.tar.bz2) = ff6b1a73f7e662fb49c3a1aee59a5c17fc96c23fcf63c3b10b6142eaef344f06
|
||||
SIZE (nautilus-sendto-2.28.4.tar.bz2) = 436967
|
||||
MD5 (nautilus-sendto-2.32.0.tar.bz2) = e4f44084976ac4c6602a02ee3700e6f5
|
||||
SHA256 (nautilus-sendto-2.32.0.tar.bz2) = 890090b24381d91f079610d5454cb786a3ecefc91fa06649b2222be9bb02269a
|
||||
SIZE (nautilus-sendto-2.32.0.tar.bz2) = 446731
|
||||
|
|
13
deskutils/nautilus-sendto/files/patch-configure
Normal file
13
deskutils/nautilus-sendto/files/patch-configure
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- configure.orig 2010-08-18 11:22:51.000000000 +0200
|
||||
+++ configure 2010-08-18 11:26:00.000000000 +0200
|
||||
@@ -11030,8 +11030,8 @@
|
||||
.SECONDARY: $(gsettings_SCHEMAS)
|
||||
|
||||
gsettings__base_list = \
|
||||
- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
|
||||
- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
|
||||
+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
|
||||
+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
|
||||
|
||||
install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
|
||||
@$(NORMAL_INSTALL)
|
|
@ -1,7 +1,5 @@
|
|||
bin/nautilus-sendto
|
||||
include/nautilus-sendto/nautilus-sendto-plugin.h
|
||||
lib/nautilus-sendto/plugins/libnstbluetooth.la
|
||||
lib/nautilus-sendto/plugins/libnstbluetooth.so
|
||||
lib/nautilus-sendto/plugins/libnstburn.la
|
||||
lib/nautilus-sendto/plugins/libnstburn.so
|
||||
lib/nautilus-sendto/plugins/libnstevolution.la
|
||||
|
@ -12,9 +10,13 @@ lib/nautilus-sendto/plugins/libnstgajim.so
|
|||
%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.so
|
||||
lib/nautilus-sendto/plugins/libnstremovable_devices.la
|
||||
lib/nautilus-sendto/plugins/libnstremovable_devices.so
|
||||
%%UPNP%%lib/nautilus-sendto/plugins/libnstupnp.la
|
||||
%%UPNP%%lib/nautilus-sendto/plugins/libnstupnp.so
|
||||
lib/nautilus/extensions-2.0/libnautilus-sendto.la
|
||||
lib/nautilus/extensions-2.0/libnautilus-sendto.so
|
||||
libdata/pkgconfig/nautilus-sendto.pc
|
||||
share/GConf/gsettings/nautilus-sendto-convert
|
||||
%%DOCSDIR%%/annotation-glossary.html
|
||||
%%DOCSDIR%%/api-index-full.html
|
||||
%%DOCSDIR%%/ch01.html
|
||||
%%DOCSDIR%%/home.png
|
||||
|
@ -38,6 +40,7 @@ share/locale/bn/LC_MESSAGES/nautilus-sendto.mo
|
|||
share/locale/bn_IN/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/br/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ca/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ca@valencia/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/cs/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/da/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/de/LC_MESSAGES/nautilus-sendto.mo
|
||||
|
@ -56,6 +59,7 @@ share/locale/gu/LC_MESSAGES/nautilus-sendto.mo
|
|||
share/locale/he/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/hi/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/hu/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/id/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/it/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ja/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ka/LC_MESSAGES/nautilus-sendto.mo
|
||||
|
@ -66,10 +70,12 @@ share/locale/lv/LC_MESSAGES/nautilus-sendto.mo
|
|||
share/locale/mk/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ml/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/mr/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ms/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/nb/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/nds/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ne/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/nl/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/nn/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/oc/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/or/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/pa/LC_MESSAGES/nautilus-sendto.mo
|
||||
|
@ -88,6 +94,7 @@ share/locale/sv/LC_MESSAGES/nautilus-sendto.mo
|
|||
share/locale/ta/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/te/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/th/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/ug/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/uk/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/vi/LC_MESSAGES/nautilus-sendto.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/nautilus-sendto.mo
|
||||
|
@ -102,6 +109,8 @@ share/nautilus-sendto/ui/nautilus-sendto.ui
|
|||
@dirrm include/nautilus-sendto
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
|
@ -118,6 +127,8 @@ share/nautilus-sendto/ui/nautilus-sendto.ui
|
|||
@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/be@latin/LC_MESSAGES
|
||||
|
@ -126,3 +137,5 @@ share/nautilus-sendto/ui/nautilus-sendto.ui
|
|||
@dirrmtry share/locale/ast
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
@dirrmtry share/GConf/gsettings
|
||||
@dirrmtry share/GConf
|
||||
|
|
|
@ -3,24 +3,25 @@
|
|||
# Whom: Andreas Kohn <andreas@syndrom23.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.4 2008/11/30 19:43:36 marcus Exp $
|
||||
# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.6 2010/06/28 22:16:41 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= notification-daemon
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 6
|
||||
PORTVERSION= 0.5.0
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Send small notifications to your desktop
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
sexy:${PORTSDIR}/x11-toolkits/libsexy \
|
||||
canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
|
||||
notify.1:${PORTSDIR}/devel/libnotify
|
||||
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck \
|
||||
libglade2
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck
|
||||
USE_GMAKE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_XORG= x11 xt sm ice xext
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (notification-daemon-0.4.0.tar.gz) = 281624263e3fc82c888dd7433a37194b
|
||||
SHA256 (notification-daemon-0.4.0.tar.gz) = 0c0c90ec7f2fc7fc5cbefba2e04df6ae311abc7ace23dd34f21dc063e119d808
|
||||
SIZE (notification-daemon-0.4.0.tar.gz) = 404178
|
||||
MD5 (notification-daemon-0.5.0.tar.bz2) = 18919b2aa2a88b71a40f59393edf70d0
|
||||
SHA256 (notification-daemon-0.5.0.tar.bz2) = aa1d3546fd1d5c51087317f4921c419927b644c12c39b557c959c9b45deb1475
|
||||
SIZE (notification-daemon-0.5.0.tar.bz2) = 330034
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
bin/notification-properties
|
||||
lib/notification-daemon-1.0/engines/libslider.a
|
||||
lib/notification-daemon-1.0/engines/libslider.la
|
||||
lib/notification-daemon-1.0/engines/libslider.so
|
||||
lib/notification-daemon-1.0/engines/libstandard.a
|
||||
lib/notification-daemon-1.0/engines/libstandard.la
|
||||
lib/notification-daemon-1.0/engines/libstandard.so
|
||||
|
@ -12,12 +15,28 @@ share/icons/hicolor/32x32/apps/notification-properties.png
|
|||
share/icons/hicolor/48x48/apps/notification-properties.png
|
||||
share/icons/hicolor/scalable/apps/notification-properties.svg
|
||||
share/locale/ar/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/cs/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/da/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/de/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/el/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/es/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/et/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/fr/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/gl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/hu/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/it/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ja/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/lt/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/nb/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/nl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pa/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/ru/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sl/LC_MESSAGES/notification-daemon.mo
|
||||
share/locale/sv/LC_MESSAGES/notification-daemon.mo
|
||||
share/notification-daemon/notification-properties.glade
|
||||
share/locale/zh_CN/LC_MESSAGES/notification-daemon.mo
|
||||
share/notification-daemon/notification-properties.ui
|
||||
@dirrm share/notification-daemon
|
||||
@dirrm lib/notification-daemon-1.0/engines
|
||||
@dirrm lib/notification-daemon-1.0
|
||||
|
|
|
@ -479,7 +479,6 @@
|
|||
SUBDIR += gindent
|
||||
SUBDIR += gio-fam-backend
|
||||
SUBDIR += gir-repository
|
||||
SUBDIR += gir-repository-dbus
|
||||
SUBDIR += gir-repository-gconf2
|
||||
SUBDIR += gir-repository-libnotify
|
||||
SUBDIR += gir-repository-libsoup
|
||||
|
@ -876,6 +875,7 @@
|
|||
SUBDIR += libsigsegv
|
||||
SUBDIR += libslang2
|
||||
SUBDIR += libsoup
|
||||
SUBDIR += libsoup-gnome
|
||||
SUBDIR += libsoup-reference
|
||||
SUBDIR += libsoup22
|
||||
SUBDIR += libstatgrab
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
# Whom: Chia-liang Kao <clkao@CirX.ORG>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/devel/ORBit2/Makefile,v 1.55 2010/04/02 17:37:25 kwm Exp $
|
||||
# $MCom: ports/devel/ORBit2/Makefile,v 1.57 2010/09/29 14:08:02 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= ORBit2
|
||||
PORTVERSION= 2.14.18
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 2.14.19
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (gnome2/ORBit2-2.14.18.tar.bz2) = 3e80596171b1ea652707219c7144ff53
|
||||
SHA256 (gnome2/ORBit2-2.14.18.tar.bz2) = c6148edd8044255aeed9ab1d1eeb3c39edd0aa1ace5d33cf6831b80d11f1ab7c
|
||||
SIZE (gnome2/ORBit2-2.14.18.tar.bz2) = 747701
|
||||
MD5 (gnome2/ORBit2-2.14.19.tar.bz2) = 7082d317a9573ab338302243082d10d1
|
||||
SHA256 (gnome2/ORBit2-2.14.19.tar.bz2) = 55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550
|
||||
SIZE (gnome2/ORBit2-2.14.19.tar.bz2) = 764820
|
||||
|
|
|
@ -3,20 +3,18 @@
|
|||
# Whom: Koop Mast <kwm@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/devel/anjuta-extras/Makefile,v 1.7 2010/04/29 15:08:31 kwm Exp $
|
||||
# $MCom: ports/devel/anjuta-extras/Makefile,v 1.11 2010/09/29 12:14:23 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= anjuta-extras
|
||||
PORTVERSION= 2.30.1.0
|
||||
PORTVERSION= 2.32.0.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Extra anjuta plugins.
|
||||
|
||||
BUILD_DEPENDS= neato:${PORTSDIR}/graphics/graphviz
|
||||
LIB_DEPENDS= anjuta.0:${PORTSDIR}/devel/anjuta
|
||||
RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (anjuta-extras-2.30.1.0.tar.bz2) = c76a0843896890e054b063551fa431eb
|
||||
SHA256 (anjuta-extras-2.30.1.0.tar.bz2) = 6a8f37de883d05596d7b416a10d49d737c735a7dd0767ce4b804480255cfe808
|
||||
SIZE (anjuta-extras-2.30.1.0.tar.bz2) = 2873072
|
||||
MD5 (anjuta-extras-2.32.0.0.tar.bz2) = 44e79fb026524897d123bcde5e7861f9
|
||||
SHA256 (anjuta-extras-2.32.0.0.tar.bz2) = 220fd7cf87de2f8e3de2fcbc01373e25f66b428cf5b2c8a25aa9b4b3527ad620
|
||||
SIZE (anjuta-extras-2.32.0.0.tar.bz2) = 2701220
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
lib/anjuta/anjuta-class-inheritance.plugin
|
||||
lib/anjuta/anjuta-editor.plugin
|
||||
lib/anjuta/anjuta-sample.plugin
|
||||
lib/anjuta/anjuta-scratchbox.plugin
|
||||
lib/anjuta/libanjuta-class-inheritance.a
|
||||
lib/anjuta/libanjuta-class-inheritance.la
|
||||
lib/anjuta/libanjuta-class-inheritance.so
|
||||
lib/anjuta/libanjuta-editor.a
|
||||
lib/anjuta/libanjuta-editor.la
|
||||
lib/anjuta/libanjuta-editor.so
|
||||
|
@ -91,8 +87,6 @@ share/locale/vi/LC_MESSAGES/anjuta-extras.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/anjuta-extras.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/anjuta-extras.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/anjuta-extras.mo
|
||||
share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png
|
||||
share/pixmaps/anjuta/anjuta-class-inheritance-plugin.svg
|
||||
share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png
|
||||
share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg
|
||||
share/pixmaps/anjuta/anjuta-profiler-plugin-48.png
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports-stable/devel/anjuta/Makefile,v 1.8 2010/06/23 19:53:50 kwm Exp $
|
||||
# $MCom: ports/devel/anjuta/Makefile,v 1.67 2010/11/13 08:07:29 kwm Exp $
|
||||
#
|
||||
|
||||
PORTNAME= anjuta
|
||||
PORTVERSION= 2.30.2.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.32.1.0
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome2
|
||||
|
@ -20,7 +19,8 @@ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \
|
|||
bash:${PORTSDIR}/shells/bash \
|
||||
p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext
|
||||
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
|
||||
gladeui-1.9:${PORTSDIR}/devel/glade3 \
|
||||
gladeui-1.10:${PORTSDIR}/devel/glade3 \
|
||||
vala-0.10.0:${PORTSDIR}/lang/vala \
|
||||
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
|
||||
gdl-1.3:${PORTSDIR}/x11-toolkits/gdl
|
||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||
|
@ -39,11 +39,13 @@ USE_GETTEXT= yes
|
|||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
USE_PERL5= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= gnomeprefix gnomehack vte gtksourceview2 libgda4
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-symbol-db-shm=/tmp
|
||||
CONFIGURE_ARGS= --with-symbol-db-shm=/tmp \
|
||||
--enable-introspection=no
|
||||
USE_LDCONFIG= yes
|
||||
GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \
|
||||
anjuta-cvs-plugin.schemas \
|
||||
|
@ -55,19 +57,21 @@ GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \
|
|||
anjuta-symbol-db.schemas \
|
||||
anjuta-terminal-plugin.schemas \
|
||||
file-manager.schemas \
|
||||
preferences.schemas
|
||||
preferences.schemas \
|
||||
python-plugin-properties.schemas
|
||||
|
||||
MAN1= anjuta.1 anjuta-launcher.1
|
||||
|
||||
OPTIONS= SVN "Build subversion plugin" off \
|
||||
DEVHELP "Build devhelp plugin" on
|
||||
DEVHELP "Build devhelp plugin" on \
|
||||
GRAPHVIZ "Build inheritance plugin" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_SVN)
|
||||
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
||||
LIB_DEPENDS+= apr-1.4:${PORTSDIR}/devel/apr1 \
|
||||
neon.27:${PORTSDIR}/www/neon29
|
||||
LIB_DEPENDS+= apr-1.4:${PORTSDIR}/devel/apr1
|
||||
LIB_DEPENDS+= neon.27:${PORTSDIR}/www/neon29
|
||||
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
||||
PLIST_SUB+= SVN=""
|
||||
.else
|
||||
|
@ -76,7 +80,7 @@ PLIST_SUB+= SVN="@comment "
|
|||
.endif
|
||||
|
||||
.if defined(WITH_DEVHELP)
|
||||
LIB_DEPENDS+= devhelp-1.1:${PORTSDIR}/devel/devhelp
|
||||
LIB_DEPENDS+= devhelp-2.1:${PORTSDIR}/devel/devhelp
|
||||
PLIST_SUB+= DEVHELP=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-plugin-devhelp
|
||||
|
@ -86,6 +90,16 @@ CONFIGURE_ARGS+=--disable-plugin-devhelp
|
|||
PLIST_SUB+= DEVHELP=""
|
||||
.endif
|
||||
|
||||
.if defined(WITH_GRAPHVIZ)
|
||||
CONFIGURE_ARGS+=--enable-graphviz
|
||||
BUILD_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz
|
||||
RUN_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz
|
||||
PLIST_SUB+= GRAPHVIZ=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-graphviz
|
||||
PLIST_SUB+= GRAPHVIZ="@comment "
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/plugins/debug-manager/anjuta-debug-manager.schemas
|
||||
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
MD5 (gnome2/anjuta-2.30.2.1.tar.bz2) = 9b511224d97500ac9b318588fbb441ab
|
||||
SHA256 (gnome2/anjuta-2.30.2.1.tar.bz2) = ea32910ed047300934b6fe27a363b3dd57047222f8b664ff6dcb767a2fcd2726
|
||||
SIZE (gnome2/anjuta-2.30.2.1.tar.bz2) = 9405637
|
||||
SHA256 (gnome2/anjuta-2.32.1.0.tar.bz2) = e69c22e38623ff2a828c4214f6486169d1a42e5b4b221f26c581094bc059d638
|
||||
SIZE (gnome2/anjuta-2.32.1.0.tar.bz2) = 10197971
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue