Presenting GNOME 2.14.1 for FreeBSD! Checkout

http://www.gnome.org/start/2.14/ for the official release notes, and a list
of all the gooides in this new release.  In particular, GNOME 2.14 focused
on performance, and they did not miss the mark.  There's some new eye candy,
but most of the big things are waiting until GNOME 2.16.  On the FreeBSD
side, we tried to clean up all the crashers we could.  In particular, we
really improved GNOME's 64-bit support.

The good news is that this release does not bring any big shared library
version bumps, so you can almost do a simple portupgrade to get to 2.14.
There are a few minor gotchas that will be documented in UPDATING shortly.

The FreeBSD GNOME Team would like th thank the following users for their
patches, feedback, and sometimes incessant complaing about crashes (you
know who you are).

Yasuda Keisuke <kysd@po.harenet.ne.jp>
Pascal Hofstee <caelian@gmail.com>
rmgls@wanadoo.fr
tmclaugh
Yuri Pankov <yuri.pankov@gmail.com>
sajd on #freebsd-gnome
ade
ankon on #FreeBSD-Gnome
mux
Pascal Hofstee <caelian@gmail.com>
QuiRK on #freebsd-gnome
Vladimir Timofeev <vovkasm@gmail.com>
This commit is contained in:
Joe Marcus Clarke 2006-04-30 00:47:21 +00:00
parent 48b92584b0
commit 798e9bed2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160863
537 changed files with 10015 additions and 7225 deletions

View file

@ -3,31 +3,36 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/at-spi/Makefile,v 1.43 2006/04/13 07:52:28 bland Exp $
#
PORTNAME= at-spi
PORTVERSION= 1.6.6
PORTREVISION= 2
PORTVERSION= 1.7.7
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.6
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An Assistive Technology Service Provider Interface
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier intltool gail libbonobo \
intlhack
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
post-extract:
@${RM} -f ${WRKSRC}/registryd/Accessibility_Registry.server
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" ${WRKSRC}/Makefile.in

View file

@ -1,3 +1,3 @@
MD5 (gnome2/at-spi-1.6.6.tar.bz2) = 9669ee9e3633ffb43a70795edd748e4d
SHA256 (gnome2/at-spi-1.6.6.tar.bz2) = e80e6e93923bb00d2beb5409bf532d4ff3a3f76afaa41dda9cdd336729e42020
SIZE (gnome2/at-spi-1.6.6.tar.bz2) = 541611
MD5 (gnome2/at-spi-1.7.7.tar.bz2) = 2988cd21d9f292fd404a8c532fe2723d
SHA256 (gnome2/at-spi-1.7.7.tar.bz2) = 8e5a5a9be3e3c26068b98fbcd37e44a6c377b1d8f97735339e8dd1215b506ad6
SIZE (gnome2/at-spi-1.7.7.tar.bz2) = 696704

View file

@ -0,0 +1,11 @@
--- docs/reference/idl/Makefile.in.orig Fri Mar 31 17:43:05 2006
+++ docs/reference/idl/Makefile.in Fri Mar 31 17:43:28 2006
@@ -233,7 +233,7 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
doxygen_configfile = Doxyfile
EXTRA_DIST = Doxyfile README html
-referencetopdir = $(datadir)/doc/at-spi-$(VERSION)/reference
+referencetopdir = $(prefix)/share/doc/at-spi-$(VERSION)/reference
referencedir = $(referencetopdir)/html
all: all-am

View file

@ -1,11 +0,0 @@
--- libspi/Makefile.in.orig Fri May 2 13:36:07 2003
+++ libspi/Makefile.in Fri May 2 13:36:37 2003
@@ -539,7 +539,7 @@
mostlyclean distclean maintainer-clean
-$(top_srcdir)/libspi/accessible.c $(top_srcdir)/libspi/base.h $(top_srcdir)/libspi/keystrokelistener.h $(top_srcdir)/libspi/libspi.h $(top_srcdir)/libspi/listener.h $(top_srcdir)/libspi/remoteobject.h : Accessibility.h
+accessible.c base.h keystrokelistener.h libspi.h listener.h remoteobject.h : Accessibility.h
$(IDL_OUT) Accessibility-imodule.c : $(IDL_DEPS) $(ORBIT_IDL)
$(ORBIT_IDL) -D__ACCESSIBILITY_COMPILATION__ $(IDLFLAGS) $(top_srcdir)/idl/Accessibility.idl

View file

@ -1,11 +0,0 @@
--- registryd/Makefile.in.orig Fri Aug 8 12:15:34 2003
+++ registryd/Makefile.in Fri Aug 8 12:20:05 2003
@@ -150,7 +150,7 @@
at_spi_registryd_SOURCES = desktop.c desktop.h deviceeventcontroller.c deviceeventcontroller.h registry-main.c registry.c registry.h
-LDADD = $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS)
+LDADD = -L$(top_builddir)/libspi/.libs $(top_builddir)/libspi/libspi.la $(X_LIBS) $(XTST_LIBS) $(XEVIE_LIBS) $(REGISTRYD_LIBS)
serverinfodir = $(prefix)/libdata/bonobo/servers
serverinfo_DATA = Accessibility_Registry.server

View file

@ -29,6 +29,9 @@ include/at-spi-1.0/libspi/text.h
include/at-spi-1.0/libspi/value.h
include/at-spi-1.0/login-helper/Accessibility_LoginHelper.h
include/at-spi-1.0/login-helper/login-helper.h
lib/gtk-2.0/modules/libatk-bridge.a
lib/gtk-2.0/modules/libatk-bridge.la
lib/gtk-2.0/modules/libatk-bridge.so
lib/libcspi.a
lib/libcspi.la
lib/libcspi.so
@ -41,9 +44,6 @@ lib/libspi.a
lib/libspi.la
lib/libspi.so
lib/libspi.so.10
lib/gtk-2.0/modules/libatk-bridge.a
lib/gtk-2.0/modules/libatk-bridge.la
lib/gtk-2.0/modules/libatk-bridge.so
lib/orbit-2.0/Accessibility_LoginHelper_module.a
lib/orbit-2.0/Accessibility_LoginHelper_module.la
lib/orbit-2.0/Accessibility_LoginHelper_module.so
@ -55,6 +55,102 @@ libdata/pkgconfig/cspi-1.0.pc
libdata/pkgconfig/libloginhelper-1.0.pc
libdata/pkgconfig/libspi-1.0.pc
libexec/at-spi-registryd
%%DOCSDIR%%/reference/html/Accessibility_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Accessible_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Accessible_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Action_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Action_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Application_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Application_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Component_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Component_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Desktop_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Desktop_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__EditableText_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__EditableText_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Event_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Event_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Hyperlink_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Hyperlink_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Hypertext_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Hypertext_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Image_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Image_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__LoginHelper_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__LoginHelper_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Registry_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Registry_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Relation_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Relation_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Role_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Role_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Selection_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Selection_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Selector_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Selector_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__State_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__State_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__StreamableContent_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__StreamableContent_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Table_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Table_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Text_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Text_8idl.html
%%DOCSDIR%%/reference/html/Accessibility__Value_8idl-source.html
%%DOCSDIR%%/reference/html/Accessibility__Value_8idl.html
%%DOCSDIR%%/reference/html/annotated.html
%%DOCSDIR%%/reference/html/doxygen.css
%%DOCSDIR%%/reference/html/doxygen.png
%%DOCSDIR%%/reference/html/exceptionAccessibility_1_1StreamableContent_1_1IOError.html
%%DOCSDIR%%/reference/html/exceptionAccessibility_1_1StreamableContent_1_1NoPermission.html
%%DOCSDIR%%/reference/html/exceptionAccessibility_1_1StreamableContent_1_1NotSupported.html
%%DOCSDIR%%/reference/html/files.html
%%DOCSDIR%%/reference/html/functions.html
%%DOCSDIR%%/reference/html/hierarchy.html
%%DOCSDIR%%/reference/html/index.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Accessible.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Accessible.png
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Action.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Application.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Application.png
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1CommandListener.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Component.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Desktop.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Desktop.png
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1DeviceEventController.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1DeviceEventListener.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1EditableText.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1EditableText.png
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1EventListener.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1EventListener.png
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Hyperlink.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Hypertext.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Image.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1LoginHelper.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Registry.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Registry.png
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Relation.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Selection.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Selector.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1StateSet.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1StreamableContent.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Table.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Text.html
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Text.png
%%DOCSDIR%%/reference/html/interfaceAccessibility_1_1Value.html
%%DOCSDIR%%/reference/html/namespaceAccessibility.html
%%DOCSDIR%%/reference/html/namespacemembers.html
%%DOCSDIR%%/reference/html/namespaces.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1BoundingBox.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1Command.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1DeviceEvent.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1Event.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1EventDetails.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1EventListenerMode.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1KeyDefinition.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1LoginHelper_1_1WindowInfo.html
%%DOCSDIR%%/reference/html/structAccessibility_1_1Text_1_1Range.html
share/doc/at-spi-cspi/at-spi-cspi-Accessible-Objects.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleAction-Interface.html
share/doc/at-spi-cspi/at-spi-cspi-AccessibleApplication-API.html
@ -73,6 +169,7 @@ share/doc/at-spi-cspi/at-spi-cspi-Registry-queries.html
share/doc/at-spi-cspi/at-spi-cspi-SPI-main-loop-and-initialization.html
share/doc/at-spi-cspi/at-spi-cspi-State-and-StateSets.html
share/doc/at-spi-cspi/at-spi-cspi.devhelp
share/doc/at-spi-cspi/at-spi-cspi.devhelp2
share/doc/at-spi-cspi/ch05.html
share/doc/at-spi-cspi/home.png
share/doc/at-spi-cspi/index.html
@ -101,13 +198,90 @@ share/gnome/idl/at-spi-1.0/Accessibility_Registry.idl
share/gnome/idl/at-spi-1.0/Accessibility_Relation.idl
share/gnome/idl/at-spi-1.0/Accessibility_Role.idl
share/gnome/idl/at-spi-1.0/Accessibility_Selection.idl
share/gnome/idl/at-spi-1.0/Accessibility_Selector.idl
share/gnome/idl/at-spi-1.0/Accessibility_State.idl
share/gnome/idl/at-spi-1.0/Accessibility_StreamableContent.idl
share/gnome/idl/at-spi-1.0/Accessibility_Table.idl
share/gnome/idl/at-spi-1.0/Accessibility_Text.idl
share/gnome/idl/at-spi-1.0/Accessibility_Value.idl
share/locale/ar/LC_MESSAGES/at-spi.mo
share/locale/az/LC_MESSAGES/at-spi.mo
share/locale/be/LC_MESSAGES/at-spi.mo
share/locale/bg/LC_MESSAGES/at-spi.mo
share/locale/bn/LC_MESSAGES/at-spi.mo
share/locale/bs/LC_MESSAGES/at-spi.mo
share/locale/ca/LC_MESSAGES/at-spi.mo
share/locale/cs/LC_MESSAGES/at-spi.mo
share/locale/cy/LC_MESSAGES/at-spi.mo
share/locale/da/LC_MESSAGES/at-spi.mo
share/locale/de/LC_MESSAGES/at-spi.mo
share/locale/dz/LC_MESSAGES/at-spi.mo
share/locale/el/LC_MESSAGES/at-spi.mo
share/locale/en_CA/LC_MESSAGES/at-spi.mo
share/locale/en_GB/LC_MESSAGES/at-spi.mo
share/locale/eo/LC_MESSAGES/at-spi.mo
share/locale/es/LC_MESSAGES/at-spi.mo
share/locale/et/LC_MESSAGES/at-spi.mo
share/locale/eu/LC_MESSAGES/at-spi.mo
share/locale/fa/LC_MESSAGES/at-spi.mo
share/locale/fi/LC_MESSAGES/at-spi.mo
share/locale/fr/LC_MESSAGES/at-spi.mo
share/locale/gl/LC_MESSAGES/at-spi.mo
share/locale/gu/LC_MESSAGES/at-spi.mo
share/locale/he/LC_MESSAGES/at-spi.mo
share/locale/hi/LC_MESSAGES/at-spi.mo
share/locale/hr/LC_MESSAGES/at-spi.mo
share/locale/hu/LC_MESSAGES/at-spi.mo
share/locale/id/LC_MESSAGES/at-spi.mo
share/locale/is/LC_MESSAGES/at-spi.mo
share/locale/it/LC_MESSAGES/at-spi.mo
share/locale/ja/LC_MESSAGES/at-spi.mo
share/locale/ka/LC_MESSAGES/at-spi.mo
share/locale/ko/LC_MESSAGES/at-spi.mo
share/locale/lt/LC_MESSAGES/at-spi.mo
share/locale/mn/LC_MESSAGES/at-spi.mo
share/locale/mr/LC_MESSAGES/at-spi.mo
share/locale/ms/LC_MESSAGES/at-spi.mo
share/locale/nb/LC_MESSAGES/at-spi.mo
share/locale/ne/LC_MESSAGES/at-spi.mo
share/locale/nl/LC_MESSAGES/at-spi.mo
share/locale/nn/LC_MESSAGES/at-spi.mo
share/locale/no/LC_MESSAGES/at-spi.mo
share/locale/or/LC_MESSAGES/at-spi.mo
share/locale/pa/LC_MESSAGES/at-spi.mo
share/locale/pl/LC_MESSAGES/at-spi.mo
share/locale/pt/LC_MESSAGES/at-spi.mo
share/locale/pt_BR/LC_MESSAGES/at-spi.mo
share/locale/ro/LC_MESSAGES/at-spi.mo
share/locale/ru/LC_MESSAGES/at-spi.mo
share/locale/rw/LC_MESSAGES/at-spi.mo
share/locale/sk/LC_MESSAGES/at-spi.mo
share/locale/sl/LC_MESSAGES/at-spi.mo
share/locale/sq/LC_MESSAGES/at-spi.mo
share/locale/sr/LC_MESSAGES/at-spi.mo
share/locale/sr@Latn/LC_MESSAGES/at-spi.mo
share/locale/sr@ije/LC_MESSAGES/at-spi.mo
share/locale/sv/LC_MESSAGES/at-spi.mo
share/locale/th/LC_MESSAGES/at-spi.mo
share/locale/ug/LC_MESSAGES/at-spi.mo
share/locale/uk/LC_MESSAGES/at-spi.mo
share/locale/vi/LC_MESSAGES/at-spi.mo
share/locale/wa/LC_MESSAGES/at-spi.mo
share/locale/xh/LC_MESSAGES/at-spi.mo
share/locale/zh_CN/LC_MESSAGES/at-spi.mo
share/locale/zh_HK/LC_MESSAGES/at-spi.mo
share/locale/zh_TW/LC_MESSAGES/at-spi.mo
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrm share/gnome/idl/at-spi-1.0
@dirrm share/doc/at-spi-cspi
@dirrm %%DOCSDIR%%/reference/html
@dirrm %%DOCSDIR%%/reference
@dirrm %%DOCSDIR%%
@dirrm lib/orbit-2.0
@dirrm include/at-spi-1.0/login-helper
@dirrm include/at-spi-1.0/libspi

View file

@ -3,22 +3,21 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/atk/Makefile,v 1.56 2005/09/05 21:13:50 marcus Exp $
# $MCom: ports/accessibility/atk/Makefile,v 1.68 2006/04/13 07:52:28 bland Exp $
#
PORTNAME= atk
PORTVERSION= 1.10.3
PORTREVISION= 1
PORTVERSION= 1.11.4
CATEGORIES= accessibility devel
MASTER_SITES= ${MASTER_SITE_GNOME} \
ftp://ftp.gtk.org/pub/gtk/v2.6/
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.10
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME accessibility toolkit (ATK)
USE_BZIP2= yes
USE_GETTEXT= yes
INSTALLS_SHLIB= yes
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack glib20 ltverhack

View file

@ -1,3 +1,3 @@
MD5 (gnome2/atk-1.10.3.tar.bz2) = c84a01fea567b365c0d44b227fead948
SHA256 (gnome2/atk-1.10.3.tar.bz2) = c596baf95f6a6cd7748b1018336b2ac45ca2ef668816e6c703b01691e09b8a89
SIZE (gnome2/atk-1.10.3.tar.bz2) = 542712
MD5 (gnome2/atk-1.11.4.tar.bz2) = 2f7132e46a62a2586545bca40eeeef39
SHA256 (gnome2/atk-1.11.4.tar.bz2) = f288657de2f7413c35626dcc43fb66ca837c8232b7d0c00bc602430706dd2ed7
SIZE (gnome2/atk-1.11.4.tar.bz2) = 621041

View file

@ -29,9 +29,38 @@ lib/libatk-1.0.la
lib/libatk-1.0.so
lib/libatk-1.0.so.0
libdata/pkgconfig/atk.pc
%%DOCSDIR%%/AtkAction.html
%%DOCSDIR%%/AtkComponent.html
%%DOCSDIR%%/AtkDocument.html
%%DOCSDIR%%/AtkEditableText.html
%%DOCSDIR%%/AtkGObjectAccessible.html
%%DOCSDIR%%/AtkHyperlink.html
%%DOCSDIR%%/AtkHypertext.html
%%DOCSDIR%%/AtkImage.html
%%DOCSDIR%%/AtkNoOpObject.html
%%DOCSDIR%%/AtkNoOpObjectFactory.html
%%DOCSDIR%%/AtkObject.html
%%DOCSDIR%%/AtkObjectFactory.html
%%DOCSDIR%%/AtkRegistry.html
%%DOCSDIR%%/AtkRelation.html
%%DOCSDIR%%/AtkRelationSet.html
%%DOCSDIR%%/AtkSelection.html
%%DOCSDIR%%/AtkStreamableContent.html
%%DOCSDIR%%/AtkTable.html
%%DOCSDIR%%/AtkText.html
%%DOCSDIR%%/AtkUtil.html
%%DOCSDIR%%/AtkValue.html
%%DOCSDIR%%/atk-AtkState.html
%%DOCSDIR%%/atk-AtkStateSet.html
%%DOCSDIR%%/atk.devhelp
%%DOCSDIR%%/atk.devhelp2
%%DOCSDIR%%/atk.html
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
%%DOCSDIR%%/left.png
%%DOCSDIR%%/right.png
%%DOCSDIR%%/style.css
%%DOCSDIR%%/up.png
share/locale/af/LC_MESSAGES/atk10.mo
share/locale/am/LC_MESSAGES/atk10.mo
@ -68,6 +97,7 @@ share/locale/id/LC_MESSAGES/atk10.mo
share/locale/is/LC_MESSAGES/atk10.mo
share/locale/it/LC_MESSAGES/atk10.mo
share/locale/ja/LC_MESSAGES/atk10.mo
share/locale/ka/LC_MESSAGES/atk10.mo
share/locale/kn/LC_MESSAGES/atk10.mo
share/locale/ko/LC_MESSAGES/atk10.mo
share/locale/li/LC_MESSAGES/atk10.mo
@ -83,6 +113,7 @@ share/locale/ne/LC_MESSAGES/atk10.mo
share/locale/nl/LC_MESSAGES/atk10.mo
share/locale/nn/LC_MESSAGES/atk10.mo
share/locale/no/LC_MESSAGES/atk10.mo
share/locale/or/LC_MESSAGES/atk10.mo
share/locale/pa/LC_MESSAGES/atk10.mo
share/locale/pl/LC_MESSAGES/atk10.mo
share/locale/pt/LC_MESSAGES/atk10.mo
@ -101,6 +132,7 @@ share/locale/ta/LC_MESSAGES/atk10.mo
share/locale/th/LC_MESSAGES/atk10.mo
share/locale/tk/LC_MESSAGES/atk10.mo
share/locale/tr/LC_MESSAGES/atk10.mo
share/locale/tt/LC_MESSAGES/atk10.mo
share/locale/ug/LC_MESSAGES/atk10.mo
share/locale/uk/LC_MESSAGES/atk10.mo
share/locale/vi/LC_MESSAGES/atk10.mo
@ -108,20 +140,68 @@ share/locale/wa/LC_MESSAGES/atk10.mo
share/locale/xh/LC_MESSAGES/atk10.mo
share/locale/yi/LC_MESSAGES/atk10.mo
share/locale/zh_CN/LC_MESSAGES/atk10.mo
share/locale/zh_HK/LC_MESSAGES/atk10.mo
share/locale/zh_TW/LC_MESSAGES/atk10.mo
@dirrm %%DOCSDIR%%
@exec mkdir -p %D/%%DOCSDIR%%
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
@dirrmtry share/locale/gl/LC_MESSAGES
@dirrmtry share/locale/gl
@dirrmtry share/locale/li/LC_MESSAGES
@dirrmtry share/locale/li
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
@dirrmtry share/locale/tk/LC_MESSAGES
@dirrmtry share/locale/tk
@dirrmtry share/locale/zh_TW/LC_MESSAGES
@dirrmtry share/locale/zh_TW
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/zh_CN/LC_MESSAGES
@dirrmtry share/locale/zh_CN
@dirrmtry share/locale/yi/LC_MESSAGES
@dirrmtry share/locale/yi
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
@dirrmtry share/locale/uk/LC_MESSAGES
@dirrmtry share/locale/uk
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/tt/LC_MESSAGES
@dirrmtry share/locale/tt
@dirrmtry share/locale/tk/LC_MESSAGES
@dirrmtry share/locale/tk
@dirrmtry share/locale/sr@ije/LC_MESSAGES
@dirrmtry share/locale/sr@ije
@dirrmtry share/locale/sr/LC_MESSAGES
@dirrmtry share/locale/sr
@dirrmtry share/locale/sl/LC_MESSAGES
@dirrmtry share/locale/sl
@dirrmtry share/locale/sk/LC_MESSAGES
@dirrmtry share/locale/sk
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/ro/LC_MESSAGES
@dirrmtry share/locale/ro
@dirrmtry share/locale/pt/LC_MESSAGES
@dirrmtry share/locale/pt
@dirrmtry share/locale/pl/LC_MESSAGES
@dirrmtry share/locale/pl
@dirrmtry share/locale/no/LC_MESSAGES
@dirrmtry share/locale/no
@dirrmtry share/locale/nn/LC_MESSAGES
@dirrmtry share/locale/nn
@dirrmtry share/locale/ne/LC_MESSAGES
@dirrmtry share/locale/ne
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
@dirrmtry share/locale/li/LC_MESSAGES
@dirrmtry share/locale/li
@dirrmtry share/locale/ko/LC_MESSAGES
@dirrmtry share/locale/ko
@dirrmtry share/locale/gl/LC_MESSAGES
@dirrmtry share/locale/gl
@dirrmtry share/locale/fi/LC_MESSAGES
@dirrmtry share/locale/fi
@dirrmtry share/locale/el/LC_MESSAGES
@dirrmtry share/locale/el
@dirrmtry share/locale/cs/LC_MESSAGES
@dirrmtry share/locale/cs
@dirrmtry share/locale/ca/LC_MESSAGES
@dirrmtry share/locale/ca
@dirrmtry share/locale/be/LC_MESSAGES
@dirrmtry share/locale/be
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
@dirrm %%DOCSDIR%%
@dirrm include/atk-1.0/atk
@dirrm include/atk-1.0

