Update to GNOME 2.2.

This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
This commit is contained in:
Joe Marcus Clarke 2003-02-07 18:42:25 +00:00
parent d02465ee5b
commit 336b31c394
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75035
330 changed files with 4151 additions and 3376 deletions

View file

@ -6,10 +6,10 @@
# #
PORTNAME= at-spi PORTNAME= at-spi
PORTVERSION= 1.0.2 PORTVERSION= 1.1.8
CATEGORIES= x11-toolkits CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org

View file

@ -1 +1 @@
MD5 (gnome2/at-spi-1.0.2.tar.bz2) = a242b806b58d924b7f58f769ff4e2298 MD5 (gnome2/at-spi-1.1.8.tar.bz2) = 76e2df52a280a794bde0e6dd259c01f8

View file

@ -0,0 +1,10 @@
--- registryd/deviceeventcontroller.c.orig Wed Nov 27 16:36:12 2002
+++ registryd/deviceeventcontroller.c Wed Nov 27 16:38:21 2002
@@ -32,6 +32,7 @@
#include <string.h>
#include <ctype.h>
#include <stdio.h>
+#include <sys/time.h>
#include <bonobo/bonobo-exception.h>
#include <X11/Xlib.h>

View file

@ -9,6 +9,7 @@ include/at-spi-1.0/libspi/action.h
include/at-spi-1.0/libspi/application.h include/at-spi-1.0/libspi/application.h
include/at-spi-1.0/libspi/base.h include/at-spi-1.0/libspi/base.h
include/at-spi-1.0/libspi/component.h include/at-spi-1.0/libspi/component.h
include/at-spi-1.0/libspi/devicelistener.h
include/at-spi-1.0/libspi/editabletext.h include/at-spi-1.0/libspi/editabletext.h
include/at-spi-1.0/libspi/eventlistener.h include/at-spi-1.0/libspi/eventlistener.h
include/at-spi-1.0/libspi/hyperlink.h include/at-spi-1.0/libspi/hyperlink.h
@ -27,10 +28,10 @@ include/at-spi-1.0/libspi/text.h
include/at-spi-1.0/libspi/value.h include/at-spi-1.0/libspi/value.h
lib/libcspi.a lib/libcspi.a
lib/libcspi.so lib/libcspi.so
lib/libcspi.so.1 lib/libcspi.so.8
lib/libspi.a lib/libspi.a
lib/libspi.so lib/libspi.so
lib/libspi.so.1 lib/libspi.so.8
lib/gtk-2.0/modules/libatk-bridge.so lib/gtk-2.0/modules/libatk-bridge.so
lib/orbit-2.0/Accessibility_module.so lib/orbit-2.0/Accessibility_module.so
libdata/bonobo/servers/Accessibility_Registry.server libdata/bonobo/servers/Accessibility_Registry.server
@ -55,8 +56,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-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-state-and-statesets.html
share/doc/at-spi-cspi/book1.html share/doc/at-spi-cspi/book1.html
share/doc/at-spi-cspi/c6121.html share/doc/at-spi-cspi/c5968.html
share/doc/at-spi-cspi/c6124.html
share/doc/at-spi-cspi/index.sgml share/doc/at-spi-cspi/index.sgml
share/doc/at-spi-cspi/spi-accessible.html share/doc/at-spi-cspi/spi-accessible.html
share/doc/at-spi-cspi/spi-application.html share/doc/at-spi-cspi/spi-application.html

View file

@ -6,11 +6,11 @@
# #
PORTNAME= atk PORTNAME= atk
PORTVERSION= 1.0.3 PORTVERSION= 1.2.2
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME} \ MASTER_SITES= ${MASTER_SITE_GNOME} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ ftp://ftp.gtk.org/pub/gtk/v2.0/
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ #MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ # ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
# http://www.ameth.org/gimp/%SUBDIR%/ \ # http://www.ameth.org/gimp/%SUBDIR%/ \
@ -20,19 +20,19 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
USE_BZIP2= yes USE_BZIP2= yes
USE_REINPLACE= yes USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-static USE_GNOMENG= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/atk-1.0.3.tar.bz2) = 9041396017f8207b8aa2bece27eb5ebb MD5 (gnome2/atk-1.2.2.tar.bz2) = 2c42e4322d1a199cdd7479fb1d09879c

View file

@ -1,14 +1,11 @@
--- Makefile.in.orig Fri Nov 8 17:09:46 2002
+++ Makefile.in Fri Nov 8 17:10:22 2002
@@ -116,7 +116,7 @@
atktargetlib = @atktargetlib@
ms_librarian = @ms_librarian@
$FreeBSD$ -SUBDIRS = atk tests docs po
+SUBDIRS = atk docs po
--- Makefile.in.orig Wed Aug 1 20:32:06 2001 EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in atk.spec.in atk.spec atk-zip.sh
+++ Makefile.in Wed Aug 1 20:33:45 2001
@@ -96,7 +96,7 @@
STRIP = @STRIP@
VERSION = @VERSION@
-SUBDIRS = atk tests docs
+SUBDIRS = atk
EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in

View file

@ -0,0 +1,10 @@
--- docs/Makefile.in.orig Fri Jan 24 16:45:09 2003
+++ docs/Makefile.in Fri Jan 24 16:45:09 2003
@@ -274,6 +274,7 @@
dist-hook-local: all-local
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
+@ENABLE_GTK_DOC_FALSE@all-local:
#### scan ####

View file

@ -15,6 +15,7 @@ include/atk-1.0/atk/atkobjectfactory.h
include/atk-1.0/atk/atkregistry.h include/atk-1.0/atk/atkregistry.h
include/atk-1.0/atk/atkrelation.h include/atk-1.0/atk/atkrelation.h
include/atk-1.0/atk/atkrelationset.h include/atk-1.0/atk/atkrelationset.h
include/atk-1.0/atk/atkrelationtype.h
include/atk-1.0/atk/atkselection.h include/atk-1.0/atk/atkselection.h
include/atk-1.0/atk/atkstate.h include/atk-1.0/atk/atkstate.h
include/atk-1.0/atk/atkstateset.h include/atk-1.0/atk/atkstateset.h
@ -25,7 +26,59 @@ include/atk-1.0/atk/atkutil.h
include/atk-1.0/atk/atkvalue.h include/atk-1.0/atk/atkvalue.h
lib/libatk-1.0.a lib/libatk-1.0.a
lib/libatk-1.0.so lib/libatk-1.0.so
lib/libatk-1.0.so.0 lib/libatk-1.0.so.200
libdata/pkgconfig/atk.pc libdata/pkgconfig/atk.pc
share/doc/atk/atk-atkstate.html
share/doc/atk/atk.html
share/doc/atk/atkaction.html
share/doc/atk/atkcomponent.html
share/doc/atk/atkdocument.html
share/doc/atk/atkeditabletext.html
share/doc/atk/atkhypertext.html
share/doc/atk/atkimage.html
share/doc/atk/atkgobjectaccessible.html
share/doc/atk/atkhyperlink.html
share/doc/atk/atknoopobject.html
share/doc/atk/atknoopobjectfactory.html
share/doc/atk/atkobject.html
share/doc/atk/atkobjectfactory.html
share/doc/atk/atkregistry.html
share/doc/atk/atkrelation.html
share/doc/atk/atkrelationset.html
share/doc/atk/atkselection.html
share/doc/atk/atkstateset.html
share/doc/atk/atkstreamablecontent.html
share/doc/atk/atktable.html
share/doc/atk/atktext.html
share/doc/atk/atkutil.html
share/doc/atk/atkvalue.html
share/doc/atk/book1.html
share/doc/atk/index.sgml
share/locale/bg/LC_MESSAGES/atk10.mo
share/locale/ca/LC_MESSAGES/atk10.mo
share/locale/cs/LC_MESSAGES/atk10.mo
share/locale/da/LC_MESSAGES/atk10.mo
share/locale/de/LC_MESSAGES/atk10.mo
share/locale/el/LC_MESSAGES/atk10.mo
share/locale/en_GB/LC_MESSAGES/atk10.mo
share/locale/es/LC_MESSAGES/atk10.mo
share/locale/fi/LC_MESSAGES/atk10.mo
share/locale/fr/LC_MESSAGES/atk10.mo
share/locale/he/LC_MESSAGES/atk10.mo
share/locale/hu/LC_MESSAGES/atk10.mo
share/locale/it/LC_MESSAGES/atk10.mo
share/locale/ko/LC_MESSAGES/atk10.mo
share/locale/lv/LC_MESSAGES/atk10.mo
share/locale/ms/LC_MESSAGES/atk10.mo
share/locale/nl/LC_MESSAGES/atk10.mo
share/locale/no/LC_MESSAGES/atk10.mo
share/locale/pl/LC_MESSAGES/atk10.mo
share/locale/ru/LC_MESSAGES/atk10.mo
share/locale/sq/LC_MESSAGES/atk10.mo
share/locale/sv/LC_MESSAGES/atk10.mo
share/locale/uk/LC_MESSAGES/atk10.mo
share/locale/vi/LC_MESSAGES/atk10.mo
share/locale/zh_CN/LC_MESSAGES/atk10.mo
@dirrm share/doc/atk
@dirrm include/atk-1.0/atk @dirrm include/atk-1.0/atk
@dirrm include/atk-1.0 @dirrm include/atk-1.0

View file

@ -6,29 +6,27 @@
# #
PORTNAME= gail PORTNAME= gail
PORTVERSION= 0.17 PORTVERSION= 1.2.0
CATEGORIES= x11-toolkits CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.17 MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomecanvas-2.0:${PORTSDIR}/graphics/libgnomecanvas LIB_DEPENDS= gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-gtk-doc CONFIGURE_ARGS= --disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/gail-0.17.tar.bz2) = 23d73923bd0947d5c975afa13b2de3a3 MD5 (gnome2/gail-1.2.0.tar.bz2) = 8b5b960eb4f71656ff798e63401d1bf0

View file

@ -1,11 +0,0 @@
--- docs/reference/libgail-util/Makefile.in.orig Tue Jul 23 12:42:03 2002
+++ docs/reference/libgail-util/Makefile.in Tue Jul 23 12:42:30 2002
@@ -103,7 +103,7 @@
INSTALLDIR = $(prefix)/share/gtk-doc
-HTML_DIR = ${datadir}/gtk-doc/html
+HTML_DIR = $(prefix)/share/doc
TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)

View file

@ -6,30 +6,37 @@
# #
PORTNAME= fileroller PORTNAME= fileroller
PORTVERSION= 2.0.4 PORTVERSION= 2.2.1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= archivers gnome CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= sources/file-roller/2.2
DISTNAME= file-roller-${PORTVERSION} DISTNAME= file-roller-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
lha:${PORTSDIR}/archivers/lha \ lha:${PORTSDIR}/archivers/lha \
rar:${PORTSDIR}/archivers/rar \
lzop:${PORTSDIR}/archivers/lzop lzop:${PORTSDIR}/archivers/lzop
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOMENG= yes USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack USE_GNOME= gnomeprefix gnomehack
GNU_CONFIGURE= yes USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if defined(WITH_RAR) || exists(${LOCALBASE}/bin/rar)
RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar
.endif
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}
@ -38,4 +45,4 @@ post-install:
.endfor .endfor
.endif .endif
.include <bsd.port.mk> .include <bsd.port.post.mk>

View file

@ -1 +1 @@
MD5 (file-roller-2.0.4.tar.gz) = 533e4ad3f8d5c9a1ba550de7c4a1d2d0 MD5 (gnome2/file-roller-2.2.1.tar.gz) = 2b8e07829a65ce5e34cd008dabf1e63c

View file

@ -1,6 +1,6 @@
--- configure.orig Sun Jun 2 22:12:29 2002 --- configure.orig Tue Dec 10 23:18:40 2002
+++ configure Sun Jun 2 22:13:06 2002 +++ configure Tue Dec 10 23:18:59 2002
@@ -8429,6 +8429,7 @@ @@ -6403,6 +6403,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

View file

@ -8,19 +8,16 @@ etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/general/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui/%gconf.xml
etc/gconf/schemas/file-roller.schemas etc/gconf/schemas/file-roller.schemas
lib/bonobo/libfile-roller-component.so
libdata/bonobo/servers/File_Roller_Component.server
%%PORTDOCS%%share/doc/fileroller/AUTHORS %%PORTDOCS%%share/doc/fileroller/AUTHORS
%%PORTDOCS%%share/doc/fileroller/NEWS %%PORTDOCS%%share/doc/fileroller/NEWS
%%PORTDOCS%%share/doc/fileroller/README %%PORTDOCS%%share/doc/fileroller/README
%%PORTDOCS%%share/doc/fileroller/TODO %%PORTDOCS%%share/doc/fileroller/TODO
share/gnome/application-registry/file-roller.applications share/gnome/application-registry/file-roller.applications
share/gnome/applications/file-roller.desktop share/gnome/applications/file-roller.desktop
share/gnome/file-roller/glade/file_roller.glade2 share/gnome/file-roller/glade/file_roller.glade
share/gnome/file-roller/glade/file_roller_prop.glade2 share/gnome/file-roller/glade/file_roller_prop.glade
share/gnome/file-roller/scripts/Add_to_archive
share/gnome/file-roller/scripts/Extract_here
share/gnome/file-roller/scripts/Extract_in_a_subfolder
share/gnome/file-roller/scripts/Extract_to
share/gnome/file-roller/scripts/README
share/gnome/help/file-roller/C/figures/fr-add-dialog.png share/gnome/help/file-roller/C/figures/fr-add-dialog.png
share/gnome/help/file-roller/C/figures/fr-extract.png share/gnome/help/file-roller/C/figures/fr-extract.png
share/gnome/help/file-roller/C/figures/fr-mainwindow.png share/gnome/help/file-roller/C/figures/fr-mainwindow.png
@ -36,32 +33,50 @@ share/gnome/help/file-roller/ru/legal.xml
share/gnome/mime-info/file-roller.keys share/gnome/mime-info/file-roller.keys
share/gnome/mime-info/file-roller.mime share/gnome/mime-info/file-roller.mime
share/gnome/omf/file-roller/file-roller-C.omf share/gnome/omf/file-roller/file-roller-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/file-roller/file-roller-ru.omf share/gnome/omf/file-roller/file-roller-ru.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/file-roller.png share/gnome/pixmaps/file-roller.png
share/locale/am/LC_MESSAGES/file-roller.mo
share/locale/bg/LC_MESSAGES/file-roller.mo share/locale/bg/LC_MESSAGES/file-roller.mo
share/locale/ca/LC_MESSAGES/file-roller.mo share/locale/ca/LC_MESSAGES/file-roller.mo
share/locale/cs/LC_MESSAGES/file-roller.mo
share/locale/da/LC_MESSAGES/file-roller.mo
share/locale/de/LC_MESSAGES/file-roller.mo share/locale/de/LC_MESSAGES/file-roller.mo
share/locale/el/LC_MESSAGES/file-roller.mo
share/locale/es/LC_MESSAGES/file-roller.mo share/locale/es/LC_MESSAGES/file-roller.mo
share/locale/et/LC_MESSAGES/file-roller.mo
share/locale/fi/LC_MESSAGES/file-roller.mo
share/locale/fr/LC_MESSAGES/file-roller.mo share/locale/fr/LC_MESSAGES/file-roller.mo
share/locale/hi/LC_MESSAGES/file-roller.mo
share/locale/hu/LC_MESSAGES/file-roller.mo
share/locale/it/LC_MESSAGES/file-roller.mo share/locale/it/LC_MESSAGES/file-roller.mo
share/locale/ja/LC_MESSAGES/file-roller.mo share/locale/ja/LC_MESSAGES/file-roller.mo
share/locale/ko/LC_MESSAGES/file-roller.mo share/locale/ko/LC_MESSAGES/file-roller.mo
share/locale/lv/LC_MESSAGES/file-roller.mo
share/locale/mk/LC_MESSAGES/file-roller.mo
share/locale/mn/LC_MESSAGES/file-roller.mo
share/locale/ms/LC_MESSAGES/file-roller.mo share/locale/ms/LC_MESSAGES/file-roller.mo
share/locale/nl/LC_MESSAGES/file-roller.mo share/locale/nl/LC_MESSAGES/file-roller.mo
share/locale/no/LC_MESSAGES/file-roller.mo share/locale/no/LC_MESSAGES/file-roller.mo
share/locale/pl/LC_MESSAGES/file-roller.mo share/locale/pl/LC_MESSAGES/file-roller.mo
share/locale/pt/LC_MESSAGES/file-roller.mo
share/locale/pt_BR/LC_MESSAGES/file-roller.mo share/locale/pt_BR/LC_MESSAGES/file-roller.mo
share/locale/ro/LC_MESSAGES/file-roller.mo share/locale/ro/LC_MESSAGES/file-roller.mo
share/locale/ru/LC_MESSAGES/file-roller.mo share/locale/ru/LC_MESSAGES/file-roller.mo
share/locale/sk/LC_MESSAGES/file-roller.mo
share/locale/sl/LC_MESSAGES/file-roller.mo
share/locale/sq/LC_MESSAGES/file-roller.mo
share/locale/sv/LC_MESSAGES/file-roller.mo share/locale/sv/LC_MESSAGES/file-roller.mo
share/locale/uk/LC_MESSAGES/file-roller.mo
share/locale/vi/LC_MESSAGES/file-roller.mo share/locale/vi/LC_MESSAGES/file-roller.mo
share/locale/zh_CN/LC_MESSAGES/file-roller.mo
@dirrm share/gnome/omf/file-roller @dirrm share/gnome/omf/file-roller
@dirrm share/gnome/help/file-roller/ru/figures @dirrm share/gnome/help/file-roller/ru/figures
@dirrm share/gnome/help/file-roller/ru @dirrm share/gnome/help/file-roller/ru
@dirrm share/gnome/help/file-roller/C/figures @dirrm share/gnome/help/file-roller/C/figures
@dirrm share/gnome/help/file-roller/C @dirrm share/gnome/help/file-roller/C
@dirrm share/gnome/help/file-roller @dirrm share/gnome/help/file-roller
@dirrm share/gnome/file-roller/scripts
@dirrm share/gnome/file-roller/glade @dirrm share/gnome/file-roller/glade
@dirrm share/gnome/file-roller @dirrm share/gnome/file-roller
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui
@ -72,3 +87,5 @@ share/locale/vi/LC_MESSAGES/file-roller.mo
@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/listing @dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/listing
@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/general @dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/general
@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller @dirrm etc/gconf/gconf.xml.defaults/apps/file-roller
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,30 +6,37 @@
# #
PORTNAME= fileroller PORTNAME= fileroller
PORTVERSION= 2.0.4 PORTVERSION= 2.2.1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= archivers gnome CATEGORIES= archivers gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= ${PORTNAME} MASTER_SITE_SUBDIR= sources/file-roller/2.2
DISTNAME= file-roller-${PORTVERSION} DISTNAME= file-roller-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \ RUN_DEPENDS= bzip:${PORTSDIR}/archivers/bzip \
lha:${PORTSDIR}/archivers/lha \ lha:${PORTSDIR}/archivers/lha \
rar:${PORTSDIR}/archivers/rar \
lzop:${PORTSDIR}/archivers/lzop lzop:${PORTSDIR}/archivers/lzop
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_GNOMENG= yes USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack USE_GNOME= gnomeprefix gnomehack
GNU_CONFIGURE= yes USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.pre.mk>
.if defined(WITH_RAR) || exists(${LOCALBASE}/bin/rar)
RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar
.endif
post-install: post-install:
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} ${MKDIR} ${DOCSDIR}
@ -38,4 +45,4 @@ post-install:
.endfor .endfor
.endif .endif
.include <bsd.port.mk> .include <bsd.port.post.mk>

View file

@ -1 +1 @@
MD5 (file-roller-2.0.4.tar.gz) = 533e4ad3f8d5c9a1ba550de7c4a1d2d0 MD5 (gnome2/file-roller-2.2.1.tar.gz) = 2b8e07829a65ce5e34cd008dabf1e63c

View file

@ -1,6 +1,6 @@
--- configure.orig Sun Jun 2 22:12:29 2002 --- configure.orig Tue Dec 10 23:18:40 2002
+++ configure Sun Jun 2 22:13:06 2002 +++ configure Tue Dec 10 23:18:59 2002
@@ -8429,6 +8429,7 @@ @@ -6403,6 +6403,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

View file

