Presenting GNOME 2.26 for FreeBSD. See

http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
This commit is contained in:
Joe Marcus Clarke 2009-04-10 05:56:28 +00:00
parent 7934df773e
commit ae52bc8089
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231972
481 changed files with 7317 additions and 4270 deletions

2
MOVED
View file

@ -3907,3 +3907,5 @@ x11-themes/camaelon-nesedah||2009-04-04|Has expired: now included in camaelon
x11-wm/compiz-fusion-plugins-main|x11-wm/compiz-plugins-main|2009-04-08|Dropping the fusion name x11-wm/compiz-fusion-plugins-main|x11-wm/compiz-plugins-main|2009-04-08|Dropping the fusion name
x11-wm/compiz-fusion-plugins-extra|x11-wm/compiz-plugins-extra|2009-04-08|Dropping the fusion name x11-wm/compiz-fusion-plugins-extra|x11-wm/compiz-plugins-extra|2009-04-08|Dropping the fusion name
x11-wm/compiz-fusion-plugins-unsupported|x11-wm/compiz-plugins-unsupported|2009-04-08|Dropping the fusion name x11-wm/compiz-fusion-plugins-unsupported|x11-wm/compiz-plugins-unsupported|2009-04-08|Dropping the fusion name
devel/gnome-build||2009-04-10|This port has been merged into anjuta and is now obsolete
sysutils/gnome-volume-manager||2009-04-10|This port has been obsoleted by Nautilus

View file