View file

@ -3,26 +3,25 @@
# Whom: lewiz <purple@lewiz.net>
#
# $FreeBSD$
# $MCom: ports/accessibility/dasher/Makefile,v 1.18 2005/10/29 22:31:15 marcus Exp $
# $MCom: ports/accessibility/dasher/Makefile,v 1.34 2006/04/13 07:52:29 bland Exp $
#
PORTNAME= dasher
PORTVERSION= 3.2.18
PORTREVISION= 1
PORTVERSION= 4.0.2
PORTEPOCH= 1
CATEGORIES= accessibility editors x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/3.2
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= lewiz@compsoc.man.ac.uk
COMMENT= Information efficient text-entry interface
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \
@ -30,7 +29,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \
WANT_GNOME= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
INSTALLS_ICONS= yes
USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -41,8 +40,7 @@ MAN1= dasher.1
.if ${HAVE_GNOME:Mgnomespeech}!=""
USE_GNOME+= gnomespeech
.else
CONFIGURE_ARGS+=--without-speech
CONFIGURE_ARGS+=--enable-speech
.endif
post-patch:

View file

@ -1,3 +1,3 @@
MD5 (gnome2/dasher-3.2.18.tar.bz2) = f724113d3148a3c7f888b9e830ae75af
SHA256 (gnome2/dasher-3.2.18.tar.bz2) = a58ec285fb908dddde468794def6538ef2930a1e273d0b24d11a627ddbe02ee9
SIZE (gnome2/dasher-3.2.18.tar.bz2) = 4758337
MD5 (gnome2/dasher-4.0.2.tar.bz2) = 47cf27594abb51ea97f3a8fdb276736d
SHA256 (gnome2/dasher-4.0.2.tar.bz2) = 4a4adb18ca80641319ffdb63c8cbd69f2faa0698b4d275a2b3ccae467de8d73c
SIZE (gnome2/dasher-4.0.2.tar.bz2) = 5802684

View file