@ -8,19 +8,16 @@ etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/general/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/listing/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui/%gconf.xml
etc/gconf/schemas/file-roller.schemas etc/gconf/schemas/file-roller.schemas
lib/bonobo/libfile-roller-component.so
libdata/bonobo/servers/File_Roller_Component.server
%%PORTDOCS%%share/doc/fileroller/AUTHORS %%PORTDOCS%%share/doc/fileroller/AUTHORS
%%PORTDOCS%%share/doc/fileroller/NEWS %%PORTDOCS%%share/doc/fileroller/NEWS
%%PORTDOCS%%share/doc/fileroller/README %%PORTDOCS%%share/doc/fileroller/README
%%PORTDOCS%%share/doc/fileroller/TODO %%PORTDOCS%%share/doc/fileroller/TODO
share/gnome/application-registry/file-roller.applications share/gnome/application-registry/file-roller.applications
share/gnome/applications/file-roller.desktop share/gnome/applications/file-roller.desktop
share/gnome/file-roller/glade/file_roller.glade2 share/gnome/file-roller/glade/file_roller.glade
share/gnome/file-roller/glade/file_roller_prop.glade2 share/gnome/file-roller/glade/file_roller_prop.glade
share/gnome/file-roller/scripts/Add_to_archive
share/gnome/file-roller/scripts/Extract_here
share/gnome/file-roller/scripts/Extract_in_a_subfolder
share/gnome/file-roller/scripts/Extract_to
share/gnome/file-roller/scripts/README
share/gnome/help/file-roller/C/figures/fr-add-dialog.png share/gnome/help/file-roller/C/figures/fr-add-dialog.png
share/gnome/help/file-roller/C/figures/fr-extract.png share/gnome/help/file-roller/C/figures/fr-extract.png
share/gnome/help/file-roller/C/figures/fr-mainwindow.png share/gnome/help/file-roller/C/figures/fr-mainwindow.png
@ -36,32 +33,50 @@ share/gnome/help/file-roller/ru/legal.xml
share/gnome/mime-info/file-roller.keys share/gnome/mime-info/file-roller.keys
share/gnome/mime-info/file-roller.mime share/gnome/mime-info/file-roller.mime
share/gnome/omf/file-roller/file-roller-C.omf share/gnome/omf/file-roller/file-roller-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/file-roller/file-roller-ru.omf share/gnome/omf/file-roller/file-roller-ru.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/file-roller.png share/gnome/pixmaps/file-roller.png
share/locale/am/LC_MESSAGES/file-roller.mo
share/locale/bg/LC_MESSAGES/file-roller.mo share/locale/bg/LC_MESSAGES/file-roller.mo
share/locale/ca/LC_MESSAGES/file-roller.mo share/locale/ca/LC_MESSAGES/file-roller.mo
share/locale/cs/LC_MESSAGES/file-roller.mo
share/locale/da/LC_MESSAGES/file-roller.mo
share/locale/de/LC_MESSAGES/file-roller.mo share/locale/de/LC_MESSAGES/file-roller.mo
share/locale/el/LC_MESSAGES/file-roller.mo
share/locale/es/LC_MESSAGES/file-roller.mo share/locale/es/LC_MESSAGES/file-roller.mo
share/locale/et/LC_MESSAGES/file-roller.mo
share/locale/fi/LC_MESSAGES/file-roller.mo
share/locale/fr/LC_MESSAGES/file-roller.mo share/locale/fr/LC_MESSAGES/file-roller.mo
share/locale/hi/LC_MESSAGES/file-roller.mo
share/locale/hu/LC_MESSAGES/file-roller.mo
share/locale/it/LC_MESSAGES/file-roller.mo share/locale/it/LC_MESSAGES/file-roller.mo
share/locale/ja/LC_MESSAGES/file-roller.mo share/locale/ja/LC_MESSAGES/file-roller.mo
share/locale/ko/LC_MESSAGES/file-roller.mo share/locale/ko/LC_MESSAGES/file-roller.mo
share/locale/lv/LC_MESSAGES/file-roller.mo
share/locale/mk/LC_MESSAGES/file-roller.mo
share/locale/mn/LC_MESSAGES/file-roller.mo
share/locale/ms/LC_MESSAGES/file-roller.mo share/locale/ms/LC_MESSAGES/file-roller.mo
share/locale/nl/LC_MESSAGES/file-roller.mo share/locale/nl/LC_MESSAGES/file-roller.mo
share/locale/no/LC_MESSAGES/file-roller.mo share/locale/no/LC_MESSAGES/file-roller.mo
share/locale/pl/LC_MESSAGES/file-roller.mo share/locale/pl/LC_MESSAGES/file-roller.mo
share/locale/pt/LC_MESSAGES/file-roller.mo
share/locale/pt_BR/LC_MESSAGES/file-roller.mo share/locale/pt_BR/LC_MESSAGES/file-roller.mo
share/locale/ro/LC_MESSAGES/file-roller.mo share/locale/ro/LC_MESSAGES/file-roller.mo
share/locale/ru/LC_MESSAGES/file-roller.mo share/locale/ru/LC_MESSAGES/file-roller.mo
share/locale/sk/LC_MESSAGES/file-roller.mo
share/locale/sl/LC_MESSAGES/file-roller.mo
share/locale/sq/LC_MESSAGES/file-roller.mo
share/locale/sv/LC_MESSAGES/file-roller.mo share/locale/sv/LC_MESSAGES/file-roller.mo
share/locale/uk/LC_MESSAGES/file-roller.mo
share/locale/vi/LC_MESSAGES/file-roller.mo share/locale/vi/LC_MESSAGES/file-roller.mo
share/locale/zh_CN/LC_MESSAGES/file-roller.mo
@dirrm share/gnome/omf/file-roller @dirrm share/gnome/omf/file-roller
@dirrm share/gnome/help/file-roller/ru/figures @dirrm share/gnome/help/file-roller/ru/figures
@dirrm share/gnome/help/file-roller/ru @dirrm share/gnome/help/file-roller/ru
@dirrm share/gnome/help/file-roller/C/figures @dirrm share/gnome/help/file-roller/C/figures
@dirrm share/gnome/help/file-roller/C @dirrm share/gnome/help/file-roller/C
@dirrm share/gnome/help/file-roller @dirrm share/gnome/help/file-roller
@dirrm share/gnome/file-roller/scripts
@dirrm share/gnome/file-roller/glade @dirrm share/gnome/file-roller/glade
@dirrm share/gnome/file-roller @dirrm share/gnome/file-roller
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/file-roller/ui
@ -72,3 +87,5 @@ share/locale/vi/LC_MESSAGES/file-roller.mo
@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/listing @dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/listing
@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/general @dirrm etc/gconf/gconf.xml.defaults/apps/file-roller/general
@dirrm etc/gconf/gconf.xml.defaults/apps/file-roller @dirrm etc/gconf/gconf.xml.defaults/apps/file-roller
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-ru.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/file-roller/file-roller-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,18 +6,19 @@
# #
PORTNAME= gnomemedia2 PORTNAME= gnomemedia2
PORTVERSION= 2.0.3 PORTVERSION= 2.2.1.1
CATEGORIES= audio gnome CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.0 MASTER_SITE_SUBDIR= sources/gnome-media/2.2
DISTNAME= gnome-media-${PORTVERSION} DISTNAME= gnome-media-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
gailutil.17:${PORTSDIR}/x11-toolkits/gail gailutil.17:${PORTSDIR}/x11-toolkits/gail \
gstplay-0.6.0:${PORTSDIR}/multimedia/gstreamer-plugins
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes

View file

@ -1 +1 @@
MD5 (gnome2/gnome-media-2.0.3.tar.bz2) = a39abb3c2f49d09d21c57b6ee6e5d0ff MD5 (gnome2/gnome-media-2.2.1.1.tar.bz2) = 64ec57dd4dce68e2f1ad12c3e46121cb

View file