@ -5,7 +5,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org> # Whom: Michael Johnson <ahze@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports-stable/Mk/bsd.gecko.mk,v 1.12 2008/08/07 04:42:34 mezz Exp $ # $MCom: ports/Mk/bsd.gecko.mk,v 1.10 2009/04/04 19:54:48 marcus Exp $
# #
# 4 column tabs prevent hair loss and tooth decay! # 4 column tabs prevent hair loss and tooth decay!
@ -79,9 +79,11 @@ Gecko_Pre_Include= bsd.gecko.mk
# ${WRKSRC}/configure # ${WRKSRC}/configure
# .endif # .endif
_GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock mozilla _GECKO_ALL= firefox nvu seamonkey thunderbird xulrunner flock mozilla \
libxul
thunderbird_PORTSDIR= mail thunderbird_PORTSDIR= mail
libxul_PLIST= ${LOCALBASE}/lib/libxul/libxul.so
.for gecko in ${_GECKO_ALL} .for gecko in ${_GECKO_ALL}
${gecko}_PORTSDIR?= www ${gecko}_PORTSDIR?= www
@ -247,6 +249,7 @@ MAINTAINER?= gnome@FreeBSD.org
MOZILLA?= ${PORTNAME} MOZILLA?= ${PORTNAME}
MOZILLA_VER?= ${PORTVERSION} MOZILLA_VER?= ${PORTVERSION}
MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_BIN?= ${PORTNAME}-bin
MOZILLA_EXEC_NAME?=${MOZILLA}
MOZ_RPATH?= ${MOZILLA} MOZ_RPATH?= ${MOZILLA}
USE_GNOME+= gtk20 libidl desktopfileutils USE_GNOME+= gtk20 libidl desktopfileutils
USE_ICONV= yes USE_ICONV= yes
@ -272,7 +275,7 @@ GENERIC_MOZCONFIG?= ${.CURDIR}/../../www/mozilla/files/mozconfig-generic.in
PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in PORT_MOZCONFIG?= ${FILESDIR}/mozconfig.in
MOZCONFIG?= ${WRKSRC}/.mozconfig MOZCONFIG?= ${WRKSRC}/.mozconfig
MOZILLA_PLIST_DIRS?= bin include lib share/idl MOZILLA_PLIST_DIRS?= bin include lib share/idl
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
PKGINSTALL?= ${WRKDIR}/pkg-install PKGINSTALL?= ${WRKDIR}/pkg-install
PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall
MASTER_MOZDIR?= ${PORTSDIR}/www/mozilla MASTER_MOZDIR?= ${PORTSDIR}/www/mozilla
@ -575,10 +578,10 @@ gecko-pre-install:
.endfor .endfor
@${REINPLACE_CMD} -e 's|${MOZILLA}-bin|${MOZILLA:S/${MOZILLA_SUFX}//}|; \ @${REINPLACE_CMD} -e 's|${MOZILLA}-bin|${MOZILLA:S/${MOZILLA_SUFX}//}|; \
s|$${progbase}-bin|${MOZILLA:S/${MOZILLA_SUFX}//}-bin|' \ s|$${progbase}-bin|${MOZILLA:S/${MOZILLA_SUFX}//}-bin|' \
${FAKEDIR}/bin/${MOZILLA}* ${FAKEDIR}/bin/${MOZILLA_EXEC_NAME}*
.endif .endif
@${REINPLACE_CMD} -e 's|${FAKEDIR}|${PREFIX}|g' \ @${REINPLACE_CMD} -e 's|${FAKEDIR}|${PREFIX}|g' \
${FAKEDIR}/bin/${MOZILLA}* ${FAKEDIR}/bin/${MOZILLA_EXEC_NAME}*
${RM} -f ${FAKEDIR}/bin/*.bak ${RM} -f ${FAKEDIR}/bin/*.bak
.endif .endif

View file

@ -3,14 +3,9 @@
# #
# $FreeBSD$ # $FreeBSD$
# $NetBSD: $ # $NetBSD: $
# $MCom: ports/Mk/bsd.gnome.mk,v 1.471 2008/09/01 16:45:46 ahze Exp $ # $MCom: ports/Mk/bsd.gnome.mk,v 1.479 2009/03/14 05:55:36 marcus Exp $
# #
# Please view me with 4 column tabs! # Please view me with 4 column tabs!
#######################################################
#
# *** WARNING: Disable MARCUSCOM before merge in FreeBSD!
#
#MARCUSCOM_CVS=yes
# ======================= USERS ================================= # ======================= USERS =================================
# #
@ -356,7 +351,7 @@ libgtkhtml_LIB_DEPENDS= gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml
libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc libgtkhtml_DETECT= ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc
libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2 libgtkhtml_USE_GNOME_IMPL=libxslt gnomevfs2
gnomedesktop_LIB_DEPENDS= gnome-desktop-2.7:${PORTSDIR}/x11/gnome-desktop gnomedesktop_LIB_DEPENDS= gnome-desktop-2.11:${PORTSDIR}/x11/gnome-desktop
gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc gnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-desktop-2.0.pc
gnomedesktop_USE_GNOME_IMPL= libgnomeui gnomedocutils gnomedesktop_USE_GNOME_IMPL= libgnomeui gnomedocutils
gnomedesktop_GNOME_DESKTOP_VERSION=2 gnomedesktop_GNOME_DESKTOP_VERSION=2
@ -393,7 +388,7 @@ gnomepanel_GNOME_DESKTOP_VERSION=2
nautilus2_LIB_DEPENDS= nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus nautilus2_LIB_DEPENDS= nautilus-extension.1:${PORTSDIR}/x11-fm/nautilus
nautilus2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libnautilus-extension.pc nautilus2_DETECT= ${LOCALBASE}/libdata/pkgconfig/libnautilus-extension.pc
nautilus2_USE_GNOME_IMPL=librsvg2 eel2 gnomedesktop desktopfileutils gvfs nautilus2_USE_GNOME_IMPL=librsvg2 gnomedesktop desktopfileutils gvfs
nautilus2_GNOME_DESKTOP_VERSION=2 nautilus2_GNOME_DESKTOP_VERSION=2
metacity_LIB_DEPENDS= metacity-private.0:${PORTSDIR}/x11-wm/metacity metacity_LIB_DEPENDS= metacity-private.0:${PORTSDIR}/x11-wm/metacity
@ -502,7 +497,7 @@ gnomedocutils_USE_GNOME_IMPL=libxslt
pygnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-desktop-2.0.pc pygnomedesktop_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-python-desktop-2.0.pc
pygnomedesktop_BUILD_DEPENDS= ${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop pygnomedesktop_BUILD_DEPENDS= ${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop
pygnomedesktop_RUN_DEPENDS= ${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop pygnomedesktop_RUN_DEPENDS= ${pygnomedesktop_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome-desktop
pygnomedesktop_USE_GNOME_IMPL=pygnome2 libgnomeprintui gtksourceview gnomepanel libwnck nautiluscdburner metacity pygnomedesktop_USE_GNOME_IMPL=pygnome2 libgnomeprintui gtksourceview gnomepanel libwnck nautilus2 metacity
gtksharp10_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc gtksharp10_DETECT= ${LOCALBASE}/libdata/pkgconfig/gtk-sharp.pc
gtksharp10_BUILD_DEPENDS= ${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10 gtksharp10_BUILD_DEPENDS= ${gtksharp10_DETECT}:${PORTSDIR}/x11-toolkits/gtk-sharp10

View file

@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org> # Whom: Michael Johnson <ahze@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/accessibility/accerciser/Makefile,v 1.23 2008/09/23 05:14:40 marcus Exp $ # $MCom: ports/accessibility/accerciser/Makefile,v 1.26 2009/03/17 13:06:24 kwm Exp $
# #
PORTNAME= accerciser PORTNAME= accerciser
PORTVERSION= 1.4.0 PORTVERSION= 1.6.0
CATEGORIES= accessibility gnome CATEGORIES= accessibility gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/accerciser-1.4.0.tar.bz2) = c46b768906d6a02f83bf96e8843890c1 MD5 (gnome2/accerciser-1.6.0.tar.bz2) = 04236a82648a4859811f959cc5576d06
SHA256 (gnome2/accerciser-1.4.0.tar.bz2) = ca714cf55dca66637a63725c019afde7082763d281721801a77e600bda5db6c6 SHA256 (gnome2/accerciser-1.6.0.tar.bz2) = bcfc077c0bf212dfec550baff1db93229eebceafb8f6c1defa60dcd000e61af3
SIZE (gnome2/accerciser-1.4.0.tar.bz2) = 1338182 SIZE (gnome2/accerciser-1.6.0.tar.bz2) = 1341848

View file

@ -163,12 +163,30 @@ share/gnome/help/accerciser/ca/figures/api_browser.png
share/gnome/help/accerciser/ca/figures/event_monitor.png share/gnome/help/accerciser/ca/figures/event_monitor.png
share/gnome/help/accerciser/ca/figures/interface_viewer.png share/gnome/help/accerciser/ca/figures/interface_viewer.png
share/gnome/help/accerciser/ca/figures/script_recorder.png share/gnome/help/accerciser/ca/figures/script_recorder.png
share/gnome/help/accerciser/cs/accerciser.xml
share/gnome/help/accerciser/cs/figures/accerciser.png
share/gnome/help/accerciser/cs/figures/api_browser.png
share/gnome/help/accerciser/cs/figures/event_monitor.png
share/gnome/help/accerciser/cs/figures/interface_viewer.png
share/gnome/help/accerciser/cs/figures/script_recorder.png
share/gnome/help/accerciser/de/accerciser.xml
share/gnome/help/accerciser/de/figures/accerciser.png
share/gnome/help/accerciser/de/figures/api_browser.png
share/gnome/help/accerciser/de/figures/event_monitor.png
share/gnome/help/accerciser/de/figures/interface_viewer.png
share/gnome/help/accerciser/de/figures/script_recorder.png
share/gnome/help/accerciser/en_GB/accerciser.xml share/gnome/help/accerciser/en_GB/accerciser.xml
share/gnome/help/accerciser/en_GB/figures/accerciser.png share/gnome/help/accerciser/en_GB/figures/accerciser.png
share/gnome/help/accerciser/en_GB/figures/api_browser.png share/gnome/help/accerciser/en_GB/figures/api_browser.png
share/gnome/help/accerciser/en_GB/figures/event_monitor.png share/gnome/help/accerciser/en_GB/figures/event_monitor.png
share/gnome/help/accerciser/en_GB/figures/interface_viewer.png share/gnome/help/accerciser/en_GB/figures/interface_viewer.png
share/gnome/help/accerciser/en_GB/figures/script_recorder.png share/gnome/help/accerciser/en_GB/figures/script_recorder.png
share/gnome/help/accerciser/el/accerciser.xml
share/gnome/help/accerciser/el/figures/accerciser.png
share/gnome/help/accerciser/el/figures/api_browser.png
share/gnome/help/accerciser/el/figures/event_monitor.png
share/gnome/help/accerciser/el/figures/interface_viewer.png
share/gnome/help/accerciser/el/figures/script_recorder.png
share/gnome/help/accerciser/es/accerciser.xml share/gnome/help/accerciser/es/accerciser.xml
share/gnome/help/accerciser/es/figures/accerciser.png share/gnome/help/accerciser/es/figures/accerciser.png
share/gnome/help/accerciser/es/figures/api_browser.png share/gnome/help/accerciser/es/figures/api_browser.png
@ -187,6 +205,12 @@ share/gnome/help/accerciser/oc/figures/api_browser.png
share/gnome/help/accerciser/oc/figures/event_monitor.png share/gnome/help/accerciser/oc/figures/event_monitor.png
share/gnome/help/accerciser/oc/figures/interface_viewer.png share/gnome/help/accerciser/oc/figures/interface_viewer.png
share/gnome/help/accerciser/oc/figures/script_recorder.png share/gnome/help/accerciser/oc/figures/script_recorder.png
share/gnome/help/accerciser/pt_BR/accerciser.xml
share/gnome/help/accerciser/pt_BR/figures/accerciser.png
share/gnome/help/accerciser/pt_BR/figures/api_browser.png
share/gnome/help/accerciser/pt_BR/figures/event_monitor.png
share/gnome/help/accerciser/pt_BR/figures/interface_viewer.png
share/gnome/help/accerciser/pt_BR/figures/script_recorder.png
share/gnome/help/accerciser/sv/accerciser.xml share/gnome/help/accerciser/sv/accerciser.xml
share/gnome/help/accerciser/sv/figures/accerciser.png share/gnome/help/accerciser/sv/figures/accerciser.png
share/gnome/help/accerciser/sv/figures/api_browser.png share/gnome/help/accerciser/sv/figures/api_browser.png
@ -211,6 +235,7 @@ share/locale/el/LC_MESSAGES/accerciser.mo
share/locale/en_CA/LC_MESSAGES/accerciser.mo share/locale/en_CA/LC_MESSAGES/accerciser.mo
share/locale/en_GB/LC_MESSAGES/accerciser.mo share/locale/en_GB/LC_MESSAGES/accerciser.mo
share/locale/es/LC_MESSAGES/accerciser.mo share/locale/es/LC_MESSAGES/accerciser.mo
share/locale/eu/LC_MESSAGES/accerciser.mo
share/locale/fi/LC_MESSAGES/accerciser.mo share/locale/fi/LC_MESSAGES/accerciser.mo
share/locale/fr/LC_MESSAGES/accerciser.mo share/locale/fr/LC_MESSAGES/accerciser.mo
share/locale/gl/LC_MESSAGES/accerciser.mo share/locale/gl/LC_MESSAGES/accerciser.mo
@ -249,22 +274,34 @@ share/locale/zh_HK/LC_MESSAGES/accerciser.mo
share/locale/zh_TW/LC_MESSAGES/accerciser.mo share/locale/zh_TW/LC_MESSAGES/accerciser.mo
share/omf/accerciser/accerciser-C.omf share/omf/accerciser/accerciser-C.omf
share/omf/accerciser/accerciser-ca.omf share/omf/accerciser/accerciser-ca.omf
share/omf/accerciser/accerciser-cs.omf
share/omf/accerciser/accerciser-de.omf
share/omf/accerciser/accerciser-en_GB.omf share/omf/accerciser/accerciser-en_GB.omf
share/omf/accerciser/accerciser-el.omf
share/omf/accerciser/accerciser-es.omf share/omf/accerciser/accerciser-es.omf
share/omf/accerciser/accerciser-fr.omf share/omf/accerciser/accerciser-fr.omf
share/omf/accerciser/accerciser-oc.omf share/omf/accerciser/accerciser-oc.omf
share/omf/accerciser/accerciser-pt_BR.omf
share/omf/accerciser/accerciser-sv.omf share/omf/accerciser/accerciser-sv.omf
@dirrm share/omf/accerciser @dirrm share/omf/accerciser
@dirrm share/gnome/help/accerciser/sv/figures @dirrm share/gnome/help/accerciser/sv/figures
@dirrm share/gnome/help/accerciser/sv @dirrm share/gnome/help/accerciser/sv
@dirrm share/gnome/help/accerciser/pt_BR/figures
@dirrm share/gnome/help/accerciser/pt_BR
@dirrm share/gnome/help/accerciser/oc/figures @dirrm share/gnome/help/accerciser/oc/figures
@dirrm share/gnome/help/accerciser/oc @dirrm share/gnome/help/accerciser/oc
@dirrm share/gnome/help/accerciser/fr/figures @dirrm share/gnome/help/accerciser/fr/figures
@dirrm share/gnome/help/accerciser/fr @dirrm share/gnome/help/accerciser/fr
@dirrm share/gnome/help/accerciser/es/figures @dirrm share/gnome/help/accerciser/es/figures
@dirrm share/gnome/help/accerciser/es @dirrm share/gnome/help/accerciser/es
@dirrm share/gnome/help/accerciser/el/figures
@dirrm share/gnome/help/accerciser/el
@dirrm share/gnome/help/accerciser/en_GB/figures @dirrm share/gnome/help/accerciser/en_GB/figures
@dirrm share/gnome/help/accerciser/en_GB @dirrm share/gnome/help/accerciser/en_GB
@dirrm share/gnome/help/accerciser/de/figures
@dirrm share/gnome/help/accerciser/de
@dirrm share/gnome/help/accerciser/cs/figures
@dirrm share/gnome/help/accerciser/cs
@dirrm share/gnome/help/accerciser/ca/figures @dirrm share/gnome/help/accerciser/ca/figures
@dirrm share/gnome/help/accerciser/ca @dirrm share/gnome/help/accerciser/ca
@dirrm share/gnome/help/accerciser/C/figures @dirrm share/gnome/help/accerciser/C/figures

View file

@ -3,11 +3,11 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # Whom: Maxim Sobolev <sobomax@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/accessibility/at-spi/Makefile,v 1.81 2009/01/09 21:48:35 kwm Exp $ # $MCom: ports/accessibility/at-spi/Makefile,v 1.85 2009/03/17 13:55:06 kwm Exp $
# #
PORTNAME= at-spi PORTNAME= at-spi
PORTVERSION= 1.24.1 PORTVERSION= 1.26.0
PORTREVISION?= 0 PORTREVISION?= 0
CATEGORIES= accessibility x11-toolkits CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (gnome2/at-spi-1.24.1.tar.bz2) = 8e98aadfaca757799cb18ea92f40d21a MD5 (gnome2/at-spi-1.26.0.tar.bz2) = 3f2f7d29b45eff08adf56af0d31d3984
SHA256 (gnome2/at-spi-1.24.1.tar.bz2) = f21746c4b4694aec821f545634a3f3bc2a627120fbb9b3aea546f59368025709 SHA256 (gnome2/at-spi-1.26.0.tar.bz2) = bb8c9473a277fa75f172fa16fb6ada85f4a919219818fd9c792f1a137bb2644d
SIZE (gnome2/at-spi-1.24.1.tar.bz2) = 821177 SIZE (gnome2/at-spi-1.26.0.tar.bz2) = 829621

View file

@ -102,6 +102,8 @@ share/idl/at-spi-1.0/Accessibility_Text.idl
share/idl/at-spi-1.0/Accessibility_Value.idl share/idl/at-spi-1.0/Accessibility_Value.idl
share/locale/ang/LC_MESSAGES/at-spi.mo share/locale/ang/LC_MESSAGES/at-spi.mo
share/locale/ar/LC_MESSAGES/at-spi.mo share/locale/ar/LC_MESSAGES/at-spi.mo
share/locale/as/LC_MESSAGES/at-spi.mo
share/locale/ast/LC_MESSAGES/at-spi.mo
share/locale/az/LC_MESSAGES/at-spi.mo share/locale/az/LC_MESSAGES/at-spi.mo
share/locale/be/LC_MESSAGES/at-spi.mo share/locale/be/LC_MESSAGES/at-spi.mo
share/locale/be@latin/LC_MESSAGES/at-spi.mo share/locale/be@latin/LC_MESSAGES/at-spi.mo
@ -110,6 +112,7 @@ share/locale/bn/LC_MESSAGES/at-spi.mo
share/locale/bn_IN/LC_MESSAGES/at-spi.mo share/locale/bn_IN/LC_MESSAGES/at-spi.mo
share/locale/bs/LC_MESSAGES/at-spi.mo share/locale/bs/LC_MESSAGES/at-spi.mo
share/locale/ca/LC_MESSAGES/at-spi.mo share/locale/ca/LC_MESSAGES/at-spi.mo
share/locale/crh/LC_MESSAGES/at-spi.mo
share/locale/cs/LC_MESSAGES/at-spi.mo share/locale/cs/LC_MESSAGES/at-spi.mo
share/locale/cy/LC_MESSAGES/at-spi.mo share/locale/cy/LC_MESSAGES/at-spi.mo
share/locale/da/LC_MESSAGES/at-spi.mo share/locale/da/LC_MESSAGES/at-spi.mo
@ -140,6 +143,7 @@ share/locale/ka/LC_MESSAGES/at-spi.mo
share/locale/ko/LC_MESSAGES/at-spi.mo share/locale/ko/LC_MESSAGES/at-spi.mo
share/locale/ku/LC_MESSAGES/at-spi.mo share/locale/ku/LC_MESSAGES/at-spi.mo
share/locale/lt/LC_MESSAGES/at-spi.mo share/locale/lt/LC_MESSAGES/at-spi.mo
share/locale/lv/LC_MESSAGES/at-spi.mo
share/locale/mk/LC_MESSAGES/at-spi.mo share/locale/mk/LC_MESSAGES/at-spi.mo
share/locale/ml/LC_MESSAGES/at-spi.mo share/locale/ml/LC_MESSAGES/at-spi.mo
share/locale/mn/LC_MESSAGES/at-spi.mo share/locale/mn/LC_MESSAGES/at-spi.mo
@ -212,9 +216,15 @@ share/locale/zh_TW/LC_MESSAGES/at-spi.mo
@dirrmtry share/locale/ku @dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz @dirrmtry share/locale/dz
@dirrmtry share/locale/crh/LC_MESSAGES
@dirrmtry share/locale/crh
@dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN @dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin/LC_MESSAGES
@dirrmtry share/locale/be@latin @dirrmtry share/locale/be@latin
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
@dirrmtry share/locale/ang/LC_MESSAGES @dirrmtry share/locale/ang/LC_MESSAGES
@dirrmtry share/locale/ang @dirrmtry share/locale/ang

View file

@ -3,11 +3,11 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # Whom: Maxim Sobolev <sobomax@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/accessibility/atk/Makefile,v 1.93 2008/09/22 10:50:30 kwm Exp $ # $MCom: ports/accessibility/atk/Makefile,v 1.95 2009/03/17 14:03:48 kwm Exp $
# #
PORTNAME= atk PORTNAME= atk
PORTVERSION= 1.24.0 PORTVERSION= 1.26.0
PORTREVISION?= 0 PORTREVISION?= 0
CATEGORIES= accessibility devel CATEGORIES= accessibility devel
MASTER_SITES= GNOME MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (gnome2/atk-1.24.0.tar.bz2) = fb0ee9c7f18b15b490a0168b13740a4d MD5 (gnome2/atk-1.26.0.tar.bz2) = 719229408019c548855673840679f156
SHA256 (gnome2/atk-1.24.0.tar.bz2) = 03a0b66efb6d69754ca18c133ca4d489dd8675bf366c03f58cc7b39f55a45d56 SHA256 (gnome2/atk-1.26.0.tar.bz2) = f7993d26c3606a9b0e32d1eebe716f2294ac37fac014c47744e986fc0ff5e6d1
SIZE (gnome2/atk-1.24.0.tar.bz2) = 701798 SIZE (gnome2/atk-1.26.0.tar.bz2) = 719807

View file

@ -76,6 +76,7 @@ share/locale/ku/LC_MESSAGES/atk10.mo
share/locale/li/LC_MESSAGES/atk10.mo share/locale/li/LC_MESSAGES/atk10.mo
share/locale/lt/LC_MESSAGES/atk10.mo share/locale/lt/LC_MESSAGES/atk10.mo
share/locale/lv/LC_MESSAGES/atk10.mo share/locale/lv/LC_MESSAGES/atk10.mo
share/locale/mai/LC_MESSAGES/atk10.mo
share/locale/mk/LC_MESSAGES/atk10.mo share/locale/mk/LC_MESSAGES/atk10.mo
share/locale/ml/LC_MESSAGES/atk10.mo share/locale/ml/LC_MESSAGES/atk10.mo
share/locale/mn/LC_MESSAGES/atk10.mo share/locale/mn/LC_MESSAGES/atk10.mo
@ -146,6 +147,8 @@ share/locale/zh_TW/LC_MESSAGES/atk10.mo
@dirrmtry share/locale/oc @dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr @dirrmtry share/locale/mr
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku @dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz/LC_MESSAGES

View file

@ -3,12 +3,11 @@
# Whom: lewiz <purple@lewiz.net> # Whom: lewiz <purple@lewiz.net>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/accessibility/dasher/Makefile,v 1.64 2008/06/06 21:38:44 marcus Exp $ # $MCom: ports/accessibility/dasher/Makefile,v 1.66 2009/03/18 04:59:21 marcus Exp $
# #
PORTNAME= dasher PORTNAME= dasher
PORTVERSION= 4.9.0 PORTVERSION= 4.10.0
PORTREVISION= 1
PORTEPOCH= 2 PORTEPOCH= 2
CATEGORIES= accessibility editors x11 gnome CATEGORIES= accessibility editors x11 gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (gnome2/dasher-4.9.0.tar.bz2) = f6f024878f258a9506e62cf717446437 MD5 (gnome2/dasher-4.10.0.tar.bz2) = d07fa31c3a8ead147f981efa90193c56
SHA256 (gnome2/dasher-4.9.0.tar.bz2) = abb15328c95c786390fc9ea5f7470a247880f05b2aacdd3cd083067a0e374a3e SHA256 (gnome2/dasher-4.10.0.tar.bz2) = 0aa214914417c61ffd9be30e55ae7290a7aa08c403be607535dae1983c190d77
SIZE (gnome2/dasher-4.9.0.tar.bz2) = 6734895 SIZE (gnome2/dasher-4.10.0.tar.bz2) = 6645541

View file

@ -1,11 +0,0 @@
--- configure.orig Sun Dec 3 18:59:04 2006
+++ configure Sun Dec 3 18:59:15 2006
@@ -23152,7 +23152,7 @@ echo "$as_me:$LINENO: result: $have_prog
echo "${ECHO_T}$have_prog_gnu_ld" >&6
if [ x"$have_prog_gnu_ld" = xyes ]; then
- ed_flags="-Wl,--export-dynamic,"
+ ed_flags="-Wl,--export-dynamic"
else
ed_flags=""
fi

View file

@ -202,6 +202,38 @@ share/gnome/help/dasher/C/figures/prefs2.png
share/gnome/help/dasher/C/figures/prefs3.png share/gnome/help/dasher/C/figures/prefs3.png
share/gnome/help/dasher/C/figures/prefs4.png share/gnome/help/dasher/C/figures/prefs4.png
share/gnome/help/dasher/C/figures/prefs5.png share/gnome/help/dasher/C/figures/prefs5.png
share/gnome/help/dasher/de/dasher.xml
share/gnome/help/dasher/de/figures/a-z.gif
share/gnome/help/dasher/de/figures/aa-az.gif
share/gnome/help/dasher/de/figures/ala-alz.gif
share/gnome/help/dasher/de/figures/exampleHad2.png
share/gnome/help/dasher/de/figures/exampleHad2a.png
share/gnome/help/dasher/de/figures/exampleHad3a.png
share/gnome/help/dasher/de/figures/exampleHad4.png
share/gnome/help/dasher/de/figures/figure2.png
share/gnome/help/dasher/de/figures/main.png
share/gnome/help/dasher/de/figures/object.gif
share/gnome/help/dasher/de/figures/prefs1.png
share/gnome/help/dasher/de/figures/prefs2.png
share/gnome/help/dasher/de/figures/prefs3.png
share/gnome/help/dasher/de/figures/prefs4.png
share/gnome/help/dasher/de/figures/prefs5.png
share/gnome/help/dasher/en_GB/dasher.xml
share/gnome/help/dasher/en_GB/figures/a-z.gif
share/gnome/help/dasher/en_GB/figures/aa-az.gif
share/gnome/help/dasher/en_GB/figures/ala-alz.gif
share/gnome/help/dasher/en_GB/figures/exampleHad2.png
share/gnome/help/dasher/en_GB/figures/exampleHad2a.png
share/gnome/help/dasher/en_GB/figures/exampleHad3a.png
share/gnome/help/dasher/en_GB/figures/exampleHad4.png
share/gnome/help/dasher/en_GB/figures/figure2.png
share/gnome/help/dasher/en_GB/figures/main.png
share/gnome/help/dasher/en_GB/figures/object.gif
share/gnome/help/dasher/en_GB/figures/prefs1.png
share/gnome/help/dasher/en_GB/figures/prefs2.png
share/gnome/help/dasher/en_GB/figures/prefs3.png
share/gnome/help/dasher/en_GB/figures/prefs4.png
share/gnome/help/dasher/en_GB/figures/prefs5.png
share/gnome/help/dasher/es/dasher.xml share/gnome/help/dasher/es/dasher.xml
share/gnome/help/dasher/es/figures/a-z.gif share/gnome/help/dasher/es/figures/a-z.gif
share/gnome/help/dasher/es/figures/aa-az.gif share/gnome/help/dasher/es/figures/aa-az.gif
@ -218,6 +250,22 @@ share/gnome/help/dasher/es/figures/prefs2.png
share/gnome/help/dasher/es/figures/prefs3.png share/gnome/help/dasher/es/figures/prefs3.png
share/gnome/help/dasher/es/figures/prefs4.png share/gnome/help/dasher/es/figures/prefs4.png
share/gnome/help/dasher/es/figures/prefs5.png share/gnome/help/dasher/es/figures/prefs5.png
share/gnome/help/dasher/eu/dasher.xml
share/gnome/help/dasher/eu/figures/a-z.gif
share/gnome/help/dasher/eu/figures/aa-az.gif
share/gnome/help/dasher/eu/figures/ala-alz.gif
share/gnome/help/dasher/eu/figures/exampleHad2.png
share/gnome/help/dasher/eu/figures/exampleHad2a.png
share/gnome/help/dasher/eu/figures/exampleHad3a.png
share/gnome/help/dasher/eu/figures/exampleHad4.png
share/gnome/help/dasher/eu/figures/figure2.png
share/gnome/help/dasher/eu/figures/main.png
share/gnome/help/dasher/eu/figures/object.gif
share/gnome/help/dasher/eu/figures/prefs1.png
share/gnome/help/dasher/eu/figures/prefs2.png
share/gnome/help/dasher/eu/figures/prefs3.png
share/gnome/help/dasher/eu/figures/prefs4.png
share/gnome/help/dasher/eu/figures/prefs5.png
share/gnome/help/dasher/fr/dasher.xml share/gnome/help/dasher/fr/dasher.xml
share/gnome/help/dasher/fr/figures/a-z.gif share/gnome/help/dasher/fr/figures/a-z.gif
share/gnome/help/dasher/fr/figures/aa-az.gif share/gnome/help/dasher/fr/figures/aa-az.gif
@ -284,6 +332,7 @@ share/gnome/help/dasher/sv/figures/prefs4.png
share/gnome/help/dasher/sv/figures/prefs5.png share/gnome/help/dasher/sv/figures/prefs5.png
share/icons/hicolor/48x48/apps/dasher.png share/icons/hicolor/48x48/apps/dasher.png
share/icons/hicolor/scalable/apps/dasher.svg share/icons/hicolor/scalable/apps/dasher.svg
share/locale/af/LC_MESSAGES/dasher.mo
share/locale/ar/LC_MESSAGES/dasher.mo share/locale/ar/LC_MESSAGES/dasher.mo
share/locale/as/LC_MESSAGES/dasher.mo share/locale/as/LC_MESSAGES/dasher.mo
share/locale/az/LC_MESSAGES/dasher.mo share/locale/az/LC_MESSAGES/dasher.mo
@ -339,6 +388,7 @@ share/locale/oc/LC_MESSAGES/dasher.mo
share/locale/or/LC_MESSAGES/dasher.mo share/locale/or/LC_MESSAGES/dasher.mo
share/locale/pa/LC_MESSAGES/dasher.mo share/locale/pa/LC_MESSAGES/dasher.mo
share/locale/pl/LC_MESSAGES/dasher.mo share/locale/pl/LC_MESSAGES/dasher.mo
share/locale/ps/LC_MESSAGES/dasher.mo
share/locale/pt/LC_MESSAGES/dasher.mo share/locale/pt/LC_MESSAGES/dasher.mo
share/locale/pt_BR/LC_MESSAGES/dasher.mo share/locale/pt_BR/LC_MESSAGES/dasher.mo
share/locale/ro/LC_MESSAGES/dasher.mo share/locale/ro/LC_MESSAGES/dasher.mo
@ -349,9 +399,10 @@ share/locale/sk/LC_MESSAGES/dasher.mo
share/locale/sl/LC_MESSAGES/dasher.mo share/locale/sl/LC_MESSAGES/dasher.mo
share/locale/sq/LC_MESSAGES/dasher.mo share/locale/sq/LC_MESSAGES/dasher.mo
share/locale/sr/LC_MESSAGES/dasher.mo share/locale/sr/LC_MESSAGES/dasher.mo
share/locale/sr@Latn/LC_MESSAGES/dasher.mo share/locale/sr@latin/LC_MESSAGES/dasher.mo
share/locale/sv/LC_MESSAGES/dasher.mo share/locale/sv/LC_MESSAGES/dasher.mo
share/locale/ta/LC_MESSAGES/dasher.mo share/locale/ta/LC_MESSAGES/dasher.mo
share/locale/te/LC_MESSAGES/dasher.mo
share/locale/th/LC_MESSAGES/dasher.mo share/locale/th/LC_MESSAGES/dasher.mo
share/locale/tk/LC_MESSAGES/dasher.mo share/locale/tk/LC_MESSAGES/dasher.mo
share/locale/tr/LC_MESSAGES/dasher.mo share/locale/tr/LC_MESSAGES/dasher.mo
@ -363,7 +414,10 @@ share/locale/zh_CN/LC_MESSAGES/dasher.mo
share/locale/zh_HK/LC_MESSAGES/dasher.mo share/locale/zh_HK/LC_MESSAGES/dasher.mo
share/locale/zh_TW/LC_MESSAGES/dasher.mo share/locale/zh_TW/LC_MESSAGES/dasher.mo
share/omf/dasher/dasher-C.omf share/omf/dasher/dasher-C.omf
share/omf/dasher/dasher-de.omf
share/omf/dasher/dasher-en_GB.omf
share/omf/dasher/dasher-es.omf share/omf/dasher/dasher-es.omf
share/omf/dasher/dasher-eu.omf
share/omf/dasher/dasher-fr.omf share/omf/dasher/dasher-fr.omf
share/omf/dasher/dasher-oc.omf share/omf/dasher/dasher-oc.omf
share/omf/dasher/dasher-ru.omf share/omf/dasher/dasher-ru.omf
@ -377,8 +431,14 @@ share/omf/dasher/dasher-sv.omf
@dirrm share/gnome/help/dasher/oc @dirrm share/gnome/help/dasher/oc
@dirrm share/gnome/help/dasher/fr/figures @dirrm share/gnome/help/dasher/fr/figures
@dirrm share/gnome/help/dasher/fr @dirrm share/gnome/help/dasher/fr
@dirrm share/gnome/help/dasher/eu/figures
@dirrm share/gnome/help/dasher/eu
@dirrm share/gnome/help/dasher/es/figures @dirrm share/gnome/help/dasher/es/figures
@dirrm share/gnome/help/dasher/es @dirrm share/gnome/help/dasher/es
@dirrm share/gnome/help/dasher/en_GB/figures
@dirrm share/gnome/help/dasher/en_GB
@dirrm share/gnome/help/dasher/de/figures
@dirrm share/gnome/help/dasher/de
@dirrm share/gnome/help/dasher/C/figures @dirrm share/gnome/help/dasher/C/figures
@dirrm share/gnome/help/dasher/C @dirrm share/gnome/help/dasher/C
@dirrm share/gnome/help/dasher @dirrm share/gnome/help/dasher
@ -390,10 +450,16 @@ share/omf/dasher/dasher-sv.omf
@dirrmtry share/locale/uz@cyrillic @dirrmtry share/locale/uz@cyrillic
@dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug @dirrmtry share/locale/ug
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin
@dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si @dirrmtry share/locale/si
@dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw @dirrmtry share/locale/rw
@dirrmtry share/locale/ps/LC_MESSAGES
@dirrmtry share/locale/ps
@dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc @dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr/LC_MESSAGES

View file

@ -3,11 +3,11 @@
# Whom: Adam Weinberger <adamw@freebsd.org> # Whom: Adam Weinberger <adamw@freebsd.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/accessibility/gok/Makefile,v 1.89 2008/09/23 14:59:23 kwm Exp $ # $MCom: ports/accessibility/gok/Makefile,v 1.92 2009/03/17 14:42:44 kwm Exp $
# #
PORTNAME= gok PORTNAME= gok
PORTVERSION= 2.24.0 PORTVERSION= 2.26.0
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= accessibility sysutils gnome CATEGORIES= accessibility sysutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gok-2.24.0.tar.bz2) = 3fff3dee0d673eef32ab149d4a0a480e MD5 (gnome2/gok-2.26.0.tar.bz2) = 8cc28ad6010a977c9ccbe8d5b690f636
SHA256 (gnome2/gok-2.24.0.tar.bz2) = a09d7cbb7843633c993460f4e6b22c7c54166d4257313cd8b79cb77dd2791359 SHA256 (gnome2/gok-2.26.0.tar.bz2) = 787b24c7fe81bc22a3f425bc632a6712e27c616e5d4b8a1cfba9d0fbf721674a
SIZE (gnome2/gok-2.24.0.tar.bz2) = 1304251 SIZE (gnome2/gok-2.26.0.tar.bz2) = 1341889

View file

@ -496,6 +496,16 @@ share/gnome/help/gok/C/legal.xml
%%DATADIR%%/lv/quit.kbd %%DATADIR%%/lv/quit.kbd
%%DATADIR%%/lv/text-operations.kbd %%DATADIR%%/lv/text-operations.kbd
%%DATADIR%%/lv/valuator.kbd %%DATADIR%%/lv/valuator.kbd
%%DATADIR%%/mai/gok-controls.kbd
%%DATADIR%%/mai/hide.kbd
%%DATADIR%%/mai/launcher.kbd
%%DATADIR%%/mai/main.kbd
%%DATADIR%%/mai/mouse.kbd
%%DATADIR%%/mai/move-resize.kbd
%%DATADIR%%/mai/numberpad.kbd
%%DATADIR%%/mai/quit.kbd
%%DATADIR%%/mai/text-operations.kbd
%%DATADIR%%/mai/valuator.kbd
%%DATADIR%%/manage.kbd %%DATADIR%%/manage.kbd
%%DATADIR%%/mk/gok-controls.kbd %%DATADIR%%/mk/gok-controls.kbd
%%DATADIR%%/mk/hide.kbd %%DATADIR%%/mk/hide.kbd
@ -888,6 +898,7 @@ share/locale/ko/LC_MESSAGES/gok.mo
share/locale/ku/LC_MESSAGES/gok.mo share/locale/ku/LC_MESSAGES/gok.mo
share/locale/lt/LC_MESSAGES/gok.mo share/locale/lt/LC_MESSAGES/gok.mo
share/locale/lv/LC_MESSAGES/gok.mo share/locale/lv/LC_MESSAGES/gok.mo
share/locale/mai/LC_MESSAGES/gok.mo
share/locale/mk/LC_MESSAGES/gok.mo share/locale/mk/LC_MESSAGES/gok.mo
share/locale/ml/LC_MESSAGES/gok.mo share/locale/ml/LC_MESSAGES/gok.mo
share/locale/mn/LC_MESSAGES/gok.mo share/locale/mn/LC_MESSAGES/gok.mo
@ -959,6 +970,7 @@ share/pixmaps/gok.png
@dirrm %%DATADIR%%/mn @dirrm %%DATADIR%%/mn
@dirrm %%DATADIR%%/ml @dirrm %%DATADIR%%/ml
@dirrm %%DATADIR%%/mk @dirrm %%DATADIR%%/mk
@dirrm %%DATADIR%%/mai
@dirrm %%DATADIR%%/lv @dirrm %%DATADIR%%/lv
@dirrm %%DATADIR%%/lt @dirrm %%DATADIR%%/lt
@dirrm %%DATADIR%%/ku @dirrm %%DATADIR%%/ku
@ -1020,6 +1032,8 @@ share/pixmaps/gok.png
@dirrmtry share/locale/oc @dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr @dirrmtry share/locale/mr
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku @dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz/LC_MESSAGES

View file

@ -3,11 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org> # Whom: Koop Mast <kwm@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/accessibility/mousetweaks/Makefile,v 1.22 2008/11/25 01:01:35 marcus Exp $ # $MCom: ports/accessibility/mousetweaks/Makefile,v 1.26 2009/03/17 16:17:01 kwm Exp $
# #
PORTNAME= mousetweaks PORTNAME= mousetweaks
PORTVERSION= 2.24.3 PORTVERSION= 2.26.0
CATEGORIES= accessibility CATEGORIES= accessibility
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/mousetweaks-2.24.3.tar.bz2) = de428acfdbf671007c23d0a18f0a9f96 MD5 (gnome2/mousetweaks-2.26.0.tar.bz2) = f63556d0db84287118b34e4a1e7421f1
SHA256 (gnome2/mousetweaks-2.24.3.tar.bz2) = 81c5fa302cfc19a140df2be8e769508241f51baef3419583fadb6581edfddd21 SHA256 (gnome2/mousetweaks-2.26.0.tar.bz2) = c823e2703bd6aae225dd6abc6704048251e1b1f9d794cec696dab2ced9b968af
SIZE (gnome2/mousetweaks-2.24.3.tar.bz2) = 678291 SIZE (gnome2/mousetweaks-2.26.0.tar.bz2) = 1161072

View file

@ -19,6 +19,21 @@ share/gnome/help/mousetweaks/C/figures/mouse-a11y-ssc-delay-slider.png
share/gnome/help/mousetweaks/C/figures/mouse-a11y-tab.png share/gnome/help/mousetweaks/C/figures/mouse-a11y-tab.png
share/gnome/help/mousetweaks/C/legal.xml share/gnome/help/mousetweaks/C/legal.xml
share/gnome/help/mousetweaks/C/mousetweaks.xml share/gnome/help/mousetweaks/C/mousetweaks.xml
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-checkbox.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-applet.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-window.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-ctw-checkbox.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-delay-slider.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-gesture-mapping.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-mode-choice.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-motion-treshold.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-context-menu.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-locked.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-pointer-capture-preferences.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-ssc-checkbox.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-ssc-delay-slider.png
share/gnome/help/mousetweaks/de/figures/mouse-a11y-tab.png
share/gnome/help/mousetweaks/de/mousetweaks.xml
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-checkbox.png share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-checkbox.png
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-applet.png share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-applet.png
share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-window.png share/gnome/help/mousetweaks/el/figures/mouse-a11y-dwell-click-type-window.png
@ -49,6 +64,21 @@ share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-checkbox.png
share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-delay-slider.png share/gnome/help/mousetweaks/es/figures/mouse-a11y-ssc-delay-slider.png
share/gnome/help/mousetweaks/es/figures/mouse-a11y-tab.png share/gnome/help/mousetweaks/es/figures/mouse-a11y-tab.png
share/gnome/help/mousetweaks/es/mousetweaks.xml share/gnome/help/mousetweaks/es/mousetweaks.xml
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-checkbox.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-click-type-applet.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-click-type-window.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-ctw-checkbox.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-delay-slider.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-gesture-mapping.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-mode-choice.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-dwell-motion-treshold.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-context-menu.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-locked.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-pointer-capture-preferences.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-ssc-checkbox.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-ssc-delay-slider.png
share/gnome/help/mousetweaks/it/figures/mouse-a11y-tab.png
share/gnome/help/mousetweaks/it/mousetweaks.xml
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-checkbox.png share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-checkbox.png
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-applet.png share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-applet.png
share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-window.png share/gnome/help/mousetweaks/oc/figures/mouse-a11y-dwell-click-type-window.png
@ -80,6 +110,7 @@ share/gnome/help/mousetweaks/sv/figures/mouse-a11y-ssc-delay-slider.png
share/gnome/help/mousetweaks/sv/figures/mouse-a11y-tab.png share/gnome/help/mousetweaks/sv/figures/mouse-a11y-tab.png
share/gnome/help/mousetweaks/sv/mousetweaks.xml share/gnome/help/mousetweaks/sv/mousetweaks.xml
share/locale/ar/LC_MESSAGES/mousetweaks.mo share/locale/ar/LC_MESSAGES/mousetweaks.mo
share/locale/as/LC_MESSAGES/mousetweaks.mo
share/locale/bg/LC_MESSAGES/mousetweaks.mo share/locale/bg/LC_MESSAGES/mousetweaks.mo
share/locale/bn_IN/LC_MESSAGES/mousetweaks.mo share/locale/bn_IN/LC_MESSAGES/mousetweaks.mo
share/locale/ca/LC_MESSAGES/mousetweaks.mo share/locale/ca/LC_MESSAGES/mousetweaks.mo
@ -114,11 +145,13 @@ share/locale/pa/LC_MESSAGES/mousetweaks.mo
share/locale/pl/LC_MESSAGES/mousetweaks.mo share/locale/pl/LC_MESSAGES/mousetweaks.mo
share/locale/pt/LC_MESSAGES/mousetweaks.mo share/locale/pt/LC_MESSAGES/mousetweaks.mo
share/locale/pt_BR/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/ru/LC_MESSAGES/mousetweaks.mo
share/locale/sl/LC_MESSAGES/mousetweaks.mo share/locale/sl/LC_MESSAGES/mousetweaks.mo
share/locale/sq/LC_MESSAGES/mousetweaks.mo share/locale/sq/LC_MESSAGES/mousetweaks.mo
share/locale/sv/LC_MESSAGES/mousetweaks.mo share/locale/sv/LC_MESSAGES/mousetweaks.mo
share/locale/ta/LC_MESSAGES/mousetweaks.mo share/locale/ta/LC_MESSAGES/mousetweaks.mo
share/locale/te/LC_MESSAGES/mousetweaks.mo
share/locale/th/LC_MESSAGES/mousetweaks.mo share/locale/th/LC_MESSAGES/mousetweaks.mo
share/locale/tr/LC_MESSAGES/mousetweaks.mo share/locale/tr/LC_MESSAGES/mousetweaks.mo
share/locale/uk/LC_MESSAGES/mousetweaks.mo share/locale/uk/LC_MESSAGES/mousetweaks.mo
@ -128,16 +161,18 @@ share/locale/zh_HK/LC_MESSAGES/mousetweaks.mo
share/locale/zh_TW/LC_MESSAGES/mousetweaks.mo share/locale/zh_TW/LC_MESSAGES/mousetweaks.mo
%%DATADIR%%/DwellClick.xml %%DATADIR%%/DwellClick.xml
%%DATADIR%%/PointerCapture.xml %%DATADIR%%/PointerCapture.xml
%%DATADIR%%/ctw.glade
%%DATADIR%%/double-click.png %%DATADIR%%/double-click.png
%%DATADIR%%/drag-click.png %%DATADIR%%/drag-click.png
%%DATADIR%%/dwell-click-applet.glade %%DATADIR%%/dwell-click-applet.ui
%%DATADIR%%/pointer-capture-applet.glade %%DATADIR%%/mousetweaks.ui
%%DATADIR%%/pointer-capture-applet.ui
%%DATADIR%%/right-click.png %%DATADIR%%/right-click.png
%%DATADIR%%/single-click.png %%DATADIR%%/single-click.png
share/omf/mousetweaks/mousetweaks-C.omf share/omf/mousetweaks/mousetweaks-C.omf
share/omf/mousetweaks/mousetweaks-de.omf
share/omf/mousetweaks/mousetweaks-el.omf share/omf/mousetweaks/mousetweaks-el.omf
share/omf/mousetweaks/mousetweaks-es.omf share/omf/mousetweaks/mousetweaks-es.omf
share/omf/mousetweaks/mousetweaks-it.omf
share/omf/mousetweaks/mousetweaks-oc.omf share/omf/mousetweaks/mousetweaks-oc.omf
share/omf/mousetweaks/mousetweaks-sv.omf share/omf/mousetweaks/mousetweaks-sv.omf
@dirrm share/omf/mousetweaks @dirrm share/omf/mousetweaks
@ -146,18 +181,26 @@ share/omf/mousetweaks/mousetweaks-sv.omf
@dirrm share/gnome/help/mousetweaks/sv @dirrm share/gnome/help/mousetweaks/sv
@dirrm share/gnome/help/mousetweaks/oc/figures @dirrm share/gnome/help/mousetweaks/oc/figures
@dirrm share/gnome/help/mousetweaks/oc @dirrm share/gnome/help/mousetweaks/oc
@dirrm share/gnome/help/mousetweaks/it/figures
@dirrm share/gnome/help/mousetweaks/it
@dirrm share/gnome/help/mousetweaks/es/figures @dirrm share/gnome/help/mousetweaks/es/figures
@dirrm share/gnome/help/mousetweaks/es @dirrm share/gnome/help/mousetweaks/es
@dirrm share/gnome/help/mousetweaks/el/figures @dirrm share/gnome/help/mousetweaks/el/figures
@dirrm share/gnome/help/mousetweaks/el @dirrm share/gnome/help/mousetweaks/el
@dirrm share/gnome/help/mousetweaks/de/figures
@dirrm share/gnome/help/mousetweaks/de
@dirrm share/gnome/help/mousetweaks/C/figures @dirrm share/gnome/help/mousetweaks/C/figures
@dirrm share/gnome/help/mousetweaks/C @dirrm share/gnome/help/mousetweaks/C
@dirrm share/gnome/help/mousetweaks @dirrm share/gnome/help/mousetweaks
@dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK @dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc @dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr @dirrmtry share/locale/mr
@dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN @dirrmtry share/locale/bn_IN
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as

View file

@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/accessibility/orca/Makefile,v 1.58 2008/11/25 05:37:04 mezz Exp $ # $MCom: ports/accessibility/orca/Makefile,v 1.62 2009/03/16 08:07:55 kwm Exp $
# #
PORTNAME= orca PORTNAME= orca
PORTVERSION= 2.24.4 PORTVERSION= 2.26.0
CATEGORIES= accessibility gnome CATEGORIES= accessibility gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/orca-2.24.4.tar.bz2) = 4a22ec1db15017f58ab465bbe14fafa7 MD5 (gnome2/orca-2.26.0.tar.bz2) = d097f28747943a32d50e3b91eab5c518
SHA256 (gnome2/orca-2.24.4.tar.bz2) = 14918d7777970de39a25a3574539d457c1989b5a8259a1c1e0e8dbb3b92ac0b6 SHA256 (gnome2/orca-2.26.0.tar.bz2) = 4c53b0643341977d6cd706461f80473cae3236678905aab898e773e473e2809d
SIZE (gnome2/orca-2.24.4.tar.bz2) = 2125363 SIZE (gnome2/orca-2.26.0.tar.bz2) = 2234371

View file

@ -1,5 +1,5 @@
--- src/orca/orca.in.orig 2009-01-23 22:35:24.000000000 +0100 --- src/orca/orca.in.orig 2009-01-23 22:39:27.000000000 +0100
+++ src/orca/orca.in 2009-02-20 23:30:59.000000000 +0100 +++ src/orca/orca.in 2009-02-21 22:50:38.000000000 +0100
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-#!/bin/bash -#!/bin/bash
+#!/bin/sh +#!/bin/sh

View file

@ -238,6 +238,9 @@ bin/orca
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/notification-daemon.pyo %%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/pidgin/__init__.py %%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.py
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyc %%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyc
%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyo %%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/__init__.pyo
@ -403,6 +406,7 @@ share/locale/fi/LC_MESSAGES/orca.mo
share/locale/fr/LC_MESSAGES/orca.mo share/locale/fr/LC_MESSAGES/orca.mo
share/locale/gl/LC_MESSAGES/orca.mo share/locale/gl/LC_MESSAGES/orca.mo
share/locale/gu/LC_MESSAGES/orca.mo share/locale/gu/LC_MESSAGES/orca.mo
share/locale/he/LC_MESSAGES/orca.mo
share/locale/hi/LC_MESSAGES/orca.mo share/locale/hi/LC_MESSAGES/orca.mo
share/locale/hu/LC_MESSAGES/orca.mo share/locale/hu/LC_MESSAGES/orca.mo
share/locale/it/LC_MESSAGES/orca.mo share/locale/it/LC_MESSAGES/orca.mo
@ -425,6 +429,7 @@ share/locale/pa/LC_MESSAGES/orca.mo
share/locale/pl/LC_MESSAGES/orca.mo share/locale/pl/LC_MESSAGES/orca.mo
share/locale/pt/LC_MESSAGES/orca.mo share/locale/pt/LC_MESSAGES/orca.mo
share/locale/pt_BR/LC_MESSAGES/orca.mo share/locale/pt_BR/LC_MESSAGES/orca.mo
share/locale/ro/LC_MESSAGES/orca.mo
share/locale/ru/LC_MESSAGES/orca.mo share/locale/ru/LC_MESSAGES/orca.mo
share/locale/rw/LC_MESSAGES/orca.mo share/locale/rw/LC_MESSAGES/orca.mo
share/locale/si/LC_MESSAGES/orca.mo share/locale/si/LC_MESSAGES/orca.mo

View file

@ -3,11 +3,11 @@
# Whom: Anders Nordby <anders@FreeBSD.org> # Whom: Anders Nordby <anders@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/archivers/file-roller/Makefile,v 1.150 2008/11/25 16:07:09 marcus Exp $ # $MCom: ports/archivers/file-roller/Makefile,v 1.155 2009/03/18 04:39:09 marcus Exp $
# #
PORTNAME= file-roller PORTNAME= file-roller
PORTVERSION= 2.24.3 PORTVERSION= 2.26.0
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= archivers gnome CATEGORIES= archivers gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (gnome2/file-roller-2.24.3.tar.bz2) = 20264b13cd27c6542c8289256d768c9c MD5 (gnome2/file-roller-2.26.0.tar.bz2) = 795c6b0a2b3b02c5f407b1d9f9b643ef
SHA256 (gnome2/file-roller-2.24.3.tar.bz2) = c15956b5348b4066f4e244be10db6f4ef802d316103d1d870c56d4347eb4dca1 SHA256 (gnome2/file-roller-2.26.0.tar.bz2) = 75b523ad80f315731aeb2c87e4d95716c1d20704b2d598eaad8aae3406cb9408
SIZE (gnome2/file-roller-2.24.3.tar.bz2) = 1484687 SIZE (gnome2/file-roller-2.26.0.tar.bz2) = 1509272

View file

@ -1,5 +1,4 @@
bin/file-roller bin/file-roller
lib/nautilus/extensions-2.0/libnautilus-fileroller.a
lib/nautilus/extensions-2.0/libnautilus-fileroller.la lib/nautilus/extensions-2.0/libnautilus-fileroller.la
lib/nautilus/extensions-2.0/libnautilus-fileroller.so lib/nautilus/extensions-2.0/libnautilus-fileroller.so
libexec/file-roller/isoinfo.sh libexec/file-roller/isoinfo.sh
@ -8,21 +7,21 @@ share/applications/file-roller.desktop
%%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/TODO
%%DATADIR%%/glade/add-options.glade
%%DATADIR%%/glade/batch-add-files.glade
%%DATADIR%%/glade/batch-password.glade
%%DATADIR%%/glade/delete.glade
%%DATADIR%%/glade/open-with.glade
%%DATADIR%%/glade/password.glade
%%DATADIR%%/glade/properties.glade
%%DATADIR%%/glade/new.glade
%%DATADIR%%/glade/update.glade
%%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png %%DATADIR%%/icons/hicolor/16x16/actions/add-files-to-archive.png
%%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png %%DATADIR%%/icons/hicolor/16x16/actions/add-folder-to-archive.png
%%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png %%DATADIR%%/icons/hicolor/16x16/actions/extract-archive.png
%%DATADIR%%/icons/hicolor/24x24/actions/add-files-to-archive.png %%DATADIR%%/icons/hicolor/24x24/actions/add-files-to-archive.png
%%DATADIR%%/icons/hicolor/24x24/actions/add-folder-to-archive.png %%DATADIR%%/icons/hicolor/24x24/actions/add-folder-to-archive.png
%%DATADIR%%/icons/hicolor/24x24/actions/extract-archive.png %%DATADIR%%/icons/hicolor/24x24/actions/extract-archive.png
%%DATADIR%%/ui/add-options.ui
%%DATADIR%%/ui/batch-add-files.ui
%%DATADIR%%/ui/batch-password.ui
%%DATADIR%%/ui/delete.ui
%%DATADIR%%/ui/new.ui
%%DATADIR%%/ui/open-with.ui
%%DATADIR%%/ui/password.ui
%%DATADIR%%/ui/properties.ui
%%DATADIR%%/ui/update.ui
share/gnome/help/file-roller/C/figures/file-roller_home.png share/gnome/help/file-roller/C/figures/file-roller_home.png
share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png share/gnome/help/file-roller/C/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/C/figures/file-roller_main_window.png share/gnome/help/file-roller/C/figures/file-roller_main_window.png
@ -48,6 +47,12 @@ share/gnome/help/file-roller/de/figures/file-roller_main_window.png
share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png share/gnome/help/file-roller/de/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/de/figures/file-roller_uparrow.png share/gnome/help/file-roller/de/figures/file-roller_uparrow.png
share/gnome/help/file-roller/de/file-roller.xml share/gnome/help/file-roller/de/file-roller.xml
share/gnome/help/file-roller/en_GB/figures/file-roller_home.png
share/gnome/help/file-roller/en_GB/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/en_GB/figures/file-roller_main_window.png
share/gnome/help/file-roller/en_GB/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/en_GB/figures/file-roller_uparrow.png
share/gnome/help/file-roller/en_GB/file-roller.xml
share/gnome/help/file-roller/es/figures/file-roller_home.png share/gnome/help/file-roller/es/figures/file-roller_home.png
share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png share/gnome/help/file-roller/es/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/es/figures/file-roller_main_window.png share/gnome/help/file-roller/es/figures/file-roller_main_window.png
@ -117,6 +122,7 @@ share/locale/af/LC_MESSAGES/file-roller.mo
share/locale/am/LC_MESSAGES/file-roller.mo share/locale/am/LC_MESSAGES/file-roller.mo
share/locale/ar/LC_MESSAGES/file-roller.mo share/locale/ar/LC_MESSAGES/file-roller.mo
share/locale/as/LC_MESSAGES/file-roller.mo share/locale/as/LC_MESSAGES/file-roller.mo
share/locale/ast/LC_MESSAGES/file-roller.mo
share/locale/az/LC_MESSAGES/file-roller.mo share/locale/az/LC_MESSAGES/file-roller.mo
share/locale/be/LC_MESSAGES/file-roller.mo share/locale/be/LC_MESSAGES/file-roller.mo
share/locale/be@latin/LC_MESSAGES/file-roller.mo share/locale/be@latin/LC_MESSAGES/file-roller.mo
@ -159,6 +165,7 @@ share/locale/ko/LC_MESSAGES/file-roller.mo
share/locale/ku/LC_MESSAGES/file-roller.mo share/locale/ku/LC_MESSAGES/file-roller.mo
share/locale/lt/LC_MESSAGES/file-roller.mo share/locale/lt/LC_MESSAGES/file-roller.mo
share/locale/lv/LC_MESSAGES/file-roller.mo share/locale/lv/LC_MESSAGES/file-roller.mo
share/locale/mai/LC_MESSAGES/file-roller.mo
share/locale/mg/LC_MESSAGES/file-roller.mo share/locale/mg/LC_MESSAGES/file-roller.mo
share/locale/mk/LC_MESSAGES/file-roller.mo share/locale/mk/LC_MESSAGES/file-roller.mo
share/locale/ml/LC_MESSAGES/file-roller.mo share/locale/ml/LC_MESSAGES/file-roller.mo
@ -204,6 +211,7 @@ share/omf/file-roller/file-roller-C.omf
share/omf/file-roller/file-roller-ca.omf share/omf/file-roller/file-roller-ca.omf
share/omf/file-roller/file-roller-bg.omf share/omf/file-roller/file-roller-bg.omf
share/omf/file-roller/file-roller-de.omf share/omf/file-roller/file-roller-de.omf
share/omf/file-roller/file-roller-en_GB.omf
share/omf/file-roller/file-roller-es.omf share/omf/file-roller/file-roller-es.omf
share/omf/file-roller/file-roller-fi.omf share/omf/file-roller/file-roller-fi.omf
share/omf/file-roller/file-roller-fr.omf share/omf/file-roller/file-roller-fr.omf
@ -235,6 +243,8 @@ share/omf/file-roller/file-roller-vi.omf
@dirrm share/gnome/help/file-roller/fi @dirrm share/gnome/help/file-roller/fi
@dirrm share/gnome/help/file-roller/es/figures @dirrm share/gnome/help/file-roller/es/figures
@dirrm share/gnome/help/file-roller/es @dirrm share/gnome/help/file-roller/es
@dirrm share/gnome/help/file-roller/en_GB/figures
@dirrm share/gnome/help/file-roller/en_GB
@dirrm share/gnome/help/file-roller/de/figures @dirrm share/gnome/help/file-roller/de/figures
@dirrm share/gnome/help/file-roller/de @dirrm share/gnome/help/file-roller/de
@dirrm share/gnome/help/file-roller/ca/figures @dirrm share/gnome/help/file-roller/ca/figures
@ -244,13 +254,13 @@ share/omf/file-roller/file-roller-vi.omf
@dirrm share/gnome/help/file-roller/C/figures @dirrm share/gnome/help/file-roller/C/figures
@dirrm share/gnome/help/file-roller/C @dirrm share/gnome/help/file-roller/C
@dirrm share/gnome/help/file-roller @dirrm share/gnome/help/file-roller
@dirrm %%DATADIR%%/ui
@dirrm %%DATADIR%%/icons/hicolor/24x24/actions @dirrm %%DATADIR%%/icons/hicolor/24x24/actions
@dirrm %%DATADIR%%/icons/hicolor/24x24 @dirrm %%DATADIR%%/icons/hicolor/24x24
@dirrm %%DATADIR%%/icons/hicolor/16x16/actions @dirrm %%DATADIR%%/icons/hicolor/16x16/actions
@dirrm %%DATADIR%%/icons/hicolor/16x16 @dirrm %%DATADIR%%/icons/hicolor/16x16
@dirrm %%DATADIR%%/icons/hicolor @dirrm %%DATADIR%%/icons/hicolor
@dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%% @dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry share/applications @dirrmtry share/applications
@ -283,6 +293,8 @@ share/omf/file-roller/file-roller-vi.omf
@dirrmtry share/locale/mr @dirrmtry share/locale/mr
@dirrmtry share/locale/mg/LC_MESSAGES @dirrmtry share/locale/mg/LC_MESSAGES
@dirrmtry share/locale/mg @dirrmtry share/locale/mg
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku @dirrmtry share/locale/ku
@dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy/LC_MESSAGES
@ -295,5 +307,7 @@ share/omf/file-roller/file-roller-vi.omf
@dirrmtry share/locale/bn_IN @dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin/LC_MESSAGES
@dirrmtry share/locale/be@latin @dirrmtry share/locale/be@latin
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as @dirrmtry share/locale/as

View file

@ -3,7 +3,7 @@
# Whom: Vincent Tantardini <vinc@freebsd-fr.org> # Whom: Vincent Tantardini <vinc@freebsd-fr.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/astro/glunarclock/Makefile,v 1.10 2008/08/23 18:22:58 mezz Exp $ # $MCom: ports/astro/glunarclock/Makefile,v 1.12 2009/04/07 03:25:51 marcus Exp $
# #
PORTNAME= glunarclock PORTNAME= glunarclock
@ -22,8 +22,9 @@ USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack
USE_GMAKE= yes USE_GMAKE= yes
USE_GETTEXT= yes USE_GETTEXT= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="`pkg-config --libs libgnomeui-2.0`"
INSTALLS_OMF= yes INSTALLS_OMF= yes
PLIST_SUB= VERSION="${PORTVERSION:R}" PLIST_SUB= VERSION="${PORTVERSION:R}"

View file

@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/audio/gnome-media/Makefile,v 1.123 2008/09/24 03:17:39 mezz Exp $ # $MCom: ports/audio/gnome-media/Makefile,v 1.130 2009/03/17 22:20:16 kwm Exp $
# #
PORTNAME= gnome-media PORTNAME= gnome-media
PORTVERSION= 2.24.0.1 PORTVERSION= 2.26.0
CATEGORIES= audio gnome CATEGORIES= audio gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -15,6 +15,10 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
COMMENT= Multimedia applications for the GNOME 2 desktop COMMENT= Multimedia applications for the GNOME 2 desktop
LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio \
canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
USE_BZIP2= yes USE_BZIP2= yes
USE_GETTEXT= yes USE_GETTEXT= yes
INSTALLS_OMF= yes INSTALLS_OMF= yes
@ -23,15 +27,14 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNOME_DESKTOP_VERSION=2 GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop nautiluscdburner USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop
USE_GSTREAMER= cdparanoia esound gconf good USE_GSTREAMER= cdparanoia esound gconf good
CONFIGURE_ARGS= --enable-ipv6 CONFIGURE_ARGS= --enable-ipv6
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= gnome-audio-profiles.schemas \ GCONF_SCHEMAS= gnome-audio-profiles.schemas \
gnome-sound-recorder.schemas \ gnome-sound-recorder.schemas
gnome-volume-control.schemas
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-media-2.24.0.1.tar.bz2) = d0a9b0784872cecd09038aceea22e16f MD5 (gnome2/gnome-media-2.26.0.tar.bz2) = 3d519bc7d812aed8f6e4288b6d3cdf26
SHA256 (gnome2/gnome-media-2.24.0.1.tar.bz2) = bfa79a9bea5ba6f73a6b0a232917bc7eefbed69819e42d0b09372b0c7ed3e853 SHA256 (gnome2/gnome-media-2.26.0.tar.bz2) = 39e7646d0790e05a010da1eb2d7552dcb5311abd72f001477c9c465d7146b9f7
SIZE (gnome2/gnome-media-2.24.0.1.tar.bz2) = 2344888 SIZE (gnome2/gnome-media-2.26.0.tar.bz2) = 2662523

View file

@ -1,7 +1,9 @@
bin/gnome-audio-profiles-properties bin/gnome-audio-profiles-properties
bin/gnome-sound-recorder bin/gnome-sound-recorder
bin/gnome-volume-control bin/gnome-volume-control
bin/gnome-volume-control-applet
bin/gstreamer-properties bin/gstreamer-properties
etc/xdg/autostart/gnome-volume-control-applet.desktop
include/gnome-media/profiles/audio-profile-choose.h include/gnome-media/profiles/audio-profile-choose.h
include/gnome-media/profiles/audio-profile-edit.h include/gnome-media/profiles/audio-profile-edit.h
include/gnome-media/profiles/audio-profile.h include/gnome-media/profiles/audio-profile.h
@ -19,8 +21,27 @@ share/applications/gnome-sound-recorder.desktop
share/applications/gnome-volume-control.desktop share/applications/gnome-volume-control.desktop
share/applications/gstreamer-properties.desktop share/applications/gstreamer-properties.desktop
%%DATADIR%%/glade/gnome-audio-profiles.glade2 %%DATADIR%%/glade/gnome-audio-profiles.glade2
%%DATADIR%%/pixmaps/chain-broken.png %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png
%%DATADIR%%/pixmaps/chain.png %%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png
%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-high.png
%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-low.png
%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-high.png
%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-low.png
%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-high.png
%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-low.png
%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-medium.png
%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-muted.png
%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-high.svg
%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-low.svg
%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-medium.svg
%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-muted.svg
%%DATADIR%%/sounds/gnome-sounds-default.xml
share/gnome-sound-recorder/ui/ui.xml share/gnome-sound-recorder/ui/ui.xml
share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml
@ -29,6 +50,8 @@ share/gnome/help/gnome-sound-recorder/ca/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/ca/gnome-sound-recorder.xml share/gnome/help/gnome-sound-recorder/ca/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/de/figures/grecord_window.png share/gnome/help/gnome-sound-recorder/de/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/de/gnome-sound-recorder.xml share/gnome/help/gnome-sound-recorder/de/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/en_GB/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/en_GB/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/es/figures/grecord_window.png share/gnome/help/gnome-sound-recorder/es/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/es/gnome-sound-recorder.xml share/gnome/help/gnome-sound-recorder/es/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/fr/figures/grecord_window.png share/gnome/help/gnome-sound-recorder/fr/figures/grecord_window.png
@ -43,25 +66,6 @@ share/gnome/help/gnome-sound-recorder/sv/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/sv/gnome-sound-recorder.xml share/gnome/help/gnome-sound-recorder/sv/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml
share/gnome/help/gnome-volume-control/C/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/C/legal.xml
share/gnome/help/gnome-volume-control/ca/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/ca/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/de/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/de/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/es/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/es/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/fr/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/fr/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/it/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/it/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/oc/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/oc/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/ru/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/ru/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/sv/figures/gnome-volume-control_window.png
share/gnome/help/gnome-volume-control/sv/gnome-volume-control.xml
share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png
share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml
share/gnome/help/gstreamer-properties/C/legal.xml share/gnome/help/gstreamer-properties/C/legal.xml
@ -69,6 +73,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/ca/gstreamer-properties.xml
share/gnome/help/gstreamer-properties/de/figures/gstreamer_properties_window.png 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/de/gstreamer-properties.xml
share/gnome/help/gstreamer-properties/en_GB/figures/gstreamer_properties_window.png
share/gnome/help/gstreamer-properties/en_GB/gstreamer-properties.xml
share/gnome/help/gstreamer-properties/es/figures/gstreamer_properties_window.png share/gnome/help/gstreamer-properties/es/figures/gstreamer_properties_window.png
share/gnome/help/gstreamer-properties/es/gstreamer-properties.xml share/gnome/help/gstreamer-properties/es/gstreamer-properties.xml
share/gnome/help/gstreamer-properties/fr/figures/gstreamer_properties_window.png share/gnome/help/gstreamer-properties/fr/figures/gstreamer_properties_window.png
@ -81,20 +87,26 @@ share/gnome/help/gstreamer-properties/ru/figures/gstreamer_properties_window.png
share/gnome/help/gstreamer-properties/ru/gstreamer-properties.xml share/gnome/help/gstreamer-properties/ru/gstreamer-properties.xml
share/gnome/help/gstreamer-properties/sv/figures/gstreamer_properties_window.png share/gnome/help/gstreamer-properties/sv/figures/gstreamer_properties_window.png
share/gnome/help/gstreamer-properties/sv/gstreamer-properties.xml share/gnome/help/gstreamer-properties/sv/gstreamer-properties.xml
share/gnome/help/gstreamer-properties/th/figures/gstreamer_properties_window.png
share/gnome/help/gstreamer-properties/th/gstreamer-properties.xml
share/gstreamer-properties/glade/gstreamer-properties.glade share/gstreamer-properties/glade/gstreamer-properties.glade
share/gstreamer-properties/icons/gstreamer-properties.png share/gstreamer-properties/icons/gstreamer-properties.png
share/icons/hicolor/16x16/apps/gnome-sound-recorder.png share/icons/hicolor/16x16/apps/gnome-sound-recorder.png
share/icons/hicolor/16x16/devices/gvc-3d-sound.png share/icons/hicolor/16x16/apps/gnome-volume-control.png
share/icons/hicolor/16x16/devices/gvc-headphones.png share/icons/hicolor/16x16/apps/gnome-volume-control.svg
share/icons/hicolor/16x16/devices/gvc-line-in.png
share/icons/hicolor/16x16/devices/gvc-tone.png
share/icons/hicolor/16x16/status/audio-input-microphone-muted.png
share/icons/hicolor/22x22/apps/gnome-sound-recorder.png share/icons/hicolor/22x22/apps/gnome-sound-recorder.png
share/icons/hicolor/22x22/apps/gnome-volume-control.png
share/icons/hicolor/22x22/apps/gnome-volume-control.svg
share/icons/hicolor/24x24/apps/gnome-sound-recorder.png share/icons/hicolor/24x24/apps/gnome-sound-recorder.png
share/icons/hicolor/24x24/apps/gnome-volume-control.png
share/icons/hicolor/32x32/apps/gnome-sound-recorder.png share/icons/hicolor/32x32/apps/gnome-sound-recorder.png
share/icons/hicolor/32x32/apps/gnome-volume-control.png
share/icons/hicolor/32x32/apps/gnome-volume-control.svg
share/icons/hicolor/48x48/apps/gnome-sound-recorder.png share/icons/hicolor/48x48/apps/gnome-sound-recorder.png
share/icons/hicolor/48x48/apps/gnome-volume-control.png
share/icons/hicolor/48x48/apps/gstreamer-properties.png share/icons/hicolor/48x48/apps/gstreamer-properties.png
share/icons/hicolor/scalable/apps/gnome-sound-recorder.svg share/icons/hicolor/scalable/apps/gnome-sound-recorder.svg
share/icons/hicolor/scalable/apps/gnome-volume-control.svg
share/locale/am/LC_MESSAGES/gnome-media-2.0.mo share/locale/am/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo
share/locale/as/LC_MESSAGES/gnome-media-2.0.mo share/locale/as/LC_MESSAGES/gnome-media-2.0.mo
@ -137,6 +149,7 @@ share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ku/LC_MESSAGES/gnome-media-2.0.mo share/locale/ku/LC_MESSAGES/gnome-media-2.0.mo
share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo
share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo
share/locale/mai/LC_MESSAGES/gnome-media-2.0.mo
share/locale/mg/LC_MESSAGES/gnome-media-2.0.mo share/locale/mg/LC_MESSAGES/gnome-media-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo
@ -178,6 +191,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
share/omf/gnome-sound-recorder/gnome-sound-recorder-C.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-C.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-ca.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-ca.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-de.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-de.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-en_GB.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-es.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-es.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-fr.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-fr.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-it.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-it.omf
@ -185,30 +199,31 @@ share/omf/gnome-sound-recorder/gnome-sound-recorder-oc.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-ru.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-ru.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-sv.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-sv.omf
share/omf/gnome-sound-recorder/gnome-sound-recorder-uk.omf share/omf/gnome-sound-recorder/gnome-sound-recorder-uk.omf
share/omf/gnome-volume-control/gnome-volume-control-C.omf
share/omf/gnome-volume-control/gnome-volume-control-ca.omf
share/omf/gnome-volume-control/gnome-volume-control-de.omf
share/omf/gnome-volume-control/gnome-volume-control-es.omf
share/omf/gnome-volume-control/gnome-volume-control-fr.omf
share/omf/gnome-volume-control/gnome-volume-control-it.omf
share/omf/gnome-volume-control/gnome-volume-control-oc.omf
share/omf/gnome-volume-control/gnome-volume-control-ru.omf
share/omf/gnome-volume-control/gnome-volume-control-sv.omf
share/omf/gstreamer-properties/gstreamer-properties-C.omf share/omf/gstreamer-properties/gstreamer-properties-C.omf
share/omf/gstreamer-properties/gstreamer-properties-ca.omf share/omf/gstreamer-properties/gstreamer-properties-ca.omf
share/omf/gstreamer-properties/gstreamer-properties-de.omf share/omf/gstreamer-properties/gstreamer-properties-de.omf
share/omf/gstreamer-properties/gstreamer-properties-en_GB.omf
share/omf/gstreamer-properties/gstreamer-properties-es.omf share/omf/gstreamer-properties/gstreamer-properties-es.omf
share/omf/gstreamer-properties/gstreamer-properties-fr.omf share/omf/gstreamer-properties/gstreamer-properties-fr.omf
share/omf/gstreamer-properties/gstreamer-properties-it.omf share/omf/gstreamer-properties/gstreamer-properties-it.omf
share/omf/gstreamer-properties/gstreamer-properties-oc.omf share/omf/gstreamer-properties/gstreamer-properties-oc.omf
share/omf/gstreamer-properties/gstreamer-properties-ru.omf share/omf/gstreamer-properties/gstreamer-properties-ru.omf
share/omf/gstreamer-properties/gstreamer-properties-sv.omf share/omf/gstreamer-properties/gstreamer-properties-sv.omf
share/omf/gstreamer-properties/gstreamer-properties-th.omf
share/sounds/gnome/default/alerts/bark.ogg
share/sounds/gnome/default/alerts/drip.ogg
share/sounds/gnome/default/alerts/glass.ogg
share/sounds/gnome/default/alerts/sonar.ogg
@dirrm share/sounds/gnome/default/alerts
@dirrm share/sounds/gnome/default
@dirrm share/sounds/gnome
@dirrm share/omf/gstreamer-properties @dirrm share/omf/gstreamer-properties
@dirrm share/omf/gnome-volume-control
@dirrm share/omf/gnome-sound-recorder @dirrm share/omf/gnome-sound-recorder
@dirrm share/gstreamer-properties/icons @dirrm share/gstreamer-properties/icons
@dirrm share/gstreamer-properties/glade @dirrm share/gstreamer-properties/glade
@dirrm share/gstreamer-properties @dirrm share/gstreamer-properties
@dirrm share/gnome/help/gstreamer-properties/th/figures
@dirrm share/gnome/help/gstreamer-properties/th
@dirrm share/gnome/help/gstreamer-properties/sv/figures @dirrm share/gnome/help/gstreamer-properties/sv/figures
@dirrm share/gnome/help/gstreamer-properties/sv @dirrm share/gnome/help/gstreamer-properties/sv
@dirrm share/gnome/help/gstreamer-properties/ru/figures @dirrm share/gnome/help/gstreamer-properties/ru/figures
@ -221,6 +236,8 @@ share/omf/gstreamer-properties/gstreamer-properties-sv.omf
@dirrm share/gnome/help/gstreamer-properties/fr @dirrm share/gnome/help/gstreamer-properties/fr
@dirrm share/gnome/help/gstreamer-properties/es/figures @dirrm share/gnome/help/gstreamer-properties/es/figures
@dirrm share/gnome/help/gstreamer-properties/es @dirrm share/gnome/help/gstreamer-properties/es
@dirrm share/gnome/help/gstreamer-properties/en_GB/figures
@dirrm share/gnome/help/gstreamer-properties/en_GB
@dirrm share/gnome/help/gstreamer-properties/de/figures @dirrm share/gnome/help/gstreamer-properties/de/figures
@dirrm share/gnome/help/gstreamer-properties/de @dirrm share/gnome/help/gstreamer-properties/de
@dirrm share/gnome/help/gstreamer-properties/ca/figures @dirrm share/gnome/help/gstreamer-properties/ca/figures
@ -228,25 +245,6 @@ share/omf/gstreamer-properties/gstreamer-properties-sv.omf
@dirrm share/gnome/help/gstreamer-properties/C/figures @dirrm share/gnome/help/gstreamer-properties/C/figures
@dirrm share/gnome/help/gstreamer-properties/C @dirrm share/gnome/help/gstreamer-properties/C
@dirrm share/gnome/help/gstreamer-properties @dirrm share/gnome/help/gstreamer-properties
@dirrm share/gnome/help/gnome-volume-control/sv/figures
@dirrm share/gnome/help/gnome-volume-control/sv
@dirrm share/gnome/help/gnome-volume-control/ru/figures
@dirrm share/gnome/help/gnome-volume-control/ru
@dirrm share/gnome/help/gnome-volume-control/oc/figures
@dirrm share/gnome/help/gnome-volume-control/oc
@dirrm share/gnome/help/gnome-volume-control/it/figures
@dirrm share/gnome/help/gnome-volume-control/it
@dirrm share/gnome/help/gnome-volume-control/fr/figures
@dirrm share/gnome/help/gnome-volume-control/fr
@dirrm share/gnome/help/gnome-volume-control/es/figures
@dirrm share/gnome/help/gnome-volume-control/es
@dirrm share/gnome/help/gnome-volume-control/de/figures
@dirrm share/gnome/help/gnome-volume-control/de
@dirrm share/gnome/help/gnome-volume-control/ca/figures
@dirrm share/gnome/help/gnome-volume-control/ca
@dirrm share/gnome/help/gnome-volume-control/C/figures
@dirrm share/gnome/help/gnome-volume-control/C
@dirrm share/gnome/help/gnome-volume-control
@dirrm share/gnome/help/gnome-sound-recorder/uk/figures @dirrm share/gnome/help/gnome-sound-recorder/uk/figures
@dirrm share/gnome/help/gnome-sound-recorder/uk @dirrm share/gnome/help/gnome-sound-recorder/uk
@dirrm share/gnome/help/gnome-sound-recorder/sv/figures @dirrm share/gnome/help/gnome-sound-recorder/sv/figures
@ -261,6 +259,8 @@ share/omf/gstreamer-properties/gstreamer-properties-sv.omf
@dirrm share/gnome/help/gnome-sound-recorder/fr @dirrm share/gnome/help/gnome-sound-recorder/fr
@dirrm share/gnome/help/gnome-sound-recorder/es/figures @dirrm share/gnome/help/gnome-sound-recorder/es/figures
@dirrm share/gnome/help/gnome-sound-recorder/es @dirrm share/gnome/help/gnome-sound-recorder/es
@dirrm share/gnome/help/gnome-sound-recorder/en_GB/figures
@dirrm share/gnome/help/gnome-sound-recorder/en_GB
@dirrm share/gnome/help/gnome-sound-recorder/de/figures @dirrm share/gnome/help/gnome-sound-recorder/de/figures
@dirrm share/gnome/help/gnome-sound-recorder/de @dirrm share/gnome/help/gnome-sound-recorder/de
@dirrm share/gnome/help/gnome-sound-recorder/ca/figures @dirrm share/gnome/help/gnome-sound-recorder/ca/figures
@ -270,7 +270,19 @@ share/omf/gstreamer-properties/gstreamer-properties-sv.omf
@dirrm share/gnome/help/gnome-sound-recorder @dirrm share/gnome/help/gnome-sound-recorder
@dirrm share/gnome-sound-recorder/ui @dirrm share/gnome-sound-recorder/ui
@dirrm share/gnome-sound-recorder @dirrm share/gnome-sound-recorder
@dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%/icons/hicolor/scalable/status
@dirrm %%DATADIR%%/icons/hicolor/scalable
@dirrm %%DATADIR%%/icons/hicolor/32x32/status
@dirrm %%DATADIR%%/icons/hicolor/32x32
@dirrm %%DATADIR%%/icons/hicolor/24x24/status
@dirrm %%DATADIR%%/icons/hicolor/24x24
@dirrm %%DATADIR%%/icons/hicolor/22x22/status
@dirrm %%DATADIR%%/icons/hicolor/22x22
@dirrm %%DATADIR%%/icons/hicolor/16x16/status
@dirrm %%DATADIR%%/icons/hicolor/16x16
@dirrm %%DATADIR%%/icons/hicolor
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/glade @dirrm %%DATADIR%%/glade
@dirrm %%DATADIR%% @dirrm %%DATADIR%%
@dirrmtry share/applications @dirrmtry share/applications
@ -294,6 +306,8 @@ share/omf/gstreamer-properties/gstreamer-properties-sv.omf
@dirrmtry share/locale/mr @dirrmtry share/locale/mr
@dirrmtry share/locale/mg/LC_MESSAGES @dirrmtry share/locale/mg/LC_MESSAGES
@dirrmtry share/locale/mg @dirrmtry share/locale/mg
@dirrmtry share/locale/mai/LC_MESSAGES
@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku @dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz/LC_MESSAGES

View file

@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/audio/pulseaudio/Makefile,v 1.10 2008/03/20 16:07:21 mezz Exp $ # $MCom: ports/audio/pulseaudio/Makefile,v 1.16 2009/04/09 04:36:26 marcus Exp $
# #
PORTNAME= pulseaudio PORTNAME= pulseaudio
PORTVERSION= 0.9.14 PORTVERSION= 0.9.14
PORTREVISION= 2
CATEGORIES= audio CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
@ -23,6 +24,7 @@ LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
USE_GNOME= gnometarget gnomehack glib20 intltool ltverhack USE_GNOME= gnometarget gnomehack glib20 intltool ltverhack
USE_XORG= x11 sm USE_XORG= x11 sm
USE_LDCONFIG= yes USE_LDCONFIG= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_AUTOTOOLS= libltdl:15 libtool:15 USE_AUTOTOOLS= libltdl:15 libtool:15
USE_GMAKE= yes USE_GMAKE= yes
@ -49,9 +51,9 @@ MAN5= default.pa.5 pulse-client.conf.5 pulse-daemon.conf.5
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" #.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64 #BROKEN= Does not compile on sparc64
.endif #.endif
.if defined(WITH_JACK) .if defined(WITH_JACK)
LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack LIB_DEPENDS+= jack.0:${PORTSDIR}/audio/jack

View file

@ -1,6 +1,6 @@
--- src/daemon/main.c.orig Thu Jul 12 00:04:22 2007 --- src/daemon/main.c.orig 2009-01-12 18:11:38.000000000 -0500
+++ src/daemon/main.c Thu Jul 12 00:04:40 2007 +++ src/daemon/main.c 2009-03-07 19:56:16.000000000 -0500
@@ -40,6 +40,7 @@ @@ -37,6 +37,7 @@
#include <unistd.h> #include <unistd.h>
#include <locale.h> #include <locale.h>
#include <sys/types.h> #include <sys/types.h>
@ -8,3 +8,21 @@
#include <liboil/liboil.h> #include <liboil/liboil.h>
@@ -689,7 +690,7 @@ int main(int argc, char *argv[]) {
* first take the autospawn lock to make things
* synchronous. */
- if ((autospawn_fd = pa_autospawn_lock_init()) < 0) {
+ /*if ((autospawn_fd = pa_autospawn_lock_init()) < 0) {
pa_log("Failed to initialize autospawn lock");
goto finish;
}
@@ -699,7 +700,7 @@ int main(int argc, char *argv[]) {
goto finish;
}
- autospawn_locked = TRUE;
+ autospawn_locked = TRUE;*/
}
if (conf->daemonize) {

View file

@ -0,0 +1,11 @@
--- src/daemon/start-pulseaudio-x11.in.orig 2009-03-07 19:48:47.000000000 -0500
+++ src/daemon/start-pulseaudio-x11.in 2009-03-07 19:48:56.000000000 -0500
@@ -19,7 +19,7 @@
set -e
-@PA_BINARY@ --start "$@"
+@PA_BINARY@ -D "$@"
if [ x"$DISPLAY" != x ] ; then

View file

@ -0,0 +1,11 @@
--- src/pulse/context.c.orig 2009-03-08 14:33:36.000000000 -0400
+++ src/pulse/context.c 2009-03-08 14:33:42.000000000 -0400
@@ -664,7 +664,7 @@ static int context_autospawn(pa_context
n = 0;
argv[n++] = c->conf->daemon_binary;
- argv[n++] = "--start";
+ argv[n++] = "-D";
while (n < MAX_ARGS) {
char *a;

View file

@ -156,6 +156,4 @@ share/locale/sv/LC_MESSAGES/pulseaudio.mo
@dirrm lib/pulse-%%PULSE_VERSION%%/modules @dirrm lib/pulse-%%PULSE_VERSION%%/modules
@dirrm lib/pulse-%%PULSE_VERSION%% @dirrm lib/pulse-%%PULSE_VERSION%%
@dirrm include/pulse @dirrm include/pulse
@dirrmtry etc/xdg/autostart
@dirrmtry etc/xdg
@dirrm etc/pulse @dirrm etc/pulse

View file

@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom$ # $MCom: ports/audio/rhythmbox/Makefile,v 1.97 2009/04/09 03:24:06 mezz Exp $
# #
PORTNAME= rhythmbox PORTNAME= rhythmbox
PORTVERSION= 0.12.0 PORTVERSION= 0.12.0
PORTREVISION= 2
CATEGORIES= audio gnome CATEGORIES= audio gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -22,17 +23,19 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
soup-2.4.1:${PORTSDIR}/devel/libsoup \ soup-2.4.1:${PORTSDIR}/devel/libsoup \
gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \
brasero-media.1:${PORTSDIR}/sysutils/brasero
USE_BZIP2= yes USE_BZIP2= yes
USE_GETTEXT= yes USE_GETTEXT= yes
INSTALLS_OMF= yes INSTALLS_OMF= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautilus2
WANT_GNOME= yes WANT_GNOME= yes
USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --disable-vala CONFIGURE_ARGS= --disable-vala --with-libbrasero-media \
--without-libnautilus-burn
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ENV= LIBS="-lm" \ CONFIGURE_ENV= LIBS="-lm" \
@ -48,7 +51,7 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \
VORBIS "Enable Ogg/Vorbis support" on \ VORBIS "Enable Ogg/Vorbis support" on \
LIRC "Enable Infrared syncing support" off \ LIRC "Enable Infrared syncing support" off \
MTP "Enable MS Media Transfer Protocol support" off \ MTP "Enable MS Media Transfer Protocol support" off \
GECKO_PLUGIN "Enable iTunes browser plugin" on ITMS_PLUGIN "Enable iTunes browser plugin" on
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
@ -120,20 +123,17 @@ CONFIGURE_ARGS+=--without-ipod
PLIST_SUB+= IPOD="@comment " PLIST_SUB+= IPOD="@comment "
.endif .endif
.if !defined(WITHOUT_GECKO_PLUGIN) .if !defined(WITHOUT_ITMS_PLUGIN)
USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox-devel<->firefox
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
USE_WEBPLUGINS= gecko18 USE_WEBPLUGINS= gecko18
WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so
.include "${PORTSDIR}/www/firefox/Makefile.webplugins" .include "${PORTSDIR}/www/firefox/Makefile.webplugins"
CONFIGURE_ARGS+=--enable-browser-plugin CONFIGURE_ARGS+=--enable-browser-plugin
CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR}
PLIST_SUB+= GECKO_PLUGIN="" PLIST_SUB+= ITMS_PLUGIN=""
.else .else
CONFIGURE_ARGS+=--disable-browser-plugin CONFIGURE_ARGS+=--disable-browser-plugin
PLIST_SUB+= GECKO_PLUGIN="@comment " PLIST_SUB+= ITMS_PLUGIN="@comment "
.endif .endif
.include <bsd.port.post.mk> .include <bsd.port.post.mk>

View file

@ -1,8 +1,8 @@
bin/rhythmbox bin/rhythmbox
bin/rhythmbox-client bin/rhythmbox-client
%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a %%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a
%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la %%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la
%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so %%ITMS_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so
lib/librhythmbox-core.a lib/librhythmbox-core.a
lib/librhythmbox-core.la lib/librhythmbox-core.la
lib/librhythmbox-core.so lib/librhythmbox-core.so
@ -44,7 +44,6 @@ lib/rhythmbox/plugins/cd-recorder/cd-recorder.rb-plugin
lib/rhythmbox/plugins/cd-recorder/libcd-recorder.a lib/rhythmbox/plugins/cd-recorder/libcd-recorder.a
lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la
lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so
lib/rhythmbox/plugins/cd-recorder/recorder.glade
%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.glade %%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.glade
%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml %%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml
%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin %%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin

View file

@ -3,12 +3,11 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org> # Whom: Alexander Nedotsukov <bland@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/audio/sound-juicer/Makefile,v 1.87 2008/09/21 06:37:08 kwm Exp $ # $MCom: ports/audio/sound-juicer/Makefile,v 1.91 2009/03/18 04:24:29 marcus Exp $
# #
PORTNAME= sound-juicer PORTNAME= sound-juicer
PORTVERSION= 2.24.0 PORTVERSION= 2.26.0
PORTREVISION= 1
CATEGORIES= audio gnome CATEGORIES= audio gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -17,16 +16,19 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Clean, mean and lean CD ripper for GNOME2 COMMENT= Clean, mean and lean CD ripper for GNOME2
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \
gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \
cdio.8:${PORTSDIR}/sysutils/libcdio \ cdio.8:${PORTSDIR}/sysutils/libcdio \
tag.6:${PORTSDIR}/audio/taglib tag.6:${PORTSDIR}/audio/taglib \
canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
brasero-media.1:${PORTSDIR}/sysutils/brasero
USE_BZIP2= yes USE_BZIP2= yes
USE_GETTEXT= yes USE_GETTEXT= yes
USE_GMAKE= yes USE_GMAKE= yes
INSTALLS_OMF= yes INSTALLS_OMF= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ USE_GNOME= gnomehack intlhack gnomeprefix gconf2 libglade2 gnomedocutils
gnomedocutils
USE_GSTREAMER= cdparanoia vorbis flac gconf good gio USE_GSTREAMER= cdparanoia vorbis flac gconf good gio
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-ignore-missing-cd CONFIGURE_ARGS= --enable-ignore-missing-cd

View file

@ -1,3 +1,3 @@
MD5 (gnome2/sound-juicer-2.24.0.tar.bz2) = 504979aadec8df1e59c1050bc968b2aa MD5 (gnome2/sound-juicer-2.26.0.tar.bz2) = 6dd30f5a8119f9698eabd8220d5c5392
SHA256 (gnome2/sound-juicer-2.24.0.tar.bz2) = 66a6573465c5458daf7802a0aea729af68a2b87a2833ad1798797b6d69e8af5f SHA256 (gnome2/sound-juicer-2.26.0.tar.bz2) = 49b6cbe3f74503a0cf0010332d2e6a1723f6e1a5ae3cb74f543147a4a483db66
SIZE (gnome2/sound-juicer-2.24.0.tar.bz2) = 1834986 SIZE (gnome2/sound-juicer-2.26.0.tar.bz2) = 1989403

View file

@ -4,6 +4,10 @@ share/gnome/help/sound-juicer/C/figures/prefs.png
share/gnome/help/sound-juicer/C/figures/startup.png share/gnome/help/sound-juicer/C/figures/startup.png
share/gnome/help/sound-juicer/C/legal.xml share/gnome/help/sound-juicer/C/legal.xml
share/gnome/help/sound-juicer/C/sound-juicer.xml share/gnome/help/sound-juicer/C/sound-juicer.xml
share/gnome/help/sound-juicer/ar/figures/prefs.png
share/gnome/help/sound-juicer/ar/figures/startup.png
share/gnome/help/sound-juicer/ar/legal.xml
share/gnome/help/sound-juicer/ar/sound-juicer.xml
share/gnome/help/sound-juicer/ca/figures/prefs.png share/gnome/help/sound-juicer/ca/figures/prefs.png
share/gnome/help/sound-juicer/ca/figures/startup.png share/gnome/help/sound-juicer/ca/figures/startup.png
share/gnome/help/sound-juicer/ca/legal.xml share/gnome/help/sound-juicer/ca/legal.xml
@ -24,6 +28,10 @@ share/gnome/help/sound-juicer/es/figures/prefs.png
share/gnome/help/sound-juicer/es/figures/startup.png share/gnome/help/sound-juicer/es/figures/startup.png
share/gnome/help/sound-juicer/es/legal.xml share/gnome/help/sound-juicer/es/legal.xml
share/gnome/help/sound-juicer/es/sound-juicer.xml share/gnome/help/sound-juicer/es/sound-juicer.xml
share/gnome/help/sound-juicer/eu/figures/prefs.png
share/gnome/help/sound-juicer/eu/figures/startup.png
share/gnome/help/sound-juicer/eu/legal.xml
share/gnome/help/sound-juicer/eu/sound-juicer.xml
share/gnome/help/sound-juicer/fr/figures/prefs.png share/gnome/help/sound-juicer/fr/figures/prefs.png
share/gnome/help/sound-juicer/fr/figures/startup.png share/gnome/help/sound-juicer/fr/figures/startup.png
share/gnome/help/sound-juicer/fr/legal.xml share/gnome/help/sound-juicer/fr/legal.xml
@ -96,6 +104,7 @@ share/locale/id/LC_MESSAGES/sound-juicer.mo
share/locale/it/LC_MESSAGES/sound-juicer.mo share/locale/it/LC_MESSAGES/sound-juicer.mo
share/locale/ja/LC_MESSAGES/sound-juicer.mo share/locale/ja/LC_MESSAGES/sound-juicer.mo
share/locale/ka/LC_MESSAGES/sound-juicer.mo share/locale/ka/LC_MESSAGES/sound-juicer.mo
share/locale/kn/LC_MESSAGES/sound-juicer.mo
share/locale/ko/LC_MESSAGES/sound-juicer.mo share/locale/ko/LC_MESSAGES/sound-juicer.mo
share/locale/ku/LC_MESSAGES/sound-juicer.mo share/locale/ku/LC_MESSAGES/sound-juicer.mo
share/locale/lt/LC_MESSAGES/sound-juicer.mo share/locale/lt/LC_MESSAGES/sound-juicer.mo
@ -137,11 +146,13 @@ share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo
share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo
share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo
share/omf/sound-juicer/sound-juicer-C.omf share/omf/sound-juicer/sound-juicer-C.omf
share/omf/sound-juicer/sound-juicer-ar.omf
share/omf/sound-juicer/sound-juicer-ca.omf share/omf/sound-juicer/sound-juicer-ca.omf
share/omf/sound-juicer/sound-juicer-de.omf share/omf/sound-juicer/sound-juicer-de.omf
share/omf/sound-juicer/sound-juicer-el.omf share/omf/sound-juicer/sound-juicer-el.omf
share/omf/sound-juicer/sound-juicer-en_GB.omf share/omf/sound-juicer/sound-juicer-en_GB.omf
share/omf/sound-juicer/sound-juicer-es.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-fr.omf
share/omf/sound-juicer/sound-juicer-nl.omf share/omf/sound-juicer/sound-juicer-nl.omf
share/omf/sound-juicer/sound-juicer-oc.omf share/omf/sound-juicer/sound-juicer-oc.omf
@ -169,6 +180,8 @@ share/omf/sound-juicer/sound-juicer-uk.omf
@dirrm share/gnome/help/sound-juicer/nl @dirrm share/gnome/help/sound-juicer/nl
@dirrm share/gnome/help/sound-juicer/fr/figures @dirrm share/gnome/help/sound-juicer/fr/figures
@dirrm share/gnome/help/sound-juicer/fr @dirrm share/gnome/help/sound-juicer/fr
@dirrm share/gnome/help/sound-juicer/eu/figures
@dirrm share/gnome/help/sound-juicer/eu
@dirrm share/gnome/help/sound-juicer/es/figures @dirrm share/gnome/help/sound-juicer/es/figures
@dirrm share/gnome/help/sound-juicer/es @dirrm share/gnome/help/sound-juicer/es
@dirrm share/gnome/help/sound-juicer/en_GB/figures @dirrm share/gnome/help/sound-juicer/en_GB/figures
@ -179,6 +192,8 @@ share/omf/sound-juicer/sound-juicer-uk.omf
@dirrm share/gnome/help/sound-juicer/de @dirrm share/gnome/help/sound-juicer/de
@dirrm share/gnome/help/sound-juicer/ca/figures @dirrm share/gnome/help/sound-juicer/ca/figures
@dirrm share/gnome/help/sound-juicer/ca @dirrm share/gnome/help/sound-juicer/ca
@dirrm share/gnome/help/sound-juicer/ar/figures
@dirrm share/gnome/help/sound-juicer/ar
@dirrm share/gnome/help/sound-juicer/C/figures @dirrm share/gnome/help/sound-juicer/C/figures
@dirrm share/gnome/help/sound-juicer/C @dirrm share/gnome/help/sound-juicer/C
@dirrm share/gnome/help/sound-juicer @dirrm share/gnome/help/sound-juicer

View file

@ -7,7 +7,7 @@
PORTNAME= gnokii PORTNAME= gnokii
PORTVERSION= 0.6.27 PORTVERSION= 0.6.27
PORTREVISION= 1 PORTREVISION= 2
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= comms CATEGORIES= comms
MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ MASTER_SITES= http://www.gnokii.org/download/gnokii/ \
@ -53,7 +53,7 @@ OPTIONS= ICAL "Build with IETF iCal support" off \
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libical.so) || defined(WITH_ICAL) .if exists(${LOCALBASE}/lib/libical.so) || defined(WITH_ICAL)
LIB_DEPENDS+= ical.42:${PORTSDIR}/devel/libical LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical
.endif .endif
.if ${OSVERSION} < 800069 .if ${OSVERSION} < 800069

View file

@ -7,14 +7,14 @@
PORTNAME= ical2html PORTNAME= ical2html
PORTVERSION= 0.4 PORTVERSION= 0.4
PORTREVISION= 2 PORTREVISION= 3
CATEGORIES= converters CATEGORIES= converters
MASTER_SITES= http://www.w3.org/Tools/Ical2html/ MASTER_SITES= http://www.w3.org/Tools/Ical2html/
MAINTAINER= keiichi@iijlab.net MAINTAINER= keiichi@iijlab.net
COMMENT= Manipulation commands for iCalendar files COMMENT= Manipulation commands for iCalendar files
LIB_DEPENDS= ical.42:${PORTSDIR}/devel/libical LIB_DEPENDS= ical.43:${PORTSDIR}/devel/libical
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -7,7 +7,7 @@
PORTNAME= pdf2djvu PORTNAME= pdf2djvu
PORTVERSION= 0.4.12 PORTVERSION= 0.4.12
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= converters CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX} DISTNAME= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFFIX}
@ -16,7 +16,7 @@ MAINTAINER= darcsis@gmail.com
COMMENT= Pdf2djvu creates DjVu files from PDF files COMMENT= Pdf2djvu creates DjVu files from PDF files
BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams BUILD_DEPENDS= ${LOCALBASE}/include/pstreams/pstream.h:${PORTSDIR}/devel/pstreams
LIB_DEPENDS= poppler.3:${PORTSDIR}/graphics/poppler LIB_DEPENDS= poppler.4:${PORTSDIR}/graphics/poppler
USE_GMAKE= yes USE_GMAKE= yes
PLIST_FILES= bin/pdf2djvu PLIST_FILES= bin/pdf2djvu

View file

@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.164 2009/01/10 01:59:21 mezz Exp $ # $MCom: ports/databases/evolution-data-server/Makefile,v 1.168 2009/03/17 13:17:16 kwm Exp $
# #
PORTNAME= evolution-data-server PORTNAME= evolution-data-server
PORTVERSION= 2.24.5 PORTVERSION= 2.26.0
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -16,6 +16,7 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= The data backends for the Evolution integrated mail/PIM suite COMMENT= The data backends for the Evolution integrated mail/PIM suite
LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \ LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup \
ical.43:${PORTSDIR}/devel/libical \
nss3.1:${PORTSDIR}/security/nss \ nss3.1:${PORTSDIR}/security/nss \
tasn1.4:${PORTSDIR}/security/libtasn1 \ tasn1.4:${PORTSDIR}/security/libtasn1 \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \
@ -39,9 +40,10 @@ CONFIGURE_ARGS= --enable-static \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
PLIST_SUB= VERSION="2.24" EVO_VERSION="1.2" PLIST_SUB= VERSION="2.26" EVO_VERSION="1.2"
#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off #OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off
OPTIONS= WEATHER "Enable weather calendar backend" on
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
@ -49,7 +51,6 @@ PLIST_SUB= VERSION="2.24" EVO_VERSION="1.2"
HEIMDAL_HOME?= ${LOCALBASE} HEIMDAL_HOME?= ${LOCALBASE}
LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal
CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} --with-krb5-includes=${HEIMDAL_HOME}/include
KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs`
.elif !defined(NO_KERBEROS) .elif !defined(NO_KERBEROS)
CONFIGURE_ARGS+= --with-krb5=/usr CONFIGURE_ARGS+= --with-krb5=/usr
KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
@ -62,6 +63,15 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi --libs`
PLIST_SUB+= IMAP4="@comment " PLIST_SUB+= IMAP4="@comment "
#.endif #.endif
.if defined(WITH_WEATHER)
LIB_DEPENDS+= gweather.1:${PORTSDIR}/net/libgweather
CONFIGURE_ARGS+= --with-weather
PLIST_SUB+= WEATHER=""
.else
CONFIGURE_ARGS+= --without-weather
PLIST_SUB+= WEATHER="@comment "
.endif
EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41." EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 41."
pre-everything:: pre-everything::