@ -0,0 +1,36 @@
--- Src/DasherCore/FileLogger.cpp.orig Tue Jan 17 01:41:44 2006
+++ Src/DasherCore/FileLogger.cpp Tue Jan 17 01:51:33 2006
@@ -17,7 +17,7 @@ static char THIS_FILE[] = __FILE__;
#include <windows.h>
#endif
-#include <sys/timeb.h>
+#include <sys/time.h>
CFileLogger::CFileLogger(const std::string& strFilenamePath, eLogLevel iLogLevel, int iOptionsMask)
{
@@ -492,12 +492,12 @@ std::string CFileLogger::GetTimeDateStam
if ((m_bTimeStamp) || (m_bDateStamp))
{
- struct timeb sTimeBuffer;
+ struct timeval sTimeBuffer;
char* szTimeLine = NULL;
- ftime(&sTimeBuffer);
+ gettimeofday(&sTimeBuffer, NULL);
- szTimeLine = ctime(&(sTimeBuffer.time));
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
// Format is:
// Wed Jun 22 10:22:00 2005
@@ -520,7 +520,7 @@ std::string CFileLogger::GetTimeDateStam
strTimeStamp += szTimeLine[i];
strTimeStamp += ".";
char strMs[16];
- sprintf(strMs, "%d", sTimeBuffer.millitm);
+ sprintf(strMs, "%d", (int) (sTimeBuffer.tv_usec / 1000));
if (strlen(strMs) == 1)
strTimeStamp += "00";
else if (strlen(strMs) == 2)

View file

@ -0,0 +1,44 @@
--- Src/DasherCore/SimpleTimer.cpp.orig Tue Jan 17 01:43:17 2006
+++ Src/DasherCore/SimpleTimer.cpp Tue Jan 17 01:46:24 2006
@@ -1,6 +1,6 @@
#include "SimpleTimer.h"
-#include <sys/timeb.h>
+#include <sys/time.h>
// Track memory leaks on Windows to the line that new'd the memory
#ifdef _WIN32
@@ -14,12 +14,12 @@ static char THIS_FILE[] = __FILE__;
CSimpleTimer::CSimpleTimer()
{
- struct timeb sTimeBuffer;
+ struct timeval sTimeBuffer;
- ftime(&sTimeBuffer);
+ gettimeofday(&sTimeBuffer, NULL);
- m_iStartMs = sTimeBuffer.millitm;
- m_iStartSecond = sTimeBuffer.time;
+ m_iStartMs = (int) (sTimeBuffer.tv_usec / 1000);
+ m_iStartSecond = (int) sTimeBuffer.tv_sec;
}
CSimpleTimer::~CSimpleTimer()
@@ -28,12 +28,12 @@ CSimpleTimer::~CSimpleTimer()
double CSimpleTimer::GetElapsed()
{
- struct timeb sTimeBuffer;
+ struct timeval sTimeBuffer;
- ftime(&sTimeBuffer);
+ gettimeofday(&sTimeBuffer, NULL);
- int iEndMs = sTimeBuffer.millitm;
- int iEndSecond = sTimeBuffer.time;
+ int iEndMs = (int) (sTimeBuffer.tv_usec / 1000);
+ int iEndSecond = (int) sTimeBuffer.tv_sec;
return ((double) iEndMs / 1000.0 + (double) iEndSecond) -
((double) m_iStartMs / 1000.0 + (double) m_iStartSecond);

View file

@ -0,0 +1,51 @@
--- Src/DasherCore/TimeSpan.cpp.orig Tue Jan 17 01:47:12 2006
+++ Src/DasherCore/TimeSpan.cpp Tue Jan 17 01:48:47 2006
@@ -1,6 +1,6 @@
#include "TimeSpan.h"
-#include <sys/timeb.h>
+#include <sys/time.h>
#ifdef _WIN32
// In order to track leaks to line number, we need this at the top of every file
@@ -102,12 +102,12 @@ string CTimeSpan::GetXML(const string& s
string CTimeSpan::GetTimeStamp()
{
string strTimeStamp = "";
- struct timeb sTimeBuffer;
+ struct timeval sTimeBuffer;
char* szTimeLine = NULL;
- ftime(&sTimeBuffer);
+ gettimeofday(&sTimeBuffer, NULL);
- szTimeLine = ctime(&(sTimeBuffer.time));
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18))
{
@@ -115,7 +115,7 @@ string CTimeSpan::GetTimeStamp()
strTimeStamp += szTimeLine[i];
strTimeStamp += ".";
char szMs[16];
- sprintf(szMs, "%d", sTimeBuffer.millitm);
+ sprintf(szMs, "%d", (int) (sTimeBuffer.tv_usec / 1000));
if (strlen(szMs) == 1)
strTimeStamp += "00";
else if (strlen(szMs) == 2)
@@ -163,12 +163,12 @@ string CTimeSpan::GetDateStamp()
{
std::string strDateStamp = "";
- struct timeb sTimeBuffer;
+ struct timeval sTimeBuffer;
char* szTimeLine = NULL;
- ftime(&sTimeBuffer);
+ gettimeofday(&sTimeBuffer, NULL);
- szTimeLine = ctime(&(sTimeBuffer.time));
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
// Format is:
// Wed Jun 22 10:22:00 2005

View file

@ -0,0 +1,41 @@
--- Src/DasherCore/UserLog.cpp.orig Tue Jan 17 01:49:12 2006
+++ Src/DasherCore/UserLog.cpp Tue Jan 17 01:50:11 2006
@@ -1,7 +1,7 @@
#include "UserLog.h"
#include <fstream>
-#include <sys/timeb.h>
+#include <sys/time.h>
// Track memory leaks on Windows to the line that new'd the memory
#ifdef _WIN32
@@ -624,12 +624,12 @@ void CUserLog::SetOuputFilename(const st
{
m_strFilename = USER_LOG_DETAILED_PREFIX;
- struct timeb sTimeBuffer;
+ struct timeval sTimeBuffer;
char* szTimeLine = NULL;
- ftime(&sTimeBuffer);
+ gettimeofday(&sTimeBuffer, NULL);
- szTimeLine = ctime(&(sTimeBuffer.time));
+ szTimeLine = ctime((const time_t *)&(sTimeBuffer.tv_sec));
if ((szTimeLine != NULL) && (strlen(szTimeLine) > 18))
{
@@ -829,10 +829,10 @@ bool CUserLog::UpdateMouseLocation()
{
//CFunctionLogger f1("CUserLog::UpdateMouseLocation", g_pLogger);
- struct timeb sTimeBuffer;
- ftime(&sTimeBuffer);
+ struct timeval sTimeBuffer;
+ gettimeofday(&sTimeBuffer, NULL);
- double dTime = (sTimeBuffer.time * 1000.0) + sTimeBuffer.millitm;
+ double dTime = (sTimeBuffer.tv_sec * 1000.0) + (int) (sTimeBuffer.tv_usec / 1000);
if ((dTime - m_dLastMouseUpdate) > LOG_MOUSE_EVERY_MS)
{

View file

@ -1,12 +1,10 @@
--- Src/Gtk2/speech.cc.orig Fri Aug 19 09:57:44 2005
+++ Src/Gtk2/speech.cc Mon Aug 22 20:23:21 2005
@@ -78,7 +78,8 @@ void setup_speech() {
--- Src/Gtk2/speech.cc.orig Thu Jan 12 15:52:50 2006
+++ Src/Gtk2/speech.cc Tue Jan 17 01:29:35 2006
@@ -74,6 +74,7 @@ void setup_speech() {
void teardown_speech() {
bonobo_object_release_unref (speaker, NULL);
- CORBA_free (voices);
bonobo_object_release_unref(speaker, NULL);
+ if (voices != NULL && !BONOBO_EX (&ev) && voices->_length != 0)
+ CORBA_free (voices);
CORBA_free(voices);
GNOME_Speech_SynthesisDriver_unref(rv, &ev);
CORBA_exception_free (&ev);
CORBA_exception_free(&ev);

View file

@ -0,0 +1,11 @@
--- configure.orig Tue Jan 31 01:13:42 2006
+++ configure Tue Jan 31 01:14:07 2006
@@ -24818,7 +24818,7 @@
GTK2BUILD_CFLAGS="$GTK2_CFLAGS $SETTINGS_CFLAGS $gthread_CFLAGS $gnome_speech_CFLAGS $gnome_a11y_CFLAGS $glade_CFLAGS $gnome_CFLAGS $wnck_CFLAGS $hildon_CFLAGS"
-GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS -Wl,--export-dynamic,"
+GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LIBS $gnome_a11y_LIBS $glade_LIBS $gnome_LIBS $wnck_LIBS $hildon_LIBS -Wl,--export-dynamic"

View file

@ -75,6 +75,7 @@ share/gnome/dasher/alphabet.dtd
share/gnome/dasher/alphabet.dutch.xml
share/gnome/dasher/alphabet.english.xml
share/gnome/dasher/alphabet.englishC.xml
share/gnome/dasher/alphabet.englishLC.xml
share/gnome/dasher/alphabet.ethiopic.xml
share/gnome/dasher/alphabet.ewe.xml
share/gnome/dasher/alphabet.faroese.xml
@ -91,6 +92,7 @@ share/gnome/dasher/alphabet.hiragana2.xml
share/gnome/dasher/alphabet.hungarian.xml
share/gnome/dasher/alphabet.ipa.xml
share/gnome/dasher/alphabet.italian.xml
share/gnome/dasher/alphabet.japanese.canna.xml
share/gnome/dasher/alphabet.kazakh.xml
share/gnome/dasher/alphabet.kirghiz.xml
share/gnome/dasher/alphabet.kirundi.xml
@ -144,11 +146,15 @@ share/gnome/dasher/colour.rainbow.xml
share/gnome/dasher/colour.vowels.xml
share/gnome/dasher/colour.vowels2.xml
share/gnome/dasher/colour.xml
share/gnome/dasher/controllabels.dtd
share/gnome/dasher/controllabels.xml
share/gnome/dasher/dasher.glade
share/gnome/dasher/dashermaemo.glade
share/gnome/dasher/training_albanian_SQ.txt
share/gnome/dasher/training_basque_EU.txt
share/gnome/dasher/training_bengali_BD.txt
share/gnome/dasher/training_bengali_bn.txt
share/gnome/dasher/training_canna_JP.txt
share/gnome/dasher/training_czech_CS.txt
share/gnome/dasher/training_danish_DK.txt
share/gnome/dasher/training_dutch_NL.txt
@ -170,6 +176,7 @@ share/gnome/dasher/training_russian_RU.txt
share/gnome/dasher/training_spanish_ES.txt
share/gnome/dasher/training_swahili_KE.txt
share/gnome/dasher/training_swedish_SE.txt
share/gnome/dasher/training_turkish_TR.txt
share/gnome/dasher/training_welsh_GB.txt
share/gnome/help/dasher/C/dasher.xml
share/gnome/help/dasher/C/figures/figure2.png
@ -189,20 +196,23 @@ 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/eu/version.xml
share/gnome/icons/dasher.png
share/gnome/omf/dasher/dasher-C.omf
share/gnome/omf/dasher/dasher-eu.omf
share/icons/hicolor/48x48/apps/dasher.png
share/icons/hicolor/scalable/apps/dasher.svg
share/locale/ar/LC_MESSAGES/dasher.mo
share/locale/az/LC_MESSAGES/dasher.mo
share/locale/be/LC_MESSAGES/dasher.mo
share/locale/bg/LC_MESSAGES/dasher.mo
share/locale/bn/LC_MESSAGES/dasher.mo
share/locale/br/LC_MESSAGES/dasher.mo
share/locale/bs/LC_MESSAGES/dasher.mo
share/locale/ca/LC_MESSAGES/dasher.mo
share/locale/cs/LC_MESSAGES/dasher.mo
share/locale/cy/LC_MESSAGES/dasher.mo
share/locale/da/LC_MESSAGES/dasher.mo
share/locale/de/LC_MESSAGES/dasher.mo
share/locale/dz/LC_MESSAGES/dasher.mo
share/locale/el/LC_MESSAGES/dasher.mo
share/locale/en_CA/LC_MESSAGES/dasher.mo
share/locale/en_GB/LC_MESSAGES/dasher.mo
@ -222,7 +232,9 @@ share/locale/hu/LC_MESSAGES/dasher.mo
share/locale/id/LC_MESSAGES/dasher.mo
share/locale/it/LC_MESSAGES/dasher.mo
share/locale/ja/LC_MESSAGES/dasher.mo
share/locale/ka/LC_MESSAGES/dasher.mo
share/locale/ko/LC_MESSAGES/dasher.mo
share/locale/ky/LC_MESSAGES/dasher.mo
share/locale/lt/LC_MESSAGES/dasher.mo
share/locale/mk/LC_MESSAGES/dasher.mo
share/locale/mn/LC_MESSAGES/dasher.mo
@ -244,14 +256,25 @@ share/locale/sr/LC_MESSAGES/dasher.mo
share/locale/sr@Latn/LC_MESSAGES/dasher.mo
share/locale/sv/LC_MESSAGES/dasher.mo
share/locale/ta/LC_MESSAGES/dasher.mo
share/locale/th/LC_MESSAGES/dasher.mo
share/locale/tk/LC_MESSAGES/dasher.mo
share/locale/tr/LC_MESSAGES/dasher.mo
share/locale/ug/LC_MESSAGES/dasher.mo
share/locale/uk/LC_MESSAGES/dasher.mo
share/locale/vi/LC_MESSAGES/dasher.mo
share/locale/zh_CN/LC_MESSAGES/dasher.mo
share/locale/zh_HK/LC_MESSAGES/dasher.mo
share/locale/zh_TW/LC_MESSAGES/dasher.mo
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
@dirrmtry share/locale/ky/LC_MESSAGES
@dirrmtry share/locale/ky
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrmtry share/locale/br/LC_MESSAGES
@dirrmtry share/locale/br
@dirrm share/gnome/omf/dasher
@dirrm share/gnome/help/dasher/eu/figures
@dirrm share/gnome/help/dasher/eu

View file

@ -3,25 +3,25 @@
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/gail/Makefile,v 1.44 2006/04/23 22:21:28 mezz Exp $
#
PORTNAME= gail
PORTVERSION= 1.8.10
PORTREVISION= 1
PORTVERSION= 1.8.11
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.8
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An implementation of the ATK interfaces for GTK+ widgets
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack libgnomecanvas lthack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gail-1.8.10.tar.bz2) = f7dbebcda98a5eb0cc22074b56a62d29
SHA256 (gnome2/gail-1.8.10.tar.bz2) = d81deb6d470f9efc888c1ed2f28438ddece07f29e63e853a1bd51388a91729d7
SIZE (gnome2/gail-1.8.10.tar.bz2) = 584033
MD5 (gnome2/gail-1.8.11.tar.bz2) = ff79df7dd0cf7a5109c089b9b5fbe17f
SHA256 (gnome2/gail-1.8.11.tar.bz2) = b1520968851727881e5ae070ec5d43c466322fab51607d96df531609f4abe6cf
SIZE (gnome2/gail-1.8.11.tar.bz2) = 584492

View file

@ -80,18 +80,18 @@ share/locale/ta/LC_MESSAGES/gail.mo
share/locale/th/LC_MESSAGES/gail.mo
share/locale/tk/LC_MESSAGES/gail.mo
share/locale/tr/LC_MESSAGES/gail.mo
share/locale/vi/LC_MESSAGES/gail.mo
share/locale/uk/LC_MESSAGES/gail.mo
share/locale/vi/LC_MESSAGES/gail.mo
share/locale/xh/LC_MESSAGES/gail.mo
share/locale/zh_CN/LC_MESSAGES/gail.mo
share/locale/zh_HK/LC_MESSAGES/gail.mo
share/locale/zh_TW/LC_MESSAGES/gail.mo
@dirrm include/gail-1.0/libgail-util
@dirrm include/gail-1.0
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
@dirrm share/doc//gail-libgail-util
@dirrm share/doc/gail-libgail-util
@dirrm include/gail-1.0/libgail-util
@dirrm include/gail-1.0

View file

@ -3,15 +3,15 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.63 2005/10/12 00:10:26 marcus Exp $
# $MCom: ports/accessibility/gnopernicus/Makefile,v 1.76 2006/04/14 14:42:45 mezz Exp $
#
PORTNAME= gnopernicus
PORTVERSION= 0.12.0
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= accessibility x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.12
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@ -20,18 +20,18 @@ COMMENT= Collection of accessibility apps for GNOME 2
LIB_DEPENDS= gnome-mag.2:${PORTSDIR}/accessibility/gnomemag
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= SED="${SED}"
GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas
SHLIB_VERSION= 0
SHLIB_VERSION= 4
PLIST_SUB= SHLIB_VERSION=${SHLIB_VERSION}
post-patch:

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnopernicus-0.12.0.tar.bz2) = 8228afc6b98306207349df150592b83b
SHA256 (gnome2/gnopernicus-0.12.0.tar.bz2) = 7cf15abeea9255594050f29824c67f4de8776b4d8e7a70ae78107675e9c7367b
SIZE (gnome2/gnopernicus-0.12.0.tar.bz2) = 2202137
MD5 (gnome2/gnopernicus-1.0.4.tar.bz2) = 4e798c6d08e6096702d316b702801d1d
SHA256 (gnome2/gnopernicus-1.0.4.tar.bz2) = 1a42e8eb8dde345eb155d21e0a3ec8d57d96d13e989e3ae3ce770e797b9098c9
SIZE (gnome2/gnopernicus-1.0.4.tar.bz2) = 2306812

View file

@ -0,0 +1,21 @@
--- configure.orig Mon Jan 9 15:02:42 2006
+++ configure Mon Jan 9 15:04:48 2006
@@ -21635,11 +21635,17 @@
TTYNAME_2="/dev/cua/c"
TTYNAME_3="/dev/cua/d"
;;
- FreeBSD-*)
+ FreeBSD-4*|FreeBSD-5*)
TTYNAME_0="/dev/cuaa0"
TTYNAME_1="/dev/cuaa1"
TTYNAME_2="/dev/cuaa2"
TTYNAME_3="/dev/cuaa3"
+ ;;
+ FreeBSD-*)
+ TTYNAME_0="/dev/cuad0"
+ TTYNAME_1="/dev/cuad1"
+ TTYNAME_2="/dev/cuaU0"
+ TTYNAME_3="/dev/cuaU1"
;;
*)
echo "Can't figure out the name of the serial port on this OS"

View file

@ -79,6 +79,9 @@ share/gnome/help/gnopernicus/C/gnopernicus.xml
share/gnome/help/gnopernicus/C/legal.xml
share/gnome/help/gnopernicus/es/gnopernicus.xml
share/gnome/help/gnopernicus/es/legal.xml
share/gnome/help/gnopernicus/pt_BR/figures/gnopernicus.png
share/gnome/help/gnopernicus/pt_BR/gnopernicus.xml
share/gnome/help/gnopernicus/pt_BR/legal.xml
share/gnome/omf/gnopernicus/brlmonitor-C.omf
share/gnome/omf/gnopernicus/brlmonitor-es.omf
share/gnome/omf/gnopernicus/gnopernicus-C.omf
@ -94,10 +97,12 @@ share/locale/cs/LC_MESSAGES/gnopernicus.mo
share/locale/cy/LC_MESSAGES/gnopernicus.mo
share/locale/da/LC_MESSAGES/gnopernicus.mo
share/locale/de/LC_MESSAGES/gnopernicus.mo
share/locale/dz/LC_MESSAGES/gnopernicus.mo
share/locale/el/LC_MESSAGES/gnopernicus.mo
share/locale/en_CA/LC_MESSAGES/gnopernicus.mo
share/locale/en_GB/LC_MESSAGES/gnopernicus.mo
share/locale/es/LC_MESSAGES/gnopernicus.mo
share/locale/et/LC_MESSAGES/gnopernicus.mo
share/locale/eu/LC_MESSAGES/gnopernicus.mo
share/locale/fa/LC_MESSAGES/gnopernicus.mo
share/locale/fi/LC_MESSAGES/gnopernicus.mo
@ -132,12 +137,18 @@ share/locale/sr/LC_MESSAGES/gnopernicus.mo
share/locale/sr@Latn/LC_MESSAGES/gnopernicus.mo
share/locale/sv/LC_MESSAGES/gnopernicus.mo
share/locale/ta/LC_MESSAGES/gnopernicus.mo
share/locale/te/LC_MESSAGES/gnopernicus.mo
share/locale/th/LC_MESSAGES/gnopernicus.mo
share/locale/tr/LC_MESSAGES/gnopernicus.mo
share/locale/uk/LC_MESSAGES/gnopernicus.mo
share/locale/vi/LC_MESSAGES/gnopernicus.mo
share/locale/zh_CN/LC_MESSAGES/gnopernicus.mo
share/locale/zh_TW/LC_MESSAGES/gnopernicus.mo
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrm share/gnome/omf/gnopernicus
@dirrm share/gnome/help/gnopernicus/pt_BR/figures
@dirrm share/gnome/help/gnopernicus/pt_BR
@dirrm share/gnome/help/gnopernicus/es
@dirrm share/gnome/help/gnopernicus/C
@dirrm share/gnome/help/gnopernicus

View file

@ -3,14 +3,14 @@
# Whom: Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD$
#
# $MCom: ports/accessibility/gok/Makefile,v 1.65 2006/04/27 22:59:43 marcus Exp $
PORTNAME= gok
PORTVERSION= 1.0.5
PORTVERSION= 1.0.8
PORTEPOCH= 1
CATEGORIES= accessibility sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@ -19,11 +19,12 @@ COMMENT= GNOME On-Screen Keyboard (GOK)
LIB_DEPENDS= gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui atspi libwnck
USE_GMAKE= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gok-1.0.5.tar.bz2) = a9334a0e1dc11bbba817c128503260b0
SHA256 (gnome2/gok-1.0.5.tar.bz2) = 0c40f2813d113f10da7ef4e534e56d7d47b71805612c4263a1b14e427ae0fa4c
SIZE (gnome2/gok-1.0.5.tar.bz2) = 1386683
MD5 (gnome2/gok-1.0.8.tar.bz2) = 48913cafdd9c90067319a619a5f936a3
SHA256 (gnome2/gok-1.0.8.tar.bz2) = 684cead95f4afd403fed9fdcdfef20adf977119e172c6695f306e68a20631475
SIZE (gnome2/gok-1.0.8.tar.bz2) = 1151395

View file

@ -1,13 +0,0 @@
--- gok/gok-keyboard.c.orig Fri Nov 5 16:18:02 2004
+++ gok/gok-keyboard.c Fri Nov 5 16:18:49 2004
@@ -2519,8 +2519,9 @@
else if ((pKeyboard->search_type == GOK_SPY_SEARCH_ACTIONABLE) && !did_actionkeys)
{
gint action_count, i;
+ AccessibleAction *action;
did_actionkeys = TRUE;
- AccessibleAction *action =
+ action =
Accessible_getAction (pNodeAccessible->paccessible);
if (!action)
break;

View file

@ -2,6 +2,62 @@ bin/create-branching-keyboard
bin/gok
libdata/bonobo/servers/GNOME_Gok.server
libdata/pkgconfig/gok-1.0.pc
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/gok-GokButton.html
%%DOCSDIR%%/gok-arraylist.html
%%DOCSDIR%%/gok-callbacks.html
%%DOCSDIR%%/gok-command-common.html
%%DOCSDIR%%/gok-command-edge-data.html
%%DOCSDIR%%/gok-command-edge.html
%%DOCSDIR%%/gok-command-graph.html
%%DOCSDIR%%/gok-command-predictor.html
%%DOCSDIR%%/gok-command-vertex-data.html
%%DOCSDIR%%/gok-command-vertex.html
%%DOCSDIR%%/gok-global.html
%%DOCSDIR%%/gok-gok-action.html
%%DOCSDIR%%/gok-gok-branchback-stack.html
%%DOCSDIR%%/gok-gok-chunker.html
%%DOCSDIR%%/gok-gok-control.html
%%DOCSDIR%%/gok-gok-data.html
%%DOCSDIR%%/gok-gok-editor.html
%%DOCSDIR%%/gok-gok-feedback.html
%%DOCSDIR%%/gok-gok-gconf.html
%%DOCSDIR%%/gok-gok-key.html
%%DOCSDIR%%/gok-gok-keyboard.html
%%DOCSDIR%%/gok-gok-keyslotter.html
%%DOCSDIR%%/gok-gok-log-priv.html
%%DOCSDIR%%/gok-gok-log-reader.html
%%DOCSDIR%%/gok-gok-log.html
%%DOCSDIR%%/gok-gok-modifier.html
%%DOCSDIR%%/gok-gok-output.html
%%DOCSDIR%%/gok-gok-page-accessmethod.html
%%DOCSDIR%%/gok-gok-page-actions.html
%%DOCSDIR%%/gok-gok-page-feedbacks.html
%%DOCSDIR%%/gok-gok-page-keysizespace.html
%%DOCSDIR%%/gok-gok-page-wordcomplete.html
%%DOCSDIR%%/gok-gok-predictor.html
%%DOCSDIR%%/gok-gok-scanner.html
%%DOCSDIR%%/gok-gok-settings-dialog.html
%%DOCSDIR%%/gok-gok-sound.html
%%DOCSDIR%%/gok-gok-spy-priv.html
%%DOCSDIR%%/gok-gok-spy.html
%%DOCSDIR%%/gok-gok-word-complete.html
%%DOCSDIR%%/gok-gok.html
%%DOCSDIR%%/gok-gtkjoyswitch.html
%%DOCSDIR%%/gok-interface.html
%%DOCSDIR%%/gok-main.html
%%DOCSDIR%%/gok-support.html
%%DOCSDIR%%/gok-switchapi.html
%%DOCSDIR%%/gok-word-complete.html
%%DOCSDIR%%/gok.devhelp
%%DOCSDIR%%/gok.devhelp2
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
%%DOCSDIR%%/left.png
%%DOCSDIR%%/right.png
%%DOCSDIR%%/style.css
%%DOCSDIR%%/up.png
share/gnome/applications/gok.desktop
share/gnome/gok/East.png
share/gnome/gok/Keyboard.kbd
@ -127,6 +183,16 @@ share/gnome/gok/dictionary.txt
share/gnome/gok/direct-selection.xam
share/gnome/gok/directed.xam
share/gnome/gok/dwell-selection.xam
share/gnome/gok/dz/gok-controls.kbd
share/gnome/gok/dz/hide.kbd
share/gnome/gok/dz/launcher.kbd
share/gnome/gok/dz/main.kbd
share/gnome/gok/dz/mouse.kbd
share/gnome/gok/dz/move-resize.kbd
share/gnome/gok/dz/numberpad.kbd
share/gnome/gok/dz/quit.kbd
share/gnome/gok/dz/text-operations.kbd
share/gnome/gok/dz/valuator.kbd
share/gnome/gok/el/gok-controls.kbd
share/gnome/gok/el/hide.kbd
share/gnome/gok/el/launcher.kbd
@ -168,6 +234,16 @@ share/gnome/gok/es/numberpad.kbd
share/gnome/gok/es/quit.kbd
share/gnome/gok/es/text-operations.kbd
share/gnome/gok/es/valuator.kbd
share/gnome/gok/et/gok-controls.kbd
share/gnome/gok/et/hide.kbd
share/gnome/gok/et/launcher.kbd
share/gnome/gok/et/main.kbd
share/gnome/gok/et/mouse.kbd
share/gnome/gok/et/move-resize.kbd
share/gnome/gok/et/numberpad.kbd
share/gnome/gok/et/quit.kbd
share/gnome/gok/et/text-operations.kbd
share/gnome/gok/et/valuator.kbd
share/gnome/gok/eu/gok-controls.kbd
share/gnome/gok/eu/hide.kbd
share/gnome/gok/eu/launcher.kbd
@ -178,6 +254,16 @@ share/gnome/gok/eu/numberpad.kbd
share/gnome/gok/eu/quit.kbd
share/gnome/gok/eu/text-operations.kbd
share/gnome/gok/eu/valuator.kbd
share/gnome/gok/fa/gok-controls.kbd
share/gnome/gok/fa/hide.kbd
share/gnome/gok/fa/launcher.kbd
share/gnome/gok/fa/main.kbd
share/gnome/gok/fa/mouse.kbd
share/gnome/gok/fa/move-resize.kbd
share/gnome/gok/fa/numberpad.kbd
share/gnome/gok/fa/quit.kbd
share/gnome/gok/fa/text-operations.kbd
share/gnome/gok/fa/valuator.kbd
share/gnome/gok/fi/gok-controls.kbd
share/gnome/gok/fi/hide.kbd
share/gnome/gok/fi/launcher.kbd
@ -208,6 +294,16 @@ share/gnome/gok/ga/numberpad.kbd
share/gnome/gok/ga/quit.kbd
share/gnome/gok/ga/text-operations.kbd
share/gnome/gok/ga/valuator.kbd
share/gnome/gok/gl/gok-controls.kbd
share/gnome/gok/gl/hide.kbd
share/gnome/gok/gl/launcher.kbd
share/gnome/gok/gl/main.kbd
share/gnome/gok/gl/mouse.kbd
share/gnome/gok/gl/move-resize.kbd
share/gnome/gok/gl/numberpad.kbd
share/gnome/gok/gl/quit.kbd
share/gnome/gok/gl/text-operations.kbd
share/gnome/gok/gl/valuator.kbd
share/gnome/gok/glade/gok.glade2
share/gnome/gok/gok-controls.kbd
share/gnome/gok/gok.png
@ -287,6 +383,16 @@ share/gnome/gok/ja/numberpad.kbd
share/gnome/gok/ja/quit.kbd
share/gnome/gok/ja/text-operations.kbd
share/gnome/gok/ja/valuator.kbd
share/gnome/gok/ka/gok-controls.kbd
share/gnome/gok/ka/hide.kbd
share/gnome/gok/ka/launcher.kbd
share/gnome/gok/ka/main.kbd
share/gnome/gok/ka/mouse.kbd
share/gnome/gok/ka/move-resize.kbd
share/gnome/gok/ka/numberpad.kbd
share/gnome/gok/ka/quit.kbd
share/gnome/gok/ka/text-operations.kbd
share/gnome/gok/ka/valuator.kbd
share/gnome/gok/ko/gok-controls.kbd
share/gnome/gok/ko/hide.kbd
share/gnome/gok/ko/launcher.kbd
@ -297,6 +403,16 @@ share/gnome/gok/ko/numberpad.kbd
share/gnome/gok/ko/quit.kbd
share/gnome/gok/ko/text-operations.kbd
share/gnome/gok/ko/valuator.kbd
share/gnome/gok/ku/gok-controls.kbd
share/gnome/gok/ku/hide.kbd
share/gnome/gok/ku/launcher.kbd
share/gnome/gok/ku/main.kbd
share/gnome/gok/ku/mouse.kbd
share/gnome/gok/ku/move-resize.kbd
share/gnome/gok/ku/numberpad.kbd
share/gnome/gok/ku/quit.kbd
share/gnome/gok/ku/text-operations.kbd
share/gnome/gok/ku/valuator.kbd
share/gnome/gok/latched.png
share/gnome/gok/launcher.kbd
share/gnome/gok/locked.png
@ -384,16 +500,6 @@ share/gnome/gok/nl/numberpad.kbd
share/gnome/gok/nl/quit.kbd
share/gnome/gok/nl/text-operations.kbd
share/gnome/gok/nl/valuator.kbd
share/gnome/gok/no/gok-controls.kbd
share/gnome/gok/no/hide.kbd
share/gnome/gok/no/launcher.kbd
share/gnome/gok/no/main.kbd
share/gnome/gok/no/mouse.kbd
share/gnome/gok/no/move-resize.kbd
share/gnome/gok/no/numberpad.kbd
share/gnome/gok/no/quit.kbd
share/gnome/gok/no/text-operations.kbd
share/gnome/gok/no/valuator.kbd
share/gnome/gok/numberpad.kbd
share/gnome/gok/pa/gok-controls.kbd
share/gnome/gok/pa/hide.kbd
@ -447,6 +553,16 @@ share/gnome/gok/ro/numberpad.kbd
share/gnome/gok/ro/quit.kbd
share/gnome/gok/ro/text-operations.kbd
share/gnome/gok/ro/valuator.kbd
share/gnome/gok/ru/gok-controls.kbd
share/gnome/gok/ru/hide.kbd
share/gnome/gok/ru/launcher.kbd
share/gnome/gok/ru/main.kbd
share/gnome/gok/ru/mouse.kbd
share/gnome/gok/ru/move-resize.kbd
share/gnome/gok/ru/numberpad.kbd
share/gnome/gok/ru/quit.kbd
share/gnome/gok/ru/text-operations.kbd
share/gnome/gok/ru/valuator.kbd
share/gnome/gok/rw/gok-controls.kbd
share/gnome/gok/rw/hide.kbd
share/gnome/gok/rw/launcher.kbd
@ -558,6 +674,16 @@ share/gnome/gok/zh_CN/numberpad.kbd
share/gnome/gok/zh_CN/quit.kbd
share/gnome/gok/zh_CN/text-operations.kbd
share/gnome/gok/zh_CN/valuator.kbd
share/gnome/gok/zh_HK/gok-controls.kbd
share/gnome/gok/zh_HK/hide.kbd
share/gnome/gok/zh_HK/launcher.kbd
share/gnome/gok/zh_HK/main.kbd
share/gnome/gok/zh_HK/mouse.kbd
share/gnome/gok/zh_HK/move-resize.kbd
share/gnome/gok/zh_HK/numberpad.kbd
share/gnome/gok/zh_HK/quit.kbd
share/gnome/gok/zh_HK/text-operations.kbd
share/gnome/gok/zh_HK/valuator.kbd
share/gnome/gok/zh_TW/gok-controls.kbd
share/gnome/gok/zh_TW/hide.kbd
share/gnome/gok/zh_TW/launcher.kbd
@ -583,14 +709,18 @@ share/locale/cs/LC_MESSAGES/gok.mo
share/locale/cy/LC_MESSAGES/gok.mo
share/locale/da/LC_MESSAGES/gok.mo
share/locale/de/LC_MESSAGES/gok.mo
share/locale/dz/LC_MESSAGES/gok.mo
share/locale/el/LC_MESSAGES/gok.mo
share/locale/en_CA/LC_MESSAGES/gok.mo
share/locale/en_GB/LC_MESSAGES/gok.mo
share/locale/es/LC_MESSAGES/gok.mo
share/locale/et/LC_MESSAGES/gok.mo
share/locale/eu/LC_MESSAGES/gok.mo
share/locale/fa/LC_MESSAGES/gok.mo
share/locale/fi/LC_MESSAGES/gok.mo
share/locale/fr/LC_MESSAGES/gok.mo
share/locale/ga/LC_MESSAGES/gok.mo
share/locale/gl/LC_MESSAGES/gok.mo
share/locale/gu/LC_MESSAGES/gok.mo
share/locale/hi/LC_MESSAGES/gok.mo
share/locale/hr/LC_MESSAGES/gok.mo
@ -598,7 +728,9 @@ share/locale/hu/LC_MESSAGES/gok.mo
share/locale/id/LC_MESSAGES/gok.mo
share/locale/it/LC_MESSAGES/gok.mo
share/locale/ja/LC_MESSAGES/gok.mo
share/locale/ka/LC_MESSAGES/gok.mo
share/locale/ko/LC_MESSAGES/gok.mo
share/locale/ku/LC_MESSAGES/gok.mo
share/locale/lt/LC_MESSAGES/gok.mo
share/locale/mk/LC_MESSAGES/gok.mo
share/locale/ml/LC_MESSAGES/gok.mo
@ -607,12 +739,12 @@ share/locale/ms/LC_MESSAGES/gok.mo
share/locale/nb/LC_MESSAGES/gok.mo
share/locale/ne/LC_MESSAGES/gok.mo
share/locale/nl/LC_MESSAGES/gok.mo
share/locale/no/LC_MESSAGES/gok.mo
share/locale/pa/LC_MESSAGES/gok.mo
share/locale/pl/LC_MESSAGES/gok.mo
share/locale/pt/LC_MESSAGES/gok.mo
share/locale/pt_BR/LC_MESSAGES/gok.mo
share/locale/ro/LC_MESSAGES/gok.mo
share/locale/ru/LC_MESSAGES/gok.mo
share/locale/rw/LC_MESSAGES/gok.mo
share/locale/sl/LC_MESSAGES/gok.mo
share/locale/sq/LC_MESSAGES/gok.mo
@ -623,13 +755,21 @@ share/locale/ta/LC_MESSAGES/gok.mo
share/locale/uk/LC_MESSAGES/gok.mo
share/locale/vi/LC_MESSAGES/gok.mo
share/locale/zh_CN/LC_MESSAGES/gok.mo
share/locale/zh_HK/LC_MESSAGES/gok.mo
share/locale/zh_TW/LC_MESSAGES/gok.mo
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrm share/gnome/omf/gok
@dirrm share/gnome/help/gok/C
@dirrm share/gnome/help/gok
@dirrm share/gnome/gok/zh_TW
@dirrm share/gnome/gok/zh_HK
@dirrm share/gnome/gok/zh_CN
@dirrm share/gnome/gok/vi
@dirrm share/gnome/gok/uk
@ -640,12 +780,12 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo
@dirrm share/gnome/gok/sq
@dirrm share/gnome/gok/sl
@dirrm share/gnome/gok/rw
@dirrm share/gnome/gok/ru
@dirrm share/gnome/gok/ro
@dirrm share/gnome/gok/pt_BR
@dirrm share/gnome/gok/pt
@dirrm share/gnome/gok/pl
@dirrm share/gnome/gok/pa
@dirrm share/gnome/gok/no
@dirrm share/gnome/gok/nl
@dirrm share/gnome/gok/ne
@dirrm share/gnome/gok/nb
@ -654,7 +794,9 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo
@dirrm share/gnome/gok/ml
@dirrm share/gnome/gok/mk
@dirrm share/gnome/gok/lt
@dirrm share/gnome/gok/ku
@dirrm share/gnome/gok/ko
@dirrm share/gnome/gok/ka
@dirrm share/gnome/gok/ja
@dirrm share/gnome/gok/it
@dirrm share/gnome/gok/id
@ -663,14 +805,18 @@ share/locale/zh_TW/LC_MESSAGES/gok.mo
@dirrm share/gnome/gok/hi
@dirrm share/gnome/gok/gu
@dirrm share/gnome/gok/glade
@dirrm share/gnome/gok/gl
@dirrm share/gnome/gok/ga
@dirrm share/gnome/gok/fr
@dirrm share/gnome/gok/fi
@dirrm share/gnome/gok/fa
@dirrm share/gnome/gok/eu
@dirrm share/gnome/gok/et
@dirrm share/gnome/gok/es
@dirrm share/gnome/gok/en_GB
@dirrm share/gnome/gok/en_CA
@dirrm share/gnome/gok/el
@dirrm share/gnome/gok/dz
@dirrm share/gnome/gok/de
@dirrm share/gnome/gok/da
@dirrm share/gnome/gok/cy

View file

@ -3,16 +3,15 @@
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/archivers/fileroller/Makefile,v 1.79 2005/10/03 21:14:16 mezz Exp $
# $MCom: ports/archivers/fileroller/Makefile,v 1.95 2006/04/18 18:52:18 ahze Exp $
#
PORTNAME= fileroller
PORTVERSION= 2.12.3
PORTREVISION= 1
PORTVERSION= 2.14.2
PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/file-roller/2.12
MASTER_SITE_SUBDIR= sources/file-roller/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME= file-roller-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -25,12 +24,14 @@ COMMENT= An archive manager for zip files, tar, etc
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar
USE_BZIP2= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils nautilus2 \
gnomedocutils
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -1,3 +1,3 @@
MD5 (gnome2/file-roller-2.12.3.tar.bz2) = a6d7fcc3417bd23556261223c4ad77ee
SHA256 (gnome2/file-roller-2.12.3.tar.bz2) = 983f10a76fa228bcb8beb7dde7feacab4d3033357e59b4548a4bc0ba8dad0e14
SIZE (gnome2/file-roller-2.12.3.tar.bz2) = 936371
MD5 (gnome2/file-roller-2.14.2.tar.bz2) = 4900dc4b2e4f0f173bd88cb5e6b9bde1
SHA256 (gnome2/file-roller-2.14.2.tar.bz2) = 24592f04632d97c33b0b2950c4fd6467217a9ff6fdbd9058f643c11ed375382a
SIZE (gnome2/file-roller-2.14.2.tar.bz2) = 1039404

View file

@ -1,16 +1,11 @@
bin/file-roller
lib/bonobo/libfile-roller-component.a
lib/bonobo/libfile-roller-component.la
lib/bonobo/libfile-roller-component.so
lib/nautilus/extensions-1.0/libnautilus-fileroller.a
lib/nautilus/extensions-1.0/libnautilus-fileroller.la
lib/nautilus/extensions-1.0/libnautilus-fileroller.so
libdata/bonobo/servers/File_Roller_Component.server
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
share/gnome/application-registry/file-roller.applications
share/gnome/applications/file-roller.desktop
share/gnome/file-roller/glade/file-roller-extract.glade
share/gnome/file-roller/glade/file-roller.glade
@ -21,6 +16,12 @@ share/gnome/help/file-roller/C/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/C/figures/file-roller_uparrow.png
share/gnome/help/file-roller/C/file-roller.xml
share/gnome/help/file-roller/C/legal.xml
share/gnome/help/file-roller/bg/figures/file-roller_home.png
share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/bg/figures/file-roller_main_window.png
share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png
share/gnome/help/file-roller/bg/file-roller.xml
share/gnome/help/file-roller/de/figures/file-roller_home.png
share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/de/figures/file-roller_main_window.png
@ -93,9 +94,8 @@ share/gnome/help/file-roller/zh_TW/figures/file-roller_main_window.png
share/gnome/help/file-roller/zh_TW/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/zh_TW/figures/file-roller_uparrow.png
share/gnome/help/file-roller/zh_TW/file-roller.xml
share/gnome/mime-info/file-roller.keys
share/gnome/mime-info/file-roller.mime
share/gnome/omf/file-roller/file-roller-C.omf
share/gnome/omf/file-roller/file-roller-bg.omf
share/gnome/omf/file-roller/file-roller-de.omf
share/gnome/omf/file-roller/file-roller-es.omf
share/gnome/omf/file-roller/file-roller-fr.omf
@ -108,19 +108,21 @@ share/gnome/omf/file-roller/file-roller-uk.omf
share/gnome/omf/file-roller/file-roller-zh_CN.omf
share/gnome/omf/file-roller/file-roller-zh_HK.omf
share/gnome/omf/file-roller/file-roller-zh_TW.omf
share/gnome/pixmaps/file-roller.png
share/icons/hicolor/48x48/apps/file-roller.png
share/locale/am/LC_MESSAGES/file-roller.mo
share/locale/ar/LC_MESSAGES/file-roller.mo
share/locale/az/LC_MESSAGES/file-roller.mo
share/locale/be/LC_MESSAGES/file-roller.mo
share/locale/bg/LC_MESSAGES/file-roller.mo
share/locale/bn/LC_MESSAGES/file-roller.mo
share/locale/br/LC_MESSAGES/file-roller.mo
share/locale/bs/LC_MESSAGES/file-roller.mo
share/locale/ca/LC_MESSAGES/file-roller.mo
share/locale/cs/LC_MESSAGES/file-roller.mo
share/locale/cy/LC_MESSAGES/file-roller.mo
share/locale/da/LC_MESSAGES/file-roller.mo
share/locale/de/LC_MESSAGES/file-roller.mo
share/locale/dz/LC_MESSAGES/file-roller.mo
share/locale/el/LC_MESSAGES/file-roller.mo
share/locale/en_CA/LC_MESSAGES/file-roller.mo
share/locale/en_GB/LC_MESSAGES/file-roller.mo
@ -142,6 +144,7 @@ share/locale/id/LC_MESSAGES/file-roller.mo
share/locale/is/LC_MESSAGES/file-roller.mo
share/locale/it/LC_MESSAGES/file-roller.mo
share/locale/ja/LC_MESSAGES/file-roller.mo
share/locale/ka/LC_MESSAGES/file-roller.mo
share/locale/kn/LC_MESSAGES/file-roller.mo
share/locale/ko/LC_MESSAGES/file-roller.mo
share/locale/ku/LC_MESSAGES/file-roller.mo
@ -155,7 +158,6 @@ share/locale/nb/LC_MESSAGES/file-roller.mo
share/locale/ne/LC_MESSAGES/file-roller.mo
share/locale/nl/LC_MESSAGES/file-roller.mo
share/locale/nn/LC_MESSAGES/file-roller.mo
share/locale/no/LC_MESSAGES/file-roller.mo
share/locale/pa/LC_MESSAGES/file-roller.mo
share/locale/pl/LC_MESSAGES/file-roller.mo
share/locale/pt/LC_MESSAGES/file-roller.mo
@ -195,6 +197,10 @@ share/locale/zh_TW/LC_MESSAGES/file-roller.mo
@dirrmtry share/locale/ku
@dirrmtry share/locale/hy/LC_MESSAGES
@dirrmtry share/locale/hy
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrmtry share/locale/br/LC_MESSAGES
@dirrmtry share/locale/br
@dirrm share/gnome/omf/file-roller
@dirrm share/gnome/help/file-roller/zh_TW/figures
@dirrm share/gnome/help/file-roller/zh_TW
@ -220,6 +226,8 @@ share/locale/zh_TW/LC_MESSAGES/file-roller.mo
@dirrm share/gnome/help/file-roller/es
@dirrm share/gnome/help/file-roller/de/figures
@dirrm share/gnome/help/file-roller/de
@dirrm share/gnome/help/file-roller/bg/figures
@dirrm share/gnome/help/file-roller/bg
@dirrm share/gnome/help/file-roller/C/figures
@dirrm share/gnome/help/file-roller/C
@dirrm share/gnome/help/file-roller

View file

@ -3,16 +3,15 @@
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/archivers/fileroller/Makefile,v 1.79 2005/10/03 21:14:16 mezz Exp $
# $MCom: ports/archivers/fileroller/Makefile,v 1.95 2006/04/18 18:52:18 ahze Exp $
#
PORTNAME= fileroller
PORTVERSION= 2.12.3
PORTREVISION= 1
PORTVERSION= 2.14.2
PORTEPOCH= 1
CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/file-roller/2.12
MASTER_SITE_SUBDIR= sources/file-roller/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME= file-roller-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -25,12 +24,14 @@ COMMENT= An archive manager for zip files, tar, etc
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar
USE_BZIP2= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
INSTALLS_ICONS= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils nautilus2 \
gnomedocutils
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View file

@ -1,3 +1,3 @@
MD5 (gnome2/file-roller-2.12.3.tar.bz2) = a6d7fcc3417bd23556261223c4ad77ee
SHA256 (gnome2/file-roller-2.12.3.tar.bz2) = 983f10a76fa228bcb8beb7dde7feacab4d3033357e59b4548a4bc0ba8dad0e14
SIZE (gnome2/file-roller-2.12.3.tar.bz2) = 936371
MD5 (gnome2/file-roller-2.14.2.tar.bz2) = 4900dc4b2e4f0f173bd88cb5e6b9bde1
SHA256 (gnome2/file-roller-2.14.2.tar.bz2) = 24592f04632d97c33b0b2950c4fd6467217a9ff6fdbd9058f643c11ed375382a
SIZE (gnome2/file-roller-2.14.2.tar.bz2) = 1039404

View file

@ -1,16 +1,11 @@
bin/file-roller
lib/bonobo/libfile-roller-component.a
lib/bonobo/libfile-roller-component.la
lib/bonobo/libfile-roller-component.so
lib/nautilus/extensions-1.0/libnautilus-fileroller.a
lib/nautilus/extensions-1.0/libnautilus-fileroller.la
lib/nautilus/extensions-1.0/libnautilus-fileroller.so
libdata/bonobo/servers/File_Roller_Component.server
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
share/gnome/application-registry/file-roller.applications
share/gnome/applications/file-roller.desktop
share/gnome/file-roller/glade/file-roller-extract.glade
share/gnome/file-roller/glade/file-roller.glade
@ -21,6 +16,12 @@ share/gnome/help/file-roller/C/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/C/figures/file-roller_uparrow.png
share/gnome/help/file-roller/C/file-roller.xml
share/gnome/help/file-roller/C/legal.xml
share/gnome/help/file-roller/bg/figures/file-roller_home.png
share/gnome/help/file-roller/bg/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/bg/figures/file-roller_main_window.png
share/gnome/help/file-roller/bg/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/bg/figures/file-roller_uparrow.png
share/gnome/help/file-roller/bg/file-roller.xml
share/gnome/help/file-roller/de/figures/file-roller_home.png
share/gnome/help/file-roller/de/figures/file-roller_leftarrow.png
share/gnome/help/file-roller/de/figures/file-roller_main_window.png
@ -93,9 +94,8 @@ share/gnome/help/file-roller/zh_TW/figures/file-roller_main_window.png
share/gnome/help/file-roller/zh_TW/figures/file-roller_rightarrow.png
share/gnome/help/file-roller/zh_TW/figures/file-roller_uparrow.png
share/gnome/help/file-roller/zh_TW/file-roller.xml
share/gnome/mime-info/file-roller.keys
share/gnome/mime-info/file-roller.mime
share/gnome/omf/file-roller/file-roller-C.omf
share/gnome/omf/file-roller/file-roller-bg.omf
share/gnome/omf/file-roller/file-roller-de.omf
share/gnome/omf/file-roller/file-roller-es.omf
share/gnome/omf/file-roller/file-roller-fr.omf
@ -108,19 +108,21 @@ share/gnome/omf/file-roller/file-roller-uk.omf
share/gnome/omf/file-roller/file-roller-zh_CN.omf
share/gnome/omf/file-roller/file-roller-zh_HK.omf
share/gnome/omf/file-roller/file-roller-zh_TW.omf
share/gnome/pixmaps/file-roller.png
share/icons/hicolor/48x48/apps/file-roller.png
share/locale/am/LC_MESSAGES/file-roller.mo
share/locale/ar/LC_MESSAGES/file-roller.mo
share/locale/az/LC_MESSAGES/file-roller.mo
share/locale/be/LC_MESSAGES/file-roller.mo
share/locale/bg/LC_MESSAGES/file-roller.mo
share/locale/bn/LC_MESSAGES/file-roller.mo
share/locale/br/LC_MESSAGES/file-roller.mo
share/locale/bs/LC_MESSAGES/file-roller.mo
share/locale/ca/LC_MESSAGES/file-roller.mo
share/locale/cs/LC_MESSAGES/file-roller.mo
share/locale/cy/LC_MESSAGES/file-roller.mo
share/locale/da/LC_MESSAGES/file-roller.mo
share/locale/de/LC_MESSAGES/file-roller.mo
share/locale/dz/LC_MESSAGES/file-roller.mo
share/locale/el/LC_MESSAGES/file-roller.mo
share/locale/en_CA/LC_MESSAGES/file-roller.mo
share/locale/en_GB/LC_MESSAGES/file-roller.mo
@ -142,6 +144,7 @@ share/locale/id/LC_MESSAGES/file-roller.mo
share/locale/is/LC_MESSAGES/file-roller.mo
share/locale/it/LC_MESSAGES/file-roller.mo
share/locale/ja/LC_MESSAGES/file-roller.mo
share/locale/ka/LC_MESSAGES/file-roller.mo
share/locale/kn/LC_MESSAGES/file-roller.mo
share/locale/ko/LC_MESSAGES/file-roller.mo
share/locale/ku/LC_MESSAGES/file-roller.mo
@ -155,7 +158,6 @@ share/locale/nb/LC_MESSAGES/file-roller.mo
share/locale/ne/LC_MESSAGES/file-roller.mo
share/locale/nl/LC_MESSAGES/file-roller.mo
share/locale/nn/LC_MESSAGES/file-roller.mo
share/locale/no/LC_MESSAGES/file-roller.mo
share/locale/pa/LC_MESSAGES/file-roller.mo
share/locale/pl/LC_MESSAGES/file-roller.mo
share/locale/pt/LC_MESSAGES/file-roller.mo
@ -195,6 +197,10 @@ share/locale/zh_TW/LC_MESSAGES/file-roller.mo
@dirrmtry share/locale/ku
@dirrmtry share/locale/hy/LC_MESSAGES
@dirrmtry share/locale/hy
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrmtry share/locale/br/LC_MESSAGES
@dirrmtry share/locale/br
@dirrm share/gnome/omf/file-roller
@dirrm share/gnome/help/file-roller/zh_TW/figures
@dirrm share/gnome/help/file-roller/zh_TW
@ -220,6 +226,8 @@ share/locale/zh_TW/LC_MESSAGES/file-roller.mo
@dirrm share/gnome/help/file-roller/es
@dirrm share/gnome/help/file-roller/de/figures
@dirrm share/gnome/help/file-roller/de
@dirrm share/gnome/help/file-roller/bg/figures
@dirrm share/gnome/help/file-roller/bg
@dirrm share/gnome/help/file-roller/C/figures
@dirrm share/gnome/help/file-roller/C
@dirrm share/gnome/help/file-roller

View file

@ -3,15 +3,14 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/audio/gnomemedia2/Makefile,v 1.79 2005/09/04 21:49:55 marcus Exp $
# $MCom: ports/audio/gnomemedia2/Makefile,v 1.95 2006/04/13 07:52:30 bland Exp $
#
PORTNAME= gnomemedia2
PORTVERSION= 2.12.0
PORTREVISION= 1
PORTVERSION= 2.14.0
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.12
MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME= gnome-media-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -19,16 +18,16 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Multimedia applications for the GNOME 2 desktop
USE_BZIP2= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
gail nautiluscdburner
USE_GSTREAMER= esound cdparanoia gconf
USE_GSTREAMER= esound gconf good
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -42,9 +41,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
${WRKSRC}/gnome-cd/Makefile.in
.if ${OSVERSION} > 501107
@${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure
.else
@${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/configure
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-media-2.12.0.tar.bz2) = 74d9a78f7269602e033ab1a4a144afdf
SHA256 (gnome2/gnome-media-2.12.0.tar.bz2) = 47956491973b0ace77e22f93f4141fd5a49c294f68f427e00fb4df8c1dc542ad
SIZE (gnome2/gnome-media-2.12.0.tar.bz2) = 3444233
MD5 (gnome2/gnome-media-2.14.0.tar.bz2) = e1304b3fb5e069025bb2c1ea3f9f8b62
SHA256 (gnome2/gnome-media-2.14.0.tar.bz2) = f43324636c0ee8b7485a9a5d2baf8e3fb5db0cc87c55afdb350774dfafc8b280
SIZE (gnome2/gnome-media-2.14.0.tar.bz2) = 2933013

View file

@ -1,11 +0,0 @@
--- configure.orig Tue Jun 1 17:42:05 2004
+++ configure Tue Jun 1 18:38:15 2004
@@ -24584,7 +24584,7 @@
*FreeBSD*)
CDROM_HOST=bsd
CDROM_HOST_BSD=true
- default_cd_device="/dev/acd0c"
+ default_cd_device="/dev/%%CDROM%%"
;;
*NetBSD*)
CDROM_HOST=bsd

View file

@ -1,49 +0,0 @@
--- gnome-cd/gst-cdparanoia-cdrom.c.orig Mon Apr 4 16:25:49 2005
+++ gnome-cd/gst-cdparanoia-cdrom.c Mon Apr 4 16:26:14 2005
@@ -1224,6 +1224,16 @@
*status = NULL;
return FALSE;
}
+#else
+ if (ioctl (cdrom->fd, CDIOREADTOCHEADER, priv->tochdr) < 0) {
+ realstatus->cd = GNOME_CDROM_STATUS_NO_DISC;
+ realstatus->audio = GNOME_CDROM_AUDIO_NOTHING;
+ realstatus->track = -1;
+
+ gst_cdparanoia_cdrom_close (lcd);
+ return TRUE;
+ }
+ realstatus->cd = GNOME_CDROM_STATUS_OK;
#endif
gst_cdparanoia_cdrom_close (lcd);
@@ -1421,15 +1431,18 @@
return FALSE;
}
+#if !defined(__FreeBSD__)
+ /* XXX: One cannot send CDIOCCAPABILITY to an atapicam CD-ROM
+ * device.
+ */
+
fd = open (device, O_RDONLY | O_NONBLOCK);
if (fd < 0) {
return FALSE;
}
/* Fire a harmless ioctl at the device. */
-#if defined(__FreeBSD__)
- if (ioctl (fd, CDIOCCAPABILITY, 0) < 0) {
-#elif defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__NetBSD__) || defined(__OpenBSD__)
if (ioctl (fd, CDIOCGETVOL, 0) < 0) {
#else
if (ioctl (fd, CDROM_GET_CAPABILITY, 0) < 0) {
@@ -1441,6 +1454,7 @@
}
close (fd);
+#endif /* __FreeBSD__ */
return TRUE;
}

View file

@ -472,6 +472,7 @@ share/locale/id/LC_MESSAGES/gnome-media-2.0.mo
share/locale/it/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ko/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/lv/LC_MESSAGES/gnome-media-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo
@ -505,6 +506,7 @@ share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo
share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo
share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo
share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd
@dirrm share/gnome/pixmaps/gnome-cd/themes/media
@ -524,8 +526,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/help/grecord/zh_CN
@dirrm share/gnome/help/grecord/sv/figures
@dirrm share/gnome/help/grecord/sv
@dirrm share/gnome/help/gnome-cd/nl/figures
@dirrm share/gnome/help/gnome-cd/nl
@dirrm share/gnome/help/grecord/ko/figures
@dirrm share/gnome/help/grecord/ko
@dirrm share/gnome/help/grecord/ja/figures
@ -557,6 +557,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/help/gnome-cd/uk
@dirrm share/gnome/help/gnome-cd/sv/figures
@dirrm share/gnome/help/gnome-cd/sv
@dirrm share/gnome/help/gnome-cd/nl/figures
@dirrm share/gnome/help/gnome-cd/nl
@dirrm share/gnome/help/gnome-cd/ko/figures
@dirrm share/gnome/help/gnome-cd/ko
@dirrm share/gnome/help/gnome-cd/ja/figures

View file

@ -3,15 +3,14 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/audio/gnomemedia2/Makefile,v 1.79 2005/09/04 21:49:55 marcus Exp $
# $MCom: ports/audio/gnomemedia2/Makefile,v 1.95 2006/04/13 07:52:30 bland Exp $
#
PORTNAME= gnomemedia2
PORTVERSION= 2.12.0
PORTREVISION= 1
PORTVERSION= 2.14.0
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.12
MASTER_SITE_SUBDIR= sources/gnome-media/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME= gnome-media-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -19,16 +18,16 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= Multimedia applications for the GNOME 2 desktop
USE_BZIP2= yes
USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_REINPLACE= yes
GNOME_DESKTOP_VERSION=2
USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop \
gail nautiluscdburner
USE_GSTREAMER= esound cdparanoia gconf
USE_GSTREAMER= esound gconf good
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -42,9 +41,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \
${WRKSRC}/gnome-cd/Makefile.in
.if ${OSVERSION} > 501107
@${REINPLACE_CMD} -e 's|%%CDROM%%|acd0|' ${WRKSRC}/configure
.else
@${REINPLACE_CMD} -e 's|%%CDROM%%|acd0c|' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|acd0c|acd0|' ${WRKSRC}/configure
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-media-2.12.0.tar.bz2) = 74d9a78f7269602e033ab1a4a144afdf
SHA256 (gnome2/gnome-media-2.12.0.tar.bz2) = 47956491973b0ace77e22f93f4141fd5a49c294f68f427e00fb4df8c1dc542ad
SIZE (gnome2/gnome-media-2.12.0.tar.bz2) = 3444233
MD5 (gnome2/gnome-media-2.14.0.tar.bz2) = e1304b3fb5e069025bb2c1ea3f9f8b62
SHA256 (gnome2/gnome-media-2.14.0.tar.bz2) = f43324636c0ee8b7485a9a5d2baf8e3fb5db0cc87c55afdb350774dfafc8b280
SIZE (gnome2/gnome-media-2.14.0.tar.bz2) = 2933013

View file

@ -1,11 +0,0 @@
--- configure.orig Tue Jun 1 17:42:05 2004
+++ configure Tue Jun 1 18:38:15 2004
@@ -24584,7 +24584,7 @@
*FreeBSD*)
CDROM_HOST=bsd
CDROM_HOST_BSD=true
- default_cd_device="/dev/acd0c"
+ default_cd_device="/dev/%%CDROM%%"
;;
*NetBSD*)
CDROM_HOST=bsd

View file

@ -1,49 +0,0 @@
--- gnome-cd/gst-cdparanoia-cdrom.c.orig Mon Apr 4 16:25:49 2005
+++ gnome-cd/gst-cdparanoia-cdrom.c Mon Apr 4 16:26:14 2005
@@ -1224,6 +1224,16 @@
*status = NULL;
return FALSE;
}
+#else
+ if (ioctl (cdrom->fd, CDIOREADTOCHEADER, priv->tochdr) < 0) {
+ realstatus->cd = GNOME_CDROM_STATUS_NO_DISC;
+ realstatus->audio = GNOME_CDROM_AUDIO_NOTHING;
+ realstatus->track = -1;
+
+ gst_cdparanoia_cdrom_close (lcd);
+ return TRUE;
+ }
+ realstatus->cd = GNOME_CDROM_STATUS_OK;
#endif
gst_cdparanoia_cdrom_close (lcd);
@@ -1421,15 +1431,18 @@
return FALSE;
}
+#if !defined(__FreeBSD__)
+ /* XXX: One cannot send CDIOCCAPABILITY to an atapicam CD-ROM
+ * device.
+ */
+
fd = open (device, O_RDONLY | O_NONBLOCK);
if (fd < 0) {
return FALSE;
}
/* Fire a harmless ioctl at the device. */
-#if defined(__FreeBSD__)
- if (ioctl (fd, CDIOCCAPABILITY, 0) < 0) {
-#elif defined(__NetBSD__) || defined(__OpenBSD__)
+#if defined(__NetBSD__) || defined(__OpenBSD__)
if (ioctl (fd, CDIOCGETVOL, 0) < 0) {
#else
if (ioctl (fd, CDROM_GET_CAPABILITY, 0) < 0) {
@@ -1441,6 +1454,7 @@
}
close (fd);
+#endif /* __FreeBSD__ */
return TRUE;
}

View file

@ -472,6 +472,7 @@ share/locale/id/LC_MESSAGES/gnome-media-2.0.mo
share/locale/it/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ko/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/lv/LC_MESSAGES/gnome-media-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo
@ -505,6 +506,7 @@ share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo
share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo
share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo
share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/pixmaps/gnome-cd/themes/red-lcd
@dirrm share/gnome/pixmaps/gnome-cd/themes/media
@ -524,8 +526,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/help/grecord/zh_CN
@dirrm share/gnome/help/grecord/sv/figures
@dirrm share/gnome/help/grecord/sv
@dirrm share/gnome/help/gnome-cd/nl/figures
@dirrm share/gnome/help/gnome-cd/nl
@dirrm share/gnome/help/grecord/ko/figures
@dirrm share/gnome/help/grecord/ko
@dirrm share/gnome/help/grecord/ja/figures
@ -557,6 +557,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/help/gnome-cd/uk
@dirrm share/gnome/help/gnome-cd/sv/figures
@dirrm share/gnome/help/gnome-cd/sv
@dirrm share/gnome/help/gnome-cd/nl/figures
@dirrm share/gnome/help/gnome-cd/nl
@dirrm share/gnome/help/gnome-cd/ko/figures
@dirrm share/gnome/help/gnome-cd/ko
@dirrm share/gnome/help/gnome-cd/ja/figures

View file

@ -3,32 +3,34 @@
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/audio/sound-juicer/Makefile,v 1.29 2005/09/19 13:18:32 marcus Exp $
# $MCom: ports/audio/sound-juicer/Makefile,v 1.49 2006/04/14 15:06:00 ahze Exp $
#
PORTNAME= sound-juicer
PORTVERSION= 2.12.3
PORTVERSION= 2.14.3
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.12
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clean, mean and lean CD ripper for GNOME2
LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2
gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \
cdio.6:${PORTSDIR}/sysutils/libcdio
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \
gnomedocutils
USE_GSTREAMER= cdparanoia vorbis flac gconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-ignore-missing-cd
INSTALLS_ICONS= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -36,5 +38,7 @@ GCONF_SCHEMAS= sound-juicer.schemas
post-patch:
@${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)tests\(.*\)|\1\2|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|--parents|-p|g' \
${WRKSRC}/data/Makefile.in
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/sound-juicer-2.12.3.tar.bz2) = 395395c26b035d466f145dc908021a7f
SHA256 (gnome2/sound-juicer-2.12.3.tar.bz2) = beae4a847e4c63bb8015a023751219dc2c7c0d23f931d19f2c8b957981c8db60
SIZE (gnome2/sound-juicer-2.12.3.tar.bz2) = 802832
MD5 (gnome2/sound-juicer-2.14.3.tar.bz2) = c525c4ef4e8cae163f7f1b6a28460e49
SHA256 (gnome2/sound-juicer-2.14.3.tar.bz2) = f6b1e4af5b20bb3d986b40fa9d342e2cb422e43cff56a8f8541fd9f76ec64683
SIZE (gnome2/sound-juicer-2.14.3.tar.bz2) = 875055