@ -1,5 +1,5 @@
--- gmix/gmix.c.orig Tue May 7 00:43:15 2002 --- gmix/gmix.c.orig Tue Oct 8 19:40:43 2002
+++ gmix/gmix.c Tue May 7 00:47:38 2002 +++ gmix/gmix.c Fri Oct 11 09:20:13 2002
@@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
#ifdef HAVE_LINUX_SOUNDCARD_H #ifdef HAVE_LINUX_SOUNDCARD_H
#include <linux/soundcard.h> #include <linux/soundcard.h>
@ -9,21 +9,7 @@
#endif #endif
#endif #endif
@@ -569,12 +569,7 @@ @@ -722,6 +722,7 @@
/*
* open the mixer-device
*/
- if (num == 0) {
- sprintf (device_name, "/dev/mixer");
- } else {
- sprintf (device_name, "/dev/mixer%i", num);
- }
-
+ sprintf(device_name, "/dev/mixer%i", num);
new_device->fd = open (device_name, O_RDWR, 0);
if (new_device->fd < 0) {
@@ -689,6 +684,7 @@
cnt = 0; cnt = 0;
devices = NULL; devices = NULL;
@ -31,7 +17,7 @@
device_by_name = g_hash_table_new (g_str_hash, g_str_equal); device_by_name = g_hash_table_new (g_str_hash, g_str_equal);
do { do {
@@ -697,9 +693,8 @@ @@ -730,9 +731,8 @@
devices = g_list_append (devices, new_device); devices = g_list_append (devices, new_device);
g_hash_table_insert (device_by_name, new_device->info.name, new_device); g_hash_table_insert (device_by_name, new_device->info.name, new_device);
} }

View file

@ -1,6 +1,6 @@
--- configure.orig Tue May 7 01:02:03 2002 --- configure.orig Thu Jan 23 17:55:03 2003
+++ configure Tue May 7 01:04:35 2002 +++ configure Tue Feb 4 20:31:01 2003
@@ -7978,6 +7978,7 @@ @@ -8336,6 +8336,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

View file

@ -2,14 +2,17 @@ bin/cddb-slave2-properties
bin/gnome-cd bin/gnome-cd
bin/gnome-sound-recorder bin/gnome-sound-recorder
bin/gnome-volume-control bin/gnome-volume-control
bin/gstreamer-properties
bin/vumeter bin/vumeter
etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2/%gconf.xml etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-cd/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-cd/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/system-state/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-volume-control/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-volume-control/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/system-state/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control/%gconf.xml
etc/gconf/schemas/CDDB-Slave2.schemas etc/gconf/schemas/CDDB-Slave2.schemas
etc/gconf/schemas/gnome-cd.schemas etc/gconf/schemas/gnome-cd.schemas
@ -28,6 +31,9 @@ share/gnome/applications/gnome-volume-control.desktop
share/gnome/applications/reclevel.desktop share/gnome/applications/reclevel.desktop
share/gnome/applications/vumeter.desktop share/gnome/applications/vumeter.desktop
share/gnome/control-center-2.0/capplets/cddb-slave.desktop share/gnome/control-center-2.0/capplets/cddb-slave.desktop
share/gnome/gnome-media-2.0/icons/gstreamer-properties.png
share/gnome/gnome-media-2.0/interfaces/gstreamer-properties.glade
share/gnome/gnome-sound-recorder/ui/gsr.xml
share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png
share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png
share/gnome/help/gnome-cd/C/figures/cdplayer_window.png share/gnome/help/gnome-cd/C/figures/cdplayer_window.png
@ -45,82 +51,40 @@ share/gnome/help/gnome-cd/C/figures/rewind_button.png
share/gnome/help/gnome-cd/C/figures/stop_button.png share/gnome/help/gnome-cd/C/figures/stop_button.png
share/gnome/help/gnome-cd/C/gnome-cd.xml share/gnome/help/gnome-cd/C/gnome-cd.xml
share/gnome/help/gnome-cd/C/legal.xml share/gnome/help/gnome-cd/C/legal.xml
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-path.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-play.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-rec.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-sound.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-ui.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/C/legal.xml
share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png
share/gnome/help/gnome-volume-control/C/figures/gmix.png share/gnome/help/gnome-volume-control/C/figures/gmix.png
share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/C/legal.xml share/gnome/help/gnome-volume-control/C/legal.xml
share/gnome/help/grecord/C/figures/grecord-prefs-path.png
share/gnome/help/grecord/C/figures/grecord-prefs-play.png
share/gnome/help/grecord/C/figures/grecord-prefs-rec.png
share/gnome/help/grecord/C/figures/grecord-prefs-sound.png
share/gnome/help/grecord/C/figures/grecord-prefs-ui.png
share/gnome/help/grecord/C/figures/grecord.png
share/gnome/help/grecord/C/figures/grecord_window.png
share/gnome/help/grecord/C/grecord.xml
share/gnome/help/grecord/C/legal.xml
share/gnome/idl/GNOME_Media_CDDBSlave2.idl share/gnome/idl/GNOME_Media_CDDBSlave2.idl
share/gnome/omf/gnome-media/gnome-cd-C.omf share/gnome/omf/gnome-media/gnome-cd-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-media/gnome-volume-control-C.omf share/gnome/omf/gnome-media/gnome-volume-control-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-volume-control-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-media/grecord-C.omf share/gnome/omf/gnome-media/grecord-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-C.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/gnome-cd.png share/gnome/pixmaps/gnome-cd.png
share/gnome/pixmaps/gnome-cd/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/a-eject-pressed.png
share/gnome/pixmaps/gnome-cd/a-eject.png
share/gnome/pixmaps/gnome-cd/a-first-menu.png
share/gnome/pixmaps/gnome-cd/a-first-pressed.png
share/gnome/pixmaps/gnome-cd/a-first.png
share/gnome/pixmaps/gnome-cd/a-fwd-pressed.png
share/gnome/pixmaps/gnome-cd/a-fwd.png
share/gnome/pixmaps/gnome-cd/a-last-menu.png
share/gnome/pixmaps/gnome-cd/a-last-pressed.png
share/gnome/pixmaps/gnome-cd/a-last.png
share/gnome/pixmaps/gnome-cd/a-pause-pressed.png
share/gnome/pixmaps/gnome-cd/a-pause.png
share/gnome/pixmaps/gnome-cd/a-play-menu.png
share/gnome/pixmaps/gnome-cd/a-play-pressed.png
share/gnome/pixmaps/gnome-cd/a-play.png
share/gnome/pixmaps/gnome-cd/a-rwnd-pressed.png
share/gnome/pixmaps/gnome-cd/a-rwnd.png
share/gnome/pixmaps/gnome-cd/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/a-stop-pressed.png
share/gnome/pixmaps/gnome-cd/a-stop.png
share/gnome/pixmaps/gnome-cd/back.xpm
share/gnome/pixmaps/gnome-cd/cd.png share/gnome/pixmaps/gnome-cd/cd.png
share/gnome/pixmaps/gnome-cd/cdrom.xpm
share/gnome/pixmaps/gnome-cd/disc.png share/gnome/pixmaps/gnome-cd/disc.png
share/gnome/pixmaps/gnome-cd/eject.xpm
share/gnome/pixmaps/gnome-cd/ffwd.xpm
share/gnome/pixmaps/gnome-cd/goto.xpm
share/gnome/pixmaps/gnome-cd/media-eject.png share/gnome/pixmaps/gnome-cd/media-eject.png
share/gnome/pixmaps/gnome-cd/media-fwd.png share/gnome/pixmaps/gnome-cd/media-ffwd.png
share/gnome/pixmaps/gnome-cd/media-next.png share/gnome/pixmaps/gnome-cd/media-next.png
share/gnome/pixmaps/gnome-cd/media-pause.png share/gnome/pixmaps/gnome-cd/media-pause.png
share/gnome/pixmaps/gnome-cd/media-play.png share/gnome/pixmaps/gnome-cd/media-play.png
share/gnome/pixmaps/gnome-cd/media-prev.png share/gnome/pixmaps/gnome-cd/media-prev.png
share/gnome/pixmaps/gnome-cd/media-rec.png share/gnome/pixmaps/gnome-cd/media-record.png
share/gnome/pixmaps/gnome-cd/media-rew.png share/gnome/pixmaps/gnome-cd/media-rewind.png
share/gnome/pixmaps/gnome-cd/media-stop.png share/gnome/pixmaps/gnome-cd/media-stop.png
share/gnome/pixmaps/gnome-cd/mixer.png
share/gnome/pixmaps/gnome-cd/next.xpm
share/gnome/pixmaps/gnome-cd/once.png share/gnome/pixmaps/gnome-cd/once.png
share/gnome/pixmaps/gnome-cd/pause.xpm
share/gnome/pixmaps/gnome-cd/play.xpm
share/gnome/pixmaps/gnome-cd/repeat.png share/gnome/pixmaps/gnome-cd/repeat.png
share/gnome/pixmaps/gnome-cd/rewind.xpm
share/gnome/pixmaps/gnome-cd/stop.xpm
share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-first-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-first.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-fwd.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-last-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-last.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-pause.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-play-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-play.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-rwnd.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop.png
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png
@ -131,22 +95,9 @@ share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png
share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png
share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png
share/gnome/pixmaps/gnome-cd/themes/lcd/top.png share/gnome/pixmaps/gnome-cd/themes/lcd/top.png
share/gnome/pixmaps/gnome-cd/themes/media/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-first-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-last-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-play-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png
share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png
share/gnome/pixmaps/gnome-cd/themes/media/bottom.png share/gnome/pixmaps/gnome-cd/themes/media/bottom.png
share/gnome/pixmaps/gnome-cd/themes/media/media-eject.png
share/gnome/pixmaps/gnome-cd/themes/media/media-fwd.png
share/gnome/pixmaps/gnome-cd/themes/media/media-next.png
share/gnome/pixmaps/gnome-cd/themes/media/media-pause.png
share/gnome/pixmaps/gnome-cd/themes/media/media-play.png
share/gnome/pixmaps/gnome-cd/themes/media/media-prev.png
share/gnome/pixmaps/gnome-cd/themes/media/media-rew.png
share/gnome/pixmaps/gnome-cd/themes/media/media-stop.png
share/gnome/pixmaps/gnome-cd/themes/media/media.theme share/gnome/pixmaps/gnome-cd/themes/media/media.theme
share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png
share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png
@ -154,19 +105,6 @@ share/gnome/pixmaps/gnome-cd/themes/media/middle.png
share/gnome/pixmaps/gnome-cd/themes/media/top-left.png share/gnome/pixmaps/gnome-cd/themes/media/top-left.png
share/gnome/pixmaps/gnome-cd/themes/media/top-right.png share/gnome/pixmaps/gnome-cd/themes/media/top-right.png
share/gnome/pixmaps/gnome-cd/themes/media/top.png share/gnome/pixmaps/gnome-cd/themes/media/top.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-eject.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-fwd.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-pause.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-rwnd.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png
@ -178,7 +116,6 @@ share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png
share/gnome/pixmaps/gnome-cd/track.png share/gnome/pixmaps/gnome-cd/track.png
share/gnome/pixmaps/gnome-cd/volume.xpm
share/gnome/pixmaps/gnome-grecord.png share/gnome/pixmaps/gnome-grecord.png
share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png
share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-rec.png share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-rec.png
@ -186,6 +123,7 @@ share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-stop.png
share/gnome/pixmaps/gnome-mixer.png share/gnome/pixmaps/gnome-mixer.png
share/gnome/pixmaps/gnome-reclevel.png share/gnome/pixmaps/gnome-reclevel.png
share/gnome/pixmaps/gnome-vumeter.png share/gnome/pixmaps/gnome-vumeter.png
share/gnome/pixmaps/gstreamer-properties.png
share/locale/am/LC_MESSAGES/gnome-media-2.0.mo share/locale/am/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo
share/locale/az/LC_MESSAGES/gnome-media-2.0.mo share/locale/az/LC_MESSAGES/gnome-media-2.0.mo
@ -204,12 +142,15 @@ share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo
share/locale/he/LC_MESSAGES/gnome-media-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo
share/locale/it/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/ja/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo
share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo
share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo
share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo
share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo
share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo
@ -221,6 +162,7 @@ share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo
share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo
share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo
@ -235,20 +177,27 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd @dirrm share/gnome/pixmaps/gnome-cd/themes/lcd
@dirrm share/gnome/pixmaps/gnome-cd/themes @dirrm share/gnome/pixmaps/gnome-cd/themes
@dirrm share/gnome/pixmaps/gnome-cd @dirrm share/gnome/pixmaps/gnome-cd
@dirrm share/gnome/help/grecord/C/figures @dirrm share/gnome/gnome-sound-recorder/ui
@dirrm share/gnome/help/grecord/C @dirrm share/gnome/gnome-sound-recorder
@dirrm share/gnome/help/grecord
@dirrm share/gnome/help/gnome-volume-control/C/figures @dirrm share/gnome/help/gnome-volume-control/C/figures
@dirrm share/gnome/help/gnome-volume-control/C @dirrm share/gnome/help/gnome-volume-control/C
@dirrm share/gnome/help/gnome-volume-control @dirrm share/gnome/help/gnome-volume-control
@dirrm share/gnome/help/gnome-sound-recorder/C/figures
@dirrm share/gnome/help/gnome-sound-recorder/C
@dirrm share/gnome/help/gnome-sound-recorder
@dirrm share/gnome/help/gnome-cd/C/figures @dirrm share/gnome/help/gnome-cd/C/figures
@dirrm share/gnome/help/gnome-cd/C @dirrm share/gnome/help/gnome-cd/C
@dirrm share/gnome/help/gnome-cd @dirrm share/gnome/help/gnome-cd
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/system-state
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2 @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-volume-control @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-volume-control
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/system-state
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-cd @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-cd
@dirrm etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2 @dirrm etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-volume-control-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,18 +6,19 @@
# #
PORTNAME= gnomemedia2 PORTNAME= gnomemedia2
PORTVERSION= 2.0.3 PORTVERSION= 2.2.1.1
CATEGORIES= audio gnome CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.0 MASTER_SITE_SUBDIR= sources/gnome-media/2.2
DISTNAME= gnome-media-${PORTVERSION} DISTNAME= gnome-media-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
gailutil.17:${PORTSDIR}/x11-toolkits/gail gailutil.17:${PORTSDIR}/x11-toolkits/gail \
gstplay-0.6.0:${PORTSDIR}/multimedia/gstreamer-plugins
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes

View file

@ -1 +1 @@
MD5 (gnome2/gnome-media-2.0.3.tar.bz2) = a39abb3c2f49d09d21c57b6ee6e5d0ff MD5 (gnome2/gnome-media-2.2.1.1.tar.bz2) = 64ec57dd4dce68e2f1ad12c3e46121cb

View file

@ -1,5 +1,5 @@
--- gmix/gmix.c.orig Tue May 7 00:43:15 2002 --- gmix/gmix.c.orig Tue Oct 8 19:40:43 2002
+++ gmix/gmix.c Tue May 7 00:47:38 2002 +++ gmix/gmix.c Fri Oct 11 09:20:13 2002
@@ -60,7 +60,7 @@ @@ -60,7 +60,7 @@
#ifdef HAVE_LINUX_SOUNDCARD_H #ifdef HAVE_LINUX_SOUNDCARD_H
#include <linux/soundcard.h> #include <linux/soundcard.h>
@ -9,21 +9,7 @@
#endif #endif
#endif #endif
@@ -569,12 +569,7 @@ @@ -722,6 +722,7 @@
/*
* open the mixer-device
*/
- if (num == 0) {
- sprintf (device_name, "/dev/mixer");
- } else {
- sprintf (device_name, "/dev/mixer%i", num);
- }
-
+ sprintf(device_name, "/dev/mixer%i", num);
new_device->fd = open (device_name, O_RDWR, 0);
if (new_device->fd < 0) {
@@ -689,6 +684,7 @@
cnt = 0; cnt = 0;
devices = NULL; devices = NULL;
@ -31,7 +17,7 @@
device_by_name = g_hash_table_new (g_str_hash, g_str_equal); device_by_name = g_hash_table_new (g_str_hash, g_str_equal);
do { do {
@@ -697,9 +693,8 @@ @@ -730,9 +731,8 @@
devices = g_list_append (devices, new_device); devices = g_list_append (devices, new_device);
g_hash_table_insert (device_by_name, new_device->info.name, new_device); g_hash_table_insert (device_by_name, new_device->info.name, new_device);
} }

View file

@ -1,6 +1,6 @@
--- configure.orig Tue May 7 01:02:03 2002 --- configure.orig Thu Jan 23 17:55:03 2003
+++ configure Tue May 7 01:04:35 2002 +++ configure Tue Feb 4 20:31:01 2003
@@ -7978,6 +7978,7 @@ @@ -8336,6 +8336,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"

View file

@ -2,14 +2,17 @@ bin/cddb-slave2-properties
bin/gnome-cd bin/gnome-cd
bin/gnome-sound-recorder bin/gnome-sound-recorder
bin/gnome-volume-control bin/gnome-volume-control
bin/gstreamer-properties
bin/vumeter bin/vumeter
etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2/%gconf.xml etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-cd/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-cd/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/system-state/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-volume-control/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-volume-control/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/system-state/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control/%gconf.xml
etc/gconf/schemas/CDDB-Slave2.schemas etc/gconf/schemas/CDDB-Slave2.schemas
etc/gconf/schemas/gnome-cd.schemas etc/gconf/schemas/gnome-cd.schemas
@ -28,6 +31,9 @@ share/gnome/applications/gnome-volume-control.desktop
share/gnome/applications/reclevel.desktop share/gnome/applications/reclevel.desktop
share/gnome/applications/vumeter.desktop share/gnome/applications/vumeter.desktop
share/gnome/control-center-2.0/capplets/cddb-slave.desktop share/gnome/control-center-2.0/capplets/cddb-slave.desktop
share/gnome/gnome-media-2.0/icons/gstreamer-properties.png
share/gnome/gnome-media-2.0/interfaces/gstreamer-properties.glade
share/gnome/gnome-sound-recorder/ui/gsr.xml
share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_button.png
share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png share/gnome/help/gnome-cd/C/figures/cdplayer_trackeditor_window.png
share/gnome/help/gnome-cd/C/figures/cdplayer_window.png share/gnome/help/gnome-cd/C/figures/cdplayer_window.png
@ -45,82 +51,40 @@ share/gnome/help/gnome-cd/C/figures/rewind_button.png
share/gnome/help/gnome-cd/C/figures/stop_button.png share/gnome/help/gnome-cd/C/figures/stop_button.png
share/gnome/help/gnome-cd/C/gnome-cd.xml share/gnome/help/gnome-cd/C/gnome-cd.xml
share/gnome/help/gnome-cd/C/legal.xml share/gnome/help/gnome-cd/C/legal.xml
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-path.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-play.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-rec.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-sound.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord-prefs-ui.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord.png
share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png
share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml
share/gnome/help/gnome-sound-recorder/C/legal.xml
share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png share/gnome/help/gnome-volume-control/C/figures/gmix-prefs.png
share/gnome/help/gnome-volume-control/C/figures/gmix.png share/gnome/help/gnome-volume-control/C/figures/gmix.png
share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml
share/gnome/help/gnome-volume-control/C/legal.xml share/gnome/help/gnome-volume-control/C/legal.xml
share/gnome/help/grecord/C/figures/grecord-prefs-path.png
share/gnome/help/grecord/C/figures/grecord-prefs-play.png
share/gnome/help/grecord/C/figures/grecord-prefs-rec.png
share/gnome/help/grecord/C/figures/grecord-prefs-sound.png
share/gnome/help/grecord/C/figures/grecord-prefs-ui.png
share/gnome/help/grecord/C/figures/grecord.png
share/gnome/help/grecord/C/figures/grecord_window.png
share/gnome/help/grecord/C/grecord.xml
share/gnome/help/grecord/C/legal.xml
share/gnome/idl/GNOME_Media_CDDBSlave2.idl share/gnome/idl/GNOME_Media_CDDBSlave2.idl
share/gnome/omf/gnome-media/gnome-cd-C.omf share/gnome/omf/gnome-media/gnome-cd-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-cd-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-media/gnome-volume-control-C.omf share/gnome/omf/gnome-media/gnome-volume-control-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/gnome-volume-control-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-media/grecord-C.omf share/gnome/omf/gnome-media/grecord-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-media/grecord-C.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/gnome-cd.png share/gnome/pixmaps/gnome-cd.png
share/gnome/pixmaps/gnome-cd/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/a-eject-pressed.png
share/gnome/pixmaps/gnome-cd/a-eject.png
share/gnome/pixmaps/gnome-cd/a-first-menu.png
share/gnome/pixmaps/gnome-cd/a-first-pressed.png
share/gnome/pixmaps/gnome-cd/a-first.png
share/gnome/pixmaps/gnome-cd/a-fwd-pressed.png
share/gnome/pixmaps/gnome-cd/a-fwd.png
share/gnome/pixmaps/gnome-cd/a-last-menu.png
share/gnome/pixmaps/gnome-cd/a-last-pressed.png
share/gnome/pixmaps/gnome-cd/a-last.png
share/gnome/pixmaps/gnome-cd/a-pause-pressed.png
share/gnome/pixmaps/gnome-cd/a-pause.png
share/gnome/pixmaps/gnome-cd/a-play-menu.png
share/gnome/pixmaps/gnome-cd/a-play-pressed.png
share/gnome/pixmaps/gnome-cd/a-play.png
share/gnome/pixmaps/gnome-cd/a-rwnd-pressed.png
share/gnome/pixmaps/gnome-cd/a-rwnd.png
share/gnome/pixmaps/gnome-cd/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/a-stop-pressed.png
share/gnome/pixmaps/gnome-cd/a-stop.png
share/gnome/pixmaps/gnome-cd/back.xpm
share/gnome/pixmaps/gnome-cd/cd.png share/gnome/pixmaps/gnome-cd/cd.png
share/gnome/pixmaps/gnome-cd/cdrom.xpm
share/gnome/pixmaps/gnome-cd/disc.png share/gnome/pixmaps/gnome-cd/disc.png
share/gnome/pixmaps/gnome-cd/eject.xpm
share/gnome/pixmaps/gnome-cd/ffwd.xpm
share/gnome/pixmaps/gnome-cd/goto.xpm
share/gnome/pixmaps/gnome-cd/media-eject.png share/gnome/pixmaps/gnome-cd/media-eject.png
share/gnome/pixmaps/gnome-cd/media-fwd.png share/gnome/pixmaps/gnome-cd/media-ffwd.png
share/gnome/pixmaps/gnome-cd/media-next.png share/gnome/pixmaps/gnome-cd/media-next.png
share/gnome/pixmaps/gnome-cd/media-pause.png share/gnome/pixmaps/gnome-cd/media-pause.png
share/gnome/pixmaps/gnome-cd/media-play.png share/gnome/pixmaps/gnome-cd/media-play.png
share/gnome/pixmaps/gnome-cd/media-prev.png share/gnome/pixmaps/gnome-cd/media-prev.png
share/gnome/pixmaps/gnome-cd/media-rec.png share/gnome/pixmaps/gnome-cd/media-record.png
share/gnome/pixmaps/gnome-cd/media-rew.png share/gnome/pixmaps/gnome-cd/media-rewind.png
share/gnome/pixmaps/gnome-cd/media-stop.png share/gnome/pixmaps/gnome-cd/media-stop.png
share/gnome/pixmaps/gnome-cd/mixer.png
share/gnome/pixmaps/gnome-cd/next.xpm
share/gnome/pixmaps/gnome-cd/once.png share/gnome/pixmaps/gnome-cd/once.png
share/gnome/pixmaps/gnome-cd/pause.xpm
share/gnome/pixmaps/gnome-cd/play.xpm
share/gnome/pixmaps/gnome-cd/repeat.png share/gnome/pixmaps/gnome-cd/repeat.png
share/gnome/pixmaps/gnome-cd/rewind.xpm
share/gnome/pixmaps/gnome-cd/stop.xpm
share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-eject.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-first-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-first.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-fwd.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-last-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-last.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-pause.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-play-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-play.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-rwnd.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/themes/lcd/a-stop.png
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-left.png
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png share/gnome/pixmaps/gnome-cd/themes/lcd/bottom-right.png
share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png share/gnome/pixmaps/gnome-cd/themes/lcd/bottom.png
@ -131,22 +95,9 @@ share/gnome/pixmaps/gnome-cd/themes/lcd/middle.png
share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png share/gnome/pixmaps/gnome-cd/themes/lcd/top-left.png
share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png share/gnome/pixmaps/gnome-cd/themes/lcd/top-right.png
share/gnome/pixmaps/gnome-cd/themes/lcd/top.png share/gnome/pixmaps/gnome-cd/themes/lcd/top.png
share/gnome/pixmaps/gnome-cd/themes/media/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-first-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-last-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-play-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png share/gnome/pixmaps/gnome-cd/themes/media/bottom-left.png
share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png share/gnome/pixmaps/gnome-cd/themes/media/bottom-right.png
share/gnome/pixmaps/gnome-cd/themes/media/bottom.png share/gnome/pixmaps/gnome-cd/themes/media/bottom.png
share/gnome/pixmaps/gnome-cd/themes/media/media-eject.png
share/gnome/pixmaps/gnome-cd/themes/media/media-fwd.png
share/gnome/pixmaps/gnome-cd/themes/media/media-next.png
share/gnome/pixmaps/gnome-cd/themes/media/media-pause.png
share/gnome/pixmaps/gnome-cd/themes/media/media-play.png
share/gnome/pixmaps/gnome-cd/themes/media/media-prev.png
share/gnome/pixmaps/gnome-cd/themes/media/media-rew.png
share/gnome/pixmaps/gnome-cd/themes/media/media-stop.png
share/gnome/pixmaps/gnome-cd/themes/media/media.theme share/gnome/pixmaps/gnome-cd/themes/media/media.theme
share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png share/gnome/pixmaps/gnome-cd/themes/media/middle-left.png
share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png share/gnome/pixmaps/gnome-cd/themes/media/middle-right.png
@ -154,19 +105,6 @@ share/gnome/pixmaps/gnome-cd/themes/media/middle.png
share/gnome/pixmaps/gnome-cd/themes/media/top-left.png share/gnome/pixmaps/gnome-cd/themes/media/top-left.png
share/gnome/pixmaps/gnome-cd/themes/media/top-right.png share/gnome/pixmaps/gnome-cd/themes/media/top-right.png
share/gnome/pixmaps/gnome-cd/themes/media/top.png share/gnome/pixmaps/gnome-cd/themes/media/top.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-eject-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-eject.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-first.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-fwd.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-last.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-pause.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-play.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-rwnd.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop-menu.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/a-stop.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-left.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom-right.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/bottom.png
@ -178,7 +116,6 @@ share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-left.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/top-right.png
share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png share/gnome/pixmaps/gnome-cd/themes/red-lcd/top.png
share/gnome/pixmaps/gnome-cd/track.png share/gnome/pixmaps/gnome-cd/track.png
share/gnome/pixmaps/gnome-cd/volume.xpm
share/gnome/pixmaps/gnome-grecord.png share/gnome/pixmaps/gnome-grecord.png
share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-play.png
share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-rec.png share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-rec.png
@ -186,6 +123,7 @@ share/gnome/pixmaps/gnome-media/gnome-sound-recorder/media-stop.png
share/gnome/pixmaps/gnome-mixer.png share/gnome/pixmaps/gnome-mixer.png
share/gnome/pixmaps/gnome-reclevel.png share/gnome/pixmaps/gnome-reclevel.png
share/gnome/pixmaps/gnome-vumeter.png share/gnome/pixmaps/gnome-vumeter.png
share/gnome/pixmaps/gstreamer-properties.png
share/locale/am/LC_MESSAGES/gnome-media-2.0.mo share/locale/am/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo
share/locale/az/LC_MESSAGES/gnome-media-2.0.mo share/locale/az/LC_MESSAGES/gnome-media-2.0.mo
@ -204,12 +142,15 @@ share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo
share/locale/he/LC_MESSAGES/gnome-media-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo
share/locale/it/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/ja/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo
share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo
share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo
share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo
share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo share/locale/nl/LC_MESSAGES/gnome-media-2.0.mo
share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo share/locale/nn/LC_MESSAGES/gnome-media-2.0.mo
@ -221,6 +162,7 @@ share/locale/ro/LC_MESSAGES/gnome-media-2.0.mo
share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo share/locale/ru/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo share/locale/sk/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo share/locale/sl/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sq/LC_MESSAGES/gnome-media-2.0.mo
share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo share/locale/sv/LC_MESSAGES/gnome-media-2.0.mo
share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo share/locale/tr/LC_MESSAGES/gnome-media-2.0.mo
share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo
@ -235,20 +177,27 @@ share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
@dirrm share/gnome/pixmaps/gnome-cd/themes/lcd @dirrm share/gnome/pixmaps/gnome-cd/themes/lcd
@dirrm share/gnome/pixmaps/gnome-cd/themes @dirrm share/gnome/pixmaps/gnome-cd/themes
@dirrm share/gnome/pixmaps/gnome-cd @dirrm share/gnome/pixmaps/gnome-cd
@dirrm share/gnome/help/grecord/C/figures @dirrm share/gnome/gnome-sound-recorder/ui
@dirrm share/gnome/help/grecord/C @dirrm share/gnome/gnome-sound-recorder
@dirrm share/gnome/help/grecord
@dirrm share/gnome/help/gnome-volume-control/C/figures @dirrm share/gnome/help/gnome-volume-control/C/figures
@dirrm share/gnome/help/gnome-volume-control/C @dirrm share/gnome/help/gnome-volume-control/C
@dirrm share/gnome/help/gnome-volume-control @dirrm share/gnome/help/gnome-volume-control
@dirrm share/gnome/help/gnome-sound-recorder/C/figures
@dirrm share/gnome/help/gnome-sound-recorder/C
@dirrm share/gnome/help/gnome-sound-recorder
@dirrm share/gnome/help/gnome-cd/C/figures @dirrm share/gnome/help/gnome-cd/C/figures
@dirrm share/gnome/help/gnome-cd/C @dirrm share/gnome/help/gnome-cd/C
@dirrm share/gnome/help/gnome-cd @dirrm share/gnome/help/gnome-cd
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-volume-control
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder/system-state
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-sound-recorder
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-cd
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2 @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/CDDB-Slave2
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-volume-control @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-volume-control
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder/system-state
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-sound-recorder
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-cd @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-cd
@dirrm etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2 @dirrm etc/gconf/gconf.xml.defaults/apps/CDDB-Slave2
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-cd-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/gnome-volume-control-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-media/grecord-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,10 +6,10 @@
# #
PORTNAME= libgda2 PORTNAME= libgda2
PORTVERSION= 0.9.0 PORTVERSION= 0.10.0
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.9 MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.10
DISTNAME= libgda-${PORTVERSION} DISTNAME= libgda-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
glib-2.0.0:${PORTSDIR}/devel/glib20 \ glib-2.0.200:${PORTSDIR}/devel/glib20 \
xslt.1:${PORTSDIR}/textproc/libxslt \ xslt.1:${PORTSDIR}/textproc/libxslt \
popt.0:${PORTSDIR}/devel/popt popt.0:${PORTSDIR}/devel/popt
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
@ -29,18 +29,20 @@ USE_REINPLACE= yes
USE_GNOMENG= yes USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomehier USE_GNOME= gnomeprefix gnomehack gnomehier
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_LIBTOOL= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= gda-config-tool.1 MAN1= gda-config-tool.1
MAN5= gda-config.5
.if defined(WITH_MYSQL) .if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
PLIST_SUB= MYSQL="" PLIST_SUB= MYSQL=""
.else .else
CONFIGURE_ARGS+= --without-mysql
PLIST_SUB= MYSQL="@comment " PLIST_SUB= MYSQL="@comment "
.endif .endif
@ -50,9 +52,19 @@ LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
PLIST_SUB+= POSTGRES="" PLIST_SUB+= POSTGRES=""
.else .else
CONFIGURE_ARGS+= --without-postgres
PLIST_SUB+= POSTGRES="@comment " PLIST_SUB+= POSTGRES="@comment "
.endif .endif
.if defined(WITH_LDAP)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP=""
.else
CONFIGURE_ARGS+= --without-ldap
PLIST_SUB+= LDAP="@comment "
.endif
pre-extract: pre-extract:
.if !defined(WITH_MYSQL) .if !defined(WITH_MYSQL)
@${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL."
@ -60,6 +72,9 @@ pre-extract:
.if !defined(WITH_POSTGRES) .if !defined(WITH_POSTGRES)
@${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES." @${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES."
.endif .endif
.if !defined(WITH_LDAP)
@${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP."
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \

View file

@ -1 +1 @@
MD5 (gnome2/libgda-0.9.0.tar.bz2) = 2d6599ba594b359a286f8f05c791b702 MD5 (gnome2/libgda-0.10.0.tar.bz2) = 7d8ab6091d7a90e4b92fe6d123e6ae88

View file

@ -1,11 +1,11 @@
--- Makefile.in.orig Fri Jul 26 16:09:57 2002 --- Makefile.in.orig Thu Feb 6 23:01:24 2003
+++ Makefile.in Fri Jul 26 16:10:46 2002 +++ Makefile.in Thu Feb 6 23:01:54 2003
@@ -155,7 +155,7 @@ @@ -164,7 +164,7 @@
YACC = @YACC@ YACC = @YACC@
cxxflags_set = @cxxflags_set@ cxxflags_set = @cxxflags_set@
-SUBDIRS = po idl libsql libgda providers report tools testing data doc -SUBDIRS = po libsql libgda providers report tools testing data doc
+SUBDIRS = po idl libsql libgda providers report tools data doc +SUBDIRS = po libsql libgda providers report tools data doc
EXTRA_DIST = COPYING libgda.spec.in libgda.pc.in intltool-extract.in intltool-merge.in intltool-update.in EXTRA_DIST = COPYING libgda.spec intltool-extract.in intltool-merge.in intltool-update.in

View file

@ -1,18 +1,15 @@
--- ltmain.sh.orig Fri Sep 13 15:38:11 2002
$FreeBSD$ +++ ltmain.sh Fri Oct 11 01:44:24 2002
@@ -1073,8 +1073,16 @@
--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
+++ ltmain.sh Sun Feb 3 01:44:17 2002
@@ -1037,8 +1037,16 @@
continue continue
;; ;;
+ -pthread) + -pthread)
+ compile_command="$compile_command -pthread" + compile_command="$compile_command -pthread"
+ finalize_command="$finalize_command -pthread" + finalize_command="$finalize_command -pthread"
+ compiler_flags="$compiler_flags -pthread" + compiler_flags="$compiler_flags -pthread"
+ continue + continue
+ ;; + ;;
+ +
-module) -module)
module=yes module=yes
@ -20,17 +17,17 @@ $FreeBSD$
continue continue
;; ;;
@@ -2412,6 +2420,9 @@ @@ -2502,6 +2510,9 @@
*-*-netbsd*) *-*-openbsd*)
# Don't link with libc until the a.out ld.so is fixed. # Do not include libc due to us having libc/libc_r.
;; ;;
+ *-*-freebsd*) + *-*-freebsd*)
+ # FreeBSD doesn't need this... + # FreeBSD doesn't need this...
+ ;; + ;;
*) *)
# Add libc to deplibs on all other systems if necessary. # Add libc to deplibs on all other systems if necessary.
if test "$build_libtool_need_lc" = "yes"; then if test $build_libtool_need_lc = "yes"; then
@@ -4179,10 +4190,12 @@ @@ -4286,10 +4297,12 @@
fi fi
# Install the pseudo-library for information purposes. # Install the pseudo-library for information purposes.

View file