View file

@ -1,3 +1,3 @@
MD5 (gnome2/evolution-data-server-2.24.5.tar.bz2) = cf12f02b8cc0a15e046c121e6a7250cb MD5 (gnome2/evolution-data-server-2.26.0.tar.bz2) = d010845a4ee9604f050403b106c2f416
SHA256 (gnome2/evolution-data-server-2.24.5.tar.bz2) = c2240b96437f36f3656da538df7631510785664a6e7723cbf75ec0f88c3d38d1 SHA256 (gnome2/evolution-data-server-2.26.0.tar.bz2) = 1e15e964355de7db63f9ee1480c0882ede0d44252ed5778fe65b4e163f7945f0
SIZE (gnome2/evolution-data-server-2.24.5.tar.bz2) = 7857405 SIZE (gnome2/evolution-data-server-2.26.0.tar.bz2) = 7344309

View file

@ -1,18 +0,0 @@
--- calendar/libical/src/libical/icaltz-util.c.orig 2008-12-22 04:49:23.000000000 -0500
+++ calendar/libical/src/libical/icaltz-util.c 2009-01-12 22:33:53.000000000 -0500
@@ -23,6 +23,15 @@
#include <string.h>
#if defined(sun) && defined(__SVR4)
#include <sys/byteorder.h>
+#elif defined(__FreeBSD__)
+#include <sys/endian.h>
+#define __BYTE_ORDER _BYTE_ORDER
+#define __LITTLE_ENDIAN _LITTLE_ENDIAN
+#define __BIG_ENDIAN _BIG_ENDIAN
+
+#define bswap_16 bswap16
+#define bswap_32 bswap32
+#define bswap_64 bswap64
#elif defined(_WIN32)
#define BIG_ENDIAN 'B'
#define LITTLE_ENDIAN 'l'