View file

@ -1,20 +1,11 @@
--- src/Makefile.in.orig Tue Aug 23 20:23:29 2005
+++ src/Makefile.in Tue Aug 23 20:23:57 2005
@@ -63,7 +63,7 @@
sj-about.$(OBJEXT) sj-extracting.$(OBJEXT) \
bacon-volume.$(OBJEXT) $(am__objects_1) $(am__objects_2)
--- src/Makefile.in.orig Mon Apr 3 23:40:45 2006
+++ src/Makefile.in Mon Apr 3 23:40:45 2006
@@ -77,7 +77,7 @@ am_sound_juicer_OBJECTS = dummy.$(OBJEXT
gconf-bridge.$(OBJEXT) bacon-volume.$(OBJEXT) $(am__objects_2) \
$(am__objects_3) $(am__objects_4)
sound_juicer_OBJECTS = $(am_sound_juicer_OBJECTS)
-sound_juicer_LDADD = $(LDADD)
+sound_juicer_LDADD = $(LDADD) -lcam
DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@@ -257,7 +257,7 @@
target_alias = @target_alias@
# General compiler flags
-AM_CFLAGS = -Wall -export-dynamic -W -Wno-unused-parameter
+AM_CFLAGS = -Wall -export-dynamic -W
# General CPP flags. When I can demand automake 1.8, this can become
# sound_juicer_CPPFLAGS.

View file

@ -10,6 +10,11 @@ share/gnome/help/sound-juicer/es/figures/prefs.png
share/gnome/help/sound-juicer/es/figures/startup.png
share/gnome/help/sound-juicer/es/legal.xml
share/gnome/help/sound-juicer/es/sound-juicer.xml
share/gnome/help/sound-juicer/nl/fdl-appendix.xml
share/gnome/help/sound-juicer/nl/figures/prefs.png
share/gnome/help/sound-juicer/nl/figures/startup.png
share/gnome/help/sound-juicer/nl/legal.xml
share/gnome/help/sound-juicer/nl/sound-juicer.xml
share/gnome/help/sound-juicer/uk/fdl-appendix.xml
share/gnome/help/sound-juicer/uk/figures/prefs.png
share/gnome/help/sound-juicer/uk/figures/startup.png
@ -17,17 +22,21 @@ share/gnome/help/sound-juicer/uk/legal.xml
share/gnome/help/sound-juicer/uk/sound-juicer.xml
share/gnome/omf/sound-juicer/sound-juicer-C.omf
share/gnome/omf/sound-juicer/sound-juicer-es.omf
share/gnome/omf/sound-juicer/sound-juicer-nl.omf
share/gnome/omf/sound-juicer/sound-juicer-uk.omf
share/gnome/pixmaps/sound-juicer.png
share/gnome/sound-juicer/orange-slice.png
share/gnome/sound-juicer/sj-play.png
share/gnome/sound-juicer/sj-record.png
share/gnome/sound-juicer/sound-juicer.glade
share/icons/hicolor/16x16/apps/sound-juicer.png
share/icons/hicolor/22x22/apps/sound-juicer.png
share/icons/hicolor/24x24/apps/sound-juicer.png
share/icons/hicolor/scalable/apps/sound-juicer.svg
share/locale/ar/LC_MESSAGES/sound-juicer.mo
share/locale/az/LC_MESSAGES/sound-juicer.mo
share/locale/be/LC_MESSAGES/sound-juicer.mo
share/locale/bg/LC_MESSAGES/sound-juicer.mo
share/locale/bn/LC_MESSAGES/sound-juicer.mo
share/locale/br/LC_MESSAGES/sound-juicer.mo
share/locale/ca/LC_MESSAGES/sound-juicer.mo
share/locale/cs/LC_MESSAGES/sound-juicer.mo
share/locale/cy/LC_MESSAGES/sound-juicer.mo
@ -44,13 +53,13 @@ share/locale/fi/LC_MESSAGES/sound-juicer.mo
share/locale/fr/LC_MESSAGES/sound-juicer.mo
share/locale/gl/LC_MESSAGES/sound-juicer.mo
share/locale/gu/LC_MESSAGES/sound-juicer.mo
share/locale/he/LC_MESSAGES/sound-juicer.mo
share/locale/hi/LC_MESSAGES/sound-juicer.mo
share/locale/hr/LC_MESSAGES/sound-juicer.mo
share/locale/hu/LC_MESSAGES/sound-juicer.mo
share/locale/id/LC_MESSAGES/sound-juicer.mo
share/locale/it/LC_MESSAGES/sound-juicer.mo
share/locale/ja/LC_MESSAGES/sound-juicer.mo
share/locale/ka/LC_MESSAGES/sound-juicer.mo
share/locale/ko/LC_MESSAGES/sound-juicer.mo
share/locale/lt/LC_MESSAGES/sound-juicer.mo
share/locale/mk/LC_MESSAGES/sound-juicer.mo
@ -77,13 +86,21 @@ share/locale/th/LC_MESSAGES/sound-juicer.mo
share/locale/tr/LC_MESSAGES/sound-juicer.mo
share/locale/ug/LC_MESSAGES/sound-juicer.mo
share/locale/uk/LC_MESSAGES/sound-juicer.mo
share/locale/vi/LC_MESSAGES/sound-juicer.mo
share/locale/xh/LC_MESSAGES/sound-juicer.mo
share/locale/zh_CN/LC_MESSAGES/sound-juicer.mo
share/locale/zh_HK/LC_MESSAGES/sound-juicer.mo
share/locale/zh_TW/LC_MESSAGES/sound-juicer.mo
@dirrmtry share/locale/br/LC_MESSAGES
@dirrmtry share/locale/br
@dirrmtry share/icons/hicolor/24x24/apps
@dirrmtry share/icons/hicolor/24x24
@dirrm share/gnome/sound-juicer
@dirrm share/gnome/omf/sound-juicer
@dirrm share/gnome/help/sound-juicer/uk/figures
@dirrm share/gnome/help/sound-juicer/uk
@dirrm share/gnome/help/sound-juicer/nl/figures
@dirrm share/gnome/help/sound-juicer/nl
@dirrm share/gnome/help/sound-juicer/es/figures
@dirrm share/gnome/help/sound-juicer/es
@dirrm share/gnome/help/sound-juicer/C/figures

View file

@ -3,15 +3,14 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.64 2005/10/09 20:44:42 marcus Exp $
# $MCom: ports/databases/evolution-data-server/Makefile,v 1.83 2006/04/13 07:52:30 bland Exp $
#
PORTNAME= evolution-data-server
PORTVERSION= 1.4.2.1
PORTREVISION= 3
PORTVERSION= 1.6.1
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
@ -24,11 +23,11 @@ LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup \
USE_BZIP2= yes
USE_GMAKE= yes
USE_BISON= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui \
ltverhack
USE_OPENLDAP= yes
USE_REINPLACE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --enable-static \
@ -42,7 +41,7 @@ CONFIGURE_ARGS= --enable-static \
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
PLIST_SUB= VERSION="1.4" EVO_VERSION="1.2"
PLIST_SUB= VERSION="1.6" EVO_VERSION="1.2"
.include <bsd.port.pre.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/evolution-data-server-1.4.2.1.tar.bz2) = 8b058aff089cf3a6c13cc9f51f536ae8
SHA256 (gnome2/evolution-data-server-1.4.2.1.tar.bz2) = 052f80b23551352c6f55ef2b4c970a416ec2e92fa4e5fd3bd267ce6eca1a9326
SIZE (gnome2/evolution-data-server-1.4.2.1.tar.bz2) = 14234151
MD5 (gnome2/evolution-data-server-1.6.1.tar.bz2) = d4def6cad1dc3508b8df55e7e794db49
SHA256 (gnome2/evolution-data-server-1.6.1.tar.bz2) = 4536bbdba67eb4c51ca387c8d877eb868eb0bc60953b6185557307881f1009f6
SIZE (gnome2/evolution-data-server-1.6.1.tar.bz2) = 7159551