@ -1,8 +1,20 @@
bin/gda-config-tool bin/gda-config-tool
bin/gda-report-test
bin/gda-run bin/gda-run
etc/libgda/config etc/libgda/config
include/libgda-report/gda-report-document.h include/libgda-report/gda-report-document.h
include/libgda-report/gda-report-item-detail.h
include/libgda-report/gda-report-item-label.h
include/libgda-report/gda-report-item-pagefooter.h
include/libgda-report/gda-report-item-pageheader.h
include/libgda-report/gda-report-item-repfield.h
include/libgda-report/gda-report-item-report.h
include/libgda-report/gda-report-item-reportfooter.h
include/libgda-report/gda-report-item-reportheader.h
include/libgda-report/gda-report-item-sqlquery.h
include/libgda-report/gda-report-item.h
include/libgda-report/gda-report-types.h include/libgda-report/gda-report-types.h
include/libgda-report/gda-report-valid.h
include/libgda-report/gda-report.h include/libgda-report/gda-report.h
include/libgda/gda-client.h include/libgda/gda-client.h
include/libgda/gda-command.h include/libgda/gda-command.h
@ -61,10 +73,14 @@ lib/libgdasql.a
lib/libgdasql.so lib/libgdasql.so
lib/libgdasql.so.0 lib/libgdasql.so.0
lib/libgda/providers/libgda-default.so lib/libgda/providers/libgda-default.so
%%LDAP%%lib/libgda/providers/libgda-ldap.so
%%MYSQL%%lib/libgda/providers/libgda-mysql.so %%MYSQL%%lib/libgda/providers/libgda-mysql.so
%%POSTGRES%%lib/libgda/providers/libgda-postgres.so %%POSTGRES%%lib/libgda/providers/libgda-postgres.so
libdata/pkgconfig/libgda.pc libdata/pkgconfig/libgda.pc
share/doc/libgda/architecture.html share/doc/libgda/architecture.html
share/doc/libgda/c680.html
share/doc/libgda/c685.html
share/doc/libgda/c687.html
share/doc/libgda/c689.html share/doc/libgda/c689.html
share/doc/libgda/compiling.html share/doc/libgda/compiling.html
share/doc/libgda/connecting.html share/doc/libgda/connecting.html
@ -150,11 +166,18 @@ share/doc/libgda/migration-configuration.html
share/doc/libgda/migration-executing-commands.html share/doc/libgda/migration-executing-commands.html
share/doc/libgda/migration.html share/doc/libgda/migration.html
share/doc/libgda/processing-queries.html share/doc/libgda/processing-queries.html
share/doc/libgda/x849.html
share/doc/libgda/x851.html
share/doc/libgda/x853.html share/doc/libgda/x853.html
share/doc/libgda/x878.html
share/doc/libgda/x880.html
share/doc/libgda/x882.html share/doc/libgda/x882.html
share/doc/libgda/x883.html
share/doc/libgda/x885.html
share/doc/libgda/x887.html share/doc/libgda/x887.html
share/gnome/idl/libgda/GNOME_Database.idl share/gnome/libgda/xml/gda-report.dtd
share/gnome/libgda/dtd/gda-report.dtd share/gnome/libgda/xml/gda-xml-query.dtd
share/gnome/libgda/xml/gda-xml-query.xsl
share/gnome/omf/libgda/libgda-C.omf share/gnome/omf/libgda/libgda-C.omf
share/locale/az/LC_MESSAGES/libgda-2.mo share/locale/az/LC_MESSAGES/libgda-2.mo
share/locale/ca/LC_MESSAGES/libgda-2.mo share/locale/ca/LC_MESSAGES/libgda-2.mo
@ -186,9 +209,8 @@ share/locale/uk/LC_MESSAGES/libgda-2.mo
share/locale/vi/LC_MESSAGES/libgda-2.mo share/locale/vi/LC_MESSAGES/libgda-2.mo
share/locale/zh_CN/LC_MESSAGES/libgda-2.mo share/locale/zh_CN/LC_MESSAGES/libgda-2.mo
@dirrm share/gnome/omf/libgda @dirrm share/gnome/omf/libgda
@dirrm share/gnome/libgda/dtd @dirrm share/gnome/libgda/xml
@dirrm share/gnome/libgda @dirrm share/gnome/libgda
@dirrm share/gnome/idl/libgda
@dirrm lib/libgda/providers @dirrm lib/libgda/providers
@dirrm lib/libgda @dirrm lib/libgda
@dirrm include/libgda/sql @dirrm include/libgda/sql

View file

@ -6,10 +6,10 @@
# #
PORTNAME= libgda2 PORTNAME= libgda2
PORTVERSION= 0.9.0 PORTVERSION= 0.10.0
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.9 MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.10
DISTNAME= libgda-${PORTVERSION} DISTNAME= libgda-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
glib-2.0.0:${PORTSDIR}/devel/glib20 \ glib-2.0.200:${PORTSDIR}/devel/glib20 \
xslt.1:${PORTSDIR}/textproc/libxslt \ xslt.1:${PORTSDIR}/textproc/libxslt \
popt.0:${PORTSDIR}/devel/popt popt.0:${PORTSDIR}/devel/popt
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
@ -29,18 +29,20 @@ USE_REINPLACE= yes
USE_GNOMENG= yes USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack gnomehier USE_GNOME= gnomeprefix gnomehack gnomehier
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_LIBTOOL= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lintl -lgdbm" LIBS="-L${LOCALBASE}/lib -lintl -lgdbm"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= gda-config-tool.1 MAN1= gda-config-tool.1
MAN5= gda-config.5
.if defined(WITH_MYSQL) .if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
PLIST_SUB= MYSQL="" PLIST_SUB= MYSQL=""
.else .else
CONFIGURE_ARGS+= --without-mysql
PLIST_SUB= MYSQL="@comment " PLIST_SUB= MYSQL="@comment "
.endif .endif
@ -50,9 +52,19 @@ LIB_DEPENDS+= pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} CONFIGURE_ARGS+= --with-postgres=${LOCALBASE}
PLIST_SUB+= POSTGRES="" PLIST_SUB+= POSTGRES=""
.else .else
CONFIGURE_ARGS+= --without-postgres
PLIST_SUB+= POSTGRES="@comment " PLIST_SUB+= POSTGRES="@comment "
.endif .endif
.if defined(WITH_LDAP)
LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap2
CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
PLIST_SUB+= LDAP=""
.else
CONFIGURE_ARGS+= --without-ldap
PLIST_SUB+= LDAP="@comment "
.endif
pre-extract: pre-extract:
.if !defined(WITH_MYSQL) .if !defined(WITH_MYSQL)
@${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL." @${ECHO_MSG} "You can enable support for MySQL databases by defining WITH_MYSQL."
@ -60,6 +72,9 @@ pre-extract:
.if !defined(WITH_POSTGRES) .if !defined(WITH_POSTGRES)
@${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES." @${ECHO_MSG} "You can enable support for Postgres databases by defining WITH_POSTGRES."
.endif .endif
.if !defined(WITH_LDAP)
@${ECHO_MSG} "You can enable support for LDAP databases by defining WITH_LDAP."
.endif
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \

View file

@ -1 +1 @@
MD5 (gnome2/libgda-0.9.0.tar.bz2) = 2d6599ba594b359a286f8f05c791b702 MD5 (gnome2/libgda-0.10.0.tar.bz2) = 7d8ab6091d7a90e4b92fe6d123e6ae88

View file

@ -1,11 +1,11 @@
--- Makefile.in.orig Fri Jul 26 16:09:57 2002 --- Makefile.in.orig Thu Feb 6 23:01:24 2003
+++ Makefile.in Fri Jul 26 16:10:46 2002 +++ Makefile.in Thu Feb 6 23:01:54 2003
@@ -155,7 +155,7 @@ @@ -164,7 +164,7 @@
YACC = @YACC@ YACC = @YACC@
cxxflags_set = @cxxflags_set@ cxxflags_set = @cxxflags_set@
-SUBDIRS = po idl libsql libgda providers report tools testing data doc -SUBDIRS = po libsql libgda providers report tools testing data doc
+SUBDIRS = po idl libsql libgda providers report tools data doc +SUBDIRS = po libsql libgda providers report tools data doc
EXTRA_DIST = COPYING libgda.spec.in libgda.pc.in intltool-extract.in intltool-merge.in intltool-update.in EXTRA_DIST = COPYING libgda.spec intltool-extract.in intltool-merge.in intltool-update.in

View file

@ -0,0 +1,42 @@
--- ltmain.sh.orig Fri Sep 13 15:38:11 2002
+++ ltmain.sh Fri Oct 11 01:44:24 2002
@@ -1073,8 +1073,16 @@
continue
;;
+ -pthread)
+ compile_command="$compile_command -pthread"
+ finalize_command="$finalize_command -pthread"
+ compiler_flags="$compiler_flags -pthread"
+ continue
+ ;;
+
-module)
module=yes
+ build_old_libs=no
continue
;;
@@ -2502,6 +2510,9 @@
*-*-openbsd*)
# Do not include libc due to us having libc/libc_r.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test $build_libtool_need_lc = "yes"; then
@@ -4286,10 +4297,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View file

@ -1,8 +1,20 @@
bin/gda-config-tool bin/gda-config-tool
bin/gda-report-test
bin/gda-run bin/gda-run
etc/libgda/config etc/libgda/config
include/libgda-report/gda-report-document.h include/libgda-report/gda-report-document.h
include/libgda-report/gda-report-item-detail.h
include/libgda-report/gda-report-item-label.h
include/libgda-report/gda-report-item-pagefooter.h
include/libgda-report/gda-report-item-pageheader.h
include/libgda-report/gda-report-item-repfield.h
include/libgda-report/gda-report-item-report.h
include/libgda-report/gda-report-item-reportfooter.h
include/libgda-report/gda-report-item-reportheader.h
include/libgda-report/gda-report-item-sqlquery.h
include/libgda-report/gda-report-item.h
include/libgda-report/gda-report-types.h include/libgda-report/gda-report-types.h
include/libgda-report/gda-report-valid.h
include/libgda-report/gda-report.h include/libgda-report/gda-report.h
include/libgda/gda-client.h include/libgda/gda-client.h
include/libgda/gda-command.h include/libgda/gda-command.h
@ -61,10 +73,14 @@ lib/libgdasql.a
lib/libgdasql.so lib/libgdasql.so
lib/libgdasql.so.0 lib/libgdasql.so.0
lib/libgda/providers/libgda-default.so lib/libgda/providers/libgda-default.so
%%LDAP%%lib/libgda/providers/libgda-ldap.so
%%MYSQL%%lib/libgda/providers/libgda-mysql.so %%MYSQL%%lib/libgda/providers/libgda-mysql.so
%%POSTGRES%%lib/libgda/providers/libgda-postgres.so %%POSTGRES%%lib/libgda/providers/libgda-postgres.so
libdata/pkgconfig/libgda.pc libdata/pkgconfig/libgda.pc
share/doc/libgda/architecture.html share/doc/libgda/architecture.html
share/doc/libgda/c680.html
share/doc/libgda/c685.html
share/doc/libgda/c687.html
share/doc/libgda/c689.html share/doc/libgda/c689.html
share/doc/libgda/compiling.html share/doc/libgda/compiling.html
share/doc/libgda/connecting.html share/doc/libgda/connecting.html
@ -150,11 +166,18 @@ share/doc/libgda/migration-configuration.html
share/doc/libgda/migration-executing-commands.html share/doc/libgda/migration-executing-commands.html
share/doc/libgda/migration.html share/doc/libgda/migration.html
share/doc/libgda/processing-queries.html share/doc/libgda/processing-queries.html
share/doc/libgda/x849.html
share/doc/libgda/x851.html
share/doc/libgda/x853.html share/doc/libgda/x853.html
share/doc/libgda/x878.html
share/doc/libgda/x880.html
share/doc/libgda/x882.html share/doc/libgda/x882.html
share/doc/libgda/x883.html
share/doc/libgda/x885.html
share/doc/libgda/x887.html share/doc/libgda/x887.html
share/gnome/idl/libgda/GNOME_Database.idl share/gnome/libgda/xml/gda-report.dtd
share/gnome/libgda/dtd/gda-report.dtd share/gnome/libgda/xml/gda-xml-query.dtd
share/gnome/libgda/xml/gda-xml-query.xsl
share/gnome/omf/libgda/libgda-C.omf share/gnome/omf/libgda/libgda-C.omf
share/locale/az/LC_MESSAGES/libgda-2.mo share/locale/az/LC_MESSAGES/libgda-2.mo
share/locale/ca/LC_MESSAGES/libgda-2.mo share/locale/ca/LC_MESSAGES/libgda-2.mo
@ -186,9 +209,8 @@ share/locale/uk/LC_MESSAGES/libgda-2.mo
share/locale/vi/LC_MESSAGES/libgda-2.mo share/locale/vi/LC_MESSAGES/libgda-2.mo
share/locale/zh_CN/LC_MESSAGES/libgda-2.mo share/locale/zh_CN/LC_MESSAGES/libgda-2.mo
@dirrm share/gnome/omf/libgda @dirrm share/gnome/omf/libgda
@dirrm share/gnome/libgda/dtd @dirrm share/gnome/libgda/xml
@dirrm share/gnome/libgda @dirrm share/gnome/libgda
@dirrm share/gnome/idl/libgda
@dirrm lib/libgda/providers @dirrm lib/libgda/providers
@dirrm lib/libgda @dirrm lib/libgda
@dirrm include/libgda/sql @dirrm include/libgda/sql

View file

@ -6,15 +6,15 @@
# #
PORTNAME= libgnomedb PORTNAME= libgnomedb
PORTVERSION= 0.9.0 PORTVERSION= 0.10.0
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libgnomedb/0.9 MASTER_SITE_SUBDIR= sources/libgnomedb/0.10
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
gda-2.1:${PORTSDIR}/databases/libgda2 gda-2.1:${PORTSDIR}/databases/libgda2
USE_BZIP2= yes USE_BZIP2= yes

View file

@ -1 +1 @@
MD5 (gnome2/libgnomedb-0.9.0.tar.bz2) = 1bd321a1c15a0922c9efc87742e9c081 MD5 (gnome2/libgnomedb-0.10.0.tar.bz2) = edbc2fdc604694f8bd43b479f8805b91

View file

@ -1,9 +1,9 @@
bin/gnome-database-properties bin/gnome-database-properties
etc/gconf/gconf.xml.defaults/apps/gnome-db/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-db/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-db/Shell/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-db/Editor/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-db/UI/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-db/UI/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/Shell/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/Editor/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/UI/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/UI/%gconf.xml
etc/gconf/schemas/libgnomedb.schemas etc/gconf/schemas/libgnomedb.schemas
etc/gnome-vfs-2.0/modules/database-module.conf etc/gnome-vfs-2.0/modules/database-module.conf
@ -17,18 +17,19 @@ include/libgnomedb/gnome-db-control.h
include/libgnomedb/gnome-db-data-source-selector.h include/libgnomedb/gnome-db-data-source-selector.h
include/libgnomedb/gnome-db-dsn-config-druid.h include/libgnomedb/gnome-db-dsn-config-druid.h
include/libgnomedb/gnome-db-dsn-config.h include/libgnomedb/gnome-db-dsn-config.h
include/libgnomedb/gnome-db-editor.h
include/libgnomedb/gnome-db-error-dialog.h include/libgnomedb/gnome-db-error-dialog.h
include/libgnomedb/gnome-db-error.h include/libgnomedb/gnome-db-error.h
include/libgnomedb/gnome-db-form.h include/libgnomedb/gnome-db-form.h
include/libgnomedb/gnome-db-gray-bar.h include/libgnomedb/gnome-db-gray-bar.h
include/libgnomedb/gnome-db-grid.h include/libgnomedb/gnome-db-grid.h
include/libgnomedb/gnome-db-icon-list.h
include/libgnomedb/gnome-db-list.h include/libgnomedb/gnome-db-list.h
include/libgnomedb/gnome-db-login-dialog.h include/libgnomedb/gnome-db-login-dialog.h
include/libgnomedb/gnome-db-login.h include/libgnomedb/gnome-db-login.h
include/libgnomedb/gnome-db-model.h include/libgnomedb/gnome-db-model.h
include/libgnomedb/gnome-db-provider-selector.h include/libgnomedb/gnome-db-provider-selector.h
include/libgnomedb/gnome-db-report-editor.h include/libgnomedb/gnome-db-report-editor.h
include/libgnomedb/gnome-db-sql-editor.h
include/libgnomedb/gnome-db-stock.h include/libgnomedb/gnome-db-stock.h
include/libgnomedb/gnome-db-table-editor.h include/libgnomedb/gnome-db-table-editor.h
include/libgnomedb/gnome-db-util.h include/libgnomedb/gnome-db-util.h
@ -73,11 +74,13 @@ share/doc/libgnomedb/libgnomedb-gnomedbcontrolwidget.html
share/doc/libgnomedb/libgnomedb-gnomedbdatasourceselector.html share/doc/libgnomedb/libgnomedb-gnomedbdatasourceselector.html
share/doc/libgnomedb/libgnomedb-gnomedbdsnconfig.html share/doc/libgnomedb/libgnomedb-gnomedbdsnconfig.html
share/doc/libgnomedb/libgnomedb-gnomedbdsnconfigdruid.html share/doc/libgnomedb/libgnomedb-gnomedbdsnconfigdruid.html
share/doc/libgnomedb/libgnomedb-gnomedbeditor.html
share/doc/libgnomedb/libgnomedb-gnomedberror.html share/doc/libgnomedb/libgnomedb-gnomedberror.html
share/doc/libgnomedb/libgnomedb-gnomedberrordialog.html share/doc/libgnomedb/libgnomedb-gnomedberrordialog.html
share/doc/libgnomedb/libgnomedb-gnomedbform.html share/doc/libgnomedb/libgnomedb-gnomedbform.html
share/doc/libgnomedb/libgnomedb-gnomedbgraybar.html share/doc/libgnomedb/libgnomedb-gnomedbgraybar.html
share/doc/libgnomedb/libgnomedb-gnomedbgrid.html share/doc/libgnomedb/libgnomedb-gnomedbgrid.html
share/doc/libgnomedb/libgnomedb-gnomedbiconlist.html
share/doc/libgnomedb/libgnomedb-gnomedblist.html share/doc/libgnomedb/libgnomedb-gnomedblist.html
share/doc/libgnomedb/libgnomedb-gnomedblogin.html share/doc/libgnomedb/libgnomedb-gnomedblogin.html
share/doc/libgnomedb/libgnomedb-gnomedblogindialog.html share/doc/libgnomedb/libgnomedb-gnomedblogindialog.html
@ -101,6 +104,7 @@ share/gnome/pixmaps/libgnomedb/gnome-db-database_24x24.png
share/gnome/pixmaps/libgnomedb/gnome-db-designer_24x24.png share/gnome/pixmaps/libgnomedb/gnome-db-designer_24x24.png
share/gnome/pixmaps/libgnomedb/gnome-db-disconnect_24x24.png share/gnome/pixmaps/libgnomedb/gnome-db-disconnect_24x24.png
share/gnome/pixmaps/libgnomedb/gnome-db-indexes_16x16.png share/gnome/pixmaps/libgnomedb/gnome-db-indexes_16x16.png
share/gnome/pixmaps/libgnomedb/gnome-db-no-transaction_24x24.png
share/gnome/pixmaps/libgnomedb/gnome-db-procedures_16x16.png share/gnome/pixmaps/libgnomedb/gnome-db-procedures_16x16.png
share/gnome/pixmaps/libgnomedb/gnome-db-procedures_24x24.png share/gnome/pixmaps/libgnomedb/gnome-db-procedures_24x24.png
share/gnome/pixmaps/libgnomedb/gnome-db-query_16x16.png share/gnome/pixmaps/libgnomedb/gnome-db-query_16x16.png
@ -116,6 +120,7 @@ share/gnome/pixmaps/libgnomedb/gnome-db-triggers_16x16.png
share/gnome/pixmaps/libgnomedb/gnome-db-types_16x16.png share/gnome/pixmaps/libgnomedb/gnome-db-types_16x16.png
share/gnome/pixmaps/libgnomedb/gnome-db-types_24x24.png share/gnome/pixmaps/libgnomedb/gnome-db-types_24x24.png
share/gnome/pixmaps/libgnomedb/gnome-db-views_16x16.png share/gnome/pixmaps/libgnomedb/gnome-db-views_16x16.png
share/gnome/pixmaps/libgnomedb/gnome-db-within-transaction_24x24.png
share/gnome/pixmaps/libgnomedb/gnome-db.png share/gnome/pixmaps/libgnomedb/gnome-db.png
share/locale/az/LC_MESSAGES/libgnomedb-2.mo share/locale/az/LC_MESSAGES/libgnomedb-2.mo
share/locale/be/LC_MESSAGES/libgnomedb-2.mo share/locale/be/LC_MESSAGES/libgnomedb-2.mo
@ -154,8 +159,8 @@ share/locale/zh_TW/LC_MESSAGES/libgnomedb-2.mo
@dirrm share/doc/libgnomedb @dirrm share/doc/libgnomedb
@dirrm include/libgnomedb @dirrm include/libgnomedb
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/UI @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/UI
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/Shell @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db/Editor
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-db
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-db/UI @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-db/UI
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-db/Shell @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-db/Editor
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-db @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-db

View file

@ -6,16 +6,16 @@
# #
PORTNAME= mergeant PORTNAME= mergeant
PORTVERSION= 0.9.0 PORTVERSION= 0.10.0
CATEGORIES= databases gnome CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.9 MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomedb-2.1:${PORTSDIR}/databases/libgnomedb \ LIB_DEPENDS= gnomedb-2.1:${PORTSDIR}/databases/libgnomedb \
gnomeprintui-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes

View file

@ -1 +1 @@
MD5 (gnome2/mergeant-0.9.0.tar.bz2) = 4f821d296ac4d53ca7111242b70455ab MD5 (gnome2/mergeant-0.10.0.tar.bz2) = 2e8b98332288d07a5e1cbdfd0a828f2f

View file

@ -1,6 +1,6 @@
--- configure.orig Mon Sep 9 17:46:33 2002 --- configure.orig Mon Jan 27 20:50:17 2003
+++ configure Sun Sep 15 02:43:36 2002 +++ configure Fri Feb 7 01:02:04 2003
@@ -7596,6 +7596,7 @@ @@ -7948,6 +7948,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -8,7 +8,7 @@
# Always use our own libtool. # Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -10065,13 +10066,13 @@ @@ -9405,13 +9406,13 @@
MERGEANT_Pixmapdir=${datadir}/pixmaps/${PACKAGE} MERGEANT_Pixmapdir=${datadir}/pixmaps/${PACKAGE}
@ -19,8 +19,8 @@
MERGEANT_Plugdir=${datadir}/${PACKAGE}/plugins MERGEANT_Plugdir=${datadir}/${PACKAGE}/plugins
-MERGEANT_Helpdir=${datadir}/doc/${PACKAGE} -MERGEANT_Helpdir=${datadir}/gnome/help/${PACKAGE}
+MERGEANT_Helpdir=${prefix}/share/doc/${PACKAGE} +MERGEANT_Helpdir=${datadir}/help/${PACKAGE}