View file

@ -1,5 +1,5 @@
--- docs/reference/camel/Makefile.in.orig 2009-02-03 11:31:13.000000000 -0500 --- docs/reference/camel/Makefile.in.orig 2009-01-16 16:16:56.000000000 +0100
+++ docs/reference/camel/Makefile.in 2009-02-03 11:32:37.000000000 -0500 +++ docs/reference/camel/Makefile.in 2009-01-16 16:18:31.000000000 +0100
@@ -130,7 +130,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI @@ -130,7 +130,7 @@ GNOME_PLATFORM_LIBS = @GNOME_PLATFORM_LI
GOBJECT_QUERY = @GOBJECT_QUERY@ GOBJECT_QUERY = @GOBJECT_QUERY@
GREP = @GREP@ GREP = @GREP@
@ -9,14 +9,3 @@
ICONV_CFLAGS = @ICONV_CFLAGS@ ICONV_CFLAGS = @ICONV_CFLAGS@
ICONV_LIBS = @ICONV_LIBS@ ICONV_LIBS = @ICONV_LIBS@
IDL_INCLUDES = @IDL_INCLUDES@ IDL_INCLUDES = @IDL_INCLUDES@
@@ -686,8 +686,8 @@ install-data-local:
done; \
echo '-- Installing $(srcdir)/html/index.sgml' ; \
$(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \
- which gtkdoc-rebase >/dev/null && \
- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
+# which gtkdoc-rebase >/dev/null && \
+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
fi
uninstall-local:

View file

@ -238,6 +238,7 @@ 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/eds-version.h
include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.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-book-auth-util.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-category-completion.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h include/evolution-data-server-%%VERSION%%/libedataserverui/e-cell-renderer-color.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h
@ -253,51 +254,6 @@ include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-option-menu.
include/evolution-data-server-%%VERSION%%/libedataserverui/e-source-selector-dialog.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-source-selector.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h include/evolution-data-server-%%VERSION%%/libedataserverui/e-tree-model-generator.h
include/evolution-data-server-%%VERSION%%/libical/ical.h
include/evolution-data-server-%%VERSION%%/libical/icalarray.h
include/evolution-data-server-%%VERSION%%/libical/icalattach.h
include/evolution-data-server-%%VERSION%%/libical/icalcalendar.h
include/evolution-data-server-%%VERSION%%/libical/icalclassify.h
include/evolution-data-server-%%VERSION%%/libical/icalcluster.h
include/evolution-data-server-%%VERSION%%/libical/icalcomponent.h
include/evolution-data-server-%%VERSION%%/libical/icalderivedparameter.h
include/evolution-data-server-%%VERSION%%/libical/icalderivedproperty.h
include/evolution-data-server-%%VERSION%%/libical/icalderivedvalue.h
include/evolution-data-server-%%VERSION%%/libical/icaldirset.h
include/evolution-data-server-%%VERSION%%/libical/icaldirsetimpl.h
include/evolution-data-server-%%VERSION%%/libical/icalduration.h
include/evolution-data-server-%%VERSION%%/libical/icalenums.h
include/evolution-data-server-%%VERSION%%/libical/icalerror.h
include/evolution-data-server-%%VERSION%%/libical/icalfileset.h
include/evolution-data-server-%%VERSION%%/libical/icalfilesetimpl.h
include/evolution-data-server-%%VERSION%%/libical/icalgauge.h
include/evolution-data-server-%%VERSION%%/libical/icalgaugeimpl.h
include/evolution-data-server-%%VERSION%%/libical/icallangbind.h
include/evolution-data-server-%%VERSION%%/libical/icalmemory.h
include/evolution-data-server-%%VERSION%%/libical/icalmessage.h
include/evolution-data-server-%%VERSION%%/libical/icalmime.h
include/evolution-data-server-%%VERSION%%/libical/icalparameter.h
include/evolution-data-server-%%VERSION%%/libical/icalparser.h
include/evolution-data-server-%%VERSION%%/libical/icalperiod.h
include/evolution-data-server-%%VERSION%%/libical/icalproperty.h
include/evolution-data-server-%%VERSION%%/libical/icalrecur.h
include/evolution-data-server-%%VERSION%%/libical/icalrestriction.h
include/evolution-data-server-%%VERSION%%/libical/icalset.h
include/evolution-data-server-%%VERSION%%/libical/icalspanlist.h
include/evolution-data-server-%%VERSION%%/libical/icalss.h
include/evolution-data-server-%%VERSION%%/libical/icalssyacc.h
include/evolution-data-server-%%VERSION%%/libical/icaltime.h
include/evolution-data-server-%%VERSION%%/libical/icaltimezone.h
include/evolution-data-server-%%VERSION%%/libical/icaltypes.h
include/evolution-data-server-%%VERSION%%/libical/icaltz-util.h
include/evolution-data-server-%%VERSION%%/libical/icalvalue.h
include/evolution-data-server-%%VERSION%%/libical/icalvcal.h
include/evolution-data-server-%%VERSION%%/libical/port.h
include/evolution-data-server-%%VERSION%%/libical/pvl.h
include/evolution-data-server-%%VERSION%%/libical/sspm.h
include/evolution-data-server-%%VERSION%%/libical/vcaltmp.h
include/evolution-data-server-%%VERSION%%/libical/vcc.h
include/evolution-data-server-%%VERSION%%/libical/vobject.h
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.a
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.la
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.so
@ -366,9 +322,9 @@ lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendgroupwise.so
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.a
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.la
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendhttp.so
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a %%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la %%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so %%WEATHER%%lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.so
lib/libcamel-%%EVO_VERSION%%.a lib/libcamel-%%EVO_VERSION%%.a
lib/libcamel-%%EVO_VERSION%%.la lib/libcamel-%%EVO_VERSION%%.la
lib/libcamel-%%EVO_VERSION%%.so lib/libcamel-%%EVO_VERSION%%.so
@ -554,8 +510,8 @@ share/doc/camel/camel-camel-net-utils.html
share/doc/camel/camel-camel-operation.html share/doc/camel/camel-camel-operation.html
share/doc/camel/camel-camel-process.html share/doc/camel/camel-camel-process.html
share/doc/camel/camel-camel-provider.html share/doc/camel/camel-camel-provider.html
share/doc/camel/camel-camel-search-sql-sexp.html
share/doc/camel/camel-camel-search-sql.html share/doc/camel/camel-camel-search-sql.html
share/doc/camel/camel-camel-search-sql-sexp.html
share/doc/camel/camel-camel-string-utils.html share/doc/camel/camel-camel-string-utils.html
share/doc/camel/camel-camel-trie.html share/doc/camel/camel-camel-trie.html
share/doc/camel/camel-camel-uid-cache.html share/doc/camel/camel-camel-uid-cache.html
@ -727,6 +683,7 @@ share/doc/libedataserverui/index.html
share/doc/libedataserverui/index.sgml share/doc/libedataserverui/index.sgml
share/doc/libedataserverui/ix01.html share/doc/libedataserverui/ix01.html
share/doc/libedataserverui/left.png share/doc/libedataserverui/left.png
share/doc/libedataserverui/libedataserverui-ECategoryCompletion.html
share/doc/libedataserverui/libedataserverui-ECellRendererColor.html share/doc/libedataserverui/libedataserverui-ECellRendererColor.html
share/doc/libedataserverui/libedataserverui-e-book-auth-util.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-data-server-ui-marshal.html
@ -739,7 +696,7 @@ share/doc/libedataserverui/up.png
share/evolution-data-server-%%VERSION%%/evolutionperson.schema share/evolution-data-server-%%VERSION%%/evolutionperson.schema
share/evolution-data-server-%%VERSION%%/glade/e-categories-dialog.glade share/evolution-data-server-%%VERSION%%/glade/e-categories-dialog.glade
share/evolution-data-server-%%VERSION%%/glade/e-name-selector-dialog.glade share/evolution-data-server-%%VERSION%%/glade/e-name-selector-dialog.glade
share/evolution-data-server-%%VERSION%%/weather/Locations.xml %%WEATHER%%share/evolution-data-server-%%VERSION%%/weather/Locations.xml
share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Addressbook.idl share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Addressbook.idl
share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Calendar.idl share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer-Calendar.idl
share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer.idl share/idl/evolution-data-server-%%EVO_VERSION%%/Evolution-DataServer.idl
@ -783,7 +740,6 @@ share/locale/ka/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/kn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/ko/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/ku/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/la/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/lt/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/lv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo share/locale/mk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
@ -842,7 +798,7 @@ share/pixmaps/evolution-data-server/category_suppliers_16.png
share/pixmaps/evolution-data-server/category_time-and-expenses_16.png share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
@dirrm share/pixmaps/evolution-data-server @dirrm share/pixmaps/evolution-data-server
@dirrm share/idl/evolution-data-server-%%EVO_VERSION%% @dirrm share/idl/evolution-data-server-%%EVO_VERSION%%
@dirrm share/evolution-data-server-%%VERSION%%/weather %%WEATHER%%@dirrm share/evolution-data-server-%%VERSION%%/weather
@dirrm share/evolution-data-server-%%VERSION%%/glade @dirrm share/evolution-data-server-%%VERSION%%/glade
@dirrm share/evolution-data-server-%%VERSION%% @dirrm share/evolution-data-server-%%VERSION%%
@dirrm share/doc/libedataserverui @dirrm share/doc/libedataserverui
@ -856,7 +812,6 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
@dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions @dirrm lib/evolution-data-server-%%EVO_VERSION%%/extensions
@dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers @dirrm lib/evolution-data-server-%%EVO_VERSION%%/camel-providers
@dirrm lib/evolution-data-server-%%EVO_VERSION%% @dirrm lib/evolution-data-server-%%EVO_VERSION%%
@dirrm include/evolution-data-server-%%VERSION%%/libical
@dirrm include/evolution-data-server-%%VERSION%%/libedataserverui @dirrm include/evolution-data-server-%%VERSION%%/libedataserverui
@dirrm include/evolution-data-server-%%VERSION%%/libedataserver @dirrm include/evolution-data-server-%%VERSION%%/libedataserver
@dirrm include/evolution-data-server-%%VERSION%%/libedata-cal @dirrm include/evolution-data-server-%%VERSION%%/libedata-cal
@ -887,8 +842,6 @@ share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
@dirrmtry share/locale/oc @dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr @dirrmtry share/locale/mr
@dirrmtry share/locale/la/LC_MESSAGES
@dirrmtry share/locale/la
@dirrmtry share/locale/ku/LC_MESSAGES @dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku @dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz/LC_MESSAGES

View file

@ -3,11 +3,11 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org> # Whom: Adam Weinberger <adamw@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/databases/glom/Makefile,v 1.21 2009/01/09 11:46:25 kwm Exp $ # $MCom: ports/databases/glom/Makefile,v 1.24 2009/03/17 16:33:41 kwm Exp $
# #
PORTNAME= glom PORTNAME= glom
PORTVERSION= 1.8.7 PORTVERSION= 1.10.0
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -16,15 +16,13 @@ MAINTAINER= kwm@FreeBSD.org
COMMENT= GNOME database designer and user interface COMMENT= GNOME database designer and user interface
LIB_DEPENDS= bakery-2.6:${PORTSDIR}/x11-toolkits/bakery \ LIB_DEPENDS= bakery-2.6:${PORTSDIR}/x11-toolkits/bakery \
gdamm-3.0.10:${PORTSDIR}/databases/libgdamm \ gdamm-4.0.10:${PORTSDIR}/databases/libgdamm \
gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \ 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.4:${PORTSDIR}/graphics/goocanvasmm goocanvasmm-0.1.4:${PORTSDIR}/graphics/goocanvasmm
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-postgresql ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-3.0.pc:${PORTSDIR}/databases/libgda3-postgresql ${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
USE_BZIP2= yes USE_BZIP2= yes
USE_PYTHON= yes USE_PYTHON= yes

View file

@ -1,3 +1,3 @@
MD5 (gnome2/glom-1.8.7.tar.bz2) = 5ac17e5505f0c519eda63e4cb1fc9be1 MD5 (gnome2/glom-1.10.0.tar.bz2) = 8c46a5e087771a0bc45c71d7dd74ec7f
SHA256 (gnome2/glom-1.8.7.tar.bz2) = 6d11cc30e54f84a4ff28e2df0eb3f8799c8db2ea541642aef1685b11a6b2780f SHA256 (gnome2/glom-1.10.0.tar.bz2) = a0e03a087cec62ccf440923d44f2f99f83607502bf84aef34dc50c41989fca2a
SIZE (gnome2/glom-1.8.7.tar.bz2) = 3267908 SIZE (gnome2/glom-1.10.0.tar.bz2) = 3246293

View file

@ -1,6 +1,6 @@
--- glom/main.cc.orig 2008-08-22 16:36:46.000000000 +0200 --- glom/main.cc.orig 2009-03-16 14:53:55.000000000 +0100
+++ glom/main.cc 2008-09-13 21:23:46.000000000 +0200 +++ glom/main.cc 2009-03-17 16:22:01.000000000 +0100
@@ -89,18 +89,19 @@ @@ -100,18 +100,19 @@ OptionGroup::OptionGroup()
} //namespace Glom } //namespace Glom
@ -22,10 +22,10 @@
WSADATA data; WSADATA data;
int errcode = WSAStartup(MAKEWORD(2, 0), &data); int errcode = WSAStartup(MAKEWORD(2, 0), &data);
if(errcode != 0) if(errcode != 0)
@@ -108,6 +109,7 @@ @@ -123,6 +124,7 @@ main(int argc, char* argv[])
std::cerr << "Failed to initialize WinSock: " << errcode << std::endl; gchar* installation_dir_c = g_win32_get_package_installation_directory_of_module(NULL);
return -1; const std::string installation_dir(installation_dir_c);
} g_free(installation_dir_c);
+# endif +# endif
#endif #endif

View file

@ -1,11 +1,53 @@
bin/glom bin/glom
lib/libglom.a include/glom-1.0/libglom/appstate.h
lib/libglom.la include/glom-1.0/libglom/data_structure/field.h
lib/libglom.so include/glom-1.0/libglom/data_structure/fieldtypes.h
lib/libglom.so.0 include/glom-1.0/libglom/data_structure/foundset.h
include/glom-1.0/libglom/data_structure/glomconversions.h
include/glom-1.0/libglom/data_structure/groupinfo.h
include/glom-1.0/libglom/data_structure/iso_codes.h
include/glom-1.0/libglom/data_structure/layout/custom_title.h
include/glom-1.0/libglom/data_structure/layout/fieldformatting.h
include/glom-1.0/libglom/data_structure/layout/layoutgroup.h
include/glom-1.0/libglom/data_structure/layout/layoutitem.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_button.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_calendarportal.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_field.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_image.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_line.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_notebook.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_placeholder.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_portal.h
include/glom-1.0/libglom/data_structure/layout/layoutitem_text.h
include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_fieldsummary.h
include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_footer.h
include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_groupby.h
include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_header.h
include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_summary.h
include/glom-1.0/libglom/data_structure/layout/report_parts/layoutitem_verticalgroup.h
include/glom-1.0/libglom/data_structure/layout/usesrelationship.h
include/glom-1.0/libglom/data_structure/numeric_format.h
include/glom-1.0/libglom/data_structure/parameternamegenerator.h
include/glom-1.0/libglom/data_structure/print_layout.h
include/glom-1.0/libglom/data_structure/privileges.h
include/glom-1.0/libglom/data_structure/relationship.h
include/glom-1.0/libglom/data_structure/report.h
include/glom-1.0/libglom/data_structure/system_prefs.h
include/glom-1.0/libglom/data_structure/tableinfo.h
include/glom-1.0/libglom/data_structure/translatable_item.h
include/glom-1.0/libglom/document/document_glom.h
include/glom-1.0/libglom/document/view.h
include/glom-1.0/libglom/libglom_config.h
include/glom-1.0/libglom/sharedptr.h
include/glom-1.0/libglom/standard_table_prefs_fields.h
lib/libglom-1.0.a
lib/libglom-1.0.la
lib/libglom-1.0.so
lib/libglom-1.0.so.0
%%PYTHON_SITELIBDIR%%/glom.a %%PYTHON_SITELIBDIR%%/glom.a
%%PYTHON_SITELIBDIR%%/glom.la %%PYTHON_SITELIBDIR%%/glom.la
%%PYTHON_SITELIBDIR%%/glom.so %%PYTHON_SITELIBDIR%%/glom.so
libdata/pkgconfig/glom-1.0.pc
share/applications/glom.desktop share/applications/glom.desktop
%%DATADIR%%/doc/examples/example_film_manager.glom %%DATADIR%%/doc/examples/example_film_manager.glom
%%DATADIR%%/doc/examples/example_lesson_planner.glom %%DATADIR%%/doc/examples/example_lesson_planner.glom
@ -203,3 +245,9 @@ share/omf/glom/glom-sv.omf
@dirrmtry share/locale/rw @dirrmtry share/locale/rw
@dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz @dirrmtry share/locale/dz
@dirrm include/glom-1.0/libglom/document
@dirrm include/glom-1.0/libglom/data_structure/layout/report_parts
@dirrm include/glom-1.0/libglom/data_structure/layout
@dirrm include/glom-1.0/libglom/data_structure
@dirrm include/glom-1.0/libglom
@dirrm include/glom-1.0

View file

@ -3,12 +3,12 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org> # Whom: Alexander Nedotsukov <bland@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/databases/libgdamm/Makefile,v 1.9 2008/03/17 19:53:24 kwm Exp $ # $MCom: ports/databases/libgdamm/Makefile,v 1.15 2009/04/09 03:24:07 mezz Exp $
# #
PORTNAME= libgdamm PORTNAME= libgdamm
PORTVERSION= 3.0.1 PORTVERSION= 3.99.14
PORTREVISION= 0 PORTREVISION= 1
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
USE_BZIP2= yes USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomehack libgda3 USE_GNOME= gnomehack libgda4
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ARGS= --enable-static CONFIGURE_ARGS= --enable-static

View file

@ -1,3 +1,3 @@
MD5 (gnome2/libgdamm-3.0.1.tar.bz2) = 63583ec970e643962474401400e19994 MD5 (gnome2/libgdamm-3.99.14.tar.bz2) = 51b680fdf2b724cfd475886c687f5780
SHA256 (gnome2/libgdamm-3.0.1.tar.bz2) = 64a537f59157f0a8c804caa5a07b9b8f8676dd966190429ae0f6a04b810e28b9 SHA256 (gnome2/libgdamm-3.99.14.tar.bz2) = d5e860afa2927af7be4deabfc97c7ead9c13f2efdab8f1b158f8e4d19bcdefa4
SIZE (gnome2/libgdamm-3.0.1.tar.bz2) = 1281602 SIZE (gnome2/libgdamm-3.99.14.tar.bz2) = 830976

View file