View file

@ -1,6 +1,6 @@
--- libedataserver/e-msgport.c.orig Thu Dec 2 22:33:06 2004
+++ libedataserver/e-msgport.c Wed Mar 9 14:31:46 2005
@@ -921,9 +921,18 @@
--- libedataserver/e-msgport.c.orig Sat Dec 10 07:31:28 2005
+++ libedataserver/e-msgport.c Mon Dec 19 02:19:10 2005
@@ -1069,9 +1069,18 @@ thread_dispatch(void *din)
void e_thread_put(EThread *e, EMsg *msg)
{
pthread_t id;
@ -19,14 +19,14 @@
/* the caller forgot to tell us what to do, well, we can't do anything can we */
if (e->received == NULL) {
@@ -962,13 +971,14 @@
@@ -1110,13 +1119,14 @@ void e_thread_put(EThread *e, EMsg *msg)
e_msgport_put(e->server_port, msg);
if (e->waiting == 0
&& g_list_length(e->id_list) < e->queue_limit
- && pthread_create(&id, NULL, thread_dispatch, e) == 0) {
+ && pthread_create(&id, &attr, thread_dispatch, e) == 0) {
struct _thread_info *info = g_malloc0(sizeof(*info));
t(printf("created NEW thread %ld\n", id));
t(printf("created NEW thread %" G_GUINT64_FORMAT "\n", e_util_pthread_id(id)));
info->id = id;
info->busy = TRUE;
e->id_list = g_list_append(e->id_list, info);
@ -35,14 +35,15 @@
pthread_mutex_unlock(&e->mutex);
return;
}
@@ -977,12 +987,13 @@
if (e->id == E_THREAD_NONE) {
@@ -1125,13 +1135,14 @@ void e_thread_put(EThread *e, EMsg *msg)
if (!e->have_thread) {
int err;
- if ((err = pthread_create(&e->id, NULL, thread_dispatch, e)) != 0) {
+ if ((err = pthread_create(&e->id, &attr, thread_dispatch, e)) != 0) {
g_warning("Could not create dispatcher thread, message queued?: %s", strerror(err));
e->id = E_THREAD_NONE;
} else {
e->have_thread = TRUE;
}
}

View file

@ -1,47 +0,0 @@
--- addressbook/backends/groupwise/e-book-backend-groupwise.c.orig Fri Sep 2 16:37:43 2005
+++ addressbook/backends/groupwise/e-book-backend-groupwise.c Thu Nov 10 09:55:01 2005
@@ -2010,6 +2010,7 @@
if (enable_debug)
printf ("\nread contacts from cache for the ids found in summary\n");
for (i = 0; i < ids->len; i ++) {
+ EContact *contact;
char *uid = g_ptr_array_index (ids, i);
g_mutex_lock (closure->mutex);
@@ -2019,8 +2020,7 @@
if (stopped)
break;
- EContact *contact =
- e_book_backend_cache_get_contact (priv->cache, uid);
+ contact = e_book_backend_cache_get_contact (priv->cache, uid);
e_data_book_view_notify_update (book_view, contact);
g_object_unref (contact);
}
@@ -2697,6 +2697,13 @@
EBookBackendGroupwisePrivate *priv = ebgw->priv;
EBookBackendCache *cache = priv->cache;
+ struct timeval start, end;
+ unsigned long diff;
+ const char *cache_file_name;
+ struct stat buf;
+ time_t mod_time;
+
+
if (enable_debug)
printf("\nupdating GroupWise system address book cache \n");
@@ -2741,12 +2748,6 @@
server_last_sequence, server_last_po_rebuild_time);
return TRUE;
}
-
- struct timeval start, end;
- unsigned long diff;
- const char *cache_file_name;
- struct stat buf;
- time_t mod_time;
if (enable_debug)
gettimeofday(&start, NULL);

View file

@ -11,55 +11,3 @@
E_STRING_PROP (E_CONTACT_SPOUSE, "spouseName"),
E_STRING_PROP (E_CONTACT_NOTE, "note"),
E_COMPLEX_PROP (E_CONTACT_ANNIVERSARY, "anniversary", anniversary_populate, anniversary_ber, anniversary_compare),
@@ -1698,8 +1698,9 @@
msg_type = ldap_msgtype (res);
if (msg_type == LDAP_RES_SEARCH_ENTRY) {
+ LDAPMessage *e;
g_static_rec_mutex_lock (&eds_ldap_handler_lock);
- LDAPMessage *e = ldap_first_entry(ldap, res);
+ e = ldap_first_entry(ldap, res);
g_static_rec_mutex_unlock (&eds_ldap_handler_lock);
if (!e) {
@@ -1908,13 +1909,14 @@
the op after either */
msg_type = ldap_msgtype (res);
if (msg_type == LDAP_RES_SEARCH_ENTRY) {
- g_static_rec_mutex_lock (&eds_ldap_handler_lock);
- LDAPMessage *e = ldap_first_entry (bl->priv->ldap, res);
- g_static_rec_mutex_unlock (&eds_ldap_handler_lock);
-
EContact *contact;
char *vcard;
+ LDAPMessage *e;
+ g_static_rec_mutex_lock (&eds_ldap_handler_lock);
+ e = ldap_first_entry (bl->priv->ldap, res);
+ g_static_rec_mutex_unlock (&eds_ldap_handler_lock);
+
if (!e) {
g_warning ("uh, this shouldn't happen");
e_data_book_respond_get_contact (op->book,
@@ -3470,8 +3472,9 @@
g_static_rec_mutex_unlock (&eds_ldap_handler_lock);
while (NULL != e) {
+ EContact *contact;
g_static_rec_mutex_lock (&eds_ldap_handler_lock);
- EContact *contact = build_contact_from_entry (ldap, e, NULL);
+ contact = build_contact_from_entry (ldap, e, NULL);
g_static_rec_mutex_unlock (&eds_ldap_handler_lock);
e_data_book_view_notify_update (view, contact);
@@ -3709,8 +3712,9 @@
g_static_rec_mutex_unlock (&eds_ldap_handler_lock);
while (e != NULL) {
+ EContact *contact;
g_static_rec_mutex_lock (&eds_ldap_handler_lock);
- EContact *contact = build_contact_from_entry (ldap, e, NULL);
+ contact = build_contact_from_entry (ldap, e, NULL);
g_static_rec_mutex_unlock (&eds_ldap_handler_lock);
contact_list_op->contacts = g_list_prepend (contact_list_op->contacts, contact);

View file

@ -1,16 +0,0 @@
--- calendar/backends/groupwise/e-cal-backend-groupwise.c.orig Mon Oct 3 11:05:43 2005
+++ calendar/backends/groupwise/e-cal-backend-groupwise.c Thu Nov 10 10:09:35 2005
@@ -322,11 +322,12 @@
for (; item_list != NULL; item_list = g_list_next(item_list)) {
EGwItem *item = NULL;
- item = E_GW_ITEM(item_list->data);
ECalComponent *modified_comp = NULL, *cache_comp = NULL;
char *cache_comp_str = NULL;
const char *uid, *rid = NULL;
int r_key;
+
+ item = E_GW_ITEM(item_list->data);
modified_comp = e_gw_item_to_cal_component (item, cbgw);
if (!modified_comp) {

View file

@ -1,30 +0,0 @@
--- camel/providers/groupwise/camel-groupwise-folder.c.orig Mon Oct 3 14:10:05 2005
+++ camel/providers/groupwise/camel-groupwise-folder.c Thu Nov 10 05:26:17 2005
@@ -1032,9 +1032,9 @@
char *temp_date = NULL;
const char *id;
GSList *recp_list = NULL;
- status_flags = 0;
CamelStream *cache_stream;
CamelMimeMessage *mail_msg = NULL;
+ status_flags = 0;
id = e_gw_item_get_id (temp_item);
@@ -1768,6 +1768,7 @@
const char *old_uid = (const char*)uids->pdata[index];
char **tmp;
guint32 temp_flags = 0;
+ CamelGroupwiseMessageInfo *dest_info;
CamelGroupwiseMessageInfo *src_info = (CamelGroupwiseMessageInfo *)camel_folder_summary_uid (source->summary, (const char*)uids->pdata[index]);
/* we don't want to blindly copy the info: reset some flags not suitable for destination*/
@@ -1776,7 +1777,7 @@
else if (!strcmp(destination->full_name, JUNK_FOLDER))
camel_folder_set_message_flags (source, old_uid, CAMEL_MESSAGE_JUNK, CAMEL_GW_MESSAGE_JUNK);
- CamelGroupwiseMessageInfo *dest_info = (CamelGroupwiseMessageInfo *)camel_message_info_clone((CamelMessageInfo *)src_info);
+ dest_info = (CamelGroupwiseMessageInfo *)camel_message_info_clone((CamelMessageInfo *)src_info);
tmp = g_strsplit (old_uid, ":", -1);
dest_info->info.uid = g_strdup_printf ("%s:%s",tmp[0], dest_container_id);
temp_flags = camel_folder_get_message_flags (source, (const char *)uids->pdata[index]);

View file

@ -1,25 +0,0 @@
--- camel/providers/groupwise/camel-groupwise-utils.c.orig Mon Oct 3 11:05:45 2005
+++ camel/providers/groupwise/camel-groupwise-utils.c Thu Nov 10 05:36:51 2005
@@ -339,8 +339,9 @@
attachment->name = g_strdup (filename ? filename : "");
if (!g_ascii_strncasecmp (attachment->contentType, RFC_822, strlen (RFC_822))) {
char *temp_id = NULL, *id = NULL;
+ int len;
temp_id = (char *)camel_medium_get_header (CAMEL_MEDIUM ((CamelMimeMessage *)dw), "Message-Id");
- int len = strlen (temp_id);
+ len = strlen (temp_id);
id = (char *)g_malloc0 (len-1);
id = memcpy(id, temp_id+2, len-3);
@@ -430,9 +431,10 @@
dw = camel_medium_get_content_object (CAMEL_MEDIUM (part));
if (type->subtype && !strcmp (type->subtype, "alternative")) {
CamelMimePart *temp_part;
+ CamelDataWrapper *temp_dw;
CamelStreamMem *temp_content = (CamelStreamMem *)camel_stream_mem_new ();
temp_part = camel_multipart_get_part ((CamelMultipart *)dw, 1);
- CamelDataWrapper *temp_dw = camel_data_wrapper_new ();
+ temp_dw = camel_data_wrapper_new ();
if (temp_part) {
is_alternative = TRUE;
temp_dw = camel_medium_get_content_object (CAMEL_MEDIUM (temp_part));

View file

@ -1,11 +0,0 @@
--- camel/Makefile.in.orig Tue Nov 29 11:14:05 2005
+++ camel/Makefile.in Tue Nov 29 11:14:32 2005
@@ -508,7 +508,7 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
weatherdatadir = @weatherdatadir@
-SUBDIRS = . providers tests
+SUBDIRS = . providers
@OS_WIN32_FALSE@LIBCAMEL_PLATFORM_DEP_SOURCES = \
@OS_WIN32_FALSE@ camel-lock-client.c \
@OS_WIN32_FALSE@ camel-stream-process.c

View file

@ -1,20 +0,0 @@
--- camel/providers/imap/camel-imap-utils.c.orig Tue Nov 29 03:03:43 2005
+++ camel/providers/imap/camel-imap-utils.c Sun Dec 4 23:13:35 2005
@@ -371,7 +371,7 @@ imap_parse_list_response (CamelImapStore
return FALSE;
if (folder) {
- char *astring;
+ char *astring, *mailbox;
/* get the folder name */
word = imap_next_word (word);
@@ -380,8 +380,6 @@ imap_parse_list_response (CamelImapStore
return FALSE;
*folder = astring;
-
- char *mailbox;
mailbox = imap_mailbox_decode (astring, strlen (astring));
g_free (astring);

View file

@ -1,8 +1,8 @@
--- configure.orig Fri Jul 29 17:13:44 2005
+++ configure Fri Jul 29 17:15:52 2005
@@ -23461,6 +23461,13 @@
DL_LIB=''
--- configure.orig Sun Dec 25 01:57:35 2005
+++ configure Sun Dec 25 01:58:23 2005
@@ -23542,6 +23542,14 @@
SOFTOKN3_LIB=''
LIBEXECDIR_IN_SERVER_FILE='../../../libexec'
;;
+*freebsd*)
+ os_win32=no
@ -10,11 +10,12 @@
+ SOCKET_LIBS=''
+ DL_LIB=''
+ SOFTOKN3_LIB='-lsoftokn3'
+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir"
+ ;;
*) os_win32=no
NO_UNDEFINED=''
SOCKET_LIBS=''
@@ -27135,7 +27142,7 @@
@@ -27317,7 +27325,7 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
@ -23,7 +24,7 @@
int
main ()
@@ -27873,7 +27880,7 @@
@@ -27565,7 +27573,7 @@
LDFLAGS_save="$LDFLAGS"
mitlibs="-lkrb5 -lk5crypto -lcom_err -lgssapi_krb5"
@ -32,7 +33,7 @@
echo "$as_me:$LINENO: checking for Kerberos 5" >&5
echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6
if test "${ac_cv_lib_kerberos5+set}" = set; then
@@ -31176,7 +31183,7 @@
@@ -31483,7 +31491,7 @@
imagesdir="$datadir/pixmaps/evolution-data-server-$BASE_VERSION"

View file

@ -1,11 +0,0 @@
--- libedataserverui/e-name-selector-entry.c.orig Mon Oct 3 11:05:48 2005
+++ libedataserverui/e-name-selector-entry.c Thu Nov 10 10:23:46 2005
@@ -1112,7 +1112,7 @@
const gchar *text;
gint index_start, index_end;
gint selection_start, selection_end;
- gunichar str_context [2], str_b_context [2];;
+ gunichar str_context [2], str_b_context [2];
gint len;
gint i;
gboolean already_selected = FALSE;

View file

@ -1,17 +0,0 @@
--- servers/exchange/storage/e-folder-exchange.c.orig Mon Oct 3 11:05:51 2005
+++ servers/exchange/storage/e-folder-exchange.c Thu Nov 10 05:04:23 2005
@@ -744,11 +744,13 @@
void
e_folder_exchange_unsubscribe (EFolder *folder)
{
+ E2kContext *ctx;
+
g_return_if_fail (E_IS_FOLDER_EXCHANGE (folder));
/* FIXME : This is a hack as of now. The free_folder in mail-stub
gets called when we are in offline and the context is NULL then. */
- E2kContext *ctx = E_FOLDER_EXCHANGE_CONTEXT (folder);
+ ctx = E_FOLDER_EXCHANGE_CONTEXT (folder);
if (ctx) {
e2k_context_unsubscribe (E_FOLDER_EXCHANGE_CONTEXT (folder),
E_FOLDER_EXCHANGE_URI (folder));

View file

@ -1,12 +0,0 @@
--- servers/groupwise/e-gw-connection.c.orig Mon Oct 3 11:05:51 2005
+++ servers/groupwise/e-gw-connection.c Thu Nov 10 00:32:44 2005
@@ -1979,8 +1979,8 @@
EGwConnectionPrivate *priv;
SoupSoapParameter *param, *subparam, *second_level_child;
char *id, *name;
- g_return_val_if_fail (E_IS_GW_CONNECTION (cnc), E_GW_CONNECTION_STATUS_INVALID_OBJECT);
static GStaticMutex connecting = G_STATIC_MUTEX_INIT;
+ g_return_val_if_fail (E_IS_GW_CONNECTION (cnc), E_GW_CONNECTION_STATUS_INVALID_OBJECT);
priv = cnc->priv;
g_static_mutex_lock (&connecting);

View file

@ -1,12 +0,0 @@
--- servers/groupwise/e-gw-item.c.orig Mon Oct 3 14:46:42 2005
+++ servers/groupwise/e-gw-item.c Thu Nov 10 04:56:48 2005
@@ -3019,8 +3019,8 @@
/*attachments*/
if (priv->attach_list) {
- soup_soap_message_start_element (msg, "attachments", NULL, NULL) ;
GSList *al ;
+ soup_soap_message_start_element (msg, "attachments", NULL, NULL) ;
for (al = priv->attach_list ; al != NULL ; al = al->next) {
EGwItemAttachment *attachment = (EGwItemAttachment *)al->data ;
add_attachment_to_soap_message (attachment, msg) ;

View file

@ -111,6 +111,7 @@ include/evolution-data-server-%%VERSION%%/camel/camel-vtrash-folder.h
include/evolution-data-server-%%VERSION%%/camel/camel.h
include/evolution-data-server-%%VERSION%%/exchange/e-folder-exchange.h
include/evolution-data-server-%%VERSION%%/exchange/e-folder.h
include/evolution-data-server-%%VERSION%%/exchange/e-shell-marshal.h
include/evolution-data-server-%%VERSION%%/exchange/e-storage.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-autoconfig.h
include/evolution-data-server-%%VERSION%%/exchange/e2k-context.h
@ -199,6 +200,7 @@ include/evolution-data-server-%%VERSION%%/libedataserver/e-account.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-categories.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-component-listener.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-module.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-data-server-util.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-db3-utils.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-dbhash.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-file-cache.h
@ -216,8 +218,8 @@ include/evolution-data-server-%%VERSION%%/libedataserver/e-time-utils.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-trie.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-uid.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-url.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-util.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-hash-utils.h
include/evolution-data-server-%%VERSION%%/libedataserver/e-xml-utils.h
include/evolution-data-server-%%VERSION%%/libedataserver/md5-utils.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-book-auth-util.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-categories-dialog.h
@ -225,6 +227,7 @@ include/evolution-data-server-%%VERSION%%/libedataserverui/e-contact-store.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-destination-store.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-dialog.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-entry.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-list.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector-model.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-name-selector.h
include/evolution-data-server-%%VERSION%%/libedataserverui/e-passwords.h
@ -280,6 +283,10 @@ 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.so
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelgroupwise.urls
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelhula.a
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelhula.la
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelhula.so
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelhula.urls
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.a
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.la
lib/evolution-data-server-%%EVO_VERSION%%/camel-providers/libcamelimap.so
@ -320,6 +327,9 @@ lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendldap.so
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.a
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.la
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libebookbackendvcf.so
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.a
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.la
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcaldav.so
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.a
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.la
lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendcontacts.so
@ -342,7 +352,7 @@ lib/libcamel-%%EVO_VERSION%%.so.0
lib/libcamel-provider-%%EVO_VERSION%%.a
lib/libcamel-provider-%%EVO_VERSION%%.la
lib/libcamel-provider-%%EVO_VERSION%%.so
lib/libcamel-provider-%%EVO_VERSION%%.so.6
lib/libcamel-provider-%%EVO_VERSION%%.so.8
lib/libebook-%%EVO_VERSION%%.a
lib/libebook-%%EVO_VERSION%%.la
lib/libebook-%%EVO_VERSION%%.so
@ -362,7 +372,7 @@ lib/libedata-cal-%%EVO_VERSION%%.so.1
lib/libedataserver-%%EVO_VERSION%%.a
lib/libedataserver-%%EVO_VERSION%%.la
lib/libedataserver-%%EVO_VERSION%%.so
lib/libedataserver-%%EVO_VERSION%%.so.4
lib/libedataserver-%%EVO_VERSION%%.so.7
lib/libedataserverui-%%EVO_VERSION%%.a
lib/libedataserverui-%%EVO_VERSION%%.la
lib/libedataserverui-%%EVO_VERSION%%.so
@ -370,11 +380,11 @@ lib/libedataserverui-%%EVO_VERSION%%.so.6
lib/libegroupwise-%%EVO_VERSION%%.a
lib/libegroupwise-%%EVO_VERSION%%.la
lib/libegroupwise-%%EVO_VERSION%%.so
lib/libegroupwise-%%EVO_VERSION%%.so.8
lib/libegroupwise-%%EVO_VERSION%%.so.9
lib/libexchange-storage-%%EVO_VERSION%%.a
lib/libexchange-storage-%%EVO_VERSION%%.la
lib/libexchange-storage-%%EVO_VERSION%%.so
lib/libexchange-storage-%%EVO_VERSION%%.so.0
lib/libexchange-storage-%%EVO_VERSION%%.so.1
libdata/bonobo/servers/GNOME_Evolution_DataServer_%%EVO_VERSION%%.server
libdata/pkgconfig/camel-%%EVO_VERSION%%.pc
libdata/pkgconfig/camel-provider-%%EVO_VERSION%%.pc
@ -407,6 +417,7 @@ share/doc/libebook/libebook-e-book-async.html
share/doc/libebook/libebook-e-book-query.html
share/doc/libebook/libebook-e-book-types.html
share/doc/libebook/libebook.devhelp
share/doc/libebook/libebook.devhelp2
share/doc/libebook/right.png
share/doc/libebook/style.css
share/doc/libebook/up.png
@ -425,6 +436,7 @@ share/doc/libecal/libecal-e-cal-time-util.html
share/doc/libecal/libecal-e-cal-types.html
share/doc/libecal/libecal-e-cal-util.html
share/doc/libecal/libecal.devhelp
share/doc/libecal/libecal.devhelp2
share/doc/libecal/right.png
share/doc/libecal/style.css
share/doc/libecal/up.png
@ -437,7 +449,13 @@ share/doc/libedata-cal/home.png
share/doc/libedata-cal/index.html
share/doc/libedata-cal/index.sgml
share/doc/libedata-cal/left.png
share/doc/libedata-cal/libedata-cal-ECalBackendCache.html
share/doc/libedata-cal/libedata-cal-ECalBackendFactory.html
share/doc/libedata-cal/libedata-cal-ECalBackendSync.html
share/doc/libedata-cal/libedata-cal-EDataCalFactory.html
share/doc/libedata-cal/libedata-cal-e-cal-backend-util.html
share/doc/libedata-cal/libedata-cal.devhelp
share/doc/libedata-cal/libedata-cal.devhelp2
share/doc/libedata-cal/right.png
share/doc/libedata-cal/style.css
share/doc/libedata-cal/up.png
@ -448,6 +466,7 @@ share/doc/libedataserver/index.sgml
share/doc/libedataserver/left.png
share/doc/libedataserver/libedataserver-EAccount.html
share/doc/libedataserver/libedataserver-EAccountList.html
share/doc/libedataserver/libedataserver-EComponentListener.html
share/doc/libedataserver/libedataserver-EFileCache.html
share/doc/libedataserver/libedataserver-EIterator.html
share/doc/libedataserver/libedataserver-EList.html
@ -457,6 +476,7 @@ share/doc/libedataserver/libedataserver-ESource.html
share/doc/libedataserver/libedataserver-ESourceGroup.html
share/doc/libedataserver/libedataserver-ESourceList.html
share/doc/libedataserver/libedataserver-e-categories.html
share/doc/libedataserver/libedataserver-e-data-server-module.html
share/doc/libedataserver/libedataserver-e-db3-utils.html
share/doc/libedataserver/libedataserver-e-dbhash.html
share/doc/libedataserver/libedataserver-e-iconv.html
@ -467,8 +487,10 @@ share/doc/libedataserver/libedataserver-e-trie.html
share/doc/libedataserver/libedataserver-e-uid.html
share/doc/libedataserver/libedataserver-e-url.html
share/doc/libedataserver/libedataserver-e-util.html
share/doc/libedataserver/libedataserver-e-xml-hash-utils.html
share/doc/libedataserver/libedataserver-md5-utils.html
share/doc/libedataserver/libedataserver.devhelp
share/doc/libedataserver/libedataserver.devhelp2
share/doc/libedataserver/right.png
share/doc/libedataserver/style.css
share/doc/libedataserver/up.png
@ -888,6 +910,7 @@ share/locale/cs/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/cy/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/da/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/de/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/dz/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/el/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/en_AU/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/en_CA/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
@ -909,7 +932,9 @@ share/locale/id/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/is/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/it/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/ja/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/ka/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/lt/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
@ -934,13 +959,25 @@ share/locale/sq/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/sr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/sr@Latn/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/sv/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/th/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/tr/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/uk/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/vi/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/wa/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/xh/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/zh_CN/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/zh_HK/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
share/locale/zh_TW/LC_MESSAGES/evolution-data-server-%%VERSION%%.mo
@dirrmtry share/locale/zh_TW/LC_MESSAGES
@dirrmtry share/locale/zh_TW
@dirrmtry share/locale/xh/LC_MESSAGES
@dirrmtry share/locale/xh
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrm share/gnome/pixmaps/evolution-data-server-%%VERSION%%
@dirrm share/gnome/idl/evolution-data-server-%%EVO_VERSION%%
@dirrm share/gnome/evolution-data-server-%%VERSION%%/zoneinfo/Pacific

View file

@ -3,27 +3,26 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.4 2005/11/02 01:42:00 marcus Exp $
# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.24 2006/04/17 07:51:13 marcus Exp $
#
PORTNAME= deskbar-applet
PORTVERSION= 0.8.8
PORTREVISION= 1
PORTVERSION= 2.14.1.1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome panel applet similar to Google's (Windows only) Deskbar
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack pygnomeextras
USE_GNOME= gnomeprefix gnomehack pygnomedesktop intlhack
USE_PYTHON= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --disable-beagle
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@ -35,7 +34,7 @@ OPTIONS= EVO "Enable evolution support" on
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not build on 4.X"
BROKEN= Does not build on 4.X
.endif
.if !defined(WITHOUT_EVO)
@ -46,11 +45,36 @@ CONFIGURE_ARGS+=--disable-evolution
PLIST_SUB+= EVO="@comment "
.endif
.if !defined(DISPLAY)
BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
.if !defined(PACKAGE_BUILDING)
CONFIGURE_ENV+= DISPLAY="localhost:1001"
.endif
.endif
post-patch:
@${FIND} ${WRKSRC}/deskbar -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e \
's|/usr/share/applications|${X11BASE}/share/gnome/applications|g'
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
s|%%X11BASE%%|${X11BASE}|g' \
${WRKSRC}/deskbar/handler_utils.py
${WRKSRC}/deskbar/handlers/mozilla.py \
${WRKSRC}/deskbar/Utils.py
.if !defined(DISPLAY)
pre-configure:
@if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
${RM} -f ${WRKDIR}/.Xvfb.pid ; \
fi
${X11BASE}/bin/Xvfb :1001 -screen 0 800x600x24 > /dev/null 2>&1 & ${ECHO} $$! > ${WRKDIR}/.Xvfb.pid
@sleep 5
post-configure:
@if [ -f ${WRKDIR}/.Xvfb.pid ]; then \
${CAT} ${WRKDIR}/.Xvfb.pid | ${XARGS} kill || ${TRUE} ; \
${RM} -f ${WRKDIR}/.Xvfb.pid ; \
fi
.endif
.include <bsd.port.post.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/deskbar-applet-0.8.8.tar.bz2) = 2d45cd24feb023cd4083e53bdc8b478e
SHA256 (gnome2/deskbar-applet-0.8.8.tar.bz2) = 89813323e0da4f68ed5b26ab8ae97968fda7472583b4ff2805743fc7ee80f74f
SIZE (gnome2/deskbar-applet-0.8.8.tar.bz2) = 384587
MD5 (gnome2/deskbar-applet-2.14.1.1.tar.bz2) = 9264c4cf5eaab4ac99009aea393d30ff
SHA256 (gnome2/deskbar-applet-2.14.1.1.tar.bz2) = 0e623108df00e7a87a822661abe301537c0bbc3b0e512302f706fdf6b989d7b5
SIZE (gnome2/deskbar-applet-2.14.1.1.tar.bz2) = 484608

View file

@ -1,5 +1,5 @@
--- deskbar/handler_utils.py.orig Tue Nov 1 20:32:51 2005
+++ deskbar/handler_utils.py Tue Nov 1 20:33:08 2005
--- deskbar/Utils.py.orig Tue Nov 1 20:32:51 2005
+++ deskbar/Utils.py Tue Nov 1 20:33:08 2005
@@ -10,7 +10,7 @@
sysdirs = os.getenv("XDG_DATA_DIRS")

View file

@ -1,13 +1,17 @@
--- deskbar/deskbar-applet.py.orig Sat Nov 19 14:15:58 2005
+++ deskbar/deskbar-applet.py Thu Dec 8 22:23:00 2005
@@ -34,8 +34,8 @@
gettext.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
--- deskbar/deskbar-applet.py.orig Mon Mar 13 23:23:20 2006
+++ deskbar/deskbar-applet.py Mon Mar 13 23:23:52 2006
@@ -42,10 +42,10 @@
gettext.bind_textdomain_codeset('deskbar-applet','UTF-8')
gettext.textdomain('deskbar-applet')
-locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
-if hasattr(locale, 'bind_textdomain_codeset'):
- locale.bind_textdomain_codeset('deskbar-applet','UTF-8')
-locale.textdomain('deskbar-applet')
+#locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale")))
+#if hasattr(locale, 'bind_textdomain_codeset'):
+# locale.bind_textdomain_codeset('deskbar-applet','UTF-8')
+#locale.textdomain('deskbar-applet')
def applet_factory(applet, iid):
print 'Starting Deskbar instance:', applet, iid
import gtkexcepthook

View file

@ -0,0 +1,18 @@
--- deskbar/handlers/mozilla.py.orig Wed Mar 1 13:32:12 2006
+++ deskbar/handlers/mozilla.py Wed Mar 1 13:33:19 2006
@@ -189,6 +189,7 @@ class MozillaSearchHandler(deskbar.Handl
get_firefox_home_file("searchplugins"),
get_firefox_home_file("search"),
expanduser("~/.mozilla/searchplugins"),
+ "%%X11BASE%%/lib/firefox/searchplugins",
"/usr/lib/firefox/searchplugins",
"/usr/local/lib/firefox/searchplugins",
"/usr/lib/mozilla-firefox/searchplugins",
@@ -197,6 +198,7 @@ class MozillaSearchHandler(deskbar.Handl
smart_dirs = [
get_mozilla_home_file("search"),
expanduser("~/.mozilla/searchplugins"),
+ "%%X11BASE%%/lib/mozilla/searchplugins",
"/usr/lib/mozilla/searchplugins",
"/usr/local/lib/mozilla/searchplugins"]

View file

@ -2,9 +2,9 @@ lib/deskbar-applet/deskbar-applet
lib/deskbar-applet/handlers/beagle-live.py
lib/deskbar-applet/handlers/beagle-live.pyc
lib/deskbar-applet/handlers/beagle-live.pyo
lib/deskbar-applet/handlers/beagle.py
lib/deskbar-applet/handlers/beagle.pyc
lib/deskbar-applet/handlers/beagle.pyo
lib/deskbar-applet/handlers/beagle-static.py
lib/deskbar-applet/handlers/beagle-static.pyc
lib/deskbar-applet/handlers/beagle-static.pyo
lib/deskbar-applet/handlers/email_address.py
lib/deskbar-applet/handlers/email_address.pyc
lib/deskbar-applet/handlers/email_address.pyo
@ -29,6 +29,9 @@ lib/deskbar-applet/handlers/google-live.pyo
lib/deskbar-applet/handlers/gtkbookmarks.py
lib/deskbar-applet/handlers/gtkbookmarks.pyc
lib/deskbar-applet/handlers/gtkbookmarks.pyo
lib/deskbar-applet/handlers/history.py
lib/deskbar-applet/handlers/history.pyc
lib/deskbar-applet/handlers/history.pyo
lib/deskbar-applet/handlers/mozilla.py
lib/deskbar-applet/handlers/mozilla.pyc
lib/deskbar-applet/handlers/mozilla.pyo
@ -44,107 +47,204 @@ lib/deskbar-applet/handlers/volumes.pyo
lib/deskbar-applet/handlers/web_address.py
lib/deskbar-applet/handlers/web_address.pyc
lib/deskbar-applet/handlers/web_address.pyo
lib/deskbar-applet/handlers/yahoo.py
lib/deskbar-applet/handlers/yahoo.pyc
lib/deskbar-applet/handlers/yahoo.pyo
%%PYTHON_SITELIBDIR%%/deskbar/BrowserMatch.py
%%PYTHON_SITELIBDIR%%/deskbar/BrowserMatch.pyc
%%PYTHON_SITELIBDIR%%/deskbar/BrowserMatch.pyo
%%PYTHON_SITELIBDIR%%/deskbar/Categories.py
%%PYTHON_SITELIBDIR%%/deskbar/Categories.pyc
%%PYTHON_SITELIBDIR%%/deskbar/Categories.pyo
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarApplet.py
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarApplet.pyc
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarApplet.pyo
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarAppletPreferences.py
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarAppletPreferences.pyc
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarAppletPreferences.pyo
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarHistory.py
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarHistory.pyc
%%PYTHON_SITELIBDIR%%/deskbar/DeskbarHistory.pyo
%%PYTHON_SITELIBDIR%%/deskbar/Handler.py
%%PYTHON_SITELIBDIR%%/deskbar/Handler.pyc
%%PYTHON_SITELIBDIR%%/deskbar/Handler.pyo
%%PYTHON_SITELIBDIR%%/deskbar/Indexer.py
%%PYTHON_SITELIBDIR%%/deskbar/Indexer.pyc
%%PYTHON_SITELIBDIR%%/deskbar/Indexer.pyo
%%PYTHON_SITELIBDIR%%/deskbar/Keybinder.py
%%PYTHON_SITELIBDIR%%/deskbar/Keybinder.pyc
%%PYTHON_SITELIBDIR%%/deskbar/Keybinder.pyo
%%PYTHON_SITELIBDIR%%/deskbar/Match.py
%%PYTHON_SITELIBDIR%%/deskbar/Match.pyc
%%PYTHON_SITELIBDIR%%/deskbar/Match.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ModuleContext.py
%%PYTHON_SITELIBDIR%%/deskbar/ModuleContext.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ModuleContext.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ModuleList.py
%%PYTHON_SITELIBDIR%%/deskbar/ModuleList.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ModuleList.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ModuleLoader.py
%%PYTHON_SITELIBDIR%%/deskbar/ModuleLoader.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ModuleLoader.pyo
%%PYTHON_SITELIBDIR%%/deskbar/Utils.py
%%PYTHON_SITELIBDIR%%/deskbar/Utils.pyc
%%PYTHON_SITELIBDIR%%/deskbar/Utils.pyo
%%PYTHON_SITELIBDIR%%/deskbar/Watcher.py
%%PYTHON_SITELIBDIR%%/deskbar/Watcher.pyc
%%PYTHON_SITELIBDIR%%/deskbar/Watcher.pyo
%%PYTHON_SITELIBDIR%%/deskbar/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/about.py
%%PYTHON_SITELIBDIR%%/deskbar/about.pyc
%%PYTHON_SITELIBDIR%%/deskbar/about.pyo
%%PYTHON_SITELIBDIR%%/deskbar/applet.py
%%PYTHON_SITELIBDIR%%/deskbar/applet.pyc
%%PYTHON_SITELIBDIR%%/deskbar/applet.pyo
%%PYTHON_SITELIBDIR%%/deskbar/applet_keybinder.py
%%PYTHON_SITELIBDIR%%/deskbar/applet_keybinder.pyc
%%PYTHON_SITELIBDIR%%/deskbar/applet_keybinder.pyo
%%PYTHON_SITELIBDIR%%/deskbar/defs.py
%%PYTHON_SITELIBDIR%%/deskbar/defs.pyc
%%PYTHON_SITELIBDIR%%/deskbar/defs.pyo
%%PYTHON_SITELIBDIR%%/deskbar/deskbarentry.py
%%PYTHON_SITELIBDIR%%/deskbar/deskbarentry.pyc
%%PYTHON_SITELIBDIR%%/deskbar/deskbarentry.pyo
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/evolution/__init__.py
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/evolution/__init__.pyc
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/evolution/__init__.pyo
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/evolution/_evolution.la
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/evolution/_evolution.so
%%PYTHON_SITELIBDIR%%/deskbar/filewatcher.py
%%PYTHON_SITELIBDIR%%/deskbar/filewatcher.pyc
%%PYTHON_SITELIBDIR%%/deskbar/filewatcher.pyo
%%PYTHON_SITELIBDIR%%/deskbar/evolution/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/evolution/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/evolution/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/evolution/_evolution.la
%%PYTHON_SITELIBDIR%%/deskbar/evolution/_evolution.so
%%PYTHON_SITELIBDIR%%/deskbar/gnomedesktop/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/gnomedesktop/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/gnomedesktop/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/gnomedesktop/_gnomedesktop.la
%%PYTHON_SITELIBDIR%%/deskbar/gnomedesktop/_gnomedesktop.so
%%PYTHON_SITELIBDIR%%/deskbar/handler.py
%%PYTHON_SITELIBDIR%%/deskbar/handler.pyc
%%PYTHON_SITELIBDIR%%/deskbar/handler.pyo
%%PYTHON_SITELIBDIR%%/deskbar/handler_utils.py
%%PYTHON_SITELIBDIR%%/deskbar/handler_utils.pyc
%%PYTHON_SITELIBDIR%%/deskbar/handler_utils.pyo
%%PYTHON_SITELIBDIR%%/deskbar/handlers_browsers.py
%%PYTHON_SITELIBDIR%%/deskbar/handlers_browsers.pyc
%%PYTHON_SITELIBDIR%%/deskbar/handlers_browsers.pyo
%%PYTHON_SITELIBDIR%%/deskbar/history.py
%%PYTHON_SITELIBDIR%%/deskbar/history.pyc
%%PYTHON_SITELIBDIR%%/deskbar/history.pyo
%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.py
%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyc
%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyo
%%PYTHON_SITELIBDIR%%/deskbar/iconentry/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/iconentry/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/iconentry/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/iconentry/_iconentry.la
%%PYTHON_SITELIBDIR%%/deskbar/iconentry/_iconentry.so
%%PYTHON_SITELIBDIR%%/deskbar/indexer.py
%%PYTHON_SITELIBDIR%%/deskbar/indexer.pyc
%%PYTHON_SITELIBDIR%%/deskbar/indexer.pyo
%%PYTHON_SITELIBDIR%%/deskbar/keybinder/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/keybinder/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/keybinder/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/keybinder/_keybinder.la
%%PYTHON_SITELIBDIR%%/deskbar/keybinder/_keybinder.so
%%PYTHON_SITELIBDIR%%/deskbar/locale_utils.py
%%PYTHON_SITELIBDIR%%/deskbar/locale_utils.pyc
%%PYTHON_SITELIBDIR%%/deskbar/locale_utils.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ltihooks.py
%%PYTHON_SITELIBDIR%%/deskbar/ltihooks.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ltihooks.pyo
%%PYTHON_SITELIBDIR%%/deskbar/module_list.py
%%PYTHON_SITELIBDIR%%/deskbar/module_list.pyc
%%PYTHON_SITELIBDIR%%/deskbar/module_list.pyo
%%PYTHON_SITELIBDIR%%/deskbar/preferences.py
%%PYTHON_SITELIBDIR%%/deskbar/preferences.pyc
%%PYTHON_SITELIBDIR%%/deskbar/preferences.pyo
%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.la
%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.so
%%PYTHON_SITELIBDIR%%/deskbar/ui/About.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarPreferencesUI.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarPreferencesUI.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarPreferencesUI.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarUI.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarUI.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarUI.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/EntryHistoryManager.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/EntryHistoryManager.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/EntryHistoryManager.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/ModuleListView.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/ModuleListView.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/ModuleListView.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/CompletionDeskbarUI.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/CompletionDeskbarUI.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/CompletionDeskbarUI.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/DeskbarEntry.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/DeskbarEntry.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/DeskbarEntry.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/completion/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/Cuemiac.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/Cuemiac.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/Cuemiac.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/DeskbarAppletButton.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/DeskbarAppletButton.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/DeskbarAppletButton.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/entriac/CuemiacEntryUI.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/entriac/CuemiacEntryUI.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/entriac/CuemiacEntryUI.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/entriac/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/entriac/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/entriac/__init__.pyo
libdata/bonobo/servers/Deskbar_Applet.server
libdata/pkgconfig/deskbar-applet.pc
share/gnome/deskbar-applet/Deskbar_Applet.xml
share/gnome/deskbar-applet/art/deskbar-applet-panel-h.png
share/gnome/deskbar-applet/art/deskbar-applet-panel-h.svg
share/gnome/deskbar-applet/art/deskbar-applet-panel-v.png
share/gnome/deskbar-applet/art/deskbar-applet-panel-v.svg
share/gnome/deskbar-applet/art/deskbar-applet-small.png
share/gnome/deskbar-applet/art/deskbar-applet.svg
share/gnome/deskbar-applet/art/epiphany-history.png
share/gnome/deskbar-applet/art/folder-bookmark.png
share/gnome/deskbar-applet/art/generic.png
share/gnome/deskbar-applet/art/google.png
share/gnome/deskbar-applet/art/web-bookmark.png
share/gnome/deskbar-applet/art/yahoo.png
share/gnome/deskbar-applet/mozilla-search.glade
share/gnome/deskbar-applet/prefs-dialog.glade
share/gnome/deskbar-applet/smart-bookmarks.glade
share/gnome/pixmaps/deskbar-applet.svg
share/locale/bg/LC_MESSAGES/deskbar-applet.mo
share/locale/ca/LC_MESSAGES/deskbar-applet.mo
share/locale/cs/LC_MESSAGES/deskbar-applet.mo
share/locale/cy/LC_MESSAGES/deskbar-applet.mo
share/locale/da/LC_MESSAGES/deskbar-applet.mo
share/locale/de/LC_MESSAGES/deskbar-applet.mo
share/locale/dz/LC_MESSAGES/deskbar-applet.mo
share/locale/el/LC_MESSAGES/deskbar-applet.mo
share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo
share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo
share/locale/es/LC_MESSAGES/deskbar-applet.mo
share/locale/et/LC_MESSAGES/deskbar-applet.mo
share/locale/fi/LC_MESSAGES/deskbar-applet.mo
share/locale/fr/LC_MESSAGES/deskbar-applet.mo
share/locale/gl/LC_MESSAGES/deskbar-applet.mo
share/locale/gu/LC_MESSAGES/deskbar-applet.mo
share/locale/he/LC_MESSAGES/deskbar-applet.mo
share/locale/hi/LC_MESSAGES/deskbar-applet.mo
share/locale/hu/LC_MESSAGES/deskbar-applet.mo
share/locale/it/LC_MESSAGES/deskbar-applet.mo
share/locale/ja/LC_MESSAGES/deskbar-applet.mo
share/locale/ka/LC_MESSAGES/deskbar-applet.mo
share/locale/ko/LC_MESSAGES/deskbar-applet.mo
share/locale/ku/LC_MESSAGES/deskbar-applet.mo
share/locale/lt/LC_MESSAGES/deskbar-applet.mo
share/locale/mk/LC_MESSAGES/deskbar-applet.mo
share/locale/nb/LC_MESSAGES/deskbar-applet.mo
share/locale/nl/LC_MESSAGES/deskbar-applet.mo
share/locale/pa/LC_MESSAGES/deskbar-applet.mo
share/locale/pl/LC_MESSAGES/deskbar-applet.mo
share/locale/pt/LC_MESSAGES/deskbar-applet.mo
share/locale/pt_BR/LC_MESSAGES/deskbar-applet.mo
share/locale/ru/LC_MESSAGES/deskbar-applet.mo
share/locale/sk/LC_MESSAGES/deskbar-applet.mo
share/locale/sq/LC_MESSAGES/deskbar-applet.mo
share/locale/sr/LC_MESSAGES/deskbar-applet.mo
share/locale/sr@Latn/LC_MESSAGES/deskbar-applet.mo
share/locale/sv/LC_MESSAGES/deskbar-applet.mo
share/locale/th/LC_MESSAGES/deskbar-applet.mo
share/locale/uk/LC_MESSAGES/deskbar-applet.mo
share/locale/vi/LC_MESSAGES/deskbar-applet.mo
share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo
share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo
share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
@dirrm share/gnome/deskbar-applet/art
@dirrm share/gnome/deskbar-applet
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/entriac
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/completion
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/osutils
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/keybinder
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/iconentry
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/gnomedesktop

View file

@ -3,15 +3,14 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.1 2005/09/08 14:22:13 marcus Exp $
# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.9 2006/04/13 07:52:31 bland Exp $
#
PORTNAME= jescs
PORTVERSION= 2.4.3
PORTREVISION= 1
PORTVERSION= 2.5.3
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/2.4
MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
PKGNAMEPREFIX= evolution-
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
@ -24,14 +23,15 @@ RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_PERL= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnometarget
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
EVO_VERSION= 2.4
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.4"
EVO_VERSION= 2.6
PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.6"
post-patch:
@${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \

View file

@ -1,3 +1,3 @@
MD5 (evolution-jescs-2.4.3.tar.bz2) = f691bc771c47af7f870f62215f0e159b
SHA256 (evolution-jescs-2.4.3.tar.bz2) = c934802666c6969476b504d8765f6486394551b66203cef1c671b3ad3280a503
SIZE (evolution-jescs-2.4.3.tar.bz2) = 446850
MD5 (evolution-jescs-2.5.3.tar.bz2) = c0b8a696147ee470729f4b05c20b84bd
SHA256 (evolution-jescs-2.5.3.tar.bz2) = 58cfd453fb30eed73547a464b2dd64f500a4616a63a9dc5e1b5f0dbbdeabf63b
SIZE (evolution-jescs-2.5.3.tar.bz2) = 448739

View file

@ -1,8 +1,3 @@
lib/evolution/%%EVO_VERSION%%/libwcapcalendar.a
lib/evolution/%%EVO_VERSION%%/libwcapcalendar.la
lib/evolution/%%EVO_VERSION%%/libwcapcalendar.so
lib/evolution/%%EVO_VERSION%%/libwcapcalendar.so.0
lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelsunone.a
lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelsunone.la
lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelsunone.so
lib/evolution-data-server-%%EDS_VERSION%%/camel-providers/libcamelsunone.urls
@ -21,6 +16,7 @@ share/locale/en_CA/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/en_GB/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/es/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/fr/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/fi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/it/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/ja/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/ko/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
@ -34,6 +30,7 @@ share/locale/sk/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/sq/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/sv/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/uk/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/vi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/zh_CN/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/zh_HK/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/zh_TW/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo

View file

@ -7,7 +7,7 @@
PORTNAME= gdesklets
PORTVERSION= 0.35.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.gdesklets.org/downloads/ \
http://www.pycage.de/download/${PORTNAME}/ \
@ -17,7 +17,7 @@ DISTNAME= gDesklets-${PORTVERSION}
MAINTAINER= klammer@webonaut.com
COMMENT= A framework for Gnome 2.x for desktop applets
LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop2
USE_BZIP2= yes
USE_GMAKE= yes

View file

@ -3,15 +3,16 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.70 2005/10/04 17:39:31 mezz Exp $
# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.92 2006/04/19 04:46:41 marcus Exp $
#
PORTNAME= gnomeutils2
PORTVERSION= 2.12.2
PORTVERSION= 2.14.0
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-utils/2.12
MASTER_SITE_SUBDIR= sources/gnome-utils/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME= gnome-utils-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -19,26 +20,20 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 support utilities
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNOME_DESKTOP_VERSION=2
INSTALLS_SHLIB= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
libgnomeprintui gnomedesktop
GNU_CONFIGURE= yes
libgnomeprintui gnomedesktop ltverhack
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1
GCONF_SCHEMAS= gdict.schemas gnome-screenshot.schemas \
GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
gnome-search-tool.schemas logview.schemas
post-extract:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's| $$||g'
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-utils-2.12.2.tar.bz2) = 71d615932e4ddf7182abeb734b8e370c
SHA256 (gnome2/gnome-utils-2.12.2.tar.bz2) = be61efed2a5e78533d89ecb10339b72c2cc59d82de0422a7cc72c1ee3320c0de
SIZE (gnome2/gnome-utils-2.12.2.tar.bz2) = 1726889
MD5 (gnome2/gnome-utils-2.14.0.tar.bz2) = d1d16ff6bfc1f6ddc110d18ec4dfdbfa
SHA256 (gnome2/gnome-utils-2.14.0.tar.bz2) = 44586246763c9bfb2b67baedff8c800abde0898012e646ee580ce7a4c2d57e7e
SIZE (gnome2/gnome-utils-2.14.0.tar.bz2) = 1881962

View file

@ -1,11 +0,0 @@
--- configure.orig Mon Nov 25 09:25:29 2002
+++ configure Tue Nov 26 16:04:42 2002
@@ -10347,7 +10347,7 @@
cat >>confdefs.h <<_ACEOF
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
+#define GNOME_ICONDIR "${datadir}/pixmaps"
_ACEOF

View file

@ -1,10 +1,10 @@
--- gsearchtool/gsearchtool-support.c.orig Thu Dec 23 19:13:28 2004
+++ gsearchtool/gsearchtool-support.c Thu Dec 23 19:13:38 2004
@@ -30,6 +30,7 @@
#endif
--- gsearchtool/gsearchtool-support.c.orig Thu Jan 5 23:26:25 2006
+++ gsearchtool/gsearchtool-support.c Thu Jan 5 23:27:04 2006
@@ -31,6 +31,7 @@
#include <glib/gi18n.h>
#include <glib/gdate.h>
+#include <sys/types.h>
#include <regex.h>
#include <gdk/gdkx.h>
#include <bonobo-activation/bonobo-activation.h>
#include <libart_lgpl/art_rgb.h>

View file

@ -0,0 +1,10 @@
--- logview/logview.h.orig Wed Apr 19 12:39:07 2006
+++ logview/logview.h Wed Apr 19 12:40:08 2006
@@ -73,6 +73,7 @@
void logview_set_window_title (LogviewWindow *window);
void logview_set_font (LogviewWindow *window, const gchar *fontname);
void logview_show_main_content (LogviewWindow *window);
+GType logview_window_get_type (void);
GtkWidget *logview_window_new (void);
#endif /* __LOGVIEW_H__ */

View file

@ -0,0 +1,10 @@
--- logview/calendar.h.orig Tue Apr 18 22:20:35 2006
+++ logview/calendar.h Tue Apr 18 22:20:58 2006
@@ -45,6 +45,7 @@ typedef struct CalendarClass
GtkCalendarClass parent_class;
}CalendarClass;
+GType calendar_get_type (void);
GtkWidget *calendar_new (void);
void calendar_select_date (Calendar *calendar, GDate *date);
void calendar_init_data (Calendar *calendar, LogviewWindow *logview);

View file

@ -1,10 +0,0 @@
--- logview/desc_db.c.orig Wed Dec 1 16:45:13 2004
+++ logview/desc_db.c Wed Dec 1 16:45:25 2004
@@ -21,6 +21,7 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <string.h>
+#include <sys/types.h>
#include <regex.h>
#include "logview.h"
#include "desc_db.h"

View file

@ -0,0 +1,10 @@
--- logview/loglist.h.orig Wed Apr 19 00:30:12 2006
+++ logview/loglist.h Wed Apr 19 00:30:23 2006
@@ -39,6 +39,7 @@ typedef struct LogListClass
GtkTreeViewClass parent_class;
}LogListClass;
+GType loglist_get_type (void);
GtkWidget *loglist_new (void);
void loglist_connect (LogList *list, LogviewWindow *window);
void loglist_add_log (LogList *list, Log *log);

View file

@ -0,0 +1,52 @@
--- logview/logrtns.c.orig Wed Apr 19 00:28:00 2006
+++ logview/logrtns.c Wed Apr 19 00:29:24 2006
@@ -48,7 +48,7 @@ file_exist (char *filename, gboolean sho
char *secondary = NULL;
if (filename == NULL)
- return;
+ return FALSE;
result = gnome_vfs_open (&handle, filename, GNOME_VFS_OPEN_READ);
if (result != GNOME_VFS_OK) {
@@ -83,7 +83,7 @@ file_is_zipped (char *filename)
char *mime_type;
if (filename == NULL)
- return;
+ return FALSE;
mime_type = gnome_vfs_get_mime_type (filename);
if (mime_type == NULL)
@@ -106,7 +106,7 @@ file_is_log (char *filename, gboolean sh
LogStats *stats;
if (filename == NULL)
- return;
+ return FALSE;
stats = log_stats_new (filename, show_error);
if (stats==NULL)
@@ -134,11 +134,11 @@ string_get_date_string (gchar *line)
int i=0;
if (line == NULL || line[0] == 0)
- return;
+ return NULL;
split = g_strsplit (line, " ", 4);
if (split == NULL)
- return;
+ return NULL;
while ((day == NULL || month == NULL) && split[i]!=NULL && i<4) {
if (g_str_equal (split[i], "")) {
@@ -531,7 +531,7 @@ log_unbold (gpointer data)
LogList *list;
Log *log = data;
- g_return_if_fail (log != NULL);
+ g_return_val_if_fail (log != NULL, FALSE);
logview = log->window;

View file

@ -0,0 +1,10 @@
--- logview/logview-findbar.h.orig Wed Apr 19 00:27:03 2006
+++ logview/logview-findbar.h Wed Apr 19 00:27:17 2006
@@ -44,6 +44,7 @@ typedef struct LogviewFindBarClass
GtkHBoxClass parent_class;
}LogviewFindBarClass;
+GType logview_findbar_get_type (void);
GtkWidget *logview_findbar_new (void);
void logview_findbar_connect (LogviewFindBar *findbar, LogviewWindow *logview);
void logview_findbar_update_visibility (LogviewFindBar *findbar, LogviewWindow *logview);

View file

@ -1,29 +0,0 @@
--- logview/logview.c.orig Tue Oct 4 12:31:47 2005
+++ logview/logview.c Tue Oct 4 12:32:04 2005
@@ -930,7 +930,7 @@
if ( ! found) {
g_snprintf (full_name, sizeof (full_name),
- "%s/share/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
+ "%s/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
if (access (full_name, R_OK) == 0) {
found = TRUE;
g_free (cfg->regexp_db_path);
@@ -952,7 +952,7 @@
if ( ! found) {
g_snprintf (full_name, sizeof (full_name),
- "%s/share/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
+ "%s/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
if (access (full_name, R_OK) == 0) {
found = TRUE;
g_free (cfg->descript_db_path);
@@ -983,7 +983,7 @@
if ( ! found) {
g_snprintf (full_name, sizeof (full_name),
- "%s/share/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
+ "%s/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
if (access (full_name, R_OK) == 0) {
found = TRUE;
g_free (cfg->action_db_path);

View file

@ -0,0 +1,21 @@
--- logview/misc.c.orig Tue Apr 18 21:28:07 2006
+++ logview/misc.c Tue Apr 18 21:28:30 2006
@@ -135,15 +135,15 @@ string_get_date (char *line)
{
GDate *date;
struct tm tp;
- int cp;
+ char *cp;
if (line == NULL || line[0] == 0)
return NULL;
cp = strptime (line, "%b %d", &tp);
- if (cp == 0) {
+ if (cp == NULL) {
cp = strptime (line, "%F", &tp);
- if (cp == 0) {
+ if (cp == NULL) {
return NULL;
}
}

View file

@ -3,119 +3,96 @@ bin/gnome-panel-screenshot
bin/gnome-screenshot
bin/gnome-search-tool
bin/gnome-system-log
libdata/bonobo/servers/GNOME_GDictApplet.server
libexec/gdict-applet
include/gdict-1.0/gdict/gdict-client-context.h
include/gdict-1.0/gdict/gdict-context.h
include/gdict-1.0/gdict/gdict-defbox.h
include/gdict-1.0/gdict/gdict-entry.h
include/gdict-1.0/gdict/gdict-enum-types.h
include/gdict-1.0/gdict/gdict-source-loader.h
include/gdict-1.0/gdict/gdict-source.h
include/gdict-1.0/gdict/gdict-utils.h
include/gdict-1.0/gdict/gdict-version.h
include/gdict-1.0/gdict/gdict.h
lib/libgdict-1.0.a
lib/libgdict-1.0.la
lib/libgdict-1.0.so
lib/libgdict-1.0.so.1
libdata/bonobo/servers/GNOME_DictionaryApplet.server
libdata/pkgconfig/gdict-1.0.pc
libexec/gnome-dictionary-applet
share/doc/gdict/gdict-GdictClientContext.html
share/doc/gdict/gdict-GdictContext.html
share/doc/gdict/gdict-GdictDefbox.html
share/doc/gdict/gdict-GdictEntry.html
share/doc/gdict/gdict-GdictSource.html
share/doc/gdict/gdict-GdictSourceLoader.html
share/doc/gdict/gdict.devhelp
share/doc/gdict/gdict.devhelp2
share/doc/gdict/gdict.html
share/doc/gdict/gdictui.html
share/doc/gdict/home.png
share/doc/gdict/index.html
share/doc/gdict/index.sgml
share/doc/gdict/introduction.html
share/doc/gdict/left.png
share/doc/gdict/right.png
share/doc/gdict/sources-loader.html
share/doc/gdict/sources.html
share/doc/gdict/style.css
share/doc/gdict/up.png
share/gnome/applications/gnome-dictionary.desktop
share/gnome/applications/gnome-screenshot.desktop
share/gnome/applications/gnome-search-tool.desktop
share/gnome/applications/gnome-system-log.desktop
share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml
share/gnome/gdict-1.0/sources/default.desktop
share/gnome/gdict-1.0/sources/french.desktop
share/gnome/gdict-1.0/sources/spanish.desktop
share/gnome/gnome-2.0/ui/GNOME_DictionaryApplet.xml
share/gnome/gnome-dictionary/gnome-dictionary-preferences.glade
share/gnome/gnome-dictionary/gnome-dictionary-ui.xml
share/gnome/gnome-screenshot/glade/gnome-screenshot.glade
share/gnome/gnome-system-log/gnome-system-log-actions.db
share/gnome/gnome-system-log/gnome-system-log-descript.db
share/gnome/gnome-system-log/gnome-system-log-regexp.db
share/gnome/help/gnome-dictionary/C/figures/gdict_applet.png
share/gnome/help/gnome-dictionary/C/figures/gdict_window.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-add-source.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet-window.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-application.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-find.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-lookup.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-print.png
share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-source.png
share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/C/legal.xml
share/gnome/help/gnome-dictionary/ja/figures/gdict_applet.png
share/gnome/help/gnome-dictionary/ja/figures/gdict_window.png
share/gnome/help/gnome-dictionary/ja/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/ja/legal.xml
share/gnome/help/gnome-dictionary/uk/figures/gdict_applet.png
share/gnome/help/gnome-dictionary/uk/figures/gdict_window.png
share/gnome/help/gnome-dictionary/uk/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/uk/legal.xml
share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-add-source.png
share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet-window.png
share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet.png
share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-application.png
share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-find.png
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-source.png
share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml
share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/C/legal.xml
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/legal.xml
share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/fr/legal.xml
share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/it/legal.xml
share/gnome/help/gnome-search-tool/ja/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/ja/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/ja/legal.xml
share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/ko/legal.xml
share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/sv/legal.xml
share/gnome/help/gnome-search-tool/uk/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/uk/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/uk/legal.xml
share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/zh_CN/legal.xml
share/gnome/help/gnome-search-tool/zh_HK/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/zh_HK/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/zh_HK/legal.xml
share/gnome/help/gnome-search-tool/zh_TW/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/zh_TW/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/zh_TW/legal.xml
share/gnome/help/gnome-system-log/C/figures/syslog_window.png
share/gnome/help/gnome-system-log/C/gnome-system-log.xml
share/gnome/help/gnome-system-log/C/legal.xml
share/gnome/help/gnome-system-log/de/figures/syslog_window.png
share/gnome/help/gnome-system-log/de/gnome-system-log.xml
share/gnome/help/gnome-system-log/de/legal.xml
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/legal.xml
share/gnome/help/gnome-system-log/fr/figures/syslog_window.png
share/gnome/help/gnome-system-log/fr/gnome-system-log.xml
share/gnome/help/gnome-system-log/fr/legal.xml
share/gnome/help/gnome-system-log/it/figures/syslog_window.png
share/gnome/help/gnome-system-log/it/gnome-system-log.xml
share/gnome/help/gnome-system-log/it/legal.xml
share/gnome/help/gnome-system-log/ja/figures/syslog_window.png
share/gnome/help/gnome-system-log/ja/gnome-system-log.xml
share/gnome/help/gnome-system-log/ja/legal.xml
share/gnome/help/gnome-system-log/ko/figures/syslog_window.png
share/gnome/help/gnome-system-log/ko/gnome-system-log.xml
share/gnome/help/gnome-system-log/ko/legal.xml
share/gnome/help/gnome-system-log/sv/figures/syslog_window.png
share/gnome/help/gnome-system-log/sv/gnome-system-log.xml
share/gnome/help/gnome-system-log/sv/legal.xml
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/legal.xml
share/gnome/help/gnome-system-log/zh_CN/figures/syslog_window.png
share/gnome/help/gnome-system-log/zh_CN/gnome-system-log.xml
share/gnome/help/gnome-system-log/zh_CN/legal.xml
share/gnome/help/gnome-system-log/zh_TW/figures/syslog_window.png
share/gnome/help/gnome-system-log/zh_TW/gnome-system-log.xml
share/gnome/help/gnome-system-log/zh_TW/legal.xml
share/gnome/omf/gnome-utils/gnome-dictionary-C.omf
share/gnome/omf/gnome-utils/gnome-dictionary-ja.omf
share/gnome/omf/gnome-utils/gnome-dictionary-uk.omf
share/gnome/omf/gnome-utils/gnome-search-tool-C.omf
share/gnome/omf/gnome-utils/gnome-search-tool-es.omf
share/gnome/omf/gnome-utils/gnome-search-tool-fr.omf
share/gnome/omf/gnome-utils/gnome-search-tool-it.omf
share/gnome/omf/gnome-utils/gnome-search-tool-ja.omf
share/gnome/omf/gnome-utils/gnome-search-tool-ko.omf
share/gnome/omf/gnome-utils/gnome-search-tool-sv.omf
share/gnome/omf/gnome-utils/gnome-search-tool-uk.omf
share/gnome/omf/gnome-utils/gnome-search-tool-zh_CN.omf
share/gnome/omf/gnome-utils/gnome-search-tool-zh_HK.omf
share/gnome/omf/gnome-utils/gnome-search-tool-zh_TW.omf
share/gnome/omf/gnome-utils/gnome-system-log-C.omf
share/gnome/omf/gnome-utils/gnome-system-log-de.omf
share/gnome/omf/gnome-utils/gnome-system-log-es.omf
share/gnome/omf/gnome-utils/gnome-system-log-fr.omf
share/gnome/omf/gnome-utils/gnome-system-log-it.omf
share/gnome/omf/gnome-utils/gnome-system-log-ja.omf
share/gnome/omf/gnome-utils/gnome-system-log-ko.omf
share/gnome/omf/gnome-utils/gnome-system-log-sv.omf
share/gnome/omf/gnome-utils/gnome-system-log-uk.omf
share/gnome/omf/gnome-utils/gnome-system-log-zh_CN.omf
share/gnome/omf/gnome-utils/gnome-system-log-zh_TW.omf
share/gnome/omf/gnome-dictionary/gnome-dictionary-C.omf
share/gnome/omf/gnome-dictionary/gnome-dictionary-es.omf
share/gnome/omf/gnome-search-tool/gnome-search-tool-C.omf
share/gnome/omf/gnome-search-tool/gnome-search-tool-es.omf
share/gnome/omf/gnome-search-tool/gnome-search-tool-it.omf
share/gnome/omf/gnome-system-log/gnome-system-log-C.omf
share/gnome/omf/gnome-system-log/gnome-system-log-es.omf
share/gnome/pixmaps/gnome-dictionary.png
share/gnome/pixmaps/gsearchtool/thumbnail_frame.png
share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo
@ -149,6 +126,7 @@ share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo
@ -181,62 +159,39 @@ share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/xh/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/zh_HK/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrm share/gnome/pixmaps/gsearchtool
@dirrm share/gnome/omf/gnome-utils
@dirrm share/gnome/help/gnome-system-log/zh_TW/figures
@dirrm share/gnome/help/gnome-system-log/zh_TW
@dirrm share/gnome/help/gnome-system-log/zh_CN/figures
@dirrm share/gnome/help/gnome-system-log/zh_CN
@dirrm share/gnome/help/gnome-system-log/uk/figures
@dirrm share/gnome/help/gnome-system-log/uk
@dirrm share/gnome/help/gnome-system-log/sv/figures
@dirrm share/gnome/help/gnome-system-log/sv
@dirrm share/gnome/help/gnome-system-log/ko/figures
@dirrm share/gnome/help/gnome-system-log/ko
@dirrm share/gnome/help/gnome-system-log/ja/figures
@dirrm share/gnome/help/gnome-system-log/ja
@dirrm share/gnome/help/gnome-system-log/it/figures
@dirrm share/gnome/help/gnome-system-log/it
@dirrm share/gnome/help/gnome-system-log/fr/figures
@dirrm share/gnome/help/gnome-system-log/fr
@dirrm share/gnome/omf/gnome-system-log
@dirrm share/gnome/omf/gnome-search-tool
@dirrm share/gnome/omf/gnome-dictionary
@dirrm share/gnome/help/gnome-system-log/es/figures
@dirrm share/gnome/help/gnome-system-log/es
@dirrm share/gnome/help/gnome-system-log/de/figures
@dirrm share/gnome/help/gnome-system-log/de
@dirrm share/gnome/help/gnome-system-log/C/figures
@dirrm share/gnome/help/gnome-system-log/C
@dirrm share/gnome/help/gnome-system-log
@dirrm share/gnome/help/gnome-search-tool/zh_TW/figures
@dirrm share/gnome/help/gnome-search-tool/zh_TW
@dirrm share/gnome/help/gnome-search-tool/zh_HK/figures
@dirrm share/gnome/help/gnome-search-tool/zh_HK
@dirrm share/gnome/help/gnome-search-tool/zh_CN/figures
@dirrm share/gnome/help/gnome-search-tool/zh_CN
@dirrm share/gnome/help/gnome-search-tool/uk/figures
@dirrm share/gnome/help/gnome-search-tool/uk
@dirrm share/gnome/help/gnome-search-tool/sv/figures
@dirrm share/gnome/help/gnome-search-tool/sv
@dirrm share/gnome/help/gnome-search-tool/ko/figures
@dirrm share/gnome/help/gnome-search-tool/ko
@dirrm share/gnome/help/gnome-search-tool/ja/figures
@dirrm share/gnome/help/gnome-search-tool/ja
@dirrm share/gnome/help/gnome-search-tool/it/figures
@dirrm share/gnome/help/gnome-search-tool/it
@dirrm share/gnome/help/gnome-search-tool/fr/figures
@dirrm share/gnome/help/gnome-search-tool/fr
@dirrm share/gnome/help/gnome-search-tool/es/figures
@dirrm share/gnome/help/gnome-search-tool/es
@dirrm share/gnome/help/gnome-search-tool/C/figures
@dirrm share/gnome/help/gnome-search-tool/C
@dirrm share/gnome/help/gnome-search-tool
@dirrm share/gnome/help/gnome-dictionary/uk/figures
@dirrm share/gnome/help/gnome-dictionary/uk
@dirrm share/gnome/help/gnome-dictionary/ja/figures
@dirrm share/gnome/help/gnome-dictionary/ja
@dirrm share/gnome/help/gnome-dictionary/es/figures
@dirrm share/gnome/help/gnome-dictionary/es
@dirrm share/gnome/help/gnome-dictionary/C/figures
@dirrm share/gnome/help/gnome-dictionary/C
@dirrm share/gnome/help/gnome-dictionary
@dirrm share/gnome/gnome-system-log
@dirrm share/gnome/gnome-screenshot/glade
@dirrm share/gnome/gnome-screenshot
@dirrm share/gnome/gnome-dictionary
@dirrm share/gnome/gdict-1.0/sources
@dirrm share/gnome/gdict-1.0
@dirrm share/doc/gdict
@dirrm include/gdict-1.0/gdict
@dirrm include/gdict-1.0

View file

@ -3,15 +3,16 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.70 2005/10/04 17:39:31 mezz Exp $
# $MCom: ports/deskutils/gnomeutils2/Makefile,v 1.92 2006/04/19 04:46:41 marcus Exp $
#
PORTNAME= gnomeutils2
PORTVERSION= 2.12.2
PORTVERSION= 2.14.0
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-utils/2.12
MASTER_SITE_SUBDIR= sources/gnome-utils/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DISTNAME= gnome-utils-${PORTVERSION}
DIST_SUBDIR= gnome2
@ -19,26 +20,20 @@ MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 support utilities
USE_BZIP2= yes
USE_GETTEXT= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GMAKE= yes
GNOME_DESKTOP_VERSION=2
INSTALLS_SHLIB= yes
USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
libgnomeprintui gnomedesktop
GNU_CONFIGURE= yes
libgnomeprintui gnomedesktop ltverhack
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1
GCONF_SCHEMAS= gdict.schemas gnome-screenshot.schemas \
GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
gnome-search-tool.schemas logview.schemas
post-extract:
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's| $$||g'
post-patch:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
MD5 (gnome2/gnome-utils-2.12.2.tar.bz2) = 71d615932e4ddf7182abeb734b8e370c
SHA256 (gnome2/gnome-utils-2.12.2.tar.bz2) = be61efed2a5e78533d89ecb10339b72c2cc59d82de0422a7cc72c1ee3320c0de
SIZE (gnome2/gnome-utils-2.12.2.tar.bz2) = 1726889
MD5 (gnome2/gnome-utils-2.14.0.tar.bz2) = d1d16ff6bfc1f6ddc110d18ec4dfdbfa
SHA256 (gnome2/gnome-utils-2.14.0.tar.bz2) = 44586246763c9bfb2b67baedff8c800abde0898012e646ee580ce7a4c2d57e7e
SIZE (gnome2/gnome-utils-2.14.0.tar.bz2) = 1881962

View file

@ -1,11 +0,0 @@
--- configure.orig Mon Nov 25 09:25:29 2002
+++ configure Tue Nov 26 16:04:42 2002
@@ -10347,7 +10347,7 @@
cat >>confdefs.h <<_ACEOF
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
+#define GNOME_ICONDIR "${datadir}/pixmaps"
_ACEOF

View file

@ -1,10 +1,10 @@
--- gsearchtool/gsearchtool-support.c.orig Thu Dec 23 19:13:28 2004
+++ gsearchtool/gsearchtool-support.c Thu Dec 23 19:13:38 2004
@@ -30,6 +30,7 @@
#endif
--- gsearchtool/gsearchtool-support.c.orig Thu Jan 5 23:26:25 2006
+++ gsearchtool/gsearchtool-support.c Thu Jan 5 23:27:04 2006
@@ -31,6 +31,7 @@
#include <glib/gi18n.h>
#include <glib/gdate.h>
+#include <sys/types.h>
#include <regex.h>
#include <gdk/gdkx.h>
#include <bonobo-activation/bonobo-activation.h>
#include <libart_lgpl/art_rgb.h>

View file

@ -0,0 +1,10 @@
--- logview/logview.h.orig Wed Apr 19 12:39:07 2006
+++ logview/logview.h Wed Apr 19 12:40:08 2006
@@ -73,6 +73,7 @@
void logview_set_window_title (LogviewWindow *window);
void logview_set_font (LogviewWindow *window, const gchar *fontname);
void logview_show_main_content (LogviewWindow *window);
+GType logview_window_get_type (void);
GtkWidget *logview_window_new (void);
#endif /* __LOGVIEW_H__ */

View file

@ -0,0 +1,10 @@
--- logview/calendar.h.orig Tue Apr 18 22:20:35 2006
+++ logview/calendar.h Tue Apr 18 22:20:58 2006
@@ -45,6 +45,7 @@ typedef struct CalendarClass
GtkCalendarClass parent_class;
}CalendarClass;
+GType calendar_get_type (void);
GtkWidget *calendar_new (void);
void calendar_select_date (Calendar *calendar, GDate *date);
void calendar_init_data (Calendar *calendar, LogviewWindow *logview);

View file

@ -1,10 +0,0 @@
--- logview/desc_db.c.orig Wed Dec 1 16:45:13 2004
+++ logview/desc_db.c Wed Dec 1 16:45:25 2004
@@ -21,6 +21,7 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <string.h>
+#include <sys/types.h>
#include <regex.h>
#include "logview.h"
#include "desc_db.h"

View file

@ -0,0 +1,10 @@
--- logview/loglist.h.orig Wed Apr 19 00:30:12 2006
+++ logview/loglist.h Wed Apr 19 00:30:23 2006
@@ -39,6 +39,7 @@ typedef struct LogListClass
GtkTreeViewClass parent_class;
}LogListClass;
+GType loglist_get_type (void);
GtkWidget *loglist_new (void);
void loglist_connect (LogList *list, LogviewWindow *window);
void loglist_add_log (LogList *list, Log *log);

View file

@ -0,0 +1,52 @@
--- logview/logrtns.c.orig Wed Apr 19 00:28:00 2006
+++ logview/logrtns.c Wed Apr 19 00:29:24 2006
@@ -48,7 +48,7 @@ file_exist (char *filename, gboolean sho
char *secondary = NULL;
if (filename == NULL)
- return;
+ return FALSE;
result = gnome_vfs_open (&handle, filename, GNOME_VFS_OPEN_READ);
if (result != GNOME_VFS_OK) {
@@ -83,7 +83,7 @@ file_is_zipped (char *filename)
char *mime_type;
if (filename == NULL)
- return;
+ return FALSE;
mime_type = gnome_vfs_get_mime_type (filename);
if (mime_type == NULL)
@@ -106,7 +106,7 @@ file_is_log (char *filename, gboolean sh
LogStats *stats;
if (filename == NULL)
- return;
+ return FALSE;
stats = log_stats_new (filename, show_error);
if (stats==NULL)
@@ -134,11 +134,11 @@ string_get_date_string (gchar *line)
int i=0;
if (line == NULL || line[0] == 0)
- return;
+ return NULL;
split = g_strsplit (line, " ", 4);
if (split == NULL)
- return;
+ return NULL;
while ((day == NULL || month == NULL) && split[i]!=NULL && i<4) {
if (g_str_equal (split[i], "")) {
@@ -531,7 +531,7 @@ log_unbold (gpointer data)
LogList *list;
Log *log = data;
- g_return_if_fail (log != NULL);
+ g_return_val_if_fail (log != NULL, FALSE);
logview = log->window;

View file

@ -0,0 +1,10 @@
--- logview/logview-findbar.h.orig Wed Apr 19 00:27:03 2006
+++ logview/logview-findbar.h Wed Apr 19 00:27:17 2006
@@ -44,6 +44,7 @@ typedef struct LogviewFindBarClass
GtkHBoxClass parent_class;
}LogviewFindBarClass;
+GType logview_findbar_get_type (void);
GtkWidget *logview_findbar_new (void);
void logview_findbar_connect (LogviewFindBar *findbar, LogviewWindow *logview);
void logview_findbar_update_visibility (LogviewFindBar *findbar, LogviewWindow *logview);

View file

@ -1,29 +0,0 @@
--- logview/logview.c.orig Tue Oct 4 12:31:47 2005
+++ logview/logview.c Tue Oct 4 12:32:04 2005
@@ -930,7 +930,7 @@
if ( ! found) {
g_snprintf (full_name, sizeof (full_name),
- "%s/share/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
+ "%s/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX);
if (access (full_name, R_OK) == 0) {
found = TRUE;
g_free (cfg->regexp_db_path);
@@ -952,7 +952,7 @@
if ( ! found) {
g_snprintf (full_name, sizeof (full_name),
- "%s/share/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
+ "%s/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX);
if (access (full_name, R_OK) == 0) {
found = TRUE;
g_free (cfg->descript_db_path);
@@ -983,7 +983,7 @@
if ( ! found) {
g_snprintf (full_name, sizeof (full_name),
- "%s/share/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
+ "%s/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX);
if (access (full_name, R_OK) == 0) {
found = TRUE;
g_free (cfg->action_db_path);

View file

@ -0,0 +1,21 @@
--- logview/misc.c.orig Tue Apr 18 21:28:07 2006
+++ logview/misc.c Tue Apr 18 21:28:30 2006
@@ -135,15 +135,15 @@ string_get_date (char *line)
{
GDate *date;
struct tm tp;
- int cp;
+ char *cp;
if (line == NULL || line[0] == 0)
return NULL;
cp = strptime (line, "%b %d", &tp);
- if (cp == 0) {
+ if (cp == NULL) {
cp = strptime (line, "%F", &tp);
- if (cp == 0) {
+ if (cp == NULL) {
return NULL;
}
}

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