View file

@ -1,12 +1,16 @@
bin/mergeant bin/mergeant
share/doc/mergeant/C/topic.dat share/gnome/application-registry/mergeant.applications
share/gnome/applications/mergeant.desktop share/gnome/applications/mergeant.desktop
share/gnome/help/mergeant/C/topic.dat
share/gnome/mergeant/dtd/mergeant.dtd share/gnome/mergeant/dtd/mergeant.dtd
share/gnome/mergeant/plugins/libPnetaddr.so share/gnome/mergeant/plugins/libPnetaddr.so
share/gnome/mergeant/plugins/libPpicts.so share/gnome/mergeant/plugins/libPpicts.so
share/gnome/mergeant/plugins/libPsample.so share/gnome/mergeant/plugins/libPsample.so
share/gnome/mime-info/mergeant.keys
share/gnome/mime-info/mergeant.mime
share/gnome/omf/mergeant/mergeant-C.omf share/gnome/omf/mergeant/mergeant-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/mergeant/mergeant-C.omf 2>/dev/null || /usr/bin/true @exec scrollkeeper-install -q %D/share/gnome/omf/mergeant/mergeant-C.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/document-icons/gnome-application-x-mergeant.png
share/gnome/pixmaps/mergeant/mergeant.png share/gnome/pixmaps/mergeant/mergeant.png
share/gnome/pixmaps/mergeant/mergeant_connect.png share/gnome/pixmaps/mergeant/mergeant_connect.png
share/gnome/pixmaps/mergeant/mergeant_connect_small.png share/gnome/pixmaps/mergeant/mergeant_connect_small.png
@ -19,6 +23,9 @@ share/gnome/pixmaps/mergeant/mergeant_rels.png
share/gnome/pixmaps/mergeant/mergeant_rels_small.png share/gnome/pixmaps/mergeant/mergeant_rels_small.png
share/gnome/pixmaps/mergeant/mergeant_sequences.png share/gnome/pixmaps/mergeant/mergeant_sequences.png
share/gnome/pixmaps/mergeant/mergeant_tables.png share/gnome/pixmaps/mergeant/mergeant_tables.png
share/gnome/pixmaps/mergeant/query-view-query_16x16.png
share/gnome/pixmaps/mergeant/query-view-table_16x16.png
share/gnome/pixmaps/mergeant/query-view-view_16x16.png
share/locale/cs/LC_MESSAGES/mergeant.mo share/locale/cs/LC_MESSAGES/mergeant.mo
share/locale/da/LC_MESSAGES/mergeant.mo share/locale/da/LC_MESSAGES/mergeant.mo
share/locale/de/LC_MESSAGES/mergeant.mo share/locale/de/LC_MESSAGES/mergeant.mo
@ -26,6 +33,8 @@ share/locale/es/LC_MESSAGES/mergeant.mo
share/locale/fr/LC_MESSAGES/mergeant.mo share/locale/fr/LC_MESSAGES/mergeant.mo
share/locale/it/LC_MESSAGES/mergeant.mo share/locale/it/LC_MESSAGES/mergeant.mo
share/locale/ms/LC_MESSAGES/mergeant.mo share/locale/ms/LC_MESSAGES/mergeant.mo
share/locale/nl/LC_MESSAGES/mergeant.mo
share/locale/no/LC_MESSAGES/mergeant.mo
share/locale/pl/LC_MESSAGES/mergeant.mo share/locale/pl/LC_MESSAGES/mergeant.mo
share/locale/pt_BR/LC_MESSAGES/mergeant.mo share/locale/pt_BR/LC_MESSAGES/mergeant.mo
share/locale/ru/LC_MESSAGES/mergeant.mo share/locale/ru/LC_MESSAGES/mergeant.mo
@ -38,8 +47,8 @@ share/locale/vi/LC_MESSAGES/mergeant.mo
@dirrm share/gnome/mergeant/plugins @dirrm share/gnome/mergeant/plugins
@dirrm share/gnome/mergeant/dtd @dirrm share/gnome/mergeant/dtd
@dirrm share/gnome/mergeant @dirrm share/gnome/mergeant
@dirrm share/doc/mergeant/C/stylesheet-images @dirrm share/gnome/help/mergeant/C/stylesheet-images
@dirrm share/doc/mergeant/C/images @dirrm share/gnome/help/mergeant/C/images
@dirrm share/doc/mergeant/C @dirrm share/gnome/help/mergeant/C
@dirrm share/doc/mergeant @dirrm share/gnome/help/mergeant
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/mergeant/mergeant-C.omf 2>/dev/null || /usr/bin/true @unexec scrollkeeper-uninstall -q %D/share/gnome/omf/mergeant/mergeant-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,11 +6,11 @@
# #
PORTNAME= gnomeutils2 PORTNAME= gnomeutils2
PORTVERSION= 2.0.7 PORTVERSION= 2.2.0.3
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= misc gnome CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-utils/2.0 MASTER_SITE_SUBDIR= sources/gnome-utils/2.2
DISTNAME= gnome-utils-${PORTVERSION} DISTNAME= gnome-utils-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -29,9 +29,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= archive-generator.1 gnome-calculator.1 \ MAN1= gnome-calculator.1 \
gnome-character-map.1 gnome-dictionary.1 \ gnome-character-map.1 gnome-dictionary.1 \
gnome-search-tool.1 gnome-system-log.1 gnome-search-tool.1 gnome-system-log.1 gdialog.1
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \

View file

@ -1 +1 @@
MD5 (gnome2/gnome-utils-2.0.7.tar.bz2) = 84751dc1ccf07c1dd19746404f7dee88 MD5 (gnome2/gnome-utils-2.2.0.3.tar.bz2) = cef6a3be39d160cf5e2a371293044f7f

View file

@ -1,6 +1,6 @@
--- configure.orig Mon Jan 13 06:31:59 2003 --- configure.orig Mon Nov 25 09:25:29 2002
+++ configure Mon Jan 13 19:40:06 2003 +++ configure Tue Nov 26 16:04:42 2002
@@ -10323,7 +10323,7 @@ @@ -10347,7 +10347,7 @@
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF

View file

@ -1,15 +1,17 @@
bin/archive-generator bin/gdialog
bin/gnome-calculator bin/gnome-calculator
bin/gnome-character-map bin/gnome-character-map
bin/gnome-dictionary bin/gnome-dictionary
bin/gnome-search-tool bin/gnome-search-tool
bin/gnome-system-log bin/gnome-system-log
etc/gconf/gconf.xml.defaults/apps/gnome-dictionary/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-dictionary/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-system-log/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-system-log/%gconf.xml
etc/gconf/schemas/logview.schemas
etc/gconf/schemas/gdict.schemas etc/gconf/schemas/gdict.schemas
libdata/bonobo/servers/GNOME_GDictApplet.server libdata/bonobo/servers/GNOME_GDictApplet.server
libexec/gdict-applet libexec/gdict-applet
share/gnome/applications/archive-generator.desktop
share/gnome/applications/gnome-calculator.desktop share/gnome/applications/gnome-calculator.desktop
share/gnome/applications/gnome-character-map.desktop share/gnome/applications/gnome-character-map.desktop
share/gnome/applications/gnome-dictionary.desktop share/gnome/applications/gnome-dictionary.desktop
@ -19,43 +21,42 @@ share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml
share/gnome/gnome-system-log/gnome-system-log-actions.db 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-descript.db
share/gnome/gnome-system-log/gnome-system-log-regexp.db share/gnome/gnome-system-log/gnome-system-log-regexp.db
share/gnome/help/archive-generator/C/archive-generator.xml share/gnome/help/gdialog/C/figures/example-dialog.png
share/gnome/help/archive-generator/C/figures/archive-generator-contents.png share/gnome/help/gdialog/C/figures/gdialog-msgbox.png
share/gnome/help/archive-generator/C/figures/archive-generator.png share/gnome/help/gdialog/C/figures/gdialog-yesno.png
share/gnome/help/archive-generator/C/legal.xml share/gnome/help/gdialog/C/gdialog.xml
share/gnome/help/gdialog/C/legal.xml
share/gnome/help/gnome-calculator/C/figures/gcalc_window.png share/gnome/help/gnome-calculator/C/figures/gcalc_window.png
share/gnome/help/gnome-calculator/C/gnome-calculator.xml share/gnome/help/gnome-calculator/C/gnome-calculator.xml
share/gnome/help/gnome-calculator/C/legal.xml share/gnome/help/gnome-calculator/C/legal.xml
share/gnome/help/gnome-character-map/C/figures/gnome-character-map.png share/gnome/help/gnome-character-map/C/figures/gnome-character-map.png
share/gnome/help/gnome-character-map/C/gnome-character-map.xml share/gnome/help/gnome-character-map/C/gnome-character-map.xml
share/gnome/help/gnome-character-map/C/legal.xml share/gnome/help/gnome-character-map/C/legal.xml
share/gnome/help/gnome-dictionary/C/figures/gdict-find.png
share/gnome/help/gnome-dictionary/C/figures/gdict-main.png
share/gnome/help/gnome-dictionary/C/figures/gdict-prefs.png
share/gnome/help/gnome-dictionary/C/figures/gdict-soundex.png
share/gnome/help/gnome-dictionary/C/figures/gdict-spell.png
share/gnome/help/gnome-dictionary/C/figures/gdict_applet.png 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/gdict_window.png
share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/C/legal.xml share/gnome/help/gnome-dictionary/C/legal.xml
share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/C/figures/gsearchtool_advanced.png
share/gnome/help/gnome-search-tool/C/figures/gsearchtool_simple.png
share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml 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/C/legal.xml
share/gnome/help/gnome-system-log/C/figures/syslog_window.png 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/gnome-system-log.xml
share/gnome/help/gnome-system-log/C/legal.xml share/gnome/help/gnome-system-log/C/legal.xml
share/gnome/omf/gnome-utils/archive-generator-C.omf share/gnome/omf/gnome-utils/gdialog-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdialog-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-calculator-C.omf share/gnome/omf/gnome-utils/gnome-calculator-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-calculator-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-character-map-C.omf share/gnome/omf/gnome-utils/gnome-character-map-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-character-map-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-dictionary-C.omf share/gnome/omf/gnome-utils/gnome-dictionary-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-dictionary-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-search-tool-C.omf share/gnome/omf/gnome-utils/gnome-search-tool-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-search-tool-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-system-log-C.omf share/gnome/omf/gnome-utils/gnome-system-log-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-system-log-C.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/gdict.png share/gnome/pixmaps/gdict.png
share/gnome/pixmaps/gnome-character-map.png share/gnome/pixmaps/gnome-character-map.png
share/gnome/pixmaps/gnome-searchtool.png share/gnome/pixmaps/gnome-searchtool.png
share/gnome/pixmaps/gnome-system-log/logview.xpm
share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo
@ -74,12 +75,15 @@ share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/it/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/ja/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/lt/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/lv/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo
@ -115,9 +119,14 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-calculator/C/figures @dirrm share/gnome/help/gnome-calculator/C/figures
@dirrm share/gnome/help/gnome-calculator/C @dirrm share/gnome/help/gnome-calculator/C
@dirrm share/gnome/help/gnome-calculator @dirrm share/gnome/help/gnome-calculator
@dirrm share/gnome/help/archive-generator/C/figures @dirrm share/gnome/help/gdialog/C/figures
@dirrm share/gnome/help/archive-generator/C @dirrm share/gnome/help/gdialog/C
@dirrm share/gnome/help/archive-generator
@dirrm share/gnome/gnome-system-log @dirrm share/gnome/gnome-system-log
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-dictionary @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-dictionary
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdialog-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-calculator-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-character-map-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-dictionary-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-search-tool-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-system-log-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,11 +6,11 @@
# #
PORTNAME= gnomeutils2 PORTNAME= gnomeutils2
PORTVERSION= 2.0.7 PORTVERSION= 2.2.0.3
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= misc gnome CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-utils/2.0 MASTER_SITE_SUBDIR= sources/gnome-utils/2.2
DISTNAME= gnome-utils-${PORTVERSION} DISTNAME= gnome-utils-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -29,9 +29,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= archive-generator.1 gnome-calculator.1 \ MAN1= gnome-calculator.1 \
gnome-character-map.1 gnome-dictionary.1 \ gnome-character-map.1 gnome-dictionary.1 \
gnome-search-tool.1 gnome-system-log.1 gnome-search-tool.1 gnome-system-log.1 gdialog.1
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \

View file

@ -1 +1 @@
MD5 (gnome2/gnome-utils-2.0.7.tar.bz2) = 84751dc1ccf07c1dd19746404f7dee88 MD5 (gnome2/gnome-utils-2.2.0.3.tar.bz2) = cef6a3be39d160cf5e2a371293044f7f

View file

@ -1,6 +1,6 @@
--- configure.orig Mon Jan 13 06:31:59 2003 --- configure.orig Mon Nov 25 09:25:29 2002
+++ configure Mon Jan 13 19:40:06 2003 +++ configure Tue Nov 26 16:04:42 2002
@@ -10323,7 +10323,7 @@ @@ -10347,7 +10347,7 @@
cat >>confdefs.h <<_ACEOF cat >>confdefs.h <<_ACEOF

View file

@ -1,15 +1,17 @@
bin/archive-generator bin/gdialog
bin/gnome-calculator bin/gnome-calculator
bin/gnome-character-map bin/gnome-character-map
bin/gnome-dictionary bin/gnome-dictionary
bin/gnome-search-tool bin/gnome-search-tool
bin/gnome-system-log bin/gnome-system-log
etc/gconf/gconf.xml.defaults/apps/gnome-dictionary/%gconf.xml etc/gconf/gconf.xml.defaults/apps/gnome-dictionary/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/gnome-system-log/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/gnome-system-log/%gconf.xml
etc/gconf/schemas/logview.schemas
etc/gconf/schemas/gdict.schemas etc/gconf/schemas/gdict.schemas
libdata/bonobo/servers/GNOME_GDictApplet.server libdata/bonobo/servers/GNOME_GDictApplet.server
libexec/gdict-applet libexec/gdict-applet
share/gnome/applications/archive-generator.desktop
share/gnome/applications/gnome-calculator.desktop share/gnome/applications/gnome-calculator.desktop
share/gnome/applications/gnome-character-map.desktop share/gnome/applications/gnome-character-map.desktop
share/gnome/applications/gnome-dictionary.desktop share/gnome/applications/gnome-dictionary.desktop
@ -19,43 +21,42 @@ share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml
share/gnome/gnome-system-log/gnome-system-log-actions.db 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-descript.db
share/gnome/gnome-system-log/gnome-system-log-regexp.db share/gnome/gnome-system-log/gnome-system-log-regexp.db
share/gnome/help/archive-generator/C/archive-generator.xml share/gnome/help/gdialog/C/figures/example-dialog.png
share/gnome/help/archive-generator/C/figures/archive-generator-contents.png share/gnome/help/gdialog/C/figures/gdialog-msgbox.png
share/gnome/help/archive-generator/C/figures/archive-generator.png share/gnome/help/gdialog/C/figures/gdialog-yesno.png
share/gnome/help/archive-generator/C/legal.xml share/gnome/help/gdialog/C/gdialog.xml
share/gnome/help/gdialog/C/legal.xml
share/gnome/help/gnome-calculator/C/figures/gcalc_window.png share/gnome/help/gnome-calculator/C/figures/gcalc_window.png
share/gnome/help/gnome-calculator/C/gnome-calculator.xml share/gnome/help/gnome-calculator/C/gnome-calculator.xml
share/gnome/help/gnome-calculator/C/legal.xml share/gnome/help/gnome-calculator/C/legal.xml
share/gnome/help/gnome-character-map/C/figures/gnome-character-map.png share/gnome/help/gnome-character-map/C/figures/gnome-character-map.png
share/gnome/help/gnome-character-map/C/gnome-character-map.xml share/gnome/help/gnome-character-map/C/gnome-character-map.xml
share/gnome/help/gnome-character-map/C/legal.xml share/gnome/help/gnome-character-map/C/legal.xml
share/gnome/help/gnome-dictionary/C/figures/gdict-find.png
share/gnome/help/gnome-dictionary/C/figures/gdict-main.png
share/gnome/help/gnome-dictionary/C/figures/gdict-prefs.png
share/gnome/help/gnome-dictionary/C/figures/gdict-soundex.png
share/gnome/help/gnome-dictionary/C/figures/gdict-spell.png
share/gnome/help/gnome-dictionary/C/figures/gdict_applet.png 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/gdict_window.png
share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/C/legal.xml share/gnome/help/gnome-dictionary/C/legal.xml
share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/C/figures/gsearchtool_advanced.png
share/gnome/help/gnome-search-tool/C/figures/gsearchtool_simple.png
share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml 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/C/legal.xml
share/gnome/help/gnome-system-log/C/figures/syslog_window.png 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/gnome-system-log.xml
share/gnome/help/gnome-system-log/C/legal.xml share/gnome/help/gnome-system-log/C/legal.xml
share/gnome/omf/gnome-utils/archive-generator-C.omf share/gnome/omf/gnome-utils/gdialog-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdialog-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-calculator-C.omf share/gnome/omf/gnome-utils/gnome-calculator-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-calculator-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-character-map-C.omf share/gnome/omf/gnome-utils/gnome-character-map-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-character-map-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-dictionary-C.omf share/gnome/omf/gnome-utils/gnome-dictionary-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-dictionary-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-search-tool-C.omf share/gnome/omf/gnome-utils/gnome-search-tool-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-search-tool-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-system-log-C.omf share/gnome/omf/gnome-utils/gnome-system-log-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-system-log-C.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/gdict.png share/gnome/pixmaps/gdict.png
share/gnome/pixmaps/gnome-character-map.png share/gnome/pixmaps/gnome-character-map.png
share/gnome/pixmaps/gnome-searchtool.png share/gnome/pixmaps/gnome-searchtool.png
share/gnome/pixmaps/gnome-system-log/logview.xpm
share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo
@ -74,12 +75,15 @@ share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/it/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/ja/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/lt/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/lv/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo
@ -115,9 +119,14 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-calculator/C/figures @dirrm share/gnome/help/gnome-calculator/C/figures
@dirrm share/gnome/help/gnome-calculator/C @dirrm share/gnome/help/gnome-calculator/C
@dirrm share/gnome/help/gnome-calculator @dirrm share/gnome/help/gnome-calculator
@dirrm share/gnome/help/archive-generator/C/figures @dirrm share/gnome/help/gdialog/C/figures
@dirrm share/gnome/help/archive-generator/C @dirrm share/gnome/help/gdialog/C
@dirrm share/gnome/help/archive-generator
@dirrm share/gnome/gnome-system-log @dirrm share/gnome/gnome-system-log
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary @dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome-dictionary
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome-dictionary @dirrm etc/gconf/gconf.xml.defaults/apps/gnome-dictionary
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdialog-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-calculator-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-character-map-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-dictionary-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-search-tool-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-system-log-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,10 +6,10 @@
# #
PORTNAME= ORBit2 PORTNAME= ORBit2
PORTVERSION= 2.4.4 PORTVERSION= 2.6.0
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
@ -23,12 +23,14 @@ USE_GMAKE= yes
USE_REINPLACE= yes USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
USE_GNOMENG= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS= --disable-indent CONFIGURE_ARGS= --disable-indent
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch: post-patch:
@find ${WRKSRC} -type f | xargs ${GREP} -l LINC_THREADSAFE | \ @find ${WRKSRC} -type f | xargs ${GREP} -l LINC_THREADSAFE | \
xargs ${REINPLACE_CMD} -e 's|LINC_THREADSAFE|G_THREADS_ENABLED|g' xargs ${REINPLACE_CMD} -e 's|LINC_THREADSAFE|G_THREADS_ENABLED|g'

View file

@ -1 +1 @@
MD5 (gnome2/ORBit2-2.4.4.tar.bz2) = e487accae11949d606938e2678191f05 MD5 (gnome2/ORBit2-2.6.0.tar.bz2) = c0b26f13f63db89503234d9367962e23

View file