@ -1,136 +1,87 @@
include/libgdamm-3.0/libgdamm.h include/libgdamm-4.0/libgdamm.h
include/libgdamm-3.0/libgdamm/blob.h include/libgdamm-4.0/libgdamm/batch.h
include/libgdamm-3.0/libgdamm/blobop.h include/libgdamm-4.0/libgdamm/blob.h
include/libgdamm-3.0/libgdamm/client.h include/libgdamm-4.0/libgdamm/blobop.h
include/libgdamm-3.0/libgdamm/column.h include/libgdamm-4.0/libgdamm/column.h
include/libgdamm-3.0/libgdamm/columnindex.h include/libgdamm-4.0/libgdamm/config.h
include/libgdamm-3.0/libgdamm/command.h include/libgdamm-4.0/libgdamm/connection.h
include/libgdamm-3.0/libgdamm/config.h include/libgdamm-4.0/libgdamm/connectionevent.h
include/libgdamm-3.0/libgdamm/connection.h include/libgdamm-4.0/libgdamm/dataaccesswrapper.h
include/libgdamm-3.0/libgdamm/connectionevent.h include/libgdamm-4.0/libgdamm/datacomparator.h
include/libgdamm-3.0/libgdamm/datahandler.h include/libgdamm-4.0/libgdamm/datahandler.h
include/libgdamm-3.0/libgdamm/datamodel.h include/libgdamm-4.0/libgdamm/datamodel.h
include/libgdamm-3.0/libgdamm/datamodelarray.h include/libgdamm-4.0/libgdamm/datamodelarray.h
include/libgdamm-3.0/libgdamm/datamodelfiltersql.h include/libgdamm-4.0/libgdamm/datamodelimport.h
include/libgdamm-3.0/libgdamm/datamodelhash.h include/libgdamm-4.0/libgdamm/datamodeliter.h
include/libgdamm-3.0/libgdamm/datamodelimport.h include/libgdamm-4.0/libgdamm/dataproxy.h
include/libgdamm-3.0/libgdamm/datamodelindex.h include/libgdamm-4.0/libgdamm/dataselect.h
include/libgdamm-3.0/libgdamm/datamodeliter.h include/libgdamm-4.0/libgdamm/handlerbin.h
include/libgdamm-3.0/libgdamm/datamodelquery.h include/libgdamm-4.0/libgdamm/handlerboolean.h
include/libgdamm-3.0/libgdamm/datamodelrow.h include/libgdamm-4.0/libgdamm/handlernumerical.h
include/libgdamm-3.0/libgdamm/dataproxy.h include/libgdamm-4.0/libgdamm/handlerstring.h
include/libgdamm-3.0/libgdamm/datasourceinfo.h include/libgdamm-4.0/libgdamm/handlertime.h
include/libgdamm-3.0/libgdamm/dict.h include/libgdamm-4.0/libgdamm/handlertype.h
include/libgdamm-3.0/libgdamm/dictaggregate.h include/libgdamm-4.0/libgdamm/holder.h
include/libgdamm-3.0/libgdamm/dictconstraint.h include/libgdamm-4.0/libgdamm/init.h
include/libgdamm-3.0/libgdamm/dictdatabase.h include/libgdamm-4.0/libgdamm/metastore.h
include/libgdamm-3.0/libgdamm/dictfield.h include/libgdamm-4.0/libgdamm/metastruct.h
include/libgdamm-3.0/libgdamm/dictfunction.h include/libgdamm-4.0/libgdamm/private/batch_p.h
include/libgdamm-3.0/libgdamm/dicttable.h include/libgdamm-4.0/libgdamm/private/blob_p.h
include/libgdamm-3.0/libgdamm/dicttype.h include/libgdamm-4.0/libgdamm/private/blobop_p.h
include/libgdamm-3.0/libgdamm/entity.h include/libgdamm-4.0/libgdamm/private/column_p.h
include/libgdamm-3.0/libgdamm/entityfield.h include/libgdamm-4.0/libgdamm/private/config_p.h
include/libgdamm-3.0/libgdamm/handlerbin.h include/libgdamm-4.0/libgdamm/private/connection_p.h
include/libgdamm-3.0/libgdamm/handlerboolean.h include/libgdamm-4.0/libgdamm/private/connectionevent_p.h
include/libgdamm-3.0/libgdamm/handlernumerical.h include/libgdamm-4.0/libgdamm/private/dataaccesswrapper_p.h
include/libgdamm-3.0/libgdamm/handlerstring.h include/libgdamm-4.0/libgdamm/private/datacomparator_p.h
include/libgdamm-3.0/libgdamm/handlertime.h include/libgdamm-4.0/libgdamm/private/datahandler_p.h
include/libgdamm-3.0/libgdamm/handlertype.h include/libgdamm-4.0/libgdamm/private/datamodel_p.h
include/libgdamm-3.0/libgdamm/init.h include/libgdamm-4.0/libgdamm/private/datamodelarray_p.h
include/libgdamm-3.0/libgdamm/object.h include/libgdamm-4.0/libgdamm/private/datamodelimport_p.h
include/libgdamm-3.0/libgdamm/parameter.h include/libgdamm-4.0/libgdamm/private/datamodeliter_p.h
include/libgdamm-3.0/libgdamm/parameterlist.h include/libgdamm-4.0/libgdamm/private/dataproxy_p.h
include/libgdamm-3.0/libgdamm/private/blob_p.h include/libgdamm-4.0/libgdamm/private/dataselect_p.h
include/libgdamm-3.0/libgdamm/private/blobop_p.h include/libgdamm-4.0/libgdamm/private/handlerbin_p.h
include/libgdamm-3.0/libgdamm/private/client_p.h include/libgdamm-4.0/libgdamm/private/handlerboolean_p.h
include/libgdamm-3.0/libgdamm/private/column_p.h include/libgdamm-4.0/libgdamm/private/handlernumerical_p.h
include/libgdamm-3.0/libgdamm/private/columnindex_p.h include/libgdamm-4.0/libgdamm/private/handlerstring_p.h
include/libgdamm-3.0/libgdamm/private/command_p.h include/libgdamm-4.0/libgdamm/private/handlertime_p.h
include/libgdamm-3.0/libgdamm/private/connection_p.h include/libgdamm-4.0/libgdamm/private/handlertype_p.h
include/libgdamm-3.0/libgdamm/private/connectionevent_p.h include/libgdamm-4.0/libgdamm/private/holder_p.h
include/libgdamm-3.0/libgdamm/private/datahandler_p.h include/libgdamm-4.0/libgdamm/private/metastore_p.h
include/libgdamm-3.0/libgdamm/private/datamodel_p.h include/libgdamm-4.0/libgdamm/private/metastruct_p.h
include/libgdamm-3.0/libgdamm/private/datamodelarray_p.h include/libgdamm-4.0/libgdamm/private/quarklist_p.h
include/libgdamm-3.0/libgdamm/private/datamodelfiltersql_p.h include/libgdamm-4.0/libgdamm/private/row_p.h
include/libgdamm-3.0/libgdamm/private/datamodelhash_p.h include/libgdamm-4.0/libgdamm/private/serveroperation_p.h
include/libgdamm-3.0/libgdamm/private/datamodelimport_p.h include/libgdamm-4.0/libgdamm/private/serverprovider_p.h
include/libgdamm-3.0/libgdamm/private/datamodelindex_p.h include/libgdamm-4.0/libgdamm/private/set_p.h
include/libgdamm-3.0/libgdamm/private/datamodeliter_p.h include/libgdamm-4.0/libgdamm/private/sqlparser_p.h
include/libgdamm-3.0/libgdamm/private/datamodelquery_p.h include/libgdamm-4.0/libgdamm/private/statement_p.h
include/libgdamm-3.0/libgdamm/private/datamodelrow_p.h include/libgdamm-4.0/libgdamm/private/transactionstatus_p.h
include/libgdamm-3.0/libgdamm/private/dataproxy_p.h include/libgdamm-4.0/libgdamm/private/xatransaction_p.h
include/libgdamm-3.0/libgdamm/private/datasourceinfo_p.h include/libgdamm-4.0/libgdamm/quarklist.h
include/libgdamm-3.0/libgdamm/private/dict_p.h include/libgdamm-4.0/libgdamm/row.h
include/libgdamm-3.0/libgdamm/private/dictaggregate_p.h include/libgdamm-4.0/libgdamm/serveroperation.h
include/libgdamm-3.0/libgdamm/private/dictconstraint_p.h include/libgdamm-4.0/libgdamm/serverprovider.h
include/libgdamm-3.0/libgdamm/private/dictdatabase_p.h include/libgdamm-4.0/libgdamm/set.h
include/libgdamm-3.0/libgdamm/private/dictfield_p.h include/libgdamm-4.0/libgdamm/sqlparser.h
include/libgdamm-3.0/libgdamm/private/dictfunction_p.h include/libgdamm-4.0/libgdamm/statement.h
include/libgdamm-3.0/libgdamm/private/dicttable_p.h include/libgdamm-4.0/libgdamm/transactionstatus.h
include/libgdamm-3.0/libgdamm/private/dicttype_p.h include/libgdamm-4.0/libgdamm/value.h
include/libgdamm-3.0/libgdamm/private/entity_p.h include/libgdamm-4.0/libgdamm/wrap_init.h
include/libgdamm-3.0/libgdamm/private/entityfield_p.h include/libgdamm-4.0/libgdamm/xatransaction.h
include/libgdamm-3.0/libgdamm/private/handlerbin_p.h lib/libgdamm-4.0.a
include/libgdamm-3.0/libgdamm/private/handlerboolean_p.h lib/libgdamm-4.0.la
include/libgdamm-3.0/libgdamm/private/handlernumerical_p.h lib/libgdamm-4.0.so
include/libgdamm-3.0/libgdamm/private/handlerstring_p.h lib/libgdamm-4.0.so.10
include/libgdamm-3.0/libgdamm/private/handlertime_p.h lib/libgdamm-4.0/include/libgdammconfig.h
include/libgdamm-3.0/libgdamm/private/handlertype_p.h lib/libgdamm-4.0/proc/m4/convert.m4
include/libgdamm-3.0/libgdamm/private/object_p.h lib/libgdamm-4.0/proc/m4/convert_libgdamm.m4
include/libgdamm-3.0/libgdamm/private/parameter_p.h libdata/pkgconfig/libgdamm-4.0.pc
include/libgdamm-3.0/libgdamm/private/parameterlist_p.h @dirrm lib/libgdamm-4.0/proc/m4
include/libgdamm-3.0/libgdamm/private/providerinfo_p.h @dirrm lib/libgdamm-4.0/proc
include/libgdamm-3.0/libgdamm/private/query_p.h @dirrm lib/libgdamm-4.0/include
include/libgdamm-3.0/libgdamm/private/querycondition_p.h @dirrm lib/libgdamm-4.0
include/libgdamm-3.0/libgdamm/private/queryfield_p.h @dirrm include/libgdamm-4.0/libgdamm/private
include/libgdamm-3.0/libgdamm/private/queryfieldagg_p.h @dirrm include/libgdamm-4.0/libgdamm
include/libgdamm-3.0/libgdamm/private/queryfieldall_p.h @dirrm include/libgdamm-4.0
include/libgdamm-3.0/libgdamm/private/queryfieldfield_p.h
include/libgdamm-3.0/libgdamm/private/queryfieldfunc_p.h
include/libgdamm-3.0/libgdamm/private/queryfieldvalue_p.h
include/libgdamm-3.0/libgdamm/private/queryjoin_p.h
include/libgdamm-3.0/libgdamm/private/queryobject_p.h
include/libgdamm-3.0/libgdamm/private/querytarget_p.h
include/libgdamm-3.0/libgdamm/private/referer_p.h
include/libgdamm-3.0/libgdamm/private/renderer_p.h
include/libgdamm-3.0/libgdamm/private/row_p.h
include/libgdamm-3.0/libgdamm/private/serveroperation_p.h
include/libgdamm-3.0/libgdamm/private/serverprovider_p.h
include/libgdamm-3.0/libgdamm/private/transactionstatus_p.h
include/libgdamm-3.0/libgdamm/private/xmlstorage_p.h
include/libgdamm-3.0/libgdamm/providerinfo.h
include/libgdamm-3.0/libgdamm/query.h
include/libgdamm-3.0/libgdamm/querycondition.h
include/libgdamm-3.0/libgdamm/queryfield.h
include/libgdamm-3.0/libgdamm/queryfieldagg.h
include/libgdamm-3.0/libgdamm/queryfieldall.h
include/libgdamm-3.0/libgdamm/queryfieldfield.h
include/libgdamm-3.0/libgdamm/queryfieldfunc.h
include/libgdamm-3.0/libgdamm/queryfieldvalue.h
include/libgdamm-3.0/libgdamm/queryjoin.h
include/libgdamm-3.0/libgdamm/queryobject.h
include/libgdamm-3.0/libgdamm/querytarget.h
include/libgdamm-3.0/libgdamm/referer.h
include/libgdamm-3.0/libgdamm/renderer.h
include/libgdamm-3.0/libgdamm/row.h
include/libgdamm-3.0/libgdamm/serveroperation.h
include/libgdamm-3.0/libgdamm/serverprovider.h
include/libgdamm-3.0/libgdamm/transactionstatus.h
include/libgdamm-3.0/libgdamm/value.h
include/libgdamm-3.0/libgdamm/wrap_init.h
include/libgdamm-3.0/libgdamm/xmlstorage.h
lib/libgdamm-3.0.a
lib/libgdamm-3.0.la
lib/libgdamm-3.0.so
lib/libgdamm-3.0.so.10
lib/libgdamm-3.0/include/libgdammconfig.h
lib/libgdamm-3.0/proc/m4/convert.m4
lib/libgdamm-3.0/proc/m4/convert_libgdamm.m4
libdata/pkgconfig/libgdamm-3.0.pc
@dirrm lib/libgdamm-3.0/proc/m4
@dirrm lib/libgdamm-3.0/proc
@dirrm lib/libgdamm-3.0/include
@dirrm lib/libgdamm-3.0
@dirrm include/libgdamm-3.0/libgdamm/private
@dirrm include/libgdamm-3.0/libgdamm
@dirrm include/libgdamm-3.0

View file

@ -3,12 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org> # Whom: Michael Johnson <ahze@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.94 2008/11/23 02:11:32 marcus Exp $ # $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.99 2009/03/18 04:27:55 marcus Exp $
# #
PORTNAME= deskbar-applet PORTNAME= deskbar-applet
PORTVERSION= 2.24.3 PORTVERSION= 2.26.0
PORTREVISION= 1
CATEGORIES= deskutils gnome CATEGORIES= deskutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/deskbar-applet-2.24.3.tar.bz2) = 8d4d7830967034dd0fae40bb48c0276d MD5 (gnome2/deskbar-applet-2.26.0.tar.bz2) = 168044d1312bf30e71f2ed587d2bffb6
SHA256 (gnome2/deskbar-applet-2.24.3.tar.bz2) = 8bf875f051553c9cef6ba9c27ad9f7477395e15cf954013cc0fe228e66dda5f6 SHA256 (gnome2/deskbar-applet-2.26.0.tar.bz2) = 547c80dc1a21b0f4e8b866601623b902448ac81780c2d29a25299a0953e1bc17
SIZE (gnome2/deskbar-applet-2.24.3.tar.bz2) = 933238 SIZE (gnome2/deskbar-applet-2.26.0.tar.bz2) = 969825

View file

@ -38,6 +38,9 @@ lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo
lib/deskbar-applet/modules-2.20-compatible/mozilla.py lib/deskbar-applet/modules-2.20-compatible/mozilla.py
lib/deskbar-applet/modules-2.20-compatible/mozilla.pyc lib/deskbar-applet/modules-2.20-compatible/mozilla.pyc
lib/deskbar-applet/modules-2.20-compatible/mozilla.pyo lib/deskbar-applet/modules-2.20-compatible/mozilla.pyo
lib/deskbar-applet/modules-2.20-compatible/opensearch.py
lib/deskbar-applet/modules-2.20-compatible/opensearch.pyc
lib/deskbar-applet/modules-2.20-compatible/opensearch.pyo
lib/deskbar-applet/modules-2.20-compatible/programs.py lib/deskbar-applet/modules-2.20-compatible/programs.py
lib/deskbar-applet/modules-2.20-compatible/programs.pyc lib/deskbar-applet/modules-2.20-compatible/programs.pyc
lib/deskbar-applet/modules-2.20-compatible/programs.pyo lib/deskbar-applet/modules-2.20-compatible/programs.pyo
@ -311,15 +314,18 @@ libdata/pkgconfig/deskbar-applet.pc
%%DATADIR%%/art/web-search.png %%DATADIR%%/art/web-search.png
%%DATADIR%%/art/wikipedia.png %%DATADIR%%/art/wikipedia.png
%%DATADIR%%/art/yahoo.png %%DATADIR%%/art/yahoo.png
%%DATADIR%%/mozilla-search.glade %%DATADIR%%/mozilla-search.ui
%%DATADIR%%/prefs-dialog.glade %%DATADIR%%/prefs-dialog.ui
%%DATADIR%%/smart-bookmarks.glade %%DATADIR%%/smart-bookmarks.ui
share/gnome/help/deskbar/C/deskbar.xml share/gnome/help/deskbar/C/deskbar.xml
share/gnome/help/deskbar/C/figures/deskbar-applet.png share/gnome/help/deskbar/C/figures/deskbar-applet.png
share/gnome/help/deskbar/C/legal.xml share/gnome/help/deskbar/C/legal.xml
share/gnome/help/deskbar/ca/deskbar.xml share/gnome/help/deskbar/ca/deskbar.xml
share/gnome/help/deskbar/ca/figures/deskbar-applet.png share/gnome/help/deskbar/ca/figures/deskbar-applet.png
share/gnome/help/deskbar/ca/legal.xml share/gnome/help/deskbar/ca/legal.xml
share/gnome/help/deskbar/de/deskbar.xml
share/gnome/help/deskbar/de/figures/deskbar-applet.png
share/gnome/help/deskbar/de/legal.xml
share/gnome/help/deskbar/el/deskbar.xml share/gnome/help/deskbar/el/deskbar.xml
share/gnome/help/deskbar/el/figures/deskbar-applet.png share/gnome/help/deskbar/el/figures/deskbar-applet.png
share/gnome/help/deskbar/el/legal.xml share/gnome/help/deskbar/el/legal.xml
@ -433,6 +439,7 @@ share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo
share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo
share/omf/deskbar/deskbar-C.omf share/omf/deskbar/deskbar-C.omf
share/omf/deskbar/deskbar-ca.omf share/omf/deskbar/deskbar-ca.omf
share/omf/deskbar/deskbar-de.omf
share/omf/deskbar/deskbar-el.omf share/omf/deskbar/deskbar-el.omf
share/omf/deskbar/deskbar-en_GB.omf share/omf/deskbar/deskbar-en_GB.omf
share/omf/deskbar/deskbar-es.omf share/omf/deskbar/deskbar-es.omf
@ -467,6 +474,8 @@ share/omf/deskbar/deskbar-zh_CN.omf
@dirrm share/gnome/help/deskbar/en_GB @dirrm share/gnome/help/deskbar/en_GB
@dirrm share/gnome/help/deskbar/el/figures @dirrm share/gnome/help/deskbar/el/figures
@dirrm share/gnome/help/deskbar/el @dirrm share/gnome/help/deskbar/el
@dirrm share/gnome/help/deskbar/de/figures
@dirrm share/gnome/help/deskbar/de
@dirrm share/gnome/help/deskbar/ca/figures @dirrm share/gnome/help/deskbar/ca/figures
@dirrm share/gnome/help/deskbar/ca @dirrm share/gnome/help/deskbar/ca
@dirrm share/gnome/help/deskbar/C/figures @dirrm share/gnome/help/deskbar/C/figures

View file

@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.33 2008/09/27 01:52:59 mezz Exp $ # $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.35 2009/03/16 08:49:02 kwm Exp $
# #
PORTNAME= evolution-jescs PORTNAME= evolution-jescs
PORTVERSION= 2.24.0 PORTVERSION= 2.26.0
CATEGORIES= deskutils gnome CATEGORIES= deskutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -27,8 +27,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
EVO_VERSION= 2.24 EVO_VERSION= 2.26
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.24" PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.26"
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \ @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \

View file

@ -1,3 +1,3 @@
MD5 (gnome2/evolution-jescs-2.24.0.tar.bz2) = ad7e6ec6c47aa7a3fba490f62d0355cf MD5 (gnome2/evolution-jescs-2.26.0.tar.bz2) = dd59c0d9589f5ad4755fa4e473d7fe1f
SHA256 (gnome2/evolution-jescs-2.24.0.tar.bz2) = 6a796c57b053d7197e5c71f2f50faf02dbe13f676445995c9d0b1a90852475b5 SHA256 (gnome2/evolution-jescs-2.26.0.tar.bz2) = cff3cf2a9ce7e68d879ef0ba47884ebbe4cdec94b7872f3ef285153bb389a8b9
SIZE (gnome2/evolution-jescs-2.24.0.tar.bz2) = 523349 SIZE (gnome2/evolution-jescs-2.26.0.tar.bz2) = 537795

View file

@ -7,7 +7,7 @@
PORTNAME= gnome-main-menu PORTNAME= gnome-main-menu
PORTVERSION= 0.9.12 PORTVERSION= 0.9.12
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= deskutils gnome CATEGORIES= deskutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -22,8 +22,9 @@ USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop
USE_GMAKE= yes USE_GMAKE= yes
USE_GETTEXT= yes USE_GETTEXT= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="`pkg-config --libs libgnomeui-2.0`"
GCONF_SCHEMAS= application-browser.schemas slab.schemas GCONF_SCHEMAS= application-browser.schemas slab.schemas

View file

@ -0,0 +1,10 @@
--- main-menu/src/main-menu.c.orig 2009-04-06 23:41:15.000000000 -0400
+++ main-menu/src/main-menu.c 2009-04-06 23:41:27.000000000 -0400
@@ -24,6 +24,7 @@
#include <glib.h>
#include <panel-applet.h>
+#include <libgnomeui/libgnomeui.h>
#include <string.h>
#include "libslab-utils.h"

View file

@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.130 2008/10/20 22:42:42 kwm Exp $ # $MCom: ports/deskutils/gnome-utils/Makefile,v 1.135 2009/03/21 21:35:37 marcus Exp $
# #
PORTNAME= gnome-utils PORTNAME= gnome-utils
PORTVERSION= 2.24.1 PORTVERSION= 2.26.0
PORTREVISION= 1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= deskutils gnome CATEGORIES= deskutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
@ -34,6 +35,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 \ MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 \
baobab.1 baobab.1
GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \ GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
gnome-search-tool.schemas logview.schemas baobab.schemas gnome-search-tool.schemas baobab.schemas \
gnome-system-log.schemas
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-utils-2.24.1.tar.bz2) = 232937a4bf5c9ebb1bbc86793871d843 MD5 (gnome2/gnome-utils-2.26.0.tar.bz2) = 667400cfb9bee954028024ac3cf91a09
SHA256 (gnome2/gnome-utils-2.24.1.tar.bz2) = 6b7e29feaa25d5e85fa55a00775e7b3296725ef98b455b8b1d810cf379cfdd00 SHA256 (gnome2/gnome-utils-2.26.0.tar.bz2) = 8407acc4f1839d86157d4eb19406cb8c0762729af8d0ddcc288844ffc9ecb120
SIZE (gnome2/gnome-utils-2.24.1.tar.bz2) = 6410784 SIZE (gnome2/gnome-utils-2.26.0.tar.bz2) = 6882359

View file

@ -1,9 +1,9 @@
--- gsearchtool/gsearchtool-support.c.orig Thu Jan 5 23:26:25 2006 --- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500
+++ gsearchtool/gsearchtool-support.c Thu Jan 5 23:27:04 2006 +++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500
@@ -31,6 +31,7 @@ @@ -32,6 +32,7 @@
#include <string.h>
#include <glib/gi18n.h> #include <glib/gi18n.h>
#include <glib/gdate.h> #include <glib.h>
+#include <sys/types.h> +#include <sys/types.h>
#include <regex.h> #include <regex.h>
#include <gdk/gdkx.h> #include <gdk/gdkx.h>

View file

@ -0,0 +1,11 @@
--- logview/gtkmessagearea.c.orig 2009-03-21 17:23:53.000000000 -0400
+++ logview/gtkmessagearea.c 2009-03-21 17:24:08.000000000 -0400
@@ -33,6 +33,8 @@
#include "gtkmessagearea.h"
+#include <stdlib.h>
+
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>

View file

@ -0,0 +1,10 @@
--- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400
+++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400
@@ -25,6 +25,7 @@
#include <glib/gi18n.h>
+#include "logview-app.h"
#include "logview-prefs.h"
#include "logview-marshal.h"

View file

@ -0,0 +1,11 @@
--- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400
+++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400
@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line
{
int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0;
GSList *days = NULL;
- GDate *date, *newdate;
+ GDate *date = NULL, *newdate;
struct tm *tmptm;
char *date_string;
Day *day;

View file

@ -71,9 +71,7 @@ share/gnome-2.0/ui/GNOME_DictionaryApplet.xml
share/gnome-dictionary/gnome-dictionary-preferences.glade share/gnome-dictionary/gnome-dictionary-preferences.glade
share/gnome-dictionary/gnome-dictionary-ui.xml share/gnome-dictionary/gnome-dictionary-ui.xml
share/gnome-screenshot/gnome-screenshot.ui share/gnome-screenshot/gnome-screenshot.ui
share/gnome-system-log/gnome-system-log-actions.db %%DATADIR%%/logview-toolbar.xml
share/gnome-system-log/gnome-system-log-descript.db
share/gnome-system-log/gnome-system-log-regexp.db
share/gnome/help/baobab/C/baobab.xml share/gnome/help/baobab/C/baobab.xml
share/gnome/help/baobab/C/figures/baobab_fullscan.png share/gnome/help/baobab/C/figures/baobab_fullscan.png
share/gnome/help/baobab/C/figures/baobab_prefs.png share/gnome/help/baobab/C/figures/baobab_prefs.png
@ -91,6 +89,14 @@ share/gnome/help/baobab/ca/figures/baobab_ringschart1.png
share/gnome/help/baobab/ca/figures/baobab_ringschart2.png share/gnome/help/baobab/ca/figures/baobab_ringschart2.png
share/gnome/help/baobab/ca/figures/baobab_treemaps.png share/gnome/help/baobab/ca/figures/baobab_treemaps.png
share/gnome/help/baobab/ca/figures/baobab_window.png share/gnome/help/baobab/ca/figures/baobab_window.png
share/gnome/help/baobab/cs/baobab.xml
share/gnome/help/baobab/cs/figures/baobab_fullscan.png
share/gnome/help/baobab/cs/figures/baobab_prefs.png
share/gnome/help/baobab/cs/figures/baobab_remote.png
share/gnome/help/baobab/cs/figures/baobab_ringschart1.png
share/gnome/help/baobab/cs/figures/baobab_ringschart2.png
share/gnome/help/baobab/cs/figures/baobab_treemaps.png
share/gnome/help/baobab/cs/figures/baobab_window.png
share/gnome/help/baobab/da/baobab.xml share/gnome/help/baobab/da/baobab.xml
share/gnome/help/baobab/da/figures/baobab_fullscan.png share/gnome/help/baobab/da/figures/baobab_fullscan.png
share/gnome/help/baobab/da/figures/baobab_prefs.png share/gnome/help/baobab/da/figures/baobab_prefs.png
@ -123,6 +129,14 @@ share/gnome/help/baobab/es/figures/baobab_ringschart1.png
share/gnome/help/baobab/es/figures/baobab_ringschart2.png share/gnome/help/baobab/es/figures/baobab_ringschart2.png
share/gnome/help/baobab/es/figures/baobab_treemaps.png share/gnome/help/baobab/es/figures/baobab_treemaps.png
share/gnome/help/baobab/es/figures/baobab_window.png share/gnome/help/baobab/es/figures/baobab_window.png
share/gnome/help/baobab/eu/baobab.xml
share/gnome/help/baobab/eu/figures/baobab_fullscan.png
share/gnome/help/baobab/eu/figures/baobab_prefs.png
share/gnome/help/baobab/eu/figures/baobab_remote.png
share/gnome/help/baobab/eu/figures/baobab_ringschart1.png
share/gnome/help/baobab/eu/figures/baobab_ringschart2.png
share/gnome/help/baobab/eu/figures/baobab_treemaps.png
share/gnome/help/baobab/eu/figures/baobab_window.png
share/gnome/help/baobab/fi/baobab.xml share/gnome/help/baobab/fi/baobab.xml
share/gnome/help/baobab/fi/figures/baobab_fullscan.png share/gnome/help/baobab/fi/figures/baobab_fullscan.png
share/gnome/help/baobab/fi/figures/baobab_prefs.png share/gnome/help/baobab/fi/figures/baobab_prefs.png
@ -155,6 +169,14 @@ share/gnome/help/baobab/oc/figures/baobab_ringschart1.png
share/gnome/help/baobab/oc/figures/baobab_ringschart2.png share/gnome/help/baobab/oc/figures/baobab_ringschart2.png
share/gnome/help/baobab/oc/figures/baobab_treemaps.png share/gnome/help/baobab/oc/figures/baobab_treemaps.png
share/gnome/help/baobab/oc/figures/baobab_window.png share/gnome/help/baobab/oc/figures/baobab_window.png
share/gnome/help/baobab/pl/baobab.xml
share/gnome/help/baobab/pl/figures/baobab_fullscan.png
share/gnome/help/baobab/pl/figures/baobab_prefs.png
share/gnome/help/baobab/pl/figures/baobab_remote.png
share/gnome/help/baobab/pl/figures/baobab_ringschart1.png
share/gnome/help/baobab/pl/figures/baobab_ringschart2.png
share/gnome/help/baobab/pl/figures/baobab_treemaps.png
share/gnome/help/baobab/pl/figures/baobab_window.png
share/gnome/help/baobab/ru/baobab.xml share/gnome/help/baobab/ru/baobab.xml
share/gnome/help/baobab/ru/figures/baobab_fullscan.png share/gnome/help/baobab/ru/figures/baobab_fullscan.png
share/gnome/help/baobab/ru/figures/baobab_prefs.png share/gnome/help/baobab/ru/figures/baobab_prefs.png
@ -250,6 +272,15 @@ share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-lookup.png
share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-print.png share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-print.png
share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-source.png share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-source.png
share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-add-source.png
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet-window.png
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet.png
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-application.png
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-find.png
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-lookup.png
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-print.png
share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-source.png
share/gnome/help/gnome-dictionary/eu/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-add-source.png share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-add-source.png
share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet-window.png share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet-window.png
share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet.png share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet.png
@ -324,6 +355,8 @@ share/gnome/help/gnome-search-tool/en_GB/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/en_GB/gnome-search-tool.xml share/gnome/help/gnome-search-tool/en_GB/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/eu/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/eu/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/fi/figures/gnome-search-tool_window.png share/gnome/help/gnome-search-tool/fi/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/fi/gnome-search-tool.xml share/gnome/help/gnome-search-tool/fi/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png
@ -353,6 +386,8 @@ share/gnome/help/gnome-system-log/en_GB/figures/syslog_window.png
share/gnome/help/gnome-system-log/en_GB/gnome-system-log.xml share/gnome/help/gnome-system-log/en_GB/gnome-system-log.xml
share/gnome/help/gnome-system-log/es/figures/syslog_window.png share/gnome/help/gnome-system-log/es/figures/syslog_window.png
share/gnome/help/gnome-system-log/es/gnome-system-log.xml share/gnome/help/gnome-system-log/es/gnome-system-log.xml
share/gnome/help/gnome-system-log/eu/figures/syslog_window.png
share/gnome/help/gnome-system-log/eu/gnome-system-log.xml
share/gnome/help/gnome-system-log/fi/figures/syslog_window.png share/gnome/help/gnome-system-log/fi/figures/syslog_window.png
share/gnome/help/gnome-system-log/fi/gnome-system-log.xml share/gnome/help/gnome-system-log/fi/gnome-system-log.xml
share/gnome/help/gnome-system-log/fr/figures/syslog_window.png share/gnome/help/gnome-system-log/fr/figures/syslog_window.png
@ -371,14 +406,17 @@ share/gnome/help/gnome-system-log/uk/figures/syslog_window.png
share/gnome/help/gnome-system-log/uk/gnome-system-log.xml share/gnome/help/gnome-system-log/uk/gnome-system-log.xml
share/omf/baobab/baobab-C.omf share/omf/baobab/baobab-C.omf
share/omf/baobab/baobab-ca.omf share/omf/baobab/baobab-ca.omf
share/omf/baobab/baobab-cs.omf
share/omf/baobab/baobab-da.omf share/omf/baobab/baobab-da.omf
share/omf/baobab/baobab-de.omf share/omf/baobab/baobab-de.omf
share/omf/baobab/baobab-en_GB.omf share/omf/baobab/baobab-en_GB.omf
share/omf/baobab/baobab-es.omf share/omf/baobab/baobab-es.omf
share/omf/baobab/baobab-eu.omf
share/omf/baobab/baobab-fi.omf share/omf/baobab/baobab-fi.omf
share/omf/baobab/baobab-fr.omf share/omf/baobab/baobab-fr.omf
share/omf/baobab/baobab-it.omf share/omf/baobab/baobab-it.omf
share/omf/baobab/baobab-oc.omf share/omf/baobab/baobab-oc.omf
share/omf/baobab/baobab-pl.omf
share/omf/baobab/baobab-ru.omf share/omf/baobab/baobab-ru.omf
share/omf/baobab/baobab-sv.omf share/omf/baobab/baobab-sv.omf
share/omf/baobab/baobab-uk.omf share/omf/baobab/baobab-uk.omf
@ -390,6 +428,7 @@ share/omf/gnome-dictionary/gnome-dictionary-de.omf
share/omf/gnome-dictionary/gnome-dictionary-el.omf share/omf/gnome-dictionary/gnome-dictionary-el.omf
share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf
share/omf/gnome-dictionary/gnome-dictionary-es.omf share/omf/gnome-dictionary/gnome-dictionary-es.omf
share/omf/gnome-dictionary/gnome-dictionary-eu.omf
share/omf/gnome-dictionary/gnome-dictionary-fi.omf share/omf/gnome-dictionary/gnome-dictionary-fi.omf
share/omf/gnome-dictionary/gnome-dictionary-fr.omf share/omf/gnome-dictionary/gnome-dictionary-fr.omf
share/omf/gnome-dictionary/gnome-dictionary-it.omf share/omf/gnome-dictionary/gnome-dictionary-it.omf
@ -402,6 +441,7 @@ share/omf/gnome-search-tool/gnome-search-tool-ca.omf
share/omf/gnome-search-tool/gnome-search-tool-de.omf share/omf/gnome-search-tool/gnome-search-tool-de.omf
share/omf/gnome-search-tool/gnome-search-tool-en_GB.omf share/omf/gnome-search-tool/gnome-search-tool-en_GB.omf
share/omf/gnome-search-tool/gnome-search-tool-es.omf share/omf/gnome-search-tool/gnome-search-tool-es.omf
share/omf/gnome-search-tool/gnome-search-tool-eu.omf
share/omf/gnome-search-tool/gnome-search-tool-fi.omf share/omf/gnome-search-tool/gnome-search-tool-fi.omf
share/omf/gnome-search-tool/gnome-search-tool-it.omf share/omf/gnome-search-tool/gnome-search-tool-it.omf
share/omf/gnome-search-tool/gnome-search-tool-ko.omf share/omf/gnome-search-tool/gnome-search-tool-ko.omf
@ -416,6 +456,7 @@ share/omf/gnome-system-log/gnome-system-log-de.omf
share/omf/gnome-system-log/gnome-system-log-el.omf share/omf/gnome-system-log/gnome-system-log-el.omf
share/omf/gnome-system-log/gnome-system-log-en_GB.omf share/omf/gnome-system-log/gnome-system-log-en_GB.omf
share/omf/gnome-system-log/gnome-system-log-es.omf share/omf/gnome-system-log/gnome-system-log-es.omf
share/omf/gnome-system-log/gnome-system-log-eu.omf
share/omf/gnome-system-log/gnome-system-log-fi.omf share/omf/gnome-system-log/gnome-system-log-fi.omf
share/omf/gnome-system-log/gnome-system-log-fr.omf share/omf/gnome-system-log/gnome-system-log-fr.omf
share/omf/gnome-system-log/gnome-system-log-it.omf share/omf/gnome-system-log/gnome-system-log-it.omf
@ -429,6 +470,7 @@ share/icons/hicolor/24x24/apps/baobab.png
share/icons/hicolor/scalable/apps/baobab.svg share/icons/hicolor/scalable/apps/baobab.svg
share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ast/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo
@ -528,6 +570,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-system-log/fr @dirrm share/gnome/help/gnome-system-log/fr
@dirrm share/gnome/help/gnome-system-log/fi/figures @dirrm share/gnome/help/gnome-system-log/fi/figures
@dirrm share/gnome/help/gnome-system-log/fi @dirrm share/gnome/help/gnome-system-log/fi
@dirrm share/gnome/help/gnome-system-log/eu/figures
@dirrm share/gnome/help/gnome-system-log/eu
@dirrm share/gnome/help/gnome-system-log/es/figures @dirrm share/gnome/help/gnome-system-log/es/figures
@dirrm share/gnome/help/gnome-system-log/es @dirrm share/gnome/help/gnome-system-log/es
@dirrm share/gnome/help/gnome-system-log/en_GB/figures @dirrm share/gnome/help/gnome-system-log/en_GB/figures
@ -557,6 +601,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-search-tool/fr @dirrm share/gnome/help/gnome-search-tool/fr
@dirrm share/gnome/help/gnome-search-tool/fi/figures @dirrm share/gnome/help/gnome-search-tool/fi/figures
@dirrm share/gnome/help/gnome-search-tool/fi @dirrm share/gnome/help/gnome-search-tool/fi
@dirrm share/gnome/help/gnome-search-tool/eu/figures
@dirrm share/gnome/help/gnome-search-tool/eu
@dirrm share/gnome/help/gnome-search-tool/es/figures @dirrm share/gnome/help/gnome-search-tool/es/figures
@dirrm share/gnome/help/gnome-search-tool/es @dirrm share/gnome/help/gnome-search-tool/es
@dirrm share/gnome/help/gnome-search-tool/en_GB/figures @dirrm share/gnome/help/gnome-search-tool/en_GB/figures
@ -582,6 +628,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-dictionary/fr @dirrm share/gnome/help/gnome-dictionary/fr
@dirrm share/gnome/help/gnome-dictionary/fi/figures @dirrm share/gnome/help/gnome-dictionary/fi/figures
@dirrm share/gnome/help/gnome-dictionary/fi @dirrm share/gnome/help/gnome-dictionary/fi
@dirrm share/gnome/help/gnome-dictionary/eu/figures
@dirrm share/gnome/help/gnome-dictionary/eu
@dirrm share/gnome/help/gnome-dictionary/es/figures @dirrm share/gnome/help/gnome-dictionary/es/figures
@dirrm share/gnome/help/gnome-dictionary/es @dirrm share/gnome/help/gnome-dictionary/es
@dirrm share/gnome/help/gnome-dictionary/en_GB/figures @dirrm share/gnome/help/gnome-dictionary/en_GB/figures
@ -605,6 +653,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/baobab/sv @dirrm share/gnome/help/baobab/sv
@dirrm share/gnome/help/baobab/ru/figures @dirrm share/gnome/help/baobab/ru/figures
@dirrm share/gnome/help/baobab/ru @dirrm share/gnome/help/baobab/ru
@dirrm share/gnome/help/baobab/pl/figures
@dirrm share/gnome/help/baobab/pl
@dirrm share/gnome/help/baobab/oc/figures @dirrm share/gnome/help/baobab/oc/figures
@dirrm share/gnome/help/baobab/oc @dirrm share/gnome/help/baobab/oc
@dirrm share/gnome/help/baobab/it/figures @dirrm share/gnome/help/baobab/it/figures
@ -613,6 +663,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/baobab/fr @dirrm share/gnome/help/baobab/fr
@dirrm share/gnome/help/baobab/fi/figures @dirrm share/gnome/help/baobab/fi/figures
@dirrm share/gnome/help/baobab/fi @dirrm share/gnome/help/baobab/fi
@dirrm share/gnome/help/baobab/eu/figures
@dirrm share/gnome/help/baobab/eu
@dirrm share/gnome/help/baobab/es/figures @dirrm share/gnome/help/baobab/es/figures
@dirrm share/gnome/help/baobab/es @dirrm share/gnome/help/baobab/es
@dirrm share/gnome/help/baobab/en_GB/figures @dirrm share/gnome/help/baobab/en_GB/figures
@ -621,12 +673,14 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/baobab/de @dirrm share/gnome/help/baobab/de
@dirrm share/gnome/help/baobab/da/figures @dirrm share/gnome/help/baobab/da/figures
@dirrm share/gnome/help/baobab/da @dirrm share/gnome/help/baobab/da
@dirrm share/gnome/help/baobab/cs/figures
@dirrm share/gnome/help/baobab/cs
@dirrm share/gnome/help/baobab/ca/figures @dirrm share/gnome/help/baobab/ca/figures
@dirrm share/gnome/help/baobab/ca @dirrm share/gnome/help/baobab/ca
@dirrm share/gnome/help/baobab/C/figures @dirrm share/gnome/help/baobab/C/figures
@dirrm share/gnome/help/baobab/C @dirrm share/gnome/help/baobab/C
@dirrm share/gnome/help/baobab @dirrm share/gnome/help/baobab
@dirrm share/gnome-system-log @dirrm %%DATADIR%%
@dirrm share/gnome-screenshot @dirrm share/gnome-screenshot
@dirrm share/gnome-dictionary @dirrm share/gnome-dictionary
@dirrm share/gdict-1.0/sources @dirrm share/gdict-1.0/sources
@ -667,5 +721,7 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrmtry share/locale/bn_IN @dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin/LC_MESSAGES
@dirrmtry share/locale/be@latin @dirrmtry share/locale/be@latin
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES @dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as @dirrmtry share/locale/as

View file

@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/deskutils/gucharmap/Makefile,v 1.57 2008/11/25 05:40:17 mezz Exp $ # $MCom: ports/deskutils/gucharmap/Makefile,v 1.60 2009/03/16 07:50:48 kwm Exp $
# #
PORTNAME= gucharmap PORTNAME= gucharmap
PORTVERSION= 2.24.3 PORTVERSION= 2.26.0
CATEGORIES= deskutils gnome CATEGORIES= deskutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gucharmap-2.24.3.tar.bz2) = 7e02c06f3b8d375e059073af378bf093 MD5 (gnome2/gucharmap-2.26.0.tar.bz2) = c4384767bd11f43ef997bda7d77600a4
SHA256 (gnome2/gucharmap-2.24.3.tar.bz2) = 6d9cbe1b581bd75eda9947000d8dd10503cc543ce3d49c202fb044236bd6b60a SHA256 (gnome2/gucharmap-2.26.0.tar.bz2) = 7eff30430f3c2a29b2e608d803c109985b3c6218dd1f70d8cbfd0b8dd4c1e1b6
SIZE (gnome2/gucharmap-2.24.3.tar.bz2) = 2923913 SIZE (gnome2/gucharmap-2.26.0.tar.bz2) = 2939486