@ -1,8 +1,5 @@
--- Makefile.in.orig Sat Oct 19 15:24:09 2002
$FreeBSD$ +++ Makefile.in Sat Oct 19 15:25:58 2002
--- Makefile.in.orig Mon Jan 28 19:56:23 2002
+++ Makefile.in Wed Feb 13 10:48:08 2002
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
DESTDIR = DESTDIR =
@ -12,7 +9,7 @@ $FreeBSD$
pkgincludedir = $(includedir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = . top_builddir = .
@@ -93,11 +93,10 @@ @@ -97,11 +97,10 @@
STRIP = @STRIP@ STRIP = @STRIP@
VERSION = @VERSION@ VERSION = @VERSION@
WARN_CFLAGS = @WARN_CFLAGS@ WARN_CFLAGS = @WARN_CFLAGS@
@ -25,12 +22,3 @@ $FreeBSD$
bin_SCRIPTS = orbit2-config bin_SCRIPTS = orbit2-config
@@ -107,7 +106,7 @@
m4datadir = $(datadir)/aclocal
m4data_DATA = ORBit2.m4
-pkgconfigdir = $(libdir)/pkgconfig
+pkgconfigdir = $(pkglibdir)
pkgconfig_DATA = ORBit-2.0.pc ORBit-CosNaming-2.0.pc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs

View file

@ -5,6 +5,7 @@ etc/orbit2rc.default
@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi @exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi
include/orbit-2.0/ORBitservices/CosNaming.h include/orbit-2.0/ORBitservices/CosNaming.h
include/orbit-2.0/ORBitservices/CosNaming_impl.h include/orbit-2.0/ORBitservices/CosNaming_impl.h
include/orbit-2.0/orbit-idl/orbit-idl-backend.h
include/orbit-2.0/orbit/GIOP/giop-basics.h include/orbit-2.0/orbit/GIOP/giop-basics.h
include/orbit-2.0/orbit/GIOP/giop-connection.h include/orbit-2.0/orbit/GIOP/giop-connection.h
include/orbit-2.0/orbit/GIOP/giop-endian.h include/orbit-2.0/orbit/GIOP/giop-endian.h
@ -62,6 +63,7 @@ lib/libORBitCosNaming-2.so
lib/libORBitCosNaming-2.so.0 lib/libORBitCosNaming-2.so.0
lib/libname-server-2.a lib/libname-server-2.a
libdata/pkgconfig/ORBit-2.0.pc libdata/pkgconfig/ORBit-2.0.pc
libdata/pkgconfig/ORBit-idl-2.0.pc
libdata/pkgconfig/ORBit-CosNaming-2.0.pc libdata/pkgconfig/ORBit-CosNaming-2.0.pc
share/aclocal/ORBit2.m4 share/aclocal/ORBit2.m4
share/idl/orbit-2.0/CosNaming.idl share/idl/orbit-2.0/CosNaming.idl
@ -73,5 +75,6 @@ share/idl/orbit-2.0/CosNaming.idl
@dirrm include/orbit-2.0/orbit/dynamic @dirrm include/orbit-2.0/orbit/dynamic
@dirrm include/orbit-2.0/orbit/GIOP @dirrm include/orbit-2.0/orbit/GIOP
@dirrm include/orbit-2.0/orbit @dirrm include/orbit-2.0/orbit
@dirrm include/orbit-2.0/orbit-idl
@dirrm include/orbit-2.0/ORBitservices @dirrm include/orbit-2.0/ORBitservices
@dirrm include/orbit-2.0 @dirrm include/orbit-2.0

View file

@ -6,11 +6,11 @@
# #
PORTNAME= atk PORTNAME= atk
PORTVERSION= 1.0.3 PORTVERSION= 1.2.2
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME} \ MASTER_SITES= ${MASTER_SITE_GNOME} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ ftp://ftp.gtk.org/pub/gtk/v2.0/
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2
#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ #MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ # ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
# http://www.ameth.org/gimp/%SUBDIR%/ \ # http://www.ameth.org/gimp/%SUBDIR%/ \
@ -20,19 +20,19 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= glib-2.0.0:${PORTSDIR}/devel/glib20 LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20
USE_BZIP2= yes USE_BZIP2= yes
USE_REINPLACE= yes USE_REINPLACE= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
CONFIGURE_ARGS= --enable-static USE_GNOMENG= yes
USE_GNOME= gnomehack
CONFIGURE_ARGS= --enable-static \
--disable-gtk-doc \
--with-html-dir=${PREFIX}/share/doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \
's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g'
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/atk-1.0.3.tar.bz2) = 9041396017f8207b8aa2bece27eb5ebb MD5 (gnome2/atk-1.2.2.tar.bz2) = 2c42e4322d1a199cdd7479fb1d09879c

View file

@ -1,14 +1,11 @@
--- Makefile.in.orig Fri Nov 8 17:09:46 2002
+++ Makefile.in Fri Nov 8 17:10:22 2002
@@ -116,7 +116,7 @@
atktargetlib = @atktargetlib@
ms_librarian = @ms_librarian@
$FreeBSD$ -SUBDIRS = atk tests docs po
+SUBDIRS = atk docs po
--- Makefile.in.orig Wed Aug 1 20:32:06 2001 EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in atk.spec.in atk.spec atk-zip.sh
+++ Makefile.in Wed Aug 1 20:33:45 2001
@@ -96,7 +96,7 @@
STRIP = @STRIP@
VERSION = @VERSION@
-SUBDIRS = atk tests docs
+SUBDIRS = atk
EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in

View file

@ -0,0 +1,10 @@
--- docs/Makefile.in.orig Fri Jan 24 16:45:09 2003
+++ docs/Makefile.in Fri Jan 24 16:45:09 2003
@@ -274,6 +274,7 @@
dist-hook-local: all-local
@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp
+@ENABLE_GTK_DOC_FALSE@all-local:
#### scan ####

View file

@ -15,6 +15,7 @@ include/atk-1.0/atk/atkobjectfactory.h
include/atk-1.0/atk/atkregistry.h include/atk-1.0/atk/atkregistry.h
include/atk-1.0/atk/atkrelation.h include/atk-1.0/atk/atkrelation.h
include/atk-1.0/atk/atkrelationset.h include/atk-1.0/atk/atkrelationset.h
include/atk-1.0/atk/atkrelationtype.h
include/atk-1.0/atk/atkselection.h include/atk-1.0/atk/atkselection.h
include/atk-1.0/atk/atkstate.h include/atk-1.0/atk/atkstate.h
include/atk-1.0/atk/atkstateset.h include/atk-1.0/atk/atkstateset.h
@ -25,7 +26,59 @@ include/atk-1.0/atk/atkutil.h
include/atk-1.0/atk/atkvalue.h include/atk-1.0/atk/atkvalue.h
lib/libatk-1.0.a lib/libatk-1.0.a
lib/libatk-1.0.so lib/libatk-1.0.so
lib/libatk-1.0.so.0 lib/libatk-1.0.so.200
libdata/pkgconfig/atk.pc libdata/pkgconfig/atk.pc
share/doc/atk/atk-atkstate.html
share/doc/atk/atk.html
share/doc/atk/atkaction.html
share/doc/atk/atkcomponent.html
share/doc/atk/atkdocument.html
share/doc/atk/atkeditabletext.html
share/doc/atk/atkhypertext.html
share/doc/atk/atkimage.html
share/doc/atk/atkgobjectaccessible.html
share/doc/atk/atkhyperlink.html
share/doc/atk/atknoopobject.html
share/doc/atk/atknoopobjectfactory.html
share/doc/atk/atkobject.html
share/doc/atk/atkobjectfactory.html
share/doc/atk/atkregistry.html
share/doc/atk/atkrelation.html
share/doc/atk/atkrelationset.html
share/doc/atk/atkselection.html
share/doc/atk/atkstateset.html
share/doc/atk/atkstreamablecontent.html
share/doc/atk/atktable.html
share/doc/atk/atktext.html
share/doc/atk/atkutil.html
share/doc/atk/atkvalue.html
share/doc/atk/book1.html
share/doc/atk/index.sgml
share/locale/bg/LC_MESSAGES/atk10.mo
share/locale/ca/LC_MESSAGES/atk10.mo
share/locale/cs/LC_MESSAGES/atk10.mo
share/locale/da/LC_MESSAGES/atk10.mo
share/locale/de/LC_MESSAGES/atk10.mo
share/locale/el/LC_MESSAGES/atk10.mo
share/locale/en_GB/LC_MESSAGES/atk10.mo
share/locale/es/LC_MESSAGES/atk10.mo
share/locale/fi/LC_MESSAGES/atk10.mo
share/locale/fr/LC_MESSAGES/atk10.mo
share/locale/he/LC_MESSAGES/atk10.mo
share/locale/hu/LC_MESSAGES/atk10.mo
share/locale/it/LC_MESSAGES/atk10.mo
share/locale/ko/LC_MESSAGES/atk10.mo
share/locale/lv/LC_MESSAGES/atk10.mo
share/locale/ms/LC_MESSAGES/atk10.mo
share/locale/nl/LC_MESSAGES/atk10.mo
share/locale/no/LC_MESSAGES/atk10.mo
share/locale/pl/LC_MESSAGES/atk10.mo
share/locale/ru/LC_MESSAGES/atk10.mo
share/locale/sq/LC_MESSAGES/atk10.mo
share/locale/sv/LC_MESSAGES/atk10.mo
share/locale/uk/LC_MESSAGES/atk10.mo
share/locale/vi/LC_MESSAGES/atk10.mo
share/locale/zh_CN/LC_MESSAGES/atk10.mo
@dirrm share/doc/atk
@dirrm include/atk-1.0/atk @dirrm include/atk-1.0/atk
@dirrm include/atk-1.0 @dirrm include/atk-1.0

View file

@ -6,12 +6,11 @@
# #
PORTNAME= bonobo-activation PORTNAME= bonobo-activation
PORTVERSION= 1.0.4 PORTVERSION= 2.2.1
PORTREVISION= 1
PORTEPOCH= 1 PORTEPOCH= 1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org

View file

@ -1 +1 @@
MD5 (gnome2/bonobo-activation-1.0.4.tar.bz2) = 2b68d7a94d195cbcca15fcb63e55fb6a MD5 (gnome2/bonobo-activation-2.2.1.tar.bz2) = bb7f6875eba86928c9ec072cf8c887da

View file

@ -1,11 +1,11 @@
--- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Nov 8 03:19:52 2002 --- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Oct 18 06:15:11 2002
+++ bonobo-activation/bonobo-activation-fork-server.c Fri Nov 8 03:20:04 2002 +++ bonobo-activation/bonobo-activation-fork-server.c Sat Oct 19 15:35:03 2002
@@ -396,6 +396,8 @@ @@ -364,6 +364,8 @@
} else if ((childpid = fork ())) { } else if ((childpid = fork ())) {
_exit (0); /* de-zombifier process, just exit */ _exit (0); /* de-zombifier process, just exit */
} else { } else {
+ sigprocmask (SIG_SETMASK, &omask, NULL); + sigprocmask (SIG_SETMASK, &omask, NULL);
+ +
if (display) setenv_activation_environment (environment);
bonobo_activation_setenv ("DISPLAY", display);
if (session_manager) if (od_iorstr != NULL) {

View file

@ -1,5 +1,5 @@
--- server/Makefile.in.orig Fri Nov 8 03:18:57 2002 --- server/Makefile.in.orig Sat Oct 19 15:35:36 2002
+++ server/Makefile.in Fri Nov 8 03:19:22 2002 +++ server/Makefile.in Sat Oct 19 15:37:02 2002
@@ -154,7 +154,7 @@ @@ -154,7 +154,7 @@
-I$(top_builddir) \ -I$(top_builddir) \
-I$(top_builddir)/bonobo-activation \ -I$(top_builddir)/bonobo-activation \

View file

@ -1,6 +1,6 @@
--- server/activation-server-main.c.orig Tue Oct 29 05:51:19 2002 --- server/activation-server-main.c.orig Fri Oct 18 06:15:12 2002
+++ server/activation-server-main.c Fri Nov 8 03:21:04 2002 +++ server/activation-server-main.c Sat Nov 9 01:50:36 2002
@@ -131,7 +131,7 @@ @@ -127,7 +127,7 @@
g_string_append (gnome_od_source_dir, g_string_append (gnome_od_source_dir,
gnome_dirs[i]); gnome_dirs[i]);
g_string_append (gnome_od_source_dir, g_string_append (gnome_od_source_dir,

View file

@ -26,61 +26,37 @@ libdata/bonobo/servers/plugin.server
libdata/pkgconfig/bonobo-activation-2.0.pc libdata/pkgconfig/bonobo-activation-2.0.pc
libexec/bonobo-activation-server libexec/bonobo-activation-server
sbin/bonobo-activation-sysconf sbin/bonobo-activation-sysconf
share/doc/bonobo-activation/api-reference.html
share/doc/bonobo-activation/architecture.html
share/doc/bonobo-activation/async-activation.html
share/doc/bonobo-activation/attribute-tag.html
share/doc/bonobo-activation/bonobo-activation-debugging.html
share/doc/bonobo-activation/bonobo-activation-initialization.html
share/doc/bonobo-activation/bonobo-activation-query-and-activation.html
share/doc/bonobo-activation/bonobo-activation-registration.html
share/doc/bonobo-activation/bonobo-activation-utilities.html
share/doc/bonobo-activation/bonobo-activation.png
share/doc/bonobo-activation/checklist.html
share/doc/bonobo-activation/configuring.html
share/doc/bonobo-activation/fdl-section1.html
share/doc/bonobo-activation/fdl-section10.html
share/doc/bonobo-activation/fdl-section2.html
share/doc/bonobo-activation/fdl-section3.html
share/doc/bonobo-activation/fdl-section4.html
share/doc/bonobo-activation/fdl-section5.html
share/doc/bonobo-activation/fdl-section6.html
share/doc/bonobo-activation/fdl-section7.html
share/doc/bonobo-activation/fdl-section8.html
share/doc/bonobo-activation/fdl-section9.html
share/doc/bonobo-activation/fdl-using.html
share/doc/bonobo-activation/fdl.html
share/doc/bonobo-activation/index.html
share/doc/bonobo-activation/index.sgml
share/doc/bonobo-activation/migrating.html
share/doc/bonobo-activation/query-langage.html
share/doc/bonobo-activation/query-syntax.html
share/doc/bonobo-activation/server-arch.html
share/doc/bonobo-activation/server-xml-reference.html
share/doc/bonobo-activation/tutorial.html
share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl
share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl
share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl
share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl
share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl
share/locale/am/LC_MESSAGES/bonobo-activation.mo
share/locale/az/LC_MESSAGES/bonobo-activation.mo share/locale/az/LC_MESSAGES/bonobo-activation.mo
share/locale/ar/LC_MESSAGES/bonobo-activation.mo share/locale/ar/LC_MESSAGES/bonobo-activation.mo
share/locale/be/LC_MESSAGES/bonobo-activation.mo
share/locale/bg/LC_MESSAGES/bonobo-activation.mo share/locale/bg/LC_MESSAGES/bonobo-activation.mo
share/locale/ca/LC_MESSAGES/bonobo-activation.mo share/locale/ca/LC_MESSAGES/bonobo-activation.mo
share/locale/cs/LC_MESSAGES/bonobo-activation.mo
share/locale/da/LC_MESSAGES/bonobo-activation.mo share/locale/da/LC_MESSAGES/bonobo-activation.mo
share/locale/de/LC_MESSAGES/bonobo-activation.mo share/locale/de/LC_MESSAGES/bonobo-activation.mo
share/locale/el/LC_MESSAGES/bonobo-activation.mo share/locale/el/LC_MESSAGES/bonobo-activation.mo
share/locale/es/LC_MESSAGES/bonobo-activation.mo share/locale/es/LC_MESSAGES/bonobo-activation.mo
share/locale/fa/LC_MESSAGES/bonobo-activation.mo
share/locale/fi/LC_MESSAGES/bonobo-activation.mo share/locale/fi/LC_MESSAGES/bonobo-activation.mo
share/locale/fr/LC_MESSAGES/bonobo-activation.mo share/locale/fr/LC_MESSAGES/bonobo-activation.mo
share/locale/ga/LC_MESSAGES/bonobo-activation.mo share/locale/ga/LC_MESSAGES/bonobo-activation.mo
share/locale/gl/LC_MESSAGES/bonobo-activation.mo share/locale/gl/LC_MESSAGES/bonobo-activation.mo
share/locale/he/LC_MESSAGES/bonobo-activation.mo
share/locale/hi/LC_MESSAGES/bonobo-activation.mo share/locale/hi/LC_MESSAGES/bonobo-activation.mo
share/locale/hu/LC_MESSAGES/bonobo-activation.mo share/locale/hu/LC_MESSAGES/bonobo-activation.mo
share/locale/id/LC_MESSAGES/bonobo-activation.mo
share/locale/it/LC_MESSAGES/bonobo-activation.mo share/locale/it/LC_MESSAGES/bonobo-activation.mo
share/locale/ja/LC_MESSAGES/bonobo-activation.mo share/locale/ja/LC_MESSAGES/bonobo-activation.mo
share/locale/ko/LC_MESSAGES/bonobo-activation.mo share/locale/ko/LC_MESSAGES/bonobo-activation.mo
share/locale/lv/LC_MESSAGES/bonobo-activation.mo share/locale/lv/LC_MESSAGES/bonobo-activation.mo
share/locale/mk/LC_MESSAGES/bonobo-activation.mo
share/locale/mn/LC_MESSAGES/bonobo-activation.mo
share/locale/ms/LC_MESSAGES/bonobo-activation.mo share/locale/ms/LC_MESSAGES/bonobo-activation.mo
share/locale/nl/LC_MESSAGES/bonobo-activation.mo share/locale/nl/LC_MESSAGES/bonobo-activation.mo
share/locale/nn/LC_MESSAGES/bonobo-activation.mo share/locale/nn/LC_MESSAGES/bonobo-activation.mo
@ -92,15 +68,16 @@ share/locale/ro/LC_MESSAGES/bonobo-activation.mo
share/locale/ru/LC_MESSAGES/bonobo-activation.mo share/locale/ru/LC_MESSAGES/bonobo-activation.mo
share/locale/sk/LC_MESSAGES/bonobo-activation.mo share/locale/sk/LC_MESSAGES/bonobo-activation.mo
share/locale/sl/LC_MESSAGES/bonobo-activation.mo share/locale/sl/LC_MESSAGES/bonobo-activation.mo
share/locale/sq/LC_MESSAGES/bonobo-activation.mo
share/locale/sv/LC_MESSAGES/bonobo-activation.mo share/locale/sv/LC_MESSAGES/bonobo-activation.mo
share/locale/ta/LC_MESSAGES/bonobo-activation.mo share/locale/ta/LC_MESSAGES/bonobo-activation.mo
share/locale/tr/LC_MESSAGES/bonobo-activation.mo share/locale/tr/LC_MESSAGES/bonobo-activation.mo
share/locale/uk/LC_MESSAGES/bonobo-activation.mo share/locale/uk/LC_MESSAGES/bonobo-activation.mo
share/locale/vi/LC_MESSAGES/bonobo-activation.mo share/locale/vi/LC_MESSAGES/bonobo-activation.mo
share/locale/wa/LC_MESSAGES/bonobo-activation.mo
share/locale/zh_CN/LC_MESSAGES/bonobo-activation.mo share/locale/zh_CN/LC_MESSAGES/bonobo-activation.mo
share/locale/zh_TW/LC_MESSAGES/bonobo-activation.mo share/locale/zh_TW/LC_MESSAGES/bonobo-activation.mo
@dirrm share/idl/bonobo-activation-2.0 @dirrm share/idl/bonobo-activation-2.0
@dirrm share/doc/bonobo-activation
@dirrm libdata/bonobo/servers @dirrm libdata/bonobo/servers
@dirrm libdata/bonobo @dirrm libdata/bonobo
@dirrm include/bonobo-activation-2.0/bonobo-activation @dirrm include/bonobo-activation-2.0/bonobo-activation

View file

@ -6,7 +6,7 @@
# #
PORTNAME= bugbuddy2 PORTNAME= bugbuddy2
PORTVERSION= 2.2.0 PORTVERSION= 2.2.102
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/bug-buddy/2.2 MASTER_SITE_SUBDIR= sources/bug-buddy/2.2
@ -15,26 +15,23 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui
USE_BZIP2= yes USE_BZIP2= yes
USE_X_PREFIX= yes USE_X_PREFIX= yes
USE_REINPLACE= yes USE_REINPLACE= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ USE_GNOMENG= yes
--datadir=${PREFIX}/share/gnome USE_GNOME= gnomeprefix gnomehack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= bug-buddy.1 MAN1= bug-buddy.1
pre-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
's|[(]datadir[)]/gnome/|(datadir)/|g ; \
s|[(]datadir[)]/locale|(prefix)/share/locale|g'
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/bug-buddy-2.2.0.tar.bz2) = c98a12f48a1f0c8697a7937a4a7d08a1 MD5 (gnome2/bug-buddy-2.2.102.tar.bz2) = 154ecb6e924cf25aebf0610cc3e38be2

View file

@ -19,9 +19,12 @@ share/gnome/help/bug-buddy/C/legal.xml
share/gnome/mime-info/bug-buddy.keys share/gnome/mime-info/bug-buddy.keys
share/gnome/mime-info/bug-buddy.mime share/gnome/mime-info/bug-buddy.mime
share/gnome/omf/bug-buddy/bug-buddy-C.omf share/gnome/omf/bug-buddy/bug-buddy-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-C.omf 2>/dev/null || /usr/bin/true
share/gnome/pixmaps/bug-buddy.png share/gnome/pixmaps/bug-buddy.png
share/locale/am/LC_MESSAGES/bug-buddy.mo
share/locale/ar/LC_MESSAGES/bug-buddy.mo share/locale/ar/LC_MESSAGES/bug-buddy.mo
share/locale/az/LC_MESSAGES/bug-buddy.mo share/locale/az/LC_MESSAGES/bug-buddy.mo
share/locale/be/LC_MESSAGES/bug-buddy.mo
share/locale/bg/LC_MESSAGES/bug-buddy.mo share/locale/bg/LC_MESSAGES/bug-buddy.mo
share/locale/ca/LC_MESSAGES/bug-buddy.mo share/locale/ca/LC_MESSAGES/bug-buddy.mo
share/locale/cs/LC_MESSAGES/bug-buddy.mo share/locale/cs/LC_MESSAGES/bug-buddy.mo
@ -36,12 +39,15 @@ share/locale/fi/LC_MESSAGES/bug-buddy.mo
share/locale/fr/LC_MESSAGES/bug-buddy.mo share/locale/fr/LC_MESSAGES/bug-buddy.mo
share/locale/ga/LC_MESSAGES/bug-buddy.mo share/locale/ga/LC_MESSAGES/bug-buddy.mo
share/locale/gl/LC_MESSAGES/bug-buddy.mo share/locale/gl/LC_MESSAGES/bug-buddy.mo
share/locale/he/LC_MESSAGES/bug-buddy.mo
share/locale/hu/LC_MESSAGES/bug-buddy.mo share/locale/hu/LC_MESSAGES/bug-buddy.mo
share/locale/it/LC_MESSAGES/bug-buddy.mo share/locale/it/LC_MESSAGES/bug-buddy.mo
share/locale/ja/LC_MESSAGES/bug-buddy.mo share/locale/ja/LC_MESSAGES/bug-buddy.mo
share/locale/ko/LC_MESSAGES/bug-buddy.mo share/locale/ko/LC_MESSAGES/bug-buddy.mo
share/locale/lt/LC_MESSAGES/bug-buddy.mo share/locale/lt/LC_MESSAGES/bug-buddy.mo
share/locale/lv/LC_MESSAGES/bug-buddy.mo share/locale/lv/LC_MESSAGES/bug-buddy.mo
share/locale/mk/LC_MESSAGES/bug-buddy.mo
share/locale/mn/LC_MESSAGES/bug-buddy.mo
share/locale/ms/LC_MESSAGES/bug-buddy.mo share/locale/ms/LC_MESSAGES/bug-buddy.mo
share/locale/nl/LC_MESSAGES/bug-buddy.mo share/locale/nl/LC_MESSAGES/bug-buddy.mo
share/locale/nn/LC_MESSAGES/bug-buddy.mo share/locale/nn/LC_MESSAGES/bug-buddy.mo
@ -53,6 +59,7 @@ share/locale/ro/LC_MESSAGES/bug-buddy.mo
share/locale/ru/LC_MESSAGES/bug-buddy.mo share/locale/ru/LC_MESSAGES/bug-buddy.mo
share/locale/sk/LC_MESSAGES/bug-buddy.mo share/locale/sk/LC_MESSAGES/bug-buddy.mo
share/locale/sl/LC_MESSAGES/bug-buddy.mo share/locale/sl/LC_MESSAGES/bug-buddy.mo
share/locale/sq/LC_MESSAGES/bug-buddy.mo
share/locale/sv/LC_MESSAGES/bug-buddy.mo share/locale/sv/LC_MESSAGES/bug-buddy.mo
share/locale/tr/LC_MESSAGES/bug-buddy.mo share/locale/tr/LC_MESSAGES/bug-buddy.mo
share/locale/uk/LC_MESSAGES/bug-buddy.mo share/locale/uk/LC_MESSAGES/bug-buddy.mo
@ -67,3 +74,4 @@ share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo
@dirrm share/gnome/bug-buddy/bugzilla/gnome @dirrm share/gnome/bug-buddy/bugzilla/gnome
@dirrm share/gnome/bug-buddy/bugzilla @dirrm share/gnome/bug-buddy/bugzilla
@dirrm share/gnome/bug-buddy @dirrm share/gnome/bug-buddy
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-C.omf 2>/dev/null || /usr/bin/true

View file

@ -6,10 +6,10 @@
# #
PORTNAME= gconf2 PORTNAME= gconf2
PORTVERSION= 1.2.1 PORTVERSION= 2.2.0
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/GConf/1.2 MASTER_SITE_SUBDIR= sources/GConf/2.2
DISTNAME= GConf-${PORTVERSION} DISTNAME= GConf-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 \ LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 \
xml2.5:${PORTSDIR}/textproc/libxml2 \ xml2.5:${PORTSDIR}/textproc/libxml2 \
gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
USE_BZIP2= yes USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
@ -35,6 +35,8 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
${WRKSRC}/po/Makefile.in.in
post-install: post-install:
@${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps

View file

@ -1 +1 @@
MD5 (gnome2/GConf-1.2.1.tar.bz2) = 4e5ffdebd7dbf6d86459f6e57f8d772c MD5 (gnome2/GConf-2.2.0.tar.bz2) = 07ed2f6c583d5664cd728787cf59219b

View file

@ -49,6 +49,7 @@ share/doc/gconf/x462.html
share/doc/gconf/x485.html share/doc/gconf/x485.html
share/locale/ar/LC_MESSAGES/GConf2.mo share/locale/ar/LC_MESSAGES/GConf2.mo
share/locale/az/LC_MESSAGES/GConf2.mo share/locale/az/LC_MESSAGES/GConf2.mo
share/locale/be/LC_MESSAGES/GConf2.mo
share/locale/bg/LC_MESSAGES/GConf2.mo share/locale/bg/LC_MESSAGES/GConf2.mo
share/locale/ca/LC_MESSAGES/GConf2.mo share/locale/ca/LC_MESSAGES/GConf2.mo
share/locale/cs/LC_MESSAGES/GConf2.mo share/locale/cs/LC_MESSAGES/GConf2.mo
@ -65,6 +66,7 @@ share/locale/hu/LC_MESSAGES/GConf2.mo
share/locale/it/LC_MESSAGES/GConf2.mo share/locale/it/LC_MESSAGES/GConf2.mo
share/locale/ja/LC_MESSAGES/GConf2.mo share/locale/ja/LC_MESSAGES/GConf2.mo
share/locale/ko/LC_MESSAGES/GConf2.mo share/locale/ko/LC_MESSAGES/GConf2.mo
share/locale/lv/LC_MESSAGES/GConf2.mo
share/locale/ms/LC_MESSAGES/GConf2.mo share/locale/ms/LC_MESSAGES/GConf2.mo
share/locale/nl/LC_MESSAGES/GConf2.mo share/locale/nl/LC_MESSAGES/GConf2.mo
share/locale/nn/LC_MESSAGES/GConf2.mo share/locale/nn/LC_MESSAGES/GConf2.mo
@ -82,8 +84,11 @@ share/locale/uk/LC_MESSAGES/GConf2.mo
share/locale/vi/LC_MESSAGES/GConf2.mo share/locale/vi/LC_MESSAGES/GConf2.mo
share/locale/zh_CN/LC_MESSAGES/GConf2.mo share/locale/zh_CN/LC_MESSAGES/GConf2.mo
share/locale/zh_TW/LC_MESSAGES/GConf2.mo share/locale/zh_TW/LC_MESSAGES/GConf2.mo
share/sgml/gconf/gconf-1.0.dtd
@dirrm share/sgml/gconf
@dirrm share/doc/gconf @dirrm share/doc/gconf
@dirrm lib/GConf/2 @dirrm lib/GConf/2
@dirrm include/gconf/2/gconf @dirrm include/gconf/2/gconf
@dirrm include/gconf/2 @dirrm include/gconf/2
@dirrm etc/gconf/2 @dirrm etc/gconf/2
@unexec /bin/rmdir %D/share/sgml 2>/dev/null || /usr/bin/true

View file

@ -6,9 +6,9 @@
# #
PORTNAME= glib PORTNAME= glib
PORTVERSION= 2.0.7 PORTVERSION= 2.2.1
CATEGORIES= devel CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.0,} \ MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.2,} \
ftp://ftp.gtk.org/pub/gtk/v2.0/ \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \
ftp://ftp.gimp.org/pub/%SUBDIR%/ \ ftp://ftp.gimp.org/pub/%SUBDIR%/ \
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
@ -35,7 +35,7 @@ USE_GMAKE= yes
USE_PERL5= yes USE_PERL5= yes
CONFIGURE_ARGS= --enable-static --with-libiconv=gnu CONFIGURE_ARGS= --enable-static --with-libiconv=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_LIBS="${PTHREAD_LIBS}"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

View file

@ -1 +1 @@
MD5 (gnome2/glib-2.0.7.tar.bz2) = 5882b1e729f57cb18af653a2f504197b MD5 (gnome2/glib-2.2.1.tar.bz2) = 42406a17819080326e105f8333963b97

View file

@ -1,9 +1,6 @@
--- configure.orig Mon Dec 2 16:34:49 2002
$FreeBSD$ +++ configure Tue Dec 3 18:21:22 2002
@@ -11259,6 +11259,7 @@
--- configure.orig Fri Mar 29 01:26:14 2002
+++ configure Fri Apr 26 09:01:50 2002
@@ -10597,6 +10597,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -11,23 +8,3 @@ $FreeBSD$
# Always use our own libtool. # Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -17619,8 +17620,8 @@
rm -f conftest.$ac_objext conftest.$ac_ext
fi
;;
- *-freebsd2.2*)
- G_THREAD_CFLAGS="$G_THREAD_CFLAGS -D_THREAD_SAFE"
+ *-freebsd*)
+ G_THREAD_CFLAGS="$G_THREAD_CFLAGS $PTHREAD_CFLAGS"
# FreeBSD 2.2.x shiped with gcc 2.7.2.x, which doesn't support
# -mthreads flag.
@@ -17702,7 +17703,7 @@
*-*-openbsd* | *-*-freebsd*)
# FreeBSD and OpenBSD want us to use the -pthread flag
# instead of linking to -lc_r and libtool enforces that.
- G_THREAD_LIBS="-pthread"
+ G_THREAD_LIBS="$PTHREAD_LIBS"
;;
*)
for thread_lib in "" pthread pthread32 pthreads thread dce; do