View file

@ -3,11 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/deskutils/hamster-applet/Makefile,v 1.13 2008/11/25 16:12:27 marcus Exp $ # $MCom: ports/deskutils/hamster-applet/Makefile,v 1.18 2009/03/21 21:05:56 marcus Exp $
# #
PORTNAME= hamster-applet PORTNAME= hamster-applet
PORTVERSION= 2.24.3 PORTVERSION= 2.26.0
PORTREVISION= 1
CATEGORIES= deskutils gnome CATEGORIES= deskutils gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/hamster-applet-2.24.3.tar.bz2) = 34708555bd77fe012419584213911315 MD5 (gnome2/hamster-applet-2.26.0.tar.bz2) = 4e2e5853b1101fa98e69c231a2378ae5
SHA256 (gnome2/hamster-applet-2.24.3.tar.bz2) = f59f0647eab59b852402aeca208fba49aeda515cfbae504309f94a7c59784b22 SHA256 (gnome2/hamster-applet-2.26.0.tar.bz2) = 97930bdbf8ca3f3078709625430401ce6bff644dd3583e958f8ff9472fdd7d2d
SIZE (gnome2/hamster-applet-2.24.3.tar.bz2) = 401534 SIZE (gnome2/hamster-applet-2.26.0.tar.bz2) = 421678

View file