View file

@ -28,6 +28,7 @@ include/glib-2.0/glib/gmessages.h
include/glib-2.0/glib/gnode.h include/glib-2.0/glib/gnode.h
include/glib-2.0/glib/gpattern.h include/glib-2.0/glib/gpattern.h
include/glib-2.0/glib/gprimes.h include/glib-2.0/glib/gprimes.h
include/glib-2.0/glib/gprintf.h
include/glib-2.0/glib/gqsort.h include/glib-2.0/glib/gqsort.h
include/glib-2.0/glib/gquark.h include/glib-2.0/glib/gquark.h
include/glib-2.0/glib/gqueue.h include/glib-2.0/glib/gqueue.h
@ -68,16 +69,16 @@ include/glib-2.0/gobject/gvaluecollector.h
include/glib-2.0/gobject/gvaluetypes.h include/glib-2.0/gobject/gvaluetypes.h
lib/libglib-2.0.a lib/libglib-2.0.a
lib/libglib-2.0.so lib/libglib-2.0.so
lib/libglib-2.0.so.0 lib/libglib-2.0.so.200
lib/libgmodule-2.0.a lib/libgmodule-2.0.a
lib/libgmodule-2.0.so lib/libgmodule-2.0.so
lib/libgmodule-2.0.so.0 lib/libgmodule-2.0.so.200
lib/libgobject-2.0.a lib/libgobject-2.0.a
lib/libgobject-2.0.so lib/libgobject-2.0.so
lib/libgobject-2.0.so.0 lib/libgobject-2.0.so.200
lib/libgthread-2.0.a lib/libgthread-2.0.a
lib/libgthread-2.0.so lib/libgthread-2.0.so
lib/libgthread-2.0.so.0 lib/libgthread-2.0.so.200
libdata/pkgconfig/glib-2.0.pc libdata/pkgconfig/glib-2.0.pc
libdata/pkgconfig/gmodule-2.0.pc libdata/pkgconfig/gmodule-2.0.pc
libdata/pkgconfig/gobject-2.0.pc libdata/pkgconfig/gobject-2.0.pc
@ -85,20 +86,26 @@ libdata/pkgconfig/gthread-2.0.pc
share/aclocal/glib-2.0.m4 share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4 share/aclocal/glib-gettext.m4
share/glib-2.0/gettext/po/Makefile.in.in share/glib-2.0/gettext/po/Makefile.in.in
share/locale/ar/LC_MESSAGES/glib20.mo share/locale/am/LC_MESSAGES/glib20.mo
share/locale/az/LC_MESSAGES/glib20.mo share/locale/az/LC_MESSAGES/glib20.mo
share/locale/be/LC_MESSAGES/glib20.mo share/locale/be/LC_MESSAGES/glib20.mo
share/locale/bg/LC_MESSAGES/glib20.mo share/locale/bg/LC_MESSAGES/glib20.mo
share/locale/bn/LC_MESSAGES/glib20.mo
share/locale/ca/LC_MESSAGES/glib20.mo share/locale/ca/LC_MESSAGES/glib20.mo
share/locale/cs/LC_MESSAGES/glib20.mo share/locale/cs/LC_MESSAGES/glib20.mo
share/locale/da/LC_MESSAGES/glib20.mo
share/locale/de/LC_MESSAGES/glib20.mo share/locale/de/LC_MESSAGES/glib20.mo
share/locale/el/LC_MESSAGES/glib20.mo share/locale/el/LC_MESSAGES/glib20.mo
share/locale/es/LC_MESSAGES/glib20.mo share/locale/es/LC_MESSAGES/glib20.mo
share/locale/et/LC_MESSAGES/glib20.mo
share/locale/eu/LC_MESSAGES/glib20.mo share/locale/eu/LC_MESSAGES/glib20.mo
share/locale/fi/LC_MESSAGES/glib20.mo
share/locale/fr/LC_MESSAGES/glib20.mo share/locale/fr/LC_MESSAGES/glib20.mo
share/locale/gl/LC_MESSAGES/glib20.mo share/locale/gl/LC_MESSAGES/glib20.mo
share/locale/hi/LC_MESSAGES/glib20.mo
share/locale/ja/LC_MESSAGES/glib20.mo share/locale/ja/LC_MESSAGES/glib20.mo
share/locale/ko/LC_MESSAGES/glib20.mo share/locale/ko/LC_MESSAGES/glib20.mo
share/locale/mn/LC_MESSAGES/glib20.mo
share/locale/ms/LC_MESSAGES/glib20.mo share/locale/ms/LC_MESSAGES/glib20.mo
share/locale/nl/LC_MESSAGES/glib20.mo share/locale/nl/LC_MESSAGES/glib20.mo
share/locale/nn/LC_MESSAGES/glib20.mo share/locale/nn/LC_MESSAGES/glib20.mo
@ -110,6 +117,7 @@ share/locale/ro/LC_MESSAGES/glib20.mo
share/locale/ru/LC_MESSAGES/glib20.mo share/locale/ru/LC_MESSAGES/glib20.mo
share/locale/sk/LC_MESSAGES/glib20.mo share/locale/sk/LC_MESSAGES/glib20.mo
share/locale/sl/LC_MESSAGES/glib20.mo share/locale/sl/LC_MESSAGES/glib20.mo
share/locale/sq/LC_MESSAGES/glib20.mo
share/locale/sv/LC_MESSAGES/glib20.mo share/locale/sv/LC_MESSAGES/glib20.mo
share/locale/ta/LC_MESSAGES/glib20.mo share/locale/ta/LC_MESSAGES/glib20.mo
share/locale/tr/LC_MESSAGES/glib20.mo share/locale/tr/LC_MESSAGES/glib20.mo

View file

@ -6,11 +6,10 @@
# #
PORTNAME= gnomevfs2 PORTNAME= gnomevfs2
PORTVERSION= 2.0.4.1 PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.0 MASTER_SITE_SUBDIR= sources/gnome-vfs/2.2
DISTNAME= gnome-vfs-${PORTVERSION} DISTNAME= gnome-vfs-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -27,14 +26,17 @@ USE_GNOME= gnomeprefix gnomehack gnomehier gnomemimedata
USE_REINPLACE= yes USE_REINPLACE= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
BSD_PTHREAD_LIB=${PTHREAD_LIBS} BSD_PTHREAD_LIBS=${PTHREAD_LIBS}
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \ @${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \
's|\@datadir\@/gnome|\@datadir\@|g' 's|\@datadir\@/gnome|\@datadir\@|g'
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/libgnomevfs/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/gnome-vfs-2.0.4.1.tar.bz2) = 1d9ef5f9570268338512f9da1e6a8c6f MD5 (gnome2/gnome-vfs-2.2.0.tar.bz2) = da9caa0a7d2793b99b13fd3ba7ba1391

View file