@ -1,14 +1,14 @@
--- hamster/hamster-applet.py.orig 2008-08-07 10:22:46.000000000 -0400 --- hamster/hamster-applet.py.orig 2009-02-13 16:02:00.000000000 -0500
+++ hamster/hamster-applet.py 2008-08-07 10:23:13.000000000 -0400 +++ hamster/hamster-applet.py 2009-02-27 19:50:13.000000000 -0500
@@ -51,10 +51,10 @@ if hasattr(gettext, 'bind_textdomain_cod @@ -52,10 +52,10 @@ if hasattr(gettext, 'bind_textdomain_cod
gettext.bind_textdomain_codeset('hamster-applet','UTF-8') gettext.bind_textdomain_codeset('hamster-applet','UTF-8')
gettext.textdomain('hamster-applet') gettext.textdomain('hamster-applet')
-locale.bindtextdomain('hamster-applet', abspath(join(hamster.defs.DATA_DIR, "locale"))) -locale.bindtextdomain('hamster-applet', locale_dir)
-if hasattr(locale, 'bind_textdomain_codeset'): -if hasattr(locale, 'bind_textdomain_codeset'):
- locale.bind_textdomain_codeset('hamster-applet','UTF-8') - locale.bind_textdomain_codeset('hamster-applet','UTF-8')
-locale.textdomain('hamster-applet') -locale.textdomain('hamster-applet')
+#locale.bindtextdomain('hamster-applet', abspath(join(hamster.defs.DATA_DIR, "locale"))) +#locale.bindtextdomain('hamster-applet', locale_dir)
+#if hasattr(locale, 'bind_textdomain_codeset'): +#if hasattr(locale, 'bind_textdomain_codeset'):
+# locale.bind_textdomain_codeset('hamster-applet','UTF-8') +# locale.bind_textdomain_codeset('hamster-applet','UTF-8')
+#locale.textdomain('hamster-applet') +#locale.textdomain('hamster-applet')

View file

@ -32,6 +32,9 @@ lib/hamster-applet/hamster-applet
%%PYTHON_SITELIBDIR%%/hamster/eds.py %%PYTHON_SITELIBDIR%%/hamster/eds.py
%%PYTHON_SITELIBDIR%%/hamster/eds.pyc %%PYTHON_SITELIBDIR%%/hamster/eds.pyc
%%PYTHON_SITELIBDIR%%/hamster/eds.pyo %%PYTHON_SITELIBDIR%%/hamster/eds.pyo
%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.py
%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyc
%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyo
%%PYTHON_SITELIBDIR%%/hamster/idle.py %%PYTHON_SITELIBDIR%%/hamster/idle.py
%%PYTHON_SITELIBDIR%%/hamster/idle.pyc %%PYTHON_SITELIBDIR%%/hamster/idle.pyc
%%PYTHON_SITELIBDIR%%/hamster/idle.pyo %%PYTHON_SITELIBDIR%%/hamster/idle.pyo
@ -73,6 +76,7 @@ share/icons/hicolor/32x32/apps/hamster-applet.png
share/icons/hicolor/48x48/apps/hamster-applet.png share/icons/hicolor/48x48/apps/hamster-applet.png
share/icons/hicolor/scalable/apps/hamster-applet.svg share/icons/hicolor/scalable/apps/hamster-applet.svg
share/locale/ar/LC_MESSAGES/hamster-applet.mo share/locale/ar/LC_MESSAGES/hamster-applet.mo
share/locale/as/LC_MESSAGES/hamster-applet.mo
share/locale/bg/LC_MESSAGES/hamster-applet.mo share/locale/bg/LC_MESSAGES/hamster-applet.mo
share/locale/bn_IN/LC_MESSAGES/hamster-applet.mo share/locale/bn_IN/LC_MESSAGES/hamster-applet.mo
share/locale/ca/LC_MESSAGES/hamster-applet.mo share/locale/ca/LC_MESSAGES/hamster-applet.mo
@ -95,6 +99,7 @@ share/locale/it/LC_MESSAGES/hamster-applet.mo
share/locale/ja/LC_MESSAGES/hamster-applet.mo share/locale/ja/LC_MESSAGES/hamster-applet.mo
share/locale/kn/LC_MESSAGES/hamster-applet.mo share/locale/kn/LC_MESSAGES/hamster-applet.mo
share/locale/ko/LC_MESSAGES/hamster-applet.mo share/locale/ko/LC_MESSAGES/hamster-applet.mo
share/locale/ku/LC_MESSAGES/hamster-applet.mo
share/locale/lt/LC_MESSAGES/hamster-applet.mo share/locale/lt/LC_MESSAGES/hamster-applet.mo
share/locale/lv/LC_MESSAGES/hamster-applet.mo share/locale/lv/LC_MESSAGES/hamster-applet.mo
share/locale/mk/LC_MESSAGES/hamster-applet.mo share/locale/mk/LC_MESSAGES/hamster-applet.mo
@ -102,10 +107,12 @@ share/locale/ml/LC_MESSAGES/hamster-applet.mo
share/locale/mr/LC_MESSAGES/hamster-applet.mo share/locale/mr/LC_MESSAGES/hamster-applet.mo
share/locale/nb/LC_MESSAGES/hamster-applet.mo share/locale/nb/LC_MESSAGES/hamster-applet.mo
share/locale/nl/LC_MESSAGES/hamster-applet.mo share/locale/nl/LC_MESSAGES/hamster-applet.mo
share/locale/or/LC_MESSAGES/hamster-applet.mo
share/locale/pa/LC_MESSAGES/hamster-applet.mo share/locale/pa/LC_MESSAGES/hamster-applet.mo
share/locale/pl/LC_MESSAGES/hamster-applet.mo share/locale/pl/LC_MESSAGES/hamster-applet.mo
share/locale/pt/LC_MESSAGES/hamster-applet.mo share/locale/pt/LC_MESSAGES/hamster-applet.mo
share/locale/pt_BR/LC_MESSAGES/hamster-applet.mo share/locale/pt_BR/LC_MESSAGES/hamster-applet.mo
share/locale/ro/LC_MESSAGES/hamster-applet.mo
share/locale/ru/LC_MESSAGES/hamster-applet.mo share/locale/ru/LC_MESSAGES/hamster-applet.mo
share/locale/sl/LC_MESSAGES/hamster-applet.mo share/locale/sl/LC_MESSAGES/hamster-applet.mo
share/locale/sq/LC_MESSAGES/hamster-applet.mo share/locale/sq/LC_MESSAGES/hamster-applet.mo
@ -113,8 +120,10 @@ share/locale/sr/LC_MESSAGES/hamster-applet.mo
share/locale/sr@latin/LC_MESSAGES/hamster-applet.mo share/locale/sr@latin/LC_MESSAGES/hamster-applet.mo
share/locale/sv/LC_MESSAGES/hamster-applet.mo share/locale/sv/LC_MESSAGES/hamster-applet.mo
share/locale/ta/LC_MESSAGES/hamster-applet.mo share/locale/ta/LC_MESSAGES/hamster-applet.mo
share/locale/te/LC_MESSAGES/hamster-applet.mo
share/locale/th/LC_MESSAGES/hamster-applet.mo share/locale/th/LC_MESSAGES/hamster-applet.mo
share/locale/tr/LC_MESSAGES/hamster-applet.mo share/locale/tr/LC_MESSAGES/hamster-applet.mo
share/locale/vi/LC_MESSAGES/hamster-applet.mo
share/locale/zh_CN/LC_MESSAGES/hamster-applet.mo share/locale/zh_CN/LC_MESSAGES/hamster-applet.mo
share/locale/zh_HK/LC_MESSAGES/hamster-applet.mo share/locale/zh_HK/LC_MESSAGES/hamster-applet.mo
share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo
@ -125,9 +134,17 @@ share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo
@dirrm lib/hamster-applet @dirrm lib/hamster-applet
@dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK @dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin @dirrmtry share/locale/sr@latin
@dirrmtry share/locale/ro/LC_MESSAGES
@dirrmtry share/locale/ro
@dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr @dirrmtry share/locale/mr
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN @dirrmtry share/locale/bn_IN
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as

View file

@ -6,6 +6,7 @@
PORTNAME= kdepimlibs PORTNAME= kdepimlibs
PORTVERSION= ${KDE4_VERSION} PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6 CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,7 @@ COMMENT= Libraries for KDE-PIM applications
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python \ boost_python:${PORTSDIR}/devel/boost-python \
ical.42:${PORTSDIR}/devel/libical ical.43:${PORTSDIR}/devel/libical
USE_KDE4= kdelibs akonadi kdeprefix kdehier automoc4 USE_KDE4= kdelibs akonadi kdeprefix kdehier automoc4
KDE4_BUILDENV= yes KDE4_BUILDENV= yes

View file

@ -3,12 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org> # Whom: Michael Johnson <ahze@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.7 2008/03/18 15:20:20 ahze Exp $ # $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.9 2009/04/07 03:12:16 marcus Exp $
# #
PORTNAME= nautilus-locked-folder PORTNAME= nautilus-locked-folder
PORTVERSION= 1.0.0 PORTVERSION= 1.0.0
PORTREVISION= 5 PORTREVISION= 6
CATEGORIES= deskutils security CATEGORIES= deskutils security
MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav MASTER_SITE_SUBDIR= pav
@ -18,7 +18,7 @@ COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GNOME= nautilus2 USE_GNOME= nautilus2 eel2
PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0 PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \
LDFLASG="-L${LOCALBASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \ LDFLASG="-L${LOCALBASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \

View file

@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org> # Whom: Michael Johnson <ahze@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.12 2008/02/28 18:19:56 kwm Exp $ # $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.14 2009/04/07 03:14:59 marcus Exp $
# #
PORTNAME= nautilus-open-terminal PORTNAME= nautilus-open-terminal
@ -21,7 +21,7 @@ GNU_CONFIGURE= yes
USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack
USE_GETTEXT= yes USE_GETTEXT= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0`" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= nautilus-open-terminal.schemas GCONF_SCHEMAS= nautilus-open-terminal.schemas

View file

@ -7,6 +7,7 @@
PORTNAME= orage PORTNAME= orage
PORTVERSION= 4.6.0 PORTVERSION= 4.6.0
PORTREVISION= 1
CATEGORIES= deskutils xfce CATEGORIES= deskutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITES= ${MASTER_SITE_XFCE}
DIST_SUBDIR= xfce4 DIST_SUBDIR= xfce4
@ -39,7 +40,7 @@ CONFIGURE_ARGS+=--with-bdb4=no
.endif .endif
.if defined(WITH_ICAL) .if defined(WITH_ICAL)
LIB_DEPENDS+= ical.42:${PORTSDIR}/devel/libical LIB_DEPENDS+= ical.43:${PORTSDIR}/devel/libical
.endif .endif
post-patch: post-patch:

View file

@ -436,7 +436,6 @@
SUBDIR += glrparser SUBDIR += glrparser
SUBDIR += glui SUBDIR += glui
SUBDIR += gmake SUBDIR += gmake
SUBDIR += gnome-build
SUBDIR += gnome-common SUBDIR += gnome-common
SUBDIR += gnome-crash SUBDIR += gnome-crash
SUBDIR += gnome-vfs SUBDIR += gnome-vfs

View file

@ -3,12 +3,11 @@
# Whom: Dmitry Sivachenko <demon@FreeBSD.org> # Whom: Dmitry Sivachenko <demon@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/devel/anjuta/Makefile,v 1.32 2008/11/27 02:17:34 marcus Exp $ # $MCom: ports/devel/anjuta/Makefile,v 1.37 2009/03/31 13:33:41 kwm Exp $
# #
PORTNAME= anjuta PORTNAME= anjuta
PORTVERSION= 2.24.2 PORTVERSION= 2.26.0.1
PORTREVISION= 0
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -20,42 +19,40 @@ BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \
bash:${PORTSDIR}/shells/bash \ bash:${PORTSDIR}/shells/bash \
neato:${PORTSDIR}/graphics/graphviz neato:${PORTSDIR}/graphics/graphviz
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
gbf-1.2:${PORTSDIR}/devel/gnome-build \ gladeui-1.9:${PORTSDIR}/devel/glade3 \
gladeui-1.7:${PORTSDIR}/devel/glade3 \ neon.28:${PORTSDIR}/www/neon28
neon.28:${PORTSDIR}/www/neon28 \
devhelp-1.0:${PORTSDIR}/devel/devhelp
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
autogen:${PORTSDIR}/devel/autogen \ autogen:${PORTSDIR}/devel/autogen \
neato:${PORTSDIR}/graphics/graphviz \ neato:${PORTSDIR}/graphics/graphviz \
libtool:${PORTSDIR}/devel/libtool15 \ libtool:${PORTSDIR}/devel/libtool15 \
${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
BROKEN= does not compile
USE_BZIP2= yes USE_BZIP2= yes
USE_AUTOTOOLS= autotools:run USE_AUTOTOOLS= autotools:run
USE_GMAKE= yes USE_GMAKE= yes
USE_GETTEXT= yes USE_GETTEXT= yes
INSTALLS_OMF= yes INSTALLS_OMF= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 libgda4
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes USE_LDCONFIG= yes
GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \ GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \
anjuta-cvs-plugin.schemas anjuta-document-manager.schemas \ anjuta-cvs-plugin.schemas \
anjuta-document-manager.schemas \
anjuta-editor-scintilla.schemas \
anjuta-editor-sourceview.schemas \
anjuta-language-cpp-java.schemas \ anjuta-language-cpp-java.schemas \
anjuta-message-manager-plugin.schemas \ anjuta-message-manager-plugin.schemas \
anjuta-editor-sourceview.schemas \ anjuta-symbol-db.schemas \
anjuta-symbol-browser-plugin.schemas \ anjuta-terminal-plugin.schemas \
anjuta-terminal-plugin.schemas anjuta.schemas anjuta.schemas
MAN1= anjuta.1 anjuta_launcher.1 MAN1= anjuta.1 anjuta_launcher.1
OPTIONS= SVN "Build subversion plugin" off \ OPTIONS= SVN "Build subversion plugin" off \
SYMBOL "Build experimental symbol-db plugin" off \ DEVHELP "Build devhelp plugin" on
SCINTILLA "Build scintilla plugin" off
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
@ -75,30 +72,15 @@ CONFIGURE_ARGS+=--disable-plugin-subversion
PLIST_SUB+= SVN="@comment " PLIST_SUB+= SVN="@comment "
.endif .endif
.if defined(WITH_SCINTILLA) .if defined(WITH_DEVHELP)
USE_GNOME+= libgnomeprintui LIB_DEPENDS+= devhelp-1.0:${PORTSDIR}/devel/devhelp
CONFIGURE_ARGS+=--enable-plugin-scintilla PLIST_SUB+= DEVHELP=""
GCONF_SCHEMAS+= anjuta-editor-scintilla.schemas
PLIST_SUB+= SCINTILLA=""
.else .else
#CONFIGURE_ARGS+=--disable-plugin-scintilla CONFIGURE_ARGS+=--disable-plugin-devhelp
PLIST_SUB+= SCINTILLA="@comment " PLIST_SUB+= DEVHELP="@comment "
.endif
.if defined(WITH_SYMBOL)
USE_GNOME+= libgda4
CONFIGURE_ARGS+=--enable-plugin-symbol-db
GCONF_SCHEMAS+= anjuta-symbol-db.schemas
PLIST_SUB+= SYMBOL=""
.else
CONFIGURE_ARGS+=--disable-plugin-symbol-db
PLIST_SUB+= SYMBOL="@comment "
.endif .endif
post-configure: post-configure:
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash| ; \
s|/usr/local|${PREFIX}|' \
${WRKSRC}/global-tags/create_global_tags.sh.in
@${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \ @${REINPLACE_CMD} -e 's|PKG_PATH|PKG_CONFIG_PATH|g' \
${WRKSRC}/configure ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|"make|"gmake|g' \ @${REINPLACE_CMD} -e 's|"make|"gmake|g' \

View file

@ -1,3 +1,3 @@
MD5 (gnome2/anjuta-2.24.2.tar.bz2) = d1db75bc1c8d4ab4c9d180767e24e39a MD5 (gnome2/anjuta-2.26.0.1.tar.bz2) = 84d3aae494f9866ca7d2a906be82a8df
SHA256 (gnome2/anjuta-2.24.2.tar.bz2) = 7b60753b98a12c5ae85b7fee126d280385ac67dd94a855ab50c17de862df6c68 SHA256 (gnome2/anjuta-2.26.0.1.tar.bz2) = 9e4778cfd9bdf364ebccdedb9305cbe49fb7bc215ef7b12f9f07db4dfb1e1e1f
SIZE (gnome2/anjuta-2.24.2.tar.bz2) = 6713913 SIZE (gnome2/anjuta-2.26.0.1.tar.bz2) = 7703345

View file

@ -1,23 +0,0 @@
--- global-tags/create_global_tags.sh.in.orig Sun Jul 8 03:39:26 2007
+++ global-tags/create_global_tags.sh.in Sun Jul 8 03:41:12 2007
@@ -68,9 +68,9 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C
## the packages, which we don't like. We only want cflags relevent
## to the packages alone.
##
- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/`
+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/libdata\/pkgconfig'/`
PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH"
- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib64\/pkgconfig'/`
+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/`
PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH"
PKG_CONFIG_PATH_PROPER=`echo $PKG_CONFIG_PATH | sed -e 's/\:/ /g'`
@@ -88,7 +88,7 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C
for pkg_path in $PKG_CONFIG_PATH_PROPER; do
for pkg_file in `find "$pkg_path" -name '*.pc' 2>/dev/null`; do
# echo "Scanning package: $pkg_file"
- PKG_CFLAGS=`grep -e '^\(\w\+=\|\s*Cflags:\)' "$pkg_file"|sed -e 's/Cflags:\s*"\?\(.*\)"\?\s*/echo "\1"/' -e 's/^\(\w\+\)=\("\([^"]*\)"\|\(.*\)\)/\1="\3\4"/'|sh`
+ PKG_CFLAGS=`grep -E -e '^([a-zA-Z0-9_]+=|[[:space:]]*Cflags:)' "$pkg_file"|sed -E -e 's/Cflags:[[:space:]]*"?(.*)"?[[:space:]]*/echo "\1"/' -e 's/^([a-zA-Z0-9_]+)=("([^"]*)"|(.*))/\1="\3\4"/'|sh`
# echo $PKG_CFLAGS
package=`basename "$pkg_file" '.pc'`
# if [ ! -e $BASEDIR/tags/$package.anjutatags.gz ] ; then

View file

@ -0,0 +1,11 @@
--- plugins/symbol-db/Makefile.in.orig 2009-02-28 20:29:49.000000000 -0500
+++ plugins/symbol-db/Makefile.in 2009-02-28 20:29:57.000000000 -0500
@@ -369,7 +369,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-SUBDIRS = images test
+SUBDIRS = images
symbol_db_datadir = $(anjuta_data_dir)
symbol_db_data_DATA = tables.sql

View file

@ -1,7 +1,9 @@
bin/anjuta bin/anjuta
bin/anjuta_import.sh
bin/anjuta_launcher bin/anjuta_launcher
bin/gbf-am-parse
bin/gbf-mkfile-parse
include/libanjuta-1.0/libanjuta/anjuta-async-command.h include/libanjuta-1.0/libanjuta/anjuta-async-command.h
include/libanjuta-1.0/libanjuta/anjuta-async-notify.h
include/libanjuta-1.0/libanjuta/anjuta-command.h include/libanjuta-1.0/libanjuta/anjuta-command.h
include/libanjuta-1.0/libanjuta/anjuta-convert.h include/libanjuta-1.0/libanjuta/anjuta-convert.h
include/libanjuta-1.0/libanjuta/anjuta-debug.h include/libanjuta-1.0/libanjuta/anjuta-debug.h
@ -27,9 +29,10 @@ include/libanjuta-1.0/libanjuta/anjuta-status.h
include/libanjuta-1.0/libanjuta/anjuta-sync-command.h include/libanjuta-1.0/libanjuta/anjuta-sync-command.h
include/libanjuta-1.0/libanjuta/anjuta-ui.h include/libanjuta-1.0/libanjuta/anjuta-ui.h
include/libanjuta-1.0/libanjuta/anjuta-utils.h include/libanjuta-1.0/libanjuta/anjuta-utils.h
include/libanjuta-1.0/libanjuta/anjuta-vcs-status.h
include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h
include/libanjuta-1.0/libanjuta/anjuta-version.h include/libanjuta-1.0/libanjuta/anjuta-version.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.h include/libanjuta-1.0/libanjuta/gbf-project.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h
@ -76,6 +79,7 @@ include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-backend.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h
include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h
@ -96,9 +100,9 @@ lib/anjuta/anjuta-class-gen.plugin
lib/anjuta/anjuta-class-inheritance.plugin lib/anjuta/anjuta-class-inheritance.plugin
lib/anjuta/anjuta-cvs.plugin lib/anjuta/anjuta-cvs.plugin
lib/anjuta/anjuta-debug-manager.plugin lib/anjuta/anjuta-debug-manager.plugin
lib/anjuta/anjuta-devhelp.plugin %%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin
lib/anjuta/anjuta-document-manager.plugin lib/anjuta/anjuta-document-manager.plugin
%%SCINTILLA%%lib/anjuta/anjuta-editor.plugin lib/anjuta/anjuta-editor.plugin
lib/anjuta/anjuta-file-wizard.plugin lib/anjuta/anjuta-file-wizard.plugin
lib/anjuta/anjuta-gdb.plugin lib/anjuta/anjuta-gdb.plugin
lib/anjuta/anjuta-glade.plugin lib/anjuta/anjuta-glade.plugin
@ -115,12 +119,13 @@ lib/anjuta/anjuta-run-program.plugin
lib/anjuta/anjuta-sample.plugin lib/anjuta/anjuta-sample.plugin
lib/anjuta/anjuta-scratchbox.plugin lib/anjuta/anjuta-scratchbox.plugin
lib/anjuta/anjuta-search.plugin lib/anjuta/anjuta-search.plugin
lib/anjuta/anjuta-starter.plugin
%%SVN%%lib/anjuta/anjuta-subversion.plugin %%SVN%%lib/anjuta/anjuta-subversion.plugin
lib/anjuta/anjuta-symbol-browser.plugin
lib/anjuta/anjuta-tags
lib/anjuta/anjuta-terminal.plugin lib/anjuta/anjuta-terminal.plugin
lib/anjuta/anjuta-tools.plugin lib/anjuta/anjuta-tools.plugin
lib/anjuta/file-manager.plugin lib/anjuta/file-manager.plugin
lib/anjuta/gbf-am.plugin
lib/anjuta/gbf-mkfile.plugin
lib/anjuta/git.plugin lib/anjuta/git.plugin
lib/anjuta/language-manager.plugin lib/anjuta/language-manager.plugin
lib/anjuta/libanjuta-build-basic-autotools.la lib/anjuta/libanjuta-build-basic-autotools.la
@ -133,12 +138,12 @@ lib/anjuta/libanjuta-cvs-plugin.la
lib/anjuta/libanjuta-cvs-plugin.so lib/anjuta/libanjuta-cvs-plugin.so
lib/anjuta/libanjuta-debug-manager.la lib/anjuta/libanjuta-debug-manager.la
lib/anjuta/libanjuta-debug-manager.so lib/anjuta/libanjuta-debug-manager.so
lib/anjuta/libanjuta-devhelp.la %%DEVHELP%%lib/anjuta/libanjuta-devhelp.la
lib/anjuta/libanjuta-devhelp.so %%DEVHELP%%lib/anjuta/libanjuta-devhelp.so
lib/anjuta/libanjuta-document-manager.la lib/anjuta/libanjuta-document-manager.la
lib/anjuta/libanjuta-document-manager.so lib/anjuta/libanjuta-document-manager.so
%%SCINTILLA%%lib/anjuta/libanjuta-editor.la lib/anjuta/libanjuta-editor.la
%%SCINTILLA%%lib/anjuta/libanjuta-editor.so lib/anjuta/libanjuta-editor.so
lib/anjuta/libanjuta-file-wizard.la lib/anjuta/libanjuta-file-wizard.la
lib/anjuta/libanjuta-file-wizard.so lib/anjuta/libanjuta-file-wizard.so
lib/anjuta/libanjuta-gdb.la lib/anjuta/libanjuta-gdb.la
@ -177,12 +182,12 @@ lib/anjuta/libanjuta-search.la
lib/anjuta/libanjuta-search.so lib/anjuta/libanjuta-search.so
lib/anjuta/libanjuta-sourceview.la lib/anjuta/libanjuta-sourceview.la
lib/anjuta/libanjuta-sourceview.so lib/anjuta/libanjuta-sourceview.so
lib/anjuta/libanjuta-starter.la
lib/anjuta/libanjuta-starter.so
%%SVN%%lib/anjuta/libanjuta-subversion.la %%SVN%%lib/anjuta/libanjuta-subversion.la
%%SVN%%lib/anjuta/libanjuta-subversion.so %%SVN%%lib/anjuta/libanjuta-subversion.so
lib/anjuta/libanjuta-symbol-browser.la lib/anjuta/libanjuta-symbol-db.la
lib/anjuta/libanjuta-symbol-browser.so lib/anjuta/libanjuta-symbol-db.so
%%SYMBOL%%lib/anjuta/libanjuta-symbol-db.la
%%SYMBOL%%lib/anjuta/libanjuta-symbol-db.so
lib/anjuta/libanjuta-terminal.la lib/anjuta/libanjuta-terminal.la
lib/anjuta/libanjuta-terminal.so lib/anjuta/libanjuta-terminal.so
lib/anjuta/libanjuta-tools.la lib/anjuta/libanjuta-tools.la
@ -190,21 +195,25 @@ lib/anjuta/libanjuta-tools.so
lib/anjuta/libfile-manager.la lib/anjuta/libfile-manager.la
lib/anjuta/libfile-manager.so lib/anjuta/libfile-manager.so
lib/anjuta/libfile-manager.so.0 lib/anjuta/libfile-manager.so.0
lib/anjuta/libgbf-am.la
lib/anjuta/libgbf-am.so
lib/anjuta/libgbf-mkfile.la
lib/anjuta/libgbf-mkfile.so
lib/anjuta/liblanguage-manager.la lib/anjuta/liblanguage-manager.la
lib/anjuta/liblanguage-manager.so lib/anjuta/liblanguage-manager.so
lib/anjuta/profiler.plugin lib/anjuta/profiler.plugin
lib/anjuta/sourceview.plugin lib/anjuta/sourceview.plugin
%%SYMBOL%%lib/anjuta/symbol-db.plugin lib/anjuta/symbol-db.plugin
lib/glade3/modules/libgladeanjuta.la lib/glade3/modules/libgladeanjuta.la
lib/glade3/modules/libgladeanjuta.so lib/glade3/modules/libgladeanjuta.so
lib/libanjuta-ctags.la
lib/libanjuta-ctags.so
lib/libanjuta-ctags.so.0
lib/libanjuta.la lib/libanjuta.la
lib/libanjuta.so lib/libanjuta.so
lib/libanjuta.so.0 lib/libanjuta.so.0
libdata/pkgconfig/libanjuta-1.0.pc libdata/pkgconfig/libanjuta-1.0.pc
share/anjuta/AUTHORS share/anjuta/AUTHORS
share/anjuta/GBF/AmFiles.pm
share/anjuta/GBF/General.pm
share/anjuta/GBF/Make.pm
share/anjuta/anjuta_project.template share/anjuta/anjuta_project.template
share/anjuta/build/automake-c.filters share/anjuta/build/automake-c.filters
share/anjuta/class-templates/cc-header.tpl share/anjuta/class-templates/cc-header.tpl
@ -217,27 +226,30 @@ share/anjuta/glade/anjuta-class-gen-plugin.glade
share/anjuta/glade/anjuta-cvs-plugin.glade share/anjuta/glade/anjuta-cvs-plugin.glade
share/anjuta/glade/anjuta-debug-manager.glade share/anjuta/glade/anjuta-debug-manager.glade
share/anjuta/glade/anjuta-document-manager.glade share/anjuta/glade/anjuta-document-manager.glade
%%SCINTILLA%%share/anjuta/glade/anjuta-editor-scintilla.glade share/anjuta/glade/anjuta-editor-scintilla.glade
share/anjuta/glade/anjuta-editor-sourceview.glade share/anjuta/glade/anjuta-editor-sourceview.glade
share/anjuta/glade/anjuta-file-wizard.glade share/anjuta/glade/anjuta-file-wizard.glade
share/anjuta/glade/anjuta-gdb.glade share/anjuta/glade/anjuta-gdb.glade
share/anjuta/glade/anjuta-git.glade share/anjuta/glade/anjuta-git.glade
share/anjuta/glade/anjuta-glade.glade
share/anjuta/glade/anjuta-language-cpp-java.glade share/anjuta/glade/anjuta-language-cpp-java.glade
share/anjuta/glade/anjuta-macro.glade share/anjuta/glade/anjuta-macro.glade
share/anjuta/glade/anjuta-message-manager-plugin.glade share/anjuta/glade/anjuta-message-manager-plugin.glade
share/anjuta/glade/anjuta-project-wizard.glade share/anjuta/glade/anjuta-project-wizard.ui
share/anjuta/glade/anjuta-run-program.glade share/anjuta/glade/anjuta-run-program.glade
share/anjuta/glade/anjuta-scratchbox.glade share/anjuta/glade/anjuta-scratchbox.glade
share/anjuta/glade/anjuta-scratchbox-panel.png
share/anjuta/glade/anjuta-search.glade share/anjuta/glade/anjuta-search.glade
%%SVN%%share/anjuta/glade/anjuta-subversion.glade %%SVN%%share/anjuta/glade/anjuta-subversion.glade
share/anjuta/glade/anjuta-symbol-browser-plugin.glade share/anjuta/glade/anjuta-symbol-db.glade
%%SYMBOL%%share/anjuta/glade/anjuta-symbol-db.glade
share/anjuta/glade/anjuta-terminal-plugin.glade share/anjuta/glade/anjuta-terminal-plugin.glade
share/anjuta/glade/anjuta-tools.glade share/anjuta/glade/anjuta-tools.glade
share/anjuta/glade/anjuta.glade share/anjuta/glade/anjuta.glade
share/anjuta/glade/applogo.png share/anjuta/glade/applogo.png
share/anjuta/glade/appwizard.png share/anjuta/glade/appwizard.png
share/anjuta/glade/create_dialogs.glade
share/anjuta/glade/file-manager.glade share/anjuta/glade/file-manager.glade
share/anjuta/glade/gbf-am-dialogs.glade
share/anjuta/glade/patch-plugin.glade share/anjuta/glade/patch-plugin.glade
share/anjuta/glade/profiler-call-graph.glade share/anjuta/glade/profiler-call-graph.glade
share/anjuta/glade/profiler-flat-profile.glade share/anjuta/glade/profiler-flat-profile.glade
@ -248,6 +260,7 @@ share/anjuta/glade/start-with-open.png
share/anjuta/glade/start-with-wizard.png share/anjuta/glade/start-with-wizard.png
share/anjuta/gtodo/gtodo.css share/anjuta/gtodo/gtodo.css
share/anjuta/gtodo/gtodo.xsl share/anjuta/gtodo/gtodo.xsl
share/anjuta/gtodo/gtodo-plain.xsl
share/anjuta/languages.xml share/anjuta/languages.xml
share/anjuta/layout.xml share/anjuta/layout.xml
share/anjuta/macros.xml share/anjuta/macros.xml
@ -282,14 +295,16 @@ share/anjuta/project/gcj-logo.png
share/anjuta/project/gcj.wiz share/anjuta/project/gcj.wiz
share/anjuta/project/gcj/configure.ac.tpl share/anjuta/project/gcj/configure.ac.tpl
share/anjuta/project/gcj/src/Makefile.am.tpl share/anjuta/project/gcj/src/Makefile.am.tpl
share/anjuta/project/gnome-applet.wiz
share/anjuta/project/gnome-applet/HACKING
share/anjuta/project/gnome-applet/Makefile.am.tpl
share/anjuta/project/gnome-applet/autogen.sh
share/anjuta/project/gnome-applet/configure.ac.tpl
share/anjuta/project/gnome-applet/src/GNOME_Applet.server.in.in
share/anjuta/project/gnome-applet/src/Makefile.am.tpl
share/anjuta/project/gnome-applet/src/main.c
share/anjuta/project/gnome-logo.png share/anjuta/project/gnome-logo.png
share/anjuta/project/gnome.wiz
share/anjuta/project/gnome/po/POTFILES.in share/anjuta/project/gnome/po/POTFILES.in
share/anjuta/project/gnome/src/Makefile.am.tpl
share/anjuta/project/gnome/src/callbacks.c
share/anjuta/project/gnome/src/callbacks.h
share/anjuta/project/gnome/src/main.c
share/anjuta/project/gnome/src/project.glade
share/anjuta/project/gtk-logo.png share/anjuta/project/gtk-logo.png
share/anjuta/project/gtk.wiz share/anjuta/project/gtk.wiz
share/anjuta/project/gtk/po/POTFILES.in share/anjuta/project/gtk/po/POTFILES.in
@ -315,6 +330,7 @@ share/anjuta/project/licenses/BSD
share/anjuta/project/licenses/GPL share/anjuta/project/licenses/GPL
share/anjuta/project/licenses/LGPL share/anjuta/project/licenses/LGPL
share/anjuta/project/licenses/None share/anjuta/project/licenses/None
share/anjuta/project/m4/as-ac-expand.m4
share/anjuta/project/minimal.wiz share/anjuta/project/minimal.wiz
share/anjuta/project/minimal/Makefile.am.tpl share/anjuta/project/minimal/Makefile.am.tpl
share/anjuta/project/minimal/autogen.sh share/anjuta/project/minimal/autogen.sh
@ -377,56 +393,10 @@ share/anjuta/project/xlib/configure.ac.tpl
share/anjuta/project/xlib/po/POTFILES.in share/anjuta/project/xlib/po/POTFILES.in
share/anjuta/project/xlib/src/Makefile.am.tpl share/anjuta/project/xlib/src/Makefile.am.tpl
share/anjuta/project/xlib/src/main.c share/anjuta/project/xlib/src/main.c
%%SCINTILLA%%share/anjuta/properties/Embedded.properties share/anjuta/properties/anjuta.properties
%%SCINTILLA%%share/anjuta/properties/SciTEGlobal.properties share/anjuta/properties/styles.properties
%%SCINTILLA%%share/anjuta/properties/ada.properties share/anjuta/properties/user.properties
%%SCINTILLA%%share/anjuta/properties/anjuta.properties share/anjuta/tables.sql
%%SCINTILLA%%share/anjuta/properties/asm.properties
%%SCINTILLA%%share/anjuta/properties/asn1.properties
%%SCINTILLA%%share/anjuta/properties/au3.properties
%%SCINTILLA%%share/anjuta/properties/ave.properties
%%SCINTILLA%%share/anjuta/properties/baan.properties
%%SCINTILLA%%share/anjuta/properties/bullant.properties
%%SCINTILLA%%share/anjuta/properties/conf.properties
%%SCINTILLA%%share/anjuta/properties/cpp.properties
%%SCINTILLA%%share/anjuta/properties/css.properties
%%SCINTILLA%%share/anjuta/properties/eiffel.properties
%%SCINTILLA%%share/anjuta/properties/erlang.properties
%%SCINTILLA%%share/anjuta/properties/escript.properties
%%SCINTILLA%%share/anjuta/properties/forth.properties
%%SCINTILLA%%share/anjuta/properties/fortran.properties
%%SCINTILLA%%share/anjuta/properties/html.properties
%%SCINTILLA%%share/anjuta/properties/kix.properties
%%SCINTILLA%%share/anjuta/properties/latex.properties
%%SCINTILLA%%share/anjuta/properties/lisp.properties
%%SCINTILLA%%share/anjuta/properties/lot.properties
%%SCINTILLA%%share/anjuta/properties/lout.properties
%%SCINTILLA%%share/anjuta/properties/lua.properties
%%SCINTILLA%%share/anjuta/properties/matlab.properties
%%SCINTILLA%%share/anjuta/properties/metapost.properties
%%SCINTILLA%%share/anjuta/properties/mmixal.properties
%%SCINTILLA%%share/anjuta/properties/nncrontab.properties
%%SCINTILLA%%share/anjuta/properties/nsis.properties
%%SCINTILLA%%share/anjuta/properties/others.properties
%%SCINTILLA%%share/anjuta/properties/pascal.properties
%%SCINTILLA%%share/anjuta/properties/perl.properties
%%SCINTILLA%%share/anjuta/properties/pov.properties
%%SCINTILLA%%share/anjuta/properties/ps.properties
%%SCINTILLA%%share/anjuta/properties/python.properties
%%SCINTILLA%%share/anjuta/properties/ruby.properties
%%SCINTILLA%%share/anjuta/properties/scriptol.properties
%%SCINTILLA%%share/anjuta/properties/specman.properties
%%SCINTILLA%%share/anjuta/properties/sql.properties
%%SCINTILLA%%share/anjuta/properties/styles.properties
%%SCINTILLA%%share/anjuta/properties/tcl.properties
%%SCINTILLA%%share/anjuta/properties/tex.properties
%%SCINTILLA%%share/anjuta/properties/user.properties
%%SCINTILLA%%share/anjuta/properties/vb.properties
%%SCINTILLA%%share/anjuta/properties/verilog.properties
%%SCINTILLA%%share/anjuta/properties/vhdl.properties
%%SCINTILLA%%share/anjuta/properties/yaml.properties
share/anjuta/scripts/create_global_tags.sh
%%SYMBOL%%share/anjuta/tables.sql
share/anjuta/tools/find-fixmes.pl share/anjuta/tools/find-fixmes.pl
share/anjuta/tools/prepare-changelog.pl share/anjuta/tools/prepare-changelog.pl
share/anjuta/tools/tools-2.xml share/anjuta/tools/tools-2.xml
@ -434,8 +404,8 @@ share/anjuta/tools/translation-status.pl
share/anjuta/ui/anjuta-build-basic-autotools-plugin.ui share/anjuta/ui/anjuta-build-basic-autotools-plugin.ui
share/anjuta/ui/anjuta-cvs.ui share/anjuta/ui/anjuta-cvs.ui
share/anjuta/ui/anjuta-debug-manager.ui share/anjuta/ui/anjuta-debug-manager.ui
share/anjuta/ui/anjuta-devhelp-simple.ui %%DEVHELP%%share/anjuta/ui/anjuta-devhelp-simple.ui
share/anjuta/ui/anjuta-devhelp.ui %%DEVHELP%%share/anjuta/ui/anjuta-devhelp.ui
share/anjuta/ui/anjuta-document-manager.ui share/anjuta/ui/anjuta-document-manager.ui
share/anjuta/ui/anjuta-git.ui share/anjuta/ui/anjuta-git.ui
share/anjuta/ui/anjuta-glade.ui share/anjuta/ui/anjuta-glade.ui
@ -450,7 +420,7 @@ share/anjuta/ui/anjuta-run-program.ui
share/anjuta/ui/anjuta-sample.ui share/anjuta/ui/anjuta-sample.ui
share/anjuta/ui/anjuta-search.ui share/anjuta/ui/anjuta-search.ui
%%SVN%%share/anjuta/ui/anjuta-subversion.ui %%SVN%%share/anjuta/ui/anjuta-subversion.ui
share/anjuta/ui/anjuta-symbol-browser-plugin.ui share/anjuta/ui/anjuta-symbol-db-plugin.ui
share/anjuta/ui/anjuta-terminal-plugin.ui share/anjuta/ui/anjuta-terminal-plugin.ui
share/anjuta/ui/anjuta-tools.ui share/anjuta/ui/anjuta-tools.ui
share/anjuta/ui/anjuta.ui share/anjuta/ui/anjuta.ui
@ -490,6 +460,7 @@ share/doc/libanjuta/action-block.html
share/doc/libanjuta/anjuta-architecture.html share/doc/libanjuta/anjuta-architecture.html
share/doc/libanjuta/anjuta-architecture.png share/doc/libanjuta/anjuta-architecture.png
share/doc/libanjuta/content-block.html share/doc/libanjuta/content-block.html
share/doc/libanjuta/debugger-states.png
share/doc/libanjuta/header-block.html share/doc/libanjuta/header-block.html
share/doc/libanjuta/home.png share/doc/libanjuta/home.png
share/doc/libanjuta/index.html share/doc/libanjuta/index.html
@ -585,6 +556,19 @@ share/doc/libanjuta/writing-plugins-simple.html
share/doc/libanjuta/writing-plugins-sources.html share/doc/libanjuta/writing-plugins-sources.html
share/doc/libanjuta/writing-plugins.html share/doc/libanjuta/writing-plugins.html
share/glade3/catalogs/anjuta-glade.xml share/glade3/catalogs/anjuta-glade.xml
share/gnome/help/anjuta-build-tutorial/C/anjuta-build-tutorial.xml
share/gnome/help/anjuta-build-tutorial/C/figures/autotools-process.png
share/gnome/help/anjuta-build-tutorial/C/figures/build_preferences.png
share/gnome/help/anjuta-build-tutorial/C/figures/compilation-stages.png
share/gnome/help/anjuta-build-tutorial/C/figures/configure-dialog.png
share/gnome/help/anjuta-build-tutorial/C/figures/configure-process.png
share/gnome/help/anjuta-build-tutorial/C/figures/library-add-pkgconfig.png
share/gnome/help/anjuta-build-tutorial/C/figures/library-add-properties.png
share/gnome/help/anjuta-build-tutorial/C/figures/new-project-basic.png
share/gnome/help/anjuta-build-tutorial/C/figures/new-project-message.png
share/gnome/help/anjuta-build-tutorial/C/figures/new-project-options.png
share/gnome/help/anjuta-build-tutorial/C/figures/new-project-select.png
share/gnome/help/anjuta-build-tutorial/C/figures/new-project-summary.png
share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml
share/gnome/help/anjuta-faqs/C/legal.xml share/gnome/help/anjuta-faqs/C/legal.xml
share/gnome/help/anjuta-manual/C/anjuta-manual.xml share/gnome/help/anjuta-manual/C/anjuta-manual.xml
@ -614,7 +598,10 @@ share/gnome/help/anjuta-manual/C/figures/prefs_print.png
share/gnome/help/anjuta-manual/C/figures/print_dlg.png share/gnome/help/anjuta-manual/C/figures/print_dlg.png
share/gnome/help/anjuta-manual/C/figures/print_preview.png share/gnome/help/anjuta-manual/C/figures/print_preview.png
share/gnome/help/anjuta-manual/C/figures/project-window.png share/gnome/help/anjuta-manual/C/figures/project-window.png
share/gnome/help/anjuta-manual/C/figures/project_group.png
share/gnome/help/anjuta-manual/C/figures/project_info.png share/gnome/help/anjuta-manual/C/figures/project_info.png
share/gnome/help/anjuta-manual/C/figures/project_target.png
share/gnome/help/anjuta-manual/C/figures/project_target_details.png
share/gnome/help/anjuta-manual/C/figures/registers.png share/gnome/help/anjuta-manual/C/figures/registers.png
share/gnome/help/anjuta-manual/C/figures/save_as_file.png share/gnome/help/anjuta-manual/C/figures/save_as_file.png
share/gnome/help/anjuta-manual/C/figures/search_expr.png share/gnome/help/anjuta-manual/C/figures/search_expr.png
@ -631,6 +618,7 @@ share/gnome/help/anjuta-manual/C/figures/stack.png
share/gnome/help/anjuta-manual/C/figures/symbol_browser.png share/gnome/help/anjuta-manual/C/figures/symbol_browser.png
share/gnome/help/anjuta-manual/C/figures/tool-editor.png share/gnome/help/anjuta-manual/C/figures/tool-editor.png
share/gnome/help/anjuta-manual/C/fileoperations.xml share/gnome/help/anjuta-manual/C/fileoperations.xml
share/gnome/help/anjuta-manual/C/glade.xml
share/gnome/help/anjuta-manual/C/interface.xml share/gnome/help/anjuta-manual/C/interface.xml
share/gnome/help/anjuta-manual/C/introduction.xml share/gnome/help/anjuta-manual/C/introduction.xml
share/gnome/help/anjuta-manual/C/legal.xml share/gnome/help/anjuta-manual/C/legal.xml
@ -639,6 +627,92 @@ share/gnome/help/anjuta-manual/C/preferences.xml
share/gnome/help/anjuta-manual/C/projects.xml share/gnome/help/anjuta-manual/C/projects.xml
share/gnome/help/anjuta-manual/C/template.xml share/gnome/help/anjuta-manual/C/template.xml
share/gnome/help/anjuta-manual/C/tools.xml share/gnome/help/anjuta-manual/C/tools.xml
share/gnome/help/anjuta-manual/de/anjuta-manual.xml
share/gnome/help/anjuta-manual/de/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/de/figures/anjuta-in-action.png
share/gnome/help/anjuta-manual/de/figures/attach.png
share/gnome/help/anjuta-manual/de/figures/brk_add.png
share/gnome/help/anjuta-manual/de/figures/brk_dlg.png
share/gnome/help/anjuta-manual/de/figures/configure_dlg.png
share/gnome/help/anjuta-manual/de/figures/display_macro.png
share/gnome/help/anjuta-manual/de/figures/editor_guides.png
share/gnome/help/anjuta-manual/de/figures/editor_margins.png
share/gnome/help/anjuta-manual/de/figures/editor_markers.png
share/gnome/help/anjuta-manual/de/figures/file_menu.png
share/gnome/help/anjuta-manual/de/figures/insert_text.png
share/gnome/help/anjuta-manual/de/figures/keyword_macro.png
share/gnome/help/anjuta-manual/de/figures/local_variables.png
share/gnome/help/anjuta-manual/de/figures/menubar.png
share/gnome/help/anjuta-manual/de/figures/message_win.png
share/gnome/help/anjuta-manual/de/figures/new_file_wizard.png
share/gnome/help/anjuta-manual/de/figures/open_file.png
share/gnome/help/anjuta-manual/de/figures/open_file_multiple.png
share/gnome/help/anjuta-manual/de/figures/prefs_print.png
share/gnome/help/anjuta-manual/de/figures/print_dlg.png
share/gnome/help/anjuta-manual/de/figures/print_preview.png
share/gnome/help/anjuta-manual/de/figures/project-window.png
share/gnome/help/anjuta-manual/de/figures/project_group.png
share/gnome/help/anjuta-manual/de/figures/project_info.png
share/gnome/help/anjuta-manual/de/figures/project_target.png
share/gnome/help/anjuta-manual/de/figures/project_target_details.png
share/gnome/help/anjuta-manual/de/figures/registers.png
share/gnome/help/anjuta-manual/de/figures/save_as_file.png
share/gnome/help/anjuta-manual/de/figures/search_expr.png
share/gnome/help/anjuta-manual/de/figures/search_expr_basic.png
share/gnome/help/anjuta-manual/de/figures/search_file_pattern.png
share/gnome/help/anjuta-manual/de/figures/search_replace.png
share/gnome/help/anjuta-manual/de/figures/search_setting.png
share/gnome/help/anjuta-manual/de/figures/search_target.png
share/gnome/help/anjuta-manual/de/figures/search_target_action.png
share/gnome/help/anjuta-manual/de/figures/search_target_in.png
share/gnome/help/anjuta-manual/de/figures/sharedlibs.png
share/gnome/help/anjuta-manual/de/figures/signals.png
share/gnome/help/anjuta-manual/de/figures/stack.png
share/gnome/help/anjuta-manual/de/figures/symbol_browser.png
share/gnome/help/anjuta-manual/de/figures/tool-editor.png
share/gnome/help/anjuta-manual/el/anjuta-manual.xml
share/gnome/help/anjuta-manual/el/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/el/figures/anjuta-in-action.png
share/gnome/help/anjuta-manual/el/figures/attach.png
share/gnome/help/anjuta-manual/el/figures/brk_add.png
share/gnome/help/anjuta-manual/el/figures/brk_dlg.png
share/gnome/help/anjuta-manual/el/figures/configure_dlg.png
share/gnome/help/anjuta-manual/el/figures/display_macro.png
share/gnome/help/anjuta-manual/el/figures/editor_guides.png
share/gnome/help/anjuta-manual/el/figures/editor_margins.png
share/gnome/help/anjuta-manual/el/figures/editor_markers.png
share/gnome/help/anjuta-manual/el/figures/file_menu.png
share/gnome/help/anjuta-manual/el/figures/insert_text.png
share/gnome/help/anjuta-manual/el/figures/keyword_macro.png
share/gnome/help/anjuta-manual/el/figures/local_variables.png
share/gnome/help/anjuta-manual/el/figures/menubar.png
share/gnome/help/anjuta-manual/el/figures/message_win.png
share/gnome/help/anjuta-manual/el/figures/new_file_wizard.png
share/gnome/help/anjuta-manual/el/figures/open_file.png
share/gnome/help/anjuta-manual/el/figures/open_file_multiple.png
share/gnome/help/anjuta-manual/el/figures/prefs_print.png
share/gnome/help/anjuta-manual/el/figures/print_dlg.png
share/gnome/help/anjuta-manual/el/figures/print_preview.png
share/gnome/help/anjuta-manual/el/figures/project-window.png
share/gnome/help/anjuta-manual/el/figures/project_group.png
share/gnome/help/anjuta-manual/el/figures/project_info.png
share/gnome/help/anjuta-manual/el/figures/project_target.png
share/gnome/help/anjuta-manual/el/figures/project_target_details.png
share/gnome/help/anjuta-manual/el/figures/registers.png
share/gnome/help/anjuta-manual/el/figures/save_as_file.png
share/gnome/help/anjuta-manual/el/figures/search_expr.png
share/gnome/help/anjuta-manual/el/figures/search_expr_basic.png
share/gnome/help/anjuta-manual/el/figures/search_file_pattern.png
share/gnome/help/anjuta-manual/el/figures/search_replace.png
share/gnome/help/anjuta-manual/el/figures/search_setting.png
share/gnome/help/anjuta-manual/el/figures/search_target.png
share/gnome/help/anjuta-manual/el/figures/search_target_action.png
share/gnome/help/anjuta-manual/el/figures/search_target_in.png
share/gnome/help/anjuta-manual/el/figures/sharedlibs.png
share/gnome/help/anjuta-manual/el/figures/signals.png
share/gnome/help/anjuta-manual/el/figures/stack.png
share/gnome/help/anjuta-manual/el/figures/symbol_browser.png
share/gnome/help/anjuta-manual/el/figures/tool-editor.png
share/gnome/help/anjuta-manual/es/anjuta-manual.xml share/gnome/help/anjuta-manual/es/anjuta-manual.xml
share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png
@ -663,7 +737,10 @@ share/gnome/help/anjuta-manual/es/figures/prefs_print.png
share/gnome/help/anjuta-manual/es/figures/print_dlg.png share/gnome/help/anjuta-manual/es/figures/print_dlg.png
share/gnome/help/anjuta-manual/es/figures/print_preview.png share/gnome/help/anjuta-manual/es/figures/print_preview.png
share/gnome/help/anjuta-manual/es/figures/project-window.png share/gnome/help/anjuta-manual/es/figures/project-window.png
share/gnome/help/anjuta-manual/es/figures/project_group.png
share/gnome/help/anjuta-manual/es/figures/project_info.png share/gnome/help/anjuta-manual/es/figures/project_info.png
share/gnome/help/anjuta-manual/es/figures/project_target.png
share/gnome/help/anjuta-manual/es/figures/project_target_details.png
share/gnome/help/anjuta-manual/es/figures/registers.png share/gnome/help/anjuta-manual/es/figures/registers.png
share/gnome/help/anjuta-manual/es/figures/save_as_file.png share/gnome/help/anjuta-manual/es/figures/save_as_file.png
share/gnome/help/anjuta-manual/es/figures/search_expr.png share/gnome/help/anjuta-manual/es/figures/search_expr.png
@ -679,6 +756,49 @@ share/gnome/help/anjuta-manual/es/figures/signals.png
share/gnome/help/anjuta-manual/es/figures/stack.png share/gnome/help/anjuta-manual/es/figures/stack.png
share/gnome/help/anjuta-manual/es/figures/symbol_browser.png share/gnome/help/anjuta-manual/es/figures/symbol_browser.png
share/gnome/help/anjuta-manual/es/figures/tool-editor.png share/gnome/help/anjuta-manual/es/figures/tool-editor.png
share/gnome/help/anjuta-manual/eu/anjuta-manual.xml
share/gnome/help/anjuta-manual/eu/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/eu/figures/anjuta-in-action.png
share/gnome/help/anjuta-manual/eu/figures/attach.png
share/gnome/help/anjuta-manual/eu/figures/brk_add.png
share/gnome/help/anjuta-manual/eu/figures/brk_dlg.png
share/gnome/help/anjuta-manual/eu/figures/configure_dlg.png
share/gnome/help/anjuta-manual/eu/figures/display_macro.png
share/gnome/help/anjuta-manual/eu/figures/editor_guides.png
share/gnome/help/anjuta-manual/eu/figures/editor_margins.png
share/gnome/help/anjuta-manual/eu/figures/editor_markers.png
share/gnome/help/anjuta-manual/eu/figures/file_menu.png
share/gnome/help/anjuta-manual/eu/figures/insert_text.png
share/gnome/help/anjuta-manual/eu/figures/keyword_macro.png
share/gnome/help/anjuta-manual/eu/figures/local_variables.png
share/gnome/help/anjuta-manual/eu/figures/menubar.png
share/gnome/help/anjuta-manual/eu/figures/message_win.png
share/gnome/help/anjuta-manual/eu/figures/new_file_wizard.png
share/gnome/help/anjuta-manual/eu/figures/open_file.png
share/gnome/help/anjuta-manual/eu/figures/open_file_multiple.png
share/gnome/help/anjuta-manual/eu/figures/prefs_print.png
share/gnome/help/anjuta-manual/eu/figures/print_dlg.png
share/gnome/help/anjuta-manual/eu/figures/print_preview.png
share/gnome/help/anjuta-manual/eu/figures/project-window.png
share/gnome/help/anjuta-manual/eu/figures/project_info.png
share/gnome/help/anjuta-manual/eu/figures/project_group.png
share/gnome/help/anjuta-manual/eu/figures/project_target.png
share/gnome/help/anjuta-manual/eu/figures/project_target_details.png
share/gnome/help/anjuta-manual/eu/figures/registers.png
share/gnome/help/anjuta-manual/eu/figures/save_as_file.png
share/gnome/help/anjuta-manual/eu/figures/search_expr.png
share/gnome/help/anjuta-manual/eu/figures/search_expr_basic.png
share/gnome/help/anjuta-manual/eu/figures/search_file_pattern.png
share/gnome/help/anjuta-manual/eu/figures/search_replace.png
share/gnome/help/anjuta-manual/eu/figures/search_setting.png
share/gnome/help/anjuta-manual/eu/figures/search_target.png
share/gnome/help/anjuta-manual/eu/figures/search_target_action.png
share/gnome/help/anjuta-manual/eu/figures/search_target_in.png
share/gnome/help/anjuta-manual/eu/figures/sharedlibs.png
share/gnome/help/anjuta-manual/eu/figures/signals.png
share/gnome/help/anjuta-manual/eu/figures/stack.png
share/gnome/help/anjuta-manual/eu/figures/symbol_browser.png
share/gnome/help/anjuta-manual/eu/figures/tool-editor.png
share/gnome/help/anjuta-manual/oc/anjuta-manual.xml share/gnome/help/anjuta-manual/oc/anjuta-manual.xml
share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png
share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png
@ -704,6 +824,9 @@ share/gnome/help/anjuta-manual/oc/figures/print_dlg.png
share/gnome/help/anjuta-manual/oc/figures/print_preview.png share/gnome/help/anjuta-manual/oc/figures/print_preview.png
share/gnome/help/anjuta-manual/oc/figures/project-window.png share/gnome/help/anjuta-manual/oc/figures/project-window.png
share/gnome/help/anjuta-manual/oc/figures/project_info.png share/gnome/help/anjuta-manual/oc/figures/project_info.png
share/gnome/help/anjuta-manual/oc/figures/project_group.png
share/gnome/help/anjuta-manual/oc/figures/project_target.png
share/gnome/help/anjuta-manual/oc/figures/project_target_details.png
share/gnome/help/anjuta-manual/oc/figures/registers.png share/gnome/help/anjuta-manual/oc/figures/registers.png
share/gnome/help/anjuta-manual/oc/figures/save_as_file.png share/gnome/help/anjuta-manual/oc/figures/save_as_file.png
share/gnome/help/anjuta-manual/oc/figures/search_expr.png share/gnome/help/anjuta-manual/oc/figures/search_expr.png
@ -744,6 +867,9 @@ share/gnome/help/anjuta-manual/sv/figures/print_dlg.png
share/gnome/help/anjuta-manual/sv/figures/print_preview.png share/gnome/help/anjuta-manual/sv/figures/print_preview.png
share/gnome/help/anjuta-manual/sv/figures/project-window.png share/gnome/help/anjuta-manual/sv/figures/project-window.png
share/gnome/help/anjuta-manual/sv/figures/project_info.png share/gnome/help/anjuta-manual/sv/figures/project_info.png
share/gnome/help/anjuta-manual/sv/figures/project_group.png
share/gnome/help/anjuta-manual/sv/figures/project_target.png
share/gnome/help/anjuta-manual/sv/figures/project_target_details.png
share/gnome/help/anjuta-manual/sv/figures/registers.png share/gnome/help/anjuta-manual/sv/figures/registers.png
share/gnome/help/anjuta-manual/sv/figures/save_as_file.png share/gnome/help/anjuta-manual/sv/figures/save_as_file.png
share/gnome/help/anjuta-manual/sv/figures/search_expr.png share/gnome/help/anjuta-manual/sv/figures/search_expr.png
@ -777,6 +903,7 @@ share/locale/el/LC_MESSAGES/anjuta.mo
share/locale/en_CA/LC_MESSAGES/anjuta.mo share/locale/en_CA/LC_MESSAGES/anjuta.mo
share/locale/en_GB/LC_MESSAGES/anjuta.mo share/locale/en_GB/LC_MESSAGES/anjuta.mo
share/locale/es/LC_MESSAGES/anjuta.mo share/locale/es/LC_MESSAGES/anjuta.mo
share/locale/eu/LC_MESSAGES/anjuta.mo
share/locale/fi/LC_MESSAGES/anjuta.mo share/locale/fi/LC_MESSAGES/anjuta.mo
share/locale/fr/LC_MESSAGES/anjuta.mo share/locale/fr/LC_MESSAGES/anjuta.mo
share/locale/ga/LC_MESSAGES/anjuta.mo share/locale/ga/LC_MESSAGES/anjuta.mo
@ -792,6 +919,7 @@ share/locale/ja/LC_MESSAGES/anjuta.mo
share/locale/kn/LC_MESSAGES/anjuta.mo share/locale/kn/LC_MESSAGES/anjuta.mo
share/locale/ko/LC_MESSAGES/anjuta.mo share/locale/ko/LC_MESSAGES/anjuta.mo
share/locale/lt/LC_MESSAGES/anjuta.mo share/locale/lt/LC_MESSAGES/anjuta.mo
share/locale/lv/LC_MESSAGES/anjuta.mo
share/locale/mk/LC_MESSAGES/anjuta.mo share/locale/mk/LC_MESSAGES/anjuta.mo
share/locale/ml/LC_MESSAGES/anjuta.mo share/locale/ml/LC_MESSAGES/anjuta.mo
share/locale/mr/LC_MESSAGES/anjuta.mo share/locale/mr/LC_MESSAGES/anjuta.mo
@ -800,6 +928,7 @@ share/locale/nb/LC_MESSAGES/anjuta.mo
share/locale/ne/LC_MESSAGES/anjuta.mo share/locale/ne/LC_MESSAGES/anjuta.mo
share/locale/nl/LC_MESSAGES/anjuta.mo share/locale/nl/LC_MESSAGES/anjuta.mo
share/locale/oc/LC_MESSAGES/anjuta.mo share/locale/oc/LC_MESSAGES/anjuta.mo
share/locale/or/LC_MESSAGES/anjuta.mo
share/locale/pa/LC_MESSAGES/anjuta.mo share/locale/pa/LC_MESSAGES/anjuta.mo
share/locale/pl/LC_MESSAGES/anjuta.mo share/locale/pl/LC_MESSAGES/anjuta.mo
share/locale/pt/LC_MESSAGES/anjuta.mo share/locale/pt/LC_MESSAGES/anjuta.mo
@ -813,6 +942,7 @@ share/locale/sq/LC_MESSAGES/anjuta.mo
share/locale/sr/LC_MESSAGES/anjuta.mo share/locale/sr/LC_MESSAGES/anjuta.mo
share/locale/sr@latin/LC_MESSAGES/anjuta.mo share/locale/sr@latin/LC_MESSAGES/anjuta.mo
share/locale/sv/LC_MESSAGES/anjuta.mo share/locale/sv/LC_MESSAGES/anjuta.mo
share/locale/te/LC_MESSAGES/anjuta.mo
share/locale/th/LC_MESSAGES/anjuta.mo share/locale/th/LC_MESSAGES/anjuta.mo
share/locale/tr/LC_MESSAGES/anjuta.mo share/locale/tr/LC_MESSAGES/anjuta.mo
share/locale/uk/LC_MESSAGES/anjuta.mo share/locale/uk/LC_MESSAGES/anjuta.mo
@ -823,7 +953,10 @@ share/locale/zh_TW/LC_MESSAGES/anjuta.mo
share/mime/application/x-anjuta.xml share/mime/application/x-anjuta.xml
share/mime/packages/anjuta.xml share/mime/packages/anjuta.xml
share/omf/anjuta-manual/anjuta-manual-C.omf share/omf/anjuta-manual/anjuta-manual-C.omf
share/omf/anjuta-manual/anjuta-manual-de.omf
share/omf/anjuta-manual/anjuta-manual-el.omf
share/omf/anjuta-manual/anjuta-manual-es.omf share/omf/anjuta-manual/anjuta-manual-es.omf
share/omf/anjuta-manual/anjuta-manual-eu.omf
share/omf/anjuta-manual/anjuta-manual-oc.omf share/omf/anjuta-manual/anjuta-manual-oc.omf
share/omf/anjuta-manual/anjuta-manual-sv.omf share/omf/anjuta-manual/anjuta-manual-sv.omf
share/pixmaps/anjuta/anjuta-attach-16.png share/pixmaps/anjuta/anjuta-attach-16.png
@ -853,6 +986,8 @@ share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png
share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png
share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png
share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png
share/pixmaps/anjuta/anjuta-build-16.png
share/pixmaps/anjuta/anjuta-build-24.png
share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png
share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg
share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png
@ -865,20 +1000,22 @@ share/pixmaps/anjuta/anjuta-cvs-plugin-48.png
share/pixmaps/anjuta/anjuta-cvs-plugin.svg share/pixmaps/anjuta/anjuta-cvs-plugin.svg
share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png share/pixmaps/anjuta/anjuta-debug-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg share/pixmaps/anjuta/anjuta-debug-manager-plugin.svg
share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png %%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png
share/pixmaps/anjuta/anjuta-devhelp-plugin.svg %%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin.svg
share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png
share/pixmaps/anjuta/anjuta-document-manager-plugin.svg share/pixmaps/anjuta/anjuta-document-manager-plugin.svg
%%SCINTILLA%%share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png
%%SCINTILLA%%share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg share/pixmaps/anjuta/anjuta-editor-scintilla-plugin.svg
share/pixmaps/anjuta/element-class-16.png share/pixmaps/anjuta/element-class-16.png
share/pixmaps/anjuta/element-delegate-16.png share/pixmaps/anjuta/element-delegate-16.png
share/pixmaps/anjuta/element-enumeration-16.png share/pixmaps/anjuta/element-enumeration-16.png
share/pixmaps/anjuta/element-event-16.png share/pixmaps/anjuta/element-event-16.png
share/pixmaps/anjuta/element-field-16.png share/pixmaps/anjuta/element-field-16.png
share/pixmaps/anjuta/element-interface-16.png share/pixmaps/anjuta/element-interface-16.png
share/pixmaps/anjuta/element-interface-24.png
share/pixmaps/anjuta/element-literal-16.png share/pixmaps/anjuta/element-literal-16.png
share/pixmaps/anjuta/element-method-16.png share/pixmaps/anjuta/element-method-16.png
share/pixmaps/anjuta/element-method-24.png
share/pixmaps/anjuta/element-namespace-16.png share/pixmaps/anjuta/element-namespace-16.png
share/pixmaps/anjuta/element-property-16.png share/pixmaps/anjuta/element-property-16.png
share/pixmaps/anjuta/element-structure-16.png share/pixmaps/anjuta/element-structure-16.png
@ -896,20 +1033,12 @@ share/pixmaps/anjuta/anjuta-gdb.plugin.png
share/pixmaps/anjuta/anjuta-git-plugin-48.png share/pixmaps/anjuta/anjuta-git-plugin-48.png
share/pixmaps/anjuta/anjuta-glade-plugin-48.png share/pixmaps/anjuta/anjuta-glade-plugin-48.png
share/pixmaps/anjuta/anjuta-glade-plugin.svg share/pixmaps/anjuta/anjuta-glade-plugin.svg
share/pixmaps/anjuta/anjuta-go-help-next-16.png
share/pixmaps/anjuta/anjuta-go-help-next-24.png
share/pixmaps/anjuta/anjuta-go-help-prev-16.png
share/pixmaps/anjuta/anjuta-go-help-prev-24.png
share/pixmaps/anjuta/anjuta-go-history-next-16.png share/pixmaps/anjuta/anjuta-go-history-next-16.png
share/pixmaps/anjuta/anjuta-go-history-next-24.png share/pixmaps/anjuta/anjuta-go-history-next-24.png
share/pixmaps/anjuta/anjuta-go-history-prev-16.png share/pixmaps/anjuta/anjuta-go-history-prev-16.png
share/pixmaps/anjuta/anjuta-go-history-prev-24.png share/pixmaps/anjuta/anjuta-go-history-prev-24.png
share/pixmaps/anjuta/anjuta-go-line-16.png share/pixmaps/anjuta/anjuta-go-line-16.png
share/pixmaps/anjuta/anjuta-go-line-24.png share/pixmaps/anjuta/anjuta-go-line-24.png
share/pixmaps/anjuta/anjuta-go-match-next-16.png
share/pixmaps/anjuta/anjuta-go-match-next-24.png
share/pixmaps/anjuta/anjuta-go-match-prev-16.png
share/pixmaps/anjuta/anjuta-go-match-prev-24.png
share/pixmaps/anjuta/anjuta-go-message-next-16.png share/pixmaps/anjuta/anjuta-go-message-next-16.png
share/pixmaps/anjuta/anjuta-go-message-next-24.png share/pixmaps/anjuta/anjuta-go-message-next-24.png
share/pixmaps/anjuta/anjuta-go-message-prev-16.png share/pixmaps/anjuta/anjuta-go-message-prev-16.png
@ -962,9 +1091,7 @@ share/pixmaps/anjuta/anjuta-step-over-24.png
%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg %%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg
share/pixmaps/anjuta/anjuta-swap-16.png share/pixmaps/anjuta/anjuta-swap-16.png
share/pixmaps/anjuta/anjuta-swap-24.png share/pixmaps/anjuta/anjuta-swap-24.png
share/pixmaps/anjuta/anjuta-symbol-browser-plugin-48.png share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png
share/pixmaps/anjuta/anjuta-symbol-browser-plugin.svg
%%SYMBOL%%share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png
share/pixmaps/anjuta/anjuta-terminal-plugin-48.png share/pixmaps/anjuta/anjuta-terminal-plugin-48.png
share/pixmaps/anjuta/anjuta-terminal-plugin.svg share/pixmaps/anjuta/anjuta-terminal-plugin.svg
share/pixmaps/anjuta/anjuta-tools-plugin-48.png share/pixmaps/anjuta/anjuta-tools-plugin-48.png
@ -980,9 +1107,12 @@ share/pixmaps/anjuta/breakpoint.png
share/pixmaps/anjuta/class_logo.xpm share/pixmaps/anjuta/class_logo.xpm
share/pixmaps/anjuta/directory-accept.png share/pixmaps/anjuta/directory-accept.png
share/pixmaps/anjuta/directory.png share/pixmaps/anjuta/directory.png
share/pixmaps/anjuta/gbf-am-plugin-48.png
share/pixmaps/anjuta/gbf-build.png
share/pixmaps/anjuta/gbf-install.png
share/pixmaps/anjuta/gbf-mkfile-plugin-48.png
share/pixmaps/anjuta/gtodo-about.png share/pixmaps/anjuta/gtodo-about.png
share/pixmaps/anjuta/gtodo-edit.png share/pixmaps/anjuta/gtodo-edit.png
share/pixmaps/anjuta/gtodo_tray.png
share/pixmaps/anjuta/locals.png share/pixmaps/anjuta/locals.png
share/pixmaps/anjuta/madeinanjuta.xcf share/pixmaps/anjuta/madeinanjuta.xcf
share/pixmaps/anjuta/password.png share/pixmaps/anjuta/password.png
@ -990,24 +1120,40 @@ share/pixmaps/anjuta/pointer.png
share/pixmaps/anjuta/preferences-editor.png share/pixmaps/anjuta/preferences-editor.png
share/pixmaps/anjuta/stack.png share/pixmaps/anjuta/stack.png
share/pixmaps/anjuta/start-with-import.png share/pixmaps/anjuta/start-with-import.png
share/pixmaps/anjuta/starter_logo.png
share/pixmaps/anjuta/vcs-added.png
share/pixmaps/anjuta/vcs-conflict.png
share/pixmaps/anjuta/vcs-deleted.png
share/pixmaps/anjuta/vcs-ignored.png
share/pixmaps/anjuta/vcs-modified.png
share/pixmaps/anjuta/vcs-unversioned.png
share/pixmaps/anjuta/vcs-updated.png
@dirrm share/pixmaps/anjuta @dirrm share/pixmaps/anjuta
@dirrm share/omf/anjuta-manual @dirrm share/omf/anjuta-manual
@dirrm share/gnome/help/anjuta-manual/sv/figures @dirrm share/gnome/help/anjuta-manual/sv/figures
@dirrm share/gnome/help/anjuta-manual/sv @dirrm share/gnome/help/anjuta-manual/sv
@dirrm share/gnome/help/anjuta-manual/oc/figures @dirrm share/gnome/help/anjuta-manual/oc/figures
@dirrm share/gnome/help/anjuta-manual/oc @dirrm share/gnome/help/anjuta-manual/oc
@dirrm share/gnome/help/anjuta-manual/eu/figures
@dirrm share/gnome/help/anjuta-manual/eu
@dirrm share/gnome/help/anjuta-manual/es/figures @dirrm share/gnome/help/anjuta-manual/es/figures
@dirrm share/gnome/help/anjuta-manual/es @dirrm share/gnome/help/anjuta-manual/es
@dirrm share/gnome/help/anjuta-manual/el/figures
@dirrm share/gnome/help/anjuta-manual/el
@dirrm share/gnome/help/anjuta-manual/de/figures
@dirrm share/gnome/help/anjuta-manual/de
@dirrm share/gnome/help/anjuta-manual/C/figures @dirrm share/gnome/help/anjuta-manual/C/figures
@dirrm share/gnome/help/anjuta-manual/C @dirrm share/gnome/help/anjuta-manual/C
@dirrm share/gnome/help/anjuta-manual @dirrm share/gnome/help/anjuta-manual
@dirrm share/gnome/help/anjuta-faqs/C @dirrm share/gnome/help/anjuta-faqs/C
@dirrm share/gnome/help/anjuta-faqs @dirrm share/gnome/help/anjuta-faqs
@dirrm share/gnome/help/anjuta-build-tutorial/C/figures
@dirrm share/gnome/help/anjuta-build-tutorial/C
@dirrm share/gnome/help/anjuta-build-tutorial
@dirrmtry share/icons/gnome/48x48/mimetypes @dirrmtry share/icons/gnome/48x48/mimetypes
@dirrm share/anjuta/ui @dirrm share/anjuta/ui
@dirrm share/anjuta/tools @dirrm share/anjuta/tools
@dirrm share/anjuta/scripts @dirrm share/anjuta/properties
%%SCINTILLA%%@dirrm share/anjuta/properties
@dirrm share/anjuta/project/xlib/src @dirrm share/anjuta/project/xlib/src
@dirrm share/anjuta/project/xlib/po @dirrm share/anjuta/project/xlib/po
@dirrm share/anjuta/project/xlib-dock/src @dirrm share/anjuta/project/xlib-dock/src
@ -1030,6 +1176,7 @@ share/pixmaps/anjuta/start-with-import.png
@dirrm share/anjuta/project/mkfile/po @dirrm share/anjuta/project/mkfile/po
@dirrm share/anjuta/project/mkfile @dirrm share/anjuta/project/mkfile
@dirrm share/anjuta/project/minimal @dirrm share/anjuta/project/minimal
@dirrm share/anjuta/project/m4
@dirrm share/anjuta/project/licenses @dirrm share/anjuta/project/licenses
@dirrm share/anjuta/project/java/src @dirrm share/anjuta/project/java/src
@dirrm share/anjuta/project/java/po @dirrm share/anjuta/project/java/po
@ -1040,7 +1187,8 @@ share/pixmaps/anjuta/start-with-import.png
@dirrm share/anjuta/project/gtk/src @dirrm share/anjuta/project/gtk/src
@dirrm share/anjuta/project/gtk/po @dirrm share/anjuta/project/gtk/po
@dirrm share/anjuta/project/gtk @dirrm share/anjuta/project/gtk
@dirrm share/anjuta/project/gnome/src @dirrm share/anjuta/project/gnome-applet/src
@dirrm share/anjuta/project/gnome-applet
@dirrm share/anjuta/project/gnome/po @dirrm share/anjuta/project/gnome/po
@dirrm share/anjuta/project/gnome @dirrm share/anjuta/project/gnome
@dirrm share/anjuta/project/gcj/src @dirrm share/anjuta/project/gcj/src
@ -1060,6 +1208,7 @@ share/pixmaps/anjuta/start-with-import.png
@dirrm share/anjuta/glade @dirrm share/anjuta/glade
@dirrm share/anjuta/class-templates @dirrm share/anjuta/class-templates
@dirrm share/anjuta/build @dirrm share/anjuta/build
@dirrm share/anjuta/GBF
@dirrm share/anjuta @dirrm share/anjuta
@dirrm share/doc/libanjuta @dirrm share/doc/libanjuta
%%PORTDOCS%%@dirrm %%DOCSDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%
@ -1072,6 +1221,8 @@ share/pixmaps/anjuta/start-with-import.png
@dirrmtry share/applications @dirrmtry share/applications
@dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK @dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin @dirrmtry share/locale/sr@latin
@dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si/LC_MESSAGES

View file

@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/devel/bug-buddy/Makefile,v 1.71 2008/11/25 17:43:11 mezz Exp $ # $MCom: ports/devel/bug-buddy/Makefile,v 1.74 2009/03/18 00:35:01 kwm Exp $
# #
PORTNAME= bug-buddy PORTNAME= bug-buddy
PORTVERSION= 2.24.2 PORTVERSION= 2.26.0
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2

View file

@ -1,3 +1,3 @@
MD5 (gnome2/bug-buddy-2.24.2.tar.bz2) = faeeb2351398b9284eee794ff6ea9588 MD5 (gnome2/bug-buddy-2.26.0.tar.bz2) = f92663a1a819f83e3eb3004f9e8a687a
SHA256 (gnome2/bug-buddy-2.24.2.tar.bz2) = d64125505546183d44727e812b0ac7e9c60f0fff0eaf164b874974647067cbb4 SHA256 (gnome2/bug-buddy-2.26.0.tar.bz2) = 91780659fb3f360ed2f2b0804ceb619d9cbc7754115bf50f442bdd2c7dca224c
SIZE (gnome2/bug-buddy-2.24.2.tar.bz2) = 1109562 SIZE (gnome2/bug-buddy-2.26.0.tar.bz2) = 1051956

View file

@ -1,6 +1,6 @@
--- gnome-breakpad/gnome-breakpad.cc.orig 2007-08-16 13:55:38.000000000 -0400 --- gnome-breakpad/gnome-breakpad.cc.orig 2009-02-16 15:24:48.000000000 +0100
+++ gnome-breakpad/gnome-breakpad.cc 2007-09-02 19:21:10.000000000 -0400 +++ gnome-breakpad/gnome-breakpad.cc 2009-02-22 16:25:50.000000000 +0100
@@ -6,8 +6,14 @@ @@ -25,8 +25,14 @@
#include <cassert> #include <cassert>
#include <cstring> #include <cstring>
@ -15,7 +15,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
@@ -114,6 +120,7 @@ find_in_debug_path (const char *filename @@ -264,6 +270,7 @@ find_in_debug_path (const char *filename
} }
@ -23,7 +23,7 @@
static gboolean static gboolean
elf_has_debug_symbols (const char *filename) elf_has_debug_symbols (const char *filename)
{ {
@@ -166,7 +173,7 @@ elf_has_debug_symbols (const char *filen @@ -316,7 +323,7 @@ elf_has_debug_symbols (const char *filen
elf_end (elf); elf_end (elf);
return false; return false;
} }
@ -32,21 +32,24 @@
@@ -269,9 +276,17 @@ check_if_gdb (void *callback_context) @@ -429,11 +436,18 @@ check_if_gdb ()
_exit (1);
_exit(0); _exit(0);
} }
-
+
+#if !defined(__FreeBSD__)
mypath = g_file_read_link ("/proc/self/exe", NULL);
+#else
+ mypath = g_file_read_link ("/proc/curproc/file", NULL);
+#endif
if (mypath)
+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 +#if !defined(__FreeBSD__) || __FreeBSD_version > 700024
memset(mypath, 0, sizeof(mypath)); has_debug_symbols = elf_has_debug_symbols (mypath);
+#ifndef __FreeBSD__ -
readlink ("/proc/self/exe", mypath, sizeof(mypath));
+#else +#else
+ readlink ("/proc/curproc/file", mypath, sizeof(mypath)); + has_debug_symbols = TRUE;
+#endif +#endif
has_debug_symbols = elf_has_debug_symbols (mypath); g_free (mypath);
+#else
+ has_debug_symbols = TRUE;
+#endif
if (bugbuddy && gdb && has_debug_symbols) { if (bugbuddy && gdb && has_debug_symbols) {

View file

@ -4,14 +4,6 @@ lib/gtk-2.0/modules/libgnomebreakpad.so
share/applications/bug-buddy.desktop share/applications/bug-buddy.desktop
%%DATADIR%%/bug-buddy.gtkbuilder %%DATADIR%%/bug-buddy.gtkbuilder
%%DATADIR%%/bug-buddy.menu %%DATADIR%%/bug-buddy.menu
%%DATADIR%%/bugzilla/gnome.bugzilla
%%DATADIR%%/bugzilla/gnome/config
%%DATADIR%%/bugzilla/gnome/mostfreq
%%DATADIR%%/bugzilla/gnome/products
%%DATADIR%%/bugzilla/ximian.bugzilla
%%DATADIR%%/bugzilla/ximian/config
%%DATADIR%%/bugzilla/ximian/mostfreq
%%DATADIR%%/bugzilla/ximian/products
%%DATADIR%%/gdb-cmd %%DATADIR%%/gdb-cmd
share/icons/HighContrastLargePrint/48x48/apps/bug-buddy.png share/icons/HighContrastLargePrint/48x48/apps/bug-buddy.png
share/icons/hicolor/16x16/apps/bug-buddy.png share/icons/hicolor/16x16/apps/bug-buddy.png
@ -107,9 +99,6 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo
@dirrmtry share/icons/HighContrastLargePrint/48x48/apps @dirrmtry share/icons/HighContrastLargePrint/48x48/apps
@dirrmtry share/icons/HighContrastLargePrint/48x48 @dirrmtry share/icons/HighContrastLargePrint/48x48
@dirrmtry share/icons/HighContrastLargePrint @dirrmtry share/icons/HighContrastLargePrint
@dirrm %%DATADIR%%/bugzilla/ximian
@dirrm %%DATADIR%%/bugzilla/gnome
@dirrm %%DATADIR%%/bugzilla
@dirrm %%DATADIR%% @dirrm %%DATADIR%%
@dirrmtry share/applications @dirrmtry share/applications
@dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK/LC_MESSAGES

View file

@ -3,10 +3,10 @@
# Whom: Adam Weinberger <adamw@FreeBSD.org> # Whom: Adam Weinberger <adamw@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/devel/devhelp/Makefile,v 1.10 2009/01/09 22:20:28 kwm Exp $ # $MCom: ports/devel/devhelp/Makefile,v 1.12 2009/01/11 18:03:38 marcus Exp $
PORTNAME= devhelp PORTNAME= devhelp
PORTVERSION= 0.21 PORTVERSION= 0.22
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME
@ -15,10 +15,11 @@ DIST_SUBDIR= gnome2
MAINTAINER= kwm@FreeBSD.org MAINTAINER= kwm@FreeBSD.org
COMMENT= Developer help browser for GNOME 2 COMMENT= Developer help browser for GNOME 2
LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2
USE_BZIP2= yes USE_BZIP2= yes
USE_XORG= x11 USE_XORG= x11
USE_GETTEXT= yes USE_GETTEXT= yes
USE_GECKO= firefox xulrunner
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck
USE_AUTOTOOLS= libtool:15 USE_AUTOTOOLS= libtool:15
@ -28,12 +29,10 @@ USE_LDCONFIG= yes
GCONF_SCHEMAS= devhelp.schemas GCONF_SCHEMAS= devhelp.schemas
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-gecko=${GECKO}
OPTIONS= GEDIT "Enable GEdit plug-in support" off OPTIONS= GEDIT "Enable GEdit plug-in support" off
.include <bsd.port.pre.mk> .include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
.if defined(WITH_GEDIT) .if defined(WITH_GEDIT)
BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit

View file

@ -1,3 +1,3 @@
MD5 (gnome2/devhelp-0.21.tar.bz2) = 24ad71080dde0778cb42c30575b5aca6 MD5 (gnome2/devhelp-0.22.tar.bz2) = 7cdd0688dba0184b6dd2688532af24cb
SHA256 (gnome2/devhelp-0.21.tar.bz2) = f2f76e1804afcad248216d494ebc331b670851ccf701dacd295baf87f1273c20 SHA256 (gnome2/devhelp-0.22.tar.bz2) = 1fa4b69c99b10de0e27374e18eea7988e3e8f9243020a22a47f79c9ccad92947
SIZE (gnome2/devhelp-0.21.tar.bz2) = 549576 SIZE (gnome2/devhelp-0.22.tar.bz2) = 517581

View file

@ -1,13 +1,14 @@
--- src/dh-base.c.orig Tue May 15 13:00:24 2007 --- src/dh-base.c.orig 2008-10-11 00:00:18.000000000 +0200
+++ src/dh-base.c Sun Jul 8 03:48:13 2007 +++ src/dh-base.c 2009-01-09 23:10:12.000000000 +0100
@@ -233,6 +233,10 @@ base_add_books_in_data_dir (DhBase *base @@ -214,6 +214,11 @@ base_add_books_in_data_dir (DhBase
dir = g_build_filename (data_dir, "devhelp", "books", NULL); dir = g_build_filename (data_dir, "devhelp", "books", NULL);
base_add_books (base, dir); base_add_books (base, dir);
g_free (dir); g_free (dir);
+
+ dir = g_build_filename (data_dir, "doc", NULL);
+ base_add_books (base, dir);
+ g_free (dir);
+ +
+ dir = g_build_filename (data_dir, "doc", NULL);
+ base_add_books (base, dir);
+ g_free (dir);
} }
static void static void

View file

@ -1,16 +1,13 @@
bin/devhelp bin/devhelp
include/devhelp-1.0/devhelp/dh-assistant-view.h
include/devhelp-1.0/devhelp/dh-assistant.h
include/devhelp-1.0/devhelp/dh-base.h include/devhelp-1.0/devhelp/dh-base.h
include/devhelp-1.0/devhelp/dh-book-tree.h include/devhelp-1.0/devhelp/dh-book-tree.h
include/devhelp-1.0/devhelp/dh-error.h include/devhelp-1.0/devhelp/dh-error.h
include/devhelp-1.0/devhelp/dh-html.h
include/devhelp-1.0/devhelp/dh-keyword-model.h include/devhelp-1.0/devhelp/dh-keyword-model.h
include/devhelp-1.0/devhelp/dh-link.h include/devhelp-1.0/devhelp/dh-link.h
include/devhelp-1.0/devhelp/dh-parser.h
include/devhelp-1.0/devhelp/dh-preferences.h
include/devhelp-1.0/devhelp/dh-search.h include/devhelp-1.0/devhelp/dh-search.h
include/devhelp-1.0/devhelp/dh-util.h
include/devhelp-1.0/devhelp/dh-window.h include/devhelp-1.0/devhelp/dh-window.h
include/devhelp-1.0/devhelp/eggfindbar.h
%%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin %%GEDIT%%lib/gedit-2/plugins/devhelp.gedit-plugin
%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py %%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.py
%%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc %%GEDIT%%lib/gedit-2/plugins/devhelp/__init__.pyc
@ -24,12 +21,11 @@ lib/libdevhelp-1.so
lib/libdevhelp-1.so.0 lib/libdevhelp-1.so.0
libdata/pkgconfig/libdevhelp-1.0.pc libdata/pkgconfig/libdevhelp-1.0.pc
share/applications/devhelp.desktop share/applications/devhelp.desktop
share/devhelp/default-prefs.js share/devhelp/assistant/assistant.css
share/devhelp/devhelp.glade share/devhelp/assistant/assistant.js
share/devhelp/devhelp.defaults
share/devhelp/dtd/devhelp-1.dtd share/devhelp/dtd/devhelp-1.dtd
share/devhelp/images/book_closed.png share/devhelp/ui/devhelp.builder
share/devhelp/images/book_open.png
share/devhelp/images/helpdoc.png
share/devhelp/ui/window.ui share/devhelp/ui/window.ui
share/icons/hicolor/16x16/apps/devhelp.png share/icons/hicolor/16x16/apps/devhelp.png
share/icons/hicolor/22x22/apps/devhelp.png share/icons/hicolor/22x22/apps/devhelp.png
@ -72,7 +68,6 @@ share/locale/lt/LC_MESSAGES/devhelp.mo
share/locale/lv/LC_MESSAGES/devhelp.mo share/locale/lv/LC_MESSAGES/devhelp.mo
share/locale/mk/LC_MESSAGES/devhelp.mo share/locale/mk/LC_MESSAGES/devhelp.mo
share/locale/ml/LC_MESSAGES/devhelp.mo share/locale/ml/LC_MESSAGES/devhelp.mo
share/locale/mr/LC_MESSAGES/devhelp.mo
share/locale/ms/LC_MESSAGES/devhelp.mo share/locale/ms/LC_MESSAGES/devhelp.mo
share/locale/nb/LC_MESSAGES/devhelp.mo share/locale/nb/LC_MESSAGES/devhelp.mo
share/locale/ne/LC_MESSAGES/devhelp.mo share/locale/ne/LC_MESSAGES/devhelp.mo
@ -82,6 +77,7 @@ share/locale/oc/LC_MESSAGES/devhelp.mo
share/locale/or/LC_MESSAGES/devhelp.mo share/locale/or/LC_MESSAGES/devhelp.mo
share/locale/pa/LC_MESSAGES/devhelp.mo share/locale/pa/LC_MESSAGES/devhelp.mo
share/locale/pl/LC_MESSAGES/devhelp.mo share/locale/pl/LC_MESSAGES/devhelp.mo
share/locale/ps/LC_MESSAGES/devhelp.mo
share/locale/pt/LC_MESSAGES/devhelp.mo share/locale/pt/LC_MESSAGES/devhelp.mo
share/locale/pt_BR/LC_MESSAGES/devhelp.mo share/locale/pt_BR/LC_MESSAGES/devhelp.mo
share/locale/ru/LC_MESSAGES/devhelp.mo share/locale/ru/LC_MESSAGES/devhelp.mo
@ -90,7 +86,7 @@ share/locale/sk/LC_MESSAGES/devhelp.mo
share/locale/sl/LC_MESSAGES/devhelp.mo share/locale/sl/LC_MESSAGES/devhelp.mo
share/locale/sq/LC_MESSAGES/devhelp.mo share/locale/sq/LC_MESSAGES/devhelp.mo
share/locale/sr/LC_MESSAGES/devhelp.mo share/locale/sr/LC_MESSAGES/devhelp.mo
share/locale/sr@latin/LC_MESSAGES/devhelp.mo share/locale/sr@Latn/LC_MESSAGES/devhelp.mo
share/locale/sv/LC_MESSAGES/devhelp.mo share/locale/sv/LC_MESSAGES/devhelp.mo
share/locale/ta/LC_MESSAGES/devhelp.mo share/locale/ta/LC_MESSAGES/devhelp.mo
share/locale/te/LC_MESSAGES/devhelp.mo share/locale/te/LC_MESSAGES/devhelp.mo
@ -104,6 +100,7 @@ share/locale/zh_TW/LC_MESSAGES/devhelp.mo
@dirrm share/devhelp/ui @dirrm share/devhelp/ui
@dirrm share/devhelp/images @dirrm share/devhelp/images
@dirrm share/devhelp/dtd @dirrm share/devhelp/dtd
@dirrm share/devhelp/assistant
@dirrm share/devhelp @dirrm share/devhelp
@dirrm include/devhelp-1.0/devhelp @dirrm include/devhelp-1.0/devhelp
@dirrm include/devhelp-1.0 @dirrm include/devhelp-1.0
@ -111,10 +108,12 @@ share/locale/zh_TW/LC_MESSAGES/devhelp.mo
@dirrmtry share/locale/zh_HK @dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te @dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES @dirrmtry share/locale/sr@Latn/LC_MESSAGES
@dirrmtry share/locale/sr@latin @dirrmtry share/locale/sr@Latn
@dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw @dirrmtry share/locale/rw
@dirrmtry share/locale/ps/LC_MESSAGES
@dirrmtry share/locale/ps
@dirrmtry share/locale/oc/LC_MESSAGES @dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc @dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr/LC_MESSAGES

View file

@ -3,11 +3,11 @@
# Whom: Ade Lovett <ade@FreeBSD.org> # Whom: Ade Lovett <ade@FreeBSD.org>
# #
# $FreeBSD$ # $FreeBSD$
# $MCom: ports/devel/gconf2/Makefile,v 1.102 2008/09/23 04:54:38 marcus Exp $ # $MCom: ports/devel/gconf2/Makefile,v 1.106 2009/03/18 00:42:34 kwm Exp $
# #
PORTNAME= gconf2 PORTNAME= gconf2
PORTVERSION= 2.24.0 PORTVERSION= 2.26.0
PORTREVISION?= 0 PORTREVISION?= 0
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= GNOME MASTER_SITES= GNOME

View file

@ -1,3 +1,3 @@
MD5 (gnome2/GConf-2.24.0.tar.bz2) = 4971d96f5ba94fe4a69396267bd5afe8 MD5 (gnome2/GConf-2.26.0.tar.bz2) = b010f0de356ea093c6a73778b13de956
SHA256 (gnome2/GConf-2.24.0.tar.bz2) = 990003904ee13b2fd98a61d55fa4d0fcb30fb233454a036bb9465f42d1acbb1b SHA256 (gnome2/GConf-2.26.0.tar.bz2) = 2b9fe741f84d78d7c4f18835728facce81f7db656c2c37f669ee61785911da10
SIZE (gnome2/GConf-2.24.0.tar.bz2) = 1467817 SIZE (gnome2/GConf-2.26.0.tar.bz2) = 1490741

View file

@ -1,11 +0,0 @@
--- Makefile.in.orig Sun Aug 4 22:38:39 2002
+++ Makefile.in Sun Aug 4 22:39:52 2002
@@ -35,7 +35,7 @@
DESTDIR =
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
+pkglibdir = $(prefix)/libdata/pkgconfig
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .

View file

@ -0,0 +1,11 @@
--- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500
+++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500
@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path"
xml:readwrite:$(HOME)/.gconf
# Location for system-wide settings that are set by the defaults mechanism
-xml:readonly:/etc/gconf/gconf.xml.system
+xml:readonly:@sysgconfdir@/gconf.xml.system
# To read in any defaults settings that the Sys Admin may have created
# prior to a desktop system upgrade. The SysAdmin can stick default values

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