@ -1,6 +1,6 @@
--- configure.orig Wed Nov 13 09:10:52 2002 --- configure.orig Mon Jan 13 09:43:49 2003
+++ configure Wed Nov 13 10:46:27 2002 +++ configure Tue Jan 14 00:48:38 2003
@@ -5726,6 +5726,7 @@ @@ -8122,6 +8122,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -8,40 +8,41 @@
# Always use our own libtool. # Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -9392,8 +9393,8 @@ @@ -12680,8 +12681,8 @@
done done
fi fi
-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 -echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5
-echo "configure:9397: checking for bzCompressInit in -lbz2" >&5 -echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6
+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5
+echo "configure:9397: checking for BZ2_bzCompressInit in -lbz2" >&5 +echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6
echo $ac_n "(cached) $ac_c" 1>&6 else
@@ -9406,10 +9407,10 @@ @@ -12697,11 +12698,11 @@
/* Override any gcc2 internal prototype to avoid an error. */ #endif
/* We use char because int might match the return type of a gcc2 /* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */ builtin and then its argument prototype would still apply. */
-char bzCompressInit(); -char bzCompressInit ();
+char BZ2_bzCompressInit(); +char BZ2_bzCompressInit ();
int
int main() { main ()
-bzCompressInit() {
+BZ2_bzCompressInit() -bzCompressInit ();
; return 0; } +BZ2_bzCompressInit ();
EOF ;
if { (eval echo configure:9416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then return 0;
@@ -9704,7 +9705,7 @@ }
echo $ac_n "(cached) $ac_c" 1>&6 @@ -13245,7 +13246,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" - LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl" + LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl"
cat > conftest.$ac_ext <<EOF cat >conftest.$ac_ext <<_ACEOF
#line 9710 "configure" #line $LINENO "configure"
#include "confdefs.h" #include "confdefs.h"
@@ -9739,9 +9740,9 @@ @@ -13296,9 +13297,9 @@
msg_openssl="yes" msg_openssl="yes"
if test x$with_openssl_libs != x/usr/lib; then if test x$with_openssl_libs != x/usr/lib; then
@ -53,12 +54,12 @@
fi fi
@@ -10570,7 +10571,7 @@ @@ -14894,7 +14895,7 @@
s%@ORBIT_IDL@%$ORBIT_IDL%g s,@ORBIT_IDL@,$ORBIT_IDL,;t t
s%@BONOBO_IDLDIR@%$BONOBO_IDLDIR%g s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t
s%@WARN_CFLAGS@%$WARN_CFLAGS%g s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
-s%@PTHREAD_LIB@%$PTHREAD_LIB%g -s,@PTHREAD_LIB@,$PTHREAD_LIB,;t t
+s%@PTHREAD_LIB@%$BSD_PTHREAD_LIB%g +s,@PTHREAD_LIB@,$BSD_PTHREAD_LIBS,;t t
s%@GETTEXT_PACKAGE@%$GETTEXT_PACKAGE%g s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t
s%@ALLOCA@%$ALLOCA%g s,@USE_NLS@,$USE_NLS,;t t
s%@USE_NLS@%$USE_NLS%g s,@MSGFMT@,$MSGFMT,;t t

View file

@ -1,11 +1,10 @@
--- Makefile.in.orig Wed Nov 13 10:46:51 2002 --- Makefile.in.orig Tue Jan 14 00:48:58 2003
+++ Makefile.in Wed Nov 13 10:47:52 2002 +++ Makefile.in Tue Jan 14 00:50:11 2003
@@ -170,7 +170,7 @@ @@ -177,7 +177,6 @@
schemas \
devel-docs \
doc \
- test \
monikers \
po
SUBDIRS_GNOME = monikers doc schemas
-SUBDIRS = libgnomevfs modules schemas devel-docs doc test monikers po
+SUBDIRS = libgnomevfs modules schemas devel-docs doc monikers po
EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec gnome-vfs-2.0.pc.in gnome-vfs-module-2.0.pc.in intltool-extract.in intltool-merge.in intltool-update.in

View file

@ -1,5 +1,8 @@
--- gnome-vfs-module-2.0.pc.in.orig Wed Jan 30 20:28:20 2002
+++ gnome-vfs-module-2.0.pc.in Wed Nov 13 10:49:35 2002 $FreeBSD$
--- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1
+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51
@@ -8,5 +8,5 @@ @@ -8,5 +8,5 @@
Description: The GNOME virtual file-system module include info Description: The GNOME virtual file-system module include info
Version: @VERSION@ Version: @VERSION@

View file

@ -1,11 +1,11 @@
--- libgnomevfs/Makefile.in.orig Wed Nov 13 10:51:57 2002 --- libgnomevfs/Makefile.in.orig Tue Jan 14 00:50:29 2003
+++ libgnomevfs/Makefile.in Wed Nov 13 10:52:09 2002 +++ libgnomevfs/Makefile.in Tue Jan 14 00:51:03 2003
@@ -192,7 +192,7 @@ @@ -341,7 +341,7 @@
# CLEANFILES = $(BUILT_SOURCES)
# Platform specific includes # Platform specific includes
-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include +libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/libgnomevfs
libgnomevfsplatforminclude_HEADERS = gnome-vfs-file-size.h libgnomevfsplatforminclude_HEADERS = \
gnome-vfs-file-size.h

View file

@ -1,6 +1,14 @@
--- libgnomevfs/gnome-vfs-utils.c.orig Sun May 5 17:01:22 2002 --- libgnomevfs/gnome-vfs-utils.c.orig Fri Dec 20 16:15:06 2002
+++ libgnomevfs/gnome-vfs-utils.c Sun May 5 17:02:24 2002 +++ libgnomevfs/gnome-vfs-utils.c Tue Jan 14 00:54:10 2003
@@ -774,7 +774,7 @@ @@ -40,6 +40,7 @@
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
@@ -861,7 +862,7 @@
paths = g_strsplit (gnome_var, ":", 0); paths = g_strsplit (gnome_var, ":", 0);
for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { for (temp_paths = paths; *temp_paths != NULL; temp_paths++) {

View file

@ -1,11 +0,0 @@
--- modules/vfolder/Makefile.in.orig Wed Nov 13 11:05:45 2002
+++ modules/vfolder/Makefile.in Wed Nov 13 11:06:24 2002
@@ -221,7 +221,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
-LIBS = @LIBS@
+LIBS = @LIBS@ @PTHREAD_LIB@
libvfolder_desktop_la_DEPENDENCIES = \
$(top_builddir)/libgnomevfs/libgnomevfs-2.la
libvfolder_desktop_la_OBJECTS = vfolder-info.lo vfolder-util.lo \

View file

@ -0,0 +1,11 @@
--- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002
+++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002
@@ -1721,7 +1721,7 @@
for (i = 0; ppath[i] != NULL; i++) {
dir = g_build_filename (ppath[i],
- "/share/applications/",
+ "/share/gnome/applications/",
NULL);
id = itemdir_new (info,
dir,

View file

@ -1,5 +1,3 @@
etc/gconf/gconf.xml.defaults/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml
etc/gconf/gconf.xml.defaults/system/%gconf.xml etc/gconf/gconf.xml.defaults/system/%gconf.xml
@ -8,11 +6,11 @@ etc/gconf/schemas/system_http_proxy.schemas
etc/gnome-vfs-2.0/modules/default-modules.conf etc/gnome-vfs-2.0/modules/default-modules.conf
etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info
etc/gnome-vfs-2.0/vfolders/network.vfolder-info
etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info
etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info
etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info
etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info
include/gnome-vfs-2.0/include/gnome-vfs-file-size.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h
@ -39,11 +37,8 @@ include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-iobuf.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-magic.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h
@ -90,7 +85,98 @@ lib/vfs/2.0/extfs/zoo
libdata/bonobo/servers/GNOME_VFS_Moniker_std.server libdata/bonobo/servers/GNOME_VFS_Moniker_std.server
libdata/pkgconfig/gnome-vfs-2.0.pc libdata/pkgconfig/gnome-vfs-2.0.pc
libdata/pkgconfig/gnome-vfs-module-2.0.pc libdata/pkgconfig/gnome-vfs-module-2.0.pc
share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo share/doc/gnome-vfs-2.0/about.html
share/doc/gnome-vfs-2.0/advanced-operations.html
share/doc/gnome-vfs-2.0/c9456.html
share/doc/gnome-vfs-2.0/c9466.html
share/doc/gnome-vfs-2.0/ch08.html
share/doc/gnome-vfs-2.0/data-types.html
share/doc/gnome-vfs-2.0/directory-operations.html
share/doc/gnome-vfs-2.0/everything-else.html
share/doc/gnome-vfs-2.0/file-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-application-registry.html
share/doc/gnome-vfs-2.0/gnome-vfs-asynchronous-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-cancellation.html
share/doc/gnome-vfs-2.0/gnome-vfs-configuration.html
share/doc/gnome-vfs-2.0/gnome-vfs-context.html
share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-directory.html
share/doc/gnome-vfs-2.0/gnome-vfs-file-info.html
share/doc/gnome-vfs-2.0/gnome-vfs-file-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-file-size.html
share/doc/gnome-vfs-2.0/gnome-vfs-finding-special-directories.html
share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-application-registry.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-async-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-cancellation.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-context.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-basic-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-find-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-list-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-advanced-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-basic-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-info-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-info.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-rw-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-size.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-trunc-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-find-directory.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-inet-connection.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-init.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-method.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-mime-database.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-mime-monitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-mime.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-callback-module-api.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-callback.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-shared.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-monitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-parse-ls.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-result.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-socket-buffer.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-socket.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-ssl.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-standard-callbacks.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-transform.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-uri.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-utils.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-xfer.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnomevfsmetadata.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnomevfsmimemonitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-inet-connection.html
share/doc/gnome-vfs-2.0/gnome-vfs-initialization.html
share/doc/gnome-vfs-2.0/gnome-vfs-iobuf.html
share/doc/gnome-vfs-2.0/gnome-vfs-method.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-handlers.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-info.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-magic.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-monitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-sniff-buffer.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime.html
share/doc/gnome-vfs-2.0/gnome-vfs-module-callback-module-api.html
share/doc/gnome-vfs-2.0/gnome-vfs-module-callbacks.html
share/doc/gnome-vfs-2.0/gnome-vfs-module-shared.html
share/doc/gnome-vfs-2.0/gnome-vfs-module.html
share/doc/gnome-vfs-2.0/gnome-vfs-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-parse-ls.html
share/doc/gnome-vfs-2.0/gnome-vfs-process.html
share/doc/gnome-vfs-2.0/gnome-vfs-result.html
share/doc/gnome-vfs-2.0/gnome-vfs-ssl.html
share/doc/gnome-vfs-2.0/gnome-vfs-standard-callbacks.html
share/doc/gnome-vfs-2.0/gnome-vfs-types.html
share/doc/gnome-vfs-2.0/gnome-vfs-uri.html
share/doc/gnome-vfs-2.0/gnome-vfs-utils.html
share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html
share/doc/gnome-vfs-2.0/gnome-vfs-xfer.html
share/doc/gnome-vfs-2.0/index.html
share/doc/gnome-vfs-2.0/index.sgml
share/doc/gnome-vfs-2.0/mime-registry.html
share/doc/gnome-vfs-2.0/modules.html
share/doc/gnome-vfs-2.0/writing-modules.html
share/doc/gnome-vfs-2.0/x27.html
share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo
@ -107,6 +193,7 @@ share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo
@ -134,19 +221,13 @@ share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
@dirrm share/doc/gnome-vfs-2.0 @dirrm share/doc/gnome-vfs-2.0
@dirrm lib/gnome-vfs-2.0/modules
@dirrm lib/gnome-vfs-2.0
@dirrm lib/vfs/2.0/extfs @dirrm lib/vfs/2.0/extfs
@dirrm lib/vfs/2.0 @dirrm lib/vfs/2.0
@dirrm lib/vfs
@dirrm include/gnome-vfs-module-2.0/libgnomevfs @dirrm include/gnome-vfs-module-2.0/libgnomevfs
@dirrm include/gnome-vfs-module-2.0 @dirrm include/gnome-vfs-module-2.0
@dirrm include/gnome-vfs-2.0/libgnomevfs @dirrm include/gnome-vfs-2.0/libgnomevfs
@dirrm include/gnome-vfs-2.0/include
@dirrm include/gnome-vfs-2.0 @dirrm include/gnome-vfs-2.0
@dirrm etc/gnome-vfs-2.0/vfolders @dirrm etc/gnome-vfs-2.0/vfolders
@dirrm etc/gnome-vfs-2.0/modules
@dirrm etc/gnome-vfs-2.0
@dirrm etc/gconf/gconf.xml.defaults/system/http_proxy @dirrm etc/gconf/gconf.xml.defaults/system/http_proxy
@dirrm etc/gconf/gconf.xml.defaults/system @dirrm etc/gconf/gconf.xml.defaults/system
@dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy @dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy

View file

@ -6,11 +6,10 @@
# #
PORTNAME= gnomevfs2 PORTNAME= gnomevfs2
PORTVERSION= 2.0.4.1 PORTVERSION= 2.2.0
PORTREVISION= 1
CATEGORIES= devel gnome CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-vfs/2.0 MASTER_SITE_SUBDIR= sources/gnome-vfs/2.2
DISTNAME= gnome-vfs-${PORTVERSION} DISTNAME= gnome-vfs-${PORTVERSION}
DIST_SUBDIR= gnome2 DIST_SUBDIR= gnome2
@ -27,14 +26,17 @@ USE_GNOME= gnomeprefix gnomehack gnomehier gnomemimedata
USE_REINPLACE= yes USE_REINPLACE= yes
USE_LIBTOOL= yes USE_LIBTOOL= yes
INSTALLS_SHLIB= yes INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
BSD_PTHREAD_LIB=${PTHREAD_LIBS} BSD_PTHREAD_LIBS=${PTHREAD_LIBS}
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \ @${FIND} ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \
's|\@datadir\@/gnome|\@datadir\@|g' 's|\@datadir\@/gnome|\@datadir\@|g'
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/libgnomevfs/Makefile.in
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1 +1 @@
MD5 (gnome2/gnome-vfs-2.0.4.1.tar.bz2) = 1d9ef5f9570268338512f9da1e6a8c6f MD5 (gnome2/gnome-vfs-2.2.0.tar.bz2) = da9caa0a7d2793b99b13fd3ba7ba1391

View file

@ -1,6 +1,6 @@
--- configure.orig Wed Nov 13 09:10:52 2002 --- configure.orig Mon Jan 13 09:43:49 2003
+++ configure Wed Nov 13 10:46:27 2002 +++ configure Tue Jan 14 00:48:38 2003
@@ -5726,6 +5726,7 @@ @@ -8122,6 +8122,7 @@
# This can be used to rebuild libtool when needed # This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@ -8,40 +8,41 @@
# Always use our own libtool. # Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -9392,8 +9393,8 @@ @@ -12680,8 +12681,8 @@
done done
fi fi
-echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 -echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5
-echo "configure:9397: checking for bzCompressInit in -lbz2" >&5 -echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6
+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 +echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5
+echo "configure:9397: checking for BZ2_bzCompressInit in -lbz2" >&5 +echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6
ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6
echo $ac_n "(cached) $ac_c" 1>&6 else
@@ -9406,10 +9407,10 @@ @@ -12697,11 +12698,11 @@
/* Override any gcc2 internal prototype to avoid an error. */ #endif
/* We use char because int might match the return type of a gcc2 /* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */ builtin and then its argument prototype would still apply. */
-char bzCompressInit(); -char bzCompressInit ();
+char BZ2_bzCompressInit(); +char BZ2_bzCompressInit ();
int
int main() { main ()
-bzCompressInit() {
+BZ2_bzCompressInit() -bzCompressInit ();
; return 0; } +BZ2_bzCompressInit ();
EOF ;
if { (eval echo configure:9416: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then return 0;
@@ -9704,7 +9705,7 @@ }
echo $ac_n "(cached) $ac_c" 1>&6 @@ -13245,7 +13246,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else else
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" - LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl" + LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl"
cat > conftest.$ac_ext <<EOF cat >conftest.$ac_ext <<_ACEOF
#line 9710 "configure" #line $LINENO "configure"
#include "confdefs.h" #include "confdefs.h"
@@ -9739,9 +9740,9 @@ @@ -13296,9 +13297,9 @@
msg_openssl="yes" msg_openssl="yes"
if test x$with_openssl_libs != x/usr/lib; then if test x$with_openssl_libs != x/usr/lib; then
@ -53,12 +54,12 @@
fi fi
@@ -10570,7 +10571,7 @@ @@ -14894,7 +14895,7 @@
s%@ORBIT_IDL@%$ORBIT_IDL%g s,@ORBIT_IDL@,$ORBIT_IDL,;t t
s%@BONOBO_IDLDIR@%$BONOBO_IDLDIR%g s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t
s%@WARN_CFLAGS@%$WARN_CFLAGS%g s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
-s%@PTHREAD_LIB@%$PTHREAD_LIB%g -s,@PTHREAD_LIB@,$PTHREAD_LIB,;t t
+s%@PTHREAD_LIB@%$BSD_PTHREAD_LIB%g +s,@PTHREAD_LIB@,$BSD_PTHREAD_LIBS,;t t
s%@GETTEXT_PACKAGE@%$GETTEXT_PACKAGE%g s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t
s%@ALLOCA@%$ALLOCA%g s,@USE_NLS@,$USE_NLS,;t t
s%@USE_NLS@%$USE_NLS%g s,@MSGFMT@,$MSGFMT,;t t

View file

@ -1,11 +1,10 @@
--- Makefile.in.orig Wed Nov 13 10:46:51 2002 --- Makefile.in.orig Tue Jan 14 00:48:58 2003
+++ Makefile.in Wed Nov 13 10:47:52 2002 +++ Makefile.in Tue Jan 14 00:50:11 2003
@@ -170,7 +170,7 @@ @@ -177,7 +177,6 @@
schemas \
devel-docs \
doc \
- test \
monikers \
po
SUBDIRS_GNOME = monikers doc schemas
-SUBDIRS = libgnomevfs modules schemas devel-docs doc test monikers po
+SUBDIRS = libgnomevfs modules schemas devel-docs doc monikers po
EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec gnome-vfs-2.0.pc.in gnome-vfs-module-2.0.pc.in intltool-extract.in intltool-merge.in intltool-update.in

View file

@ -1,5 +1,8 @@
--- gnome-vfs-module-2.0.pc.in.orig Wed Jan 30 20:28:20 2002
+++ gnome-vfs-module-2.0.pc.in Wed Nov 13 10:49:35 2002 $FreeBSD$
--- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1
+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51
@@ -8,5 +8,5 @@ @@ -8,5 +8,5 @@
Description: The GNOME virtual file-system module include info Description: The GNOME virtual file-system module include info
Version: @VERSION@ Version: @VERSION@

View file

@ -1,11 +1,11 @@
--- libgnomevfs/Makefile.in.orig Wed Nov 13 10:51:57 2002 --- libgnomevfs/Makefile.in.orig Tue Jan 14 00:50:29 2003
+++ libgnomevfs/Makefile.in Wed Nov 13 10:52:09 2002 +++ libgnomevfs/Makefile.in Tue Jan 14 00:51:03 2003
@@ -192,7 +192,7 @@ @@ -341,7 +341,7 @@
# CLEANFILES = $(BUILT_SOURCES)
# Platform specific includes # Platform specific includes
-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include
+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include +libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/libgnomevfs
libgnomevfsplatforminclude_HEADERS = gnome-vfs-file-size.h libgnomevfsplatforminclude_HEADERS = \
gnome-vfs-file-size.h

View file

@ -1,6 +1,14 @@
--- libgnomevfs/gnome-vfs-utils.c.orig Sun May 5 17:01:22 2002 --- libgnomevfs/gnome-vfs-utils.c.orig Fri Dec 20 16:15:06 2002
+++ libgnomevfs/gnome-vfs-utils.c Sun May 5 17:02:24 2002 +++ libgnomevfs/gnome-vfs-utils.c Tue Jan 14 00:54:10 2003
@@ -774,7 +774,7 @@ @@ -40,6 +40,7 @@
#include <pwd.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
@@ -861,7 +862,7 @@
paths = g_strsplit (gnome_var, ":", 0); paths = g_strsplit (gnome_var, ":", 0);
for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { for (temp_paths = paths; *temp_paths != NULL; temp_paths++) {

View file

@ -1,11 +0,0 @@
--- modules/vfolder/Makefile.in.orig Wed Nov 13 11:05:45 2002
+++ modules/vfolder/Makefile.in Wed Nov 13 11:06:24 2002
@@ -221,7 +221,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
-LIBS = @LIBS@
+LIBS = @LIBS@ @PTHREAD_LIB@
libvfolder_desktop_la_DEPENDENCIES = \
$(top_builddir)/libgnomevfs/libgnomevfs-2.la
libvfolder_desktop_la_OBJECTS = vfolder-info.lo vfolder-util.lo \

View file

@ -0,0 +1,11 @@
--- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002
+++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002
@@ -1721,7 +1721,7 @@
for (i = 0; ppath[i] != NULL; i++) {
dir = g_build_filename (ppath[i],
- "/share/applications/",
+ "/share/gnome/applications/",
NULL);
id = itemdir_new (info,
dir,

View file

@ -1,5 +1,3 @@
etc/gconf/gconf.xml.defaults/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml
etc/gconf/gconf.xml.defaults/system/%gconf.xml etc/gconf/gconf.xml.defaults/system/%gconf.xml
@ -8,11 +6,11 @@ etc/gconf/schemas/system_http_proxy.schemas
etc/gnome-vfs-2.0/modules/default-modules.conf etc/gnome-vfs-2.0/modules/default-modules.conf
etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info
etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info
etc/gnome-vfs-2.0/vfolders/network.vfolder-info
etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info
etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info
etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info
etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info
include/gnome-vfs-2.0/include/gnome-vfs-file-size.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h
@ -39,11 +37,8 @@ include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h
include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-iobuf.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-magic.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h
include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h
@ -90,7 +85,98 @@ lib/vfs/2.0/extfs/zoo
libdata/bonobo/servers/GNOME_VFS_Moniker_std.server libdata/bonobo/servers/GNOME_VFS_Moniker_std.server
libdata/pkgconfig/gnome-vfs-2.0.pc libdata/pkgconfig/gnome-vfs-2.0.pc
libdata/pkgconfig/gnome-vfs-module-2.0.pc libdata/pkgconfig/gnome-vfs-module-2.0.pc
share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo share/doc/gnome-vfs-2.0/about.html
share/doc/gnome-vfs-2.0/advanced-operations.html
share/doc/gnome-vfs-2.0/c9456.html
share/doc/gnome-vfs-2.0/c9466.html
share/doc/gnome-vfs-2.0/ch08.html
share/doc/gnome-vfs-2.0/data-types.html
share/doc/gnome-vfs-2.0/directory-operations.html
share/doc/gnome-vfs-2.0/everything-else.html
share/doc/gnome-vfs-2.0/file-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-application-registry.html
share/doc/gnome-vfs-2.0/gnome-vfs-asynchronous-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-cancellation.html
share/doc/gnome-vfs-2.0/gnome-vfs-configuration.html
share/doc/gnome-vfs-2.0/gnome-vfs-context.html
share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-directory.html
share/doc/gnome-vfs-2.0/gnome-vfs-file-info.html
share/doc/gnome-vfs-2.0/gnome-vfs-file-operations.html
share/doc/gnome-vfs-2.0/gnome-vfs-file-size.html
share/doc/gnome-vfs-2.0/gnome-vfs-finding-special-directories.html
share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-application-registry.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-async-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-cancellation.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-context.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-basic-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-find-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory-list-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-directory.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-advanced-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-basic-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-info-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-info.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-rw-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-size.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-file-trunc-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-find-directory.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-inet-connection.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-init.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-method.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-mime-database.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-mime-monitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-mime.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-callback-module-api.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-callback.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module-shared.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-module.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-monitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-parse-ls.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-result.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-socket-buffer.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-socket.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-ssl.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-standard-callbacks.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-transform.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-uri.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-utils.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnome-vfs-xfer.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnomevfsmetadata.html
share/doc/gnome-vfs-2.0/gnome-vfs-gnomevfsmimemonitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-inet-connection.html
share/doc/gnome-vfs-2.0/gnome-vfs-initialization.html
share/doc/gnome-vfs-2.0/gnome-vfs-iobuf.html
share/doc/gnome-vfs-2.0/gnome-vfs-method.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-handlers.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-info.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-magic.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-monitor.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime-sniff-buffer.html
share/doc/gnome-vfs-2.0/gnome-vfs-mime.html
share/doc/gnome-vfs-2.0/gnome-vfs-module-callback-module-api.html
share/doc/gnome-vfs-2.0/gnome-vfs-module-callbacks.html
share/doc/gnome-vfs-2.0/gnome-vfs-module-shared.html
share/doc/gnome-vfs-2.0/gnome-vfs-module.html
share/doc/gnome-vfs-2.0/gnome-vfs-ops.html
share/doc/gnome-vfs-2.0/gnome-vfs-parse-ls.html
share/doc/gnome-vfs-2.0/gnome-vfs-process.html
share/doc/gnome-vfs-2.0/gnome-vfs-result.html
share/doc/gnome-vfs-2.0/gnome-vfs-ssl.html
share/doc/gnome-vfs-2.0/gnome-vfs-standard-callbacks.html
share/doc/gnome-vfs-2.0/gnome-vfs-types.html
share/doc/gnome-vfs-2.0/gnome-vfs-uri.html
share/doc/gnome-vfs-2.0/gnome-vfs-utils.html
share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html
share/doc/gnome-vfs-2.0/gnome-vfs-xfer.html
share/doc/gnome-vfs-2.0/index.html
share/doc/gnome-vfs-2.0/index.sgml
share/doc/gnome-vfs-2.0/mime-registry.html
share/doc/gnome-vfs-2.0/modules.html
share/doc/gnome-vfs-2.0/writing-modules.html
share/doc/gnome-vfs-2.0/x27.html
share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo
@ -107,6 +193,7 @@ share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo
@ -134,19 +221,13 @@ share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
@dirrm share/doc/gnome-vfs-2.0 @dirrm share/doc/gnome-vfs-2.0
@dirrm lib/gnome-vfs-2.0/modules
@dirrm lib/gnome-vfs-2.0
@dirrm lib/vfs/2.0/extfs @dirrm lib/vfs/2.0/extfs
@dirrm lib/vfs/2.0 @dirrm lib/vfs/2.0
@dirrm lib/vfs
@dirrm include/gnome-vfs-module-2.0/libgnomevfs @dirrm include/gnome-vfs-module-2.0/libgnomevfs
@dirrm include/gnome-vfs-module-2.0 @dirrm include/gnome-vfs-module-2.0
@dirrm include/gnome-vfs-2.0/libgnomevfs @dirrm include/gnome-vfs-2.0/libgnomevfs
@dirrm include/gnome-vfs-2.0/include
@dirrm include/gnome-vfs-2.0 @dirrm include/gnome-vfs-2.0
@dirrm etc/gnome-vfs-2.0/vfolders @dirrm etc/gnome-vfs-2.0/vfolders
@dirrm etc/gnome-vfs-2.0/modules
@dirrm etc/gnome-vfs-2.0
@dirrm etc/gconf/gconf.xml.defaults/system/http_proxy @dirrm etc/gconf/gconf.xml.defaults/system/http_proxy
@dirrm etc/gconf/gconf.xml.defaults/system @dirrm etc/gconf/gconf.xml.defaults/system
@dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy @dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy

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