diff options
28 files changed, 1196 insertions, 80 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index ea668c039471..0ed13be0996b 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.0.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-utils @@ -14,19 +14,23 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ + ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-messages=/var/log/messages CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= gnome-exe-handler.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo index 41e0220bab21..712e5dc5a070 100644 --- a/deskutils/gnome-utils/distinfo +++ b/deskutils/gnome-utils/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.4.0.tar.gz) = 4931aae4c0d92cdf8c2da57fe56c1e99 +MD5 (gnome-utils-1.4.0.1.tar.gz) = 600335222229e086fe0cbfd6e3e2e10e diff --git a/deskutils/gnome-utils/files/patch-ai b/deskutils/gnome-utils/files/patch-ai index e0ad30299780..ec9d6d7b3f42 100644 --- a/deskutils/gnome-utils/files/patch-ai +++ b/deskutils/gnome-utils/files/patch-ai @@ -1,6 +1,11 @@ ---- app-docs.make.orig Fri Feb 9 23:12:23 2001 -+++ app-docs.make Tue Feb 27 16:18:16 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ +--- sgmldocs.make 2001/07/03 13:56:19 1.1 ++++ sgmldocs.make 2001/07/03 13:56:34 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + doc_DATA = index.html + diff --git a/deskutils/gnome-utils/files/patch-configure b/deskutils/gnome-utils/files/patch-configure new file mode 100644 index 000000000000..a69ca4648e8f --- /dev/null +++ b/deskutils/gnome-utils/files/patch-configure @@ -0,0 +1,36 @@ + +$FreeBSD$ + +--- configure 2001/07/03 16:13:39 1.1 ++++ configure 2001/07/03 16:14:05 +@@ -6438,7 +6438,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam -ldl $LIBS" ++LIBS="-lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6444 "configure" + #include "confdefs.h" +@@ -6478,7 +6478,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam_misc -ldl -lpam $LIBS" ++LIBS="-lpam_misc -lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6484 "configure" + #include "confdefs.h" +@@ -6506,10 +6506,10 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PAM_LIBS="-ldl -lpam -lpam_misc" ++ PAM_LIBS="-lpam -lpam_misc" + else + echo "$ac_t""no" 1>&6 +-PAM_LIBS="-ldl -lpam" ++PAM_LIBS="-lpam" + fi + + diff --git a/deskutils/gnome-utils/files/patch-po::Makefile.in.in b/deskutils/gnome-utils/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2d1ff382a72f --- /dev/null +++ b/deskutils/gnome-utils/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 ++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/deskutils/gnome-utils/files/patch-po::zh_TW.Big5.po b/deskutils/gnome-utils/files/patch-po::zh_TW.Big5.po new file mode 100644 index 000000000000..d7939391d3b8 --- /dev/null +++ b/deskutils/gnome-utils/files/patch-po::zh_TW.Big5.po @@ -0,0 +1,34 @@ + +$FreeBSD$ + +--- po/zh_TW.Big5.po 2001/07/03 16:16:17 1.1 ++++ po/zh_TW.Big5.po 2001/07/03 16:19:48 +@@ -1154,8 +1154,8 @@ + "This will overwrite your current set of projects.\n" + "Do you really want to reload the configuration file?" + msgstr "" +-"將要覆蓋現存計劃的設定。\n" +-"是否真的要重新載入設定檔?" ++"This will overwrite your current set of projects.\n" ++"Do you really want to reload the configuration file?" + + # gtt/menus.c:27
+ #: gtt/menus.c:27 +@@ -2903,7 +2903,7 @@ + # mini-utils/gless/gless.c:130
+ #: mini-utils/gless/gless.c:130 + msgid "Where to put the window, and its size" +-msgstr "視窗擺放的位置與大小" ++msgstr "Where to put the window, and its size" + + # mini-utils/gless/gless.c:131
+ #: mini-utils/gless/gless.c:131 +@@ -4082,7 +4082,7 @@ + # gfloppy/src/progress.c:117
+ #: gfloppy/src/progress.c:117 + msgid "Floppy formatted successfully." +-msgstr "軟碟片格式化成功。" ++msgstr "Floppy formatted successfully." + + # gfloppy/src/progress.c:121
+ #: gfloppy/src/progress.c:121 diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist index 19083e224545..887fa7edc4c0 100644 --- a/deskutils/gnome-utils/pkg-plist +++ b/deskutils/gnome-utils/pkg-plist @@ -6,12 +6,14 @@ bin/gdict bin/gdiskfree bin/gfontsel bin/gless +bin/gnome-exe-handler bin/gsearchtool bin/gshutdown bin/gtt bin/guname bin/gw bin/logview +bin/meat-grinder bin/splac bin/splash bin/stripchart @@ -19,6 +21,7 @@ bin/stripchart-applet etc/CORBA/servers/gdict.gnorba share/gnome/applets/Monitors/stripchart-applet.desktop share/gnome/applets/Utility/gdict.desktop +share/gnome/application-registry/gnome-exe.applications share/gnome/apps/Applications/gtt.desktop share/gnome/apps/System/gdiskfree.desktop share/gnome/apps/System/gshutdown.desktop @@ -32,25 +35,17 @@ share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gfontsel.desktop share/gnome/apps/Utilities/gless.desktop share/gnome/apps/Utilities/gsearchtool.desktop +share/gnome/apps/Utilities/meat-grinder.desktop share/gnome/apps/Utilities/stripchart.desktop share/gnome/gcolorsel/glade/dialog-new-doc.glade -share/gnome/gcolorsel/glade/dialog-new-doc.glade.h share/gnome/gcolorsel/glade/dialog-new-view.glade -share/gnome/gcolorsel/glade/dialog-new-view.glade.h share/gnome/gcolorsel/glade/dialog-prefs.glade -share/gnome/gcolorsel/glade/dialog-prefs.glade.h share/gnome/gcolorsel/glade/mdi-color-file-properties.glade -share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade -share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-edit.glade -share/gnome/gcolorsel/glade/view-color-edit.glade.h share/gnome/gcolorsel/glade/view-color-generic-properties.glade -share/gnome/gcolorsel/glade/view-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-grid-properties.glade -share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h share/gnome/gcolorsel/glade/view-color-list-properties.glade -share/gnome/gcolorsel/glade/view-color-list-properties.glade.h share/gnome/help/gcalc/C/authors.html share/gnome/help/gcalc/C/bugs.html share/gnome/help/gcalc/C/docbook.css @@ -73,6 +68,50 @@ share/gnome/help/gcalc/C/stylesheet-images/up.gif share/gnome/help/gcalc/C/stylesheet-images/warning.gif share/gnome/help/gcalc/C/topic.dat share/gnome/help/gcalc/C/usage.html +share/gnome/help/gcalc/de/authors.html +share/gnome/help/gcalc/de/book1.html +share/gnome/help/gcalc/de/bugs.html +share/gnome/help/gcalc/de/docbook.css +share/gnome/help/gcalc/de/figures/gcalc-main.png +share/gnome/help/gcalc/de/gcalc.sgml +share/gnome/help/gcalc/de/index.html +share/gnome/help/gcalc/de/license.html +share/gnome/help/gcalc/de/ln11.html +share/gnome/help/gcalc/de/stylesheet-images/caution.gif +share/gnome/help/gcalc/de/stylesheet-images/home.gif +share/gnome/help/gcalc/de/stylesheet-images/important.gif +share/gnome/help/gcalc/de/stylesheet-images/next.gif +share/gnome/help/gcalc/de/stylesheet-images/note.gif +share/gnome/help/gcalc/de/stylesheet-images/prev.gif +share/gnome/help/gcalc/de/stylesheet-images/tip.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/de/stylesheet-images/up.gif +share/gnome/help/gcalc/de/stylesheet-images/warning.gif +share/gnome/help/gcalc/de/topic.dat +share/gnome/help/gcalc/de/usage.html +share/gnome/help/gcalc/es/authors.html +share/gnome/help/gcalc/es/bugs.html +share/gnome/help/gcalc/es/docbook.css +share/gnome/help/gcalc/es/figures/gcalc-main.png +share/gnome/help/gcalc/es/gcalc.sgml +share/gnome/help/gcalc/es/index.html +share/gnome/help/gcalc/es/license.html +share/gnome/help/gcalc/es/ln10.html +share/gnome/help/gcalc/es/stylesheet-images/caution.gif +share/gnome/help/gcalc/es/stylesheet-images/home.gif +share/gnome/help/gcalc/es/stylesheet-images/important.gif +share/gnome/help/gcalc/es/stylesheet-images/next.gif +share/gnome/help/gcalc/es/stylesheet-images/note.gif +share/gnome/help/gcalc/es/stylesheet-images/prev.gif +share/gnome/help/gcalc/es/stylesheet-images/tip.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/es/stylesheet-images/up.gif +share/gnome/help/gcalc/es/stylesheet-images/warning.gif +share/gnome/help/gcalc/es/usage.html share/gnome/help/gcalc/it/authors.html share/gnome/help/gcalc/it/bugs.html share/gnome/help/gcalc/it/docbook.css @@ -308,6 +347,24 @@ share/gnome/help/gless/C/stylesheet-images/up.gif share/gnome/help/gless/C/stylesheet-images/warning.gif share/gnome/help/gless/C/topic.dat share/gnome/help/gless/C/usage.html +share/gnome/help/gnome-exe-handler/C/authors.html +share/gnome/help/gnome-exe-handler/C/docbook.css +share/gnome/help/gnome-exe-handler/C/gnome-exe-handler.sgml +share/gnome/help/gnome-exe-handler/C/index.html +share/gnome/help/gnome-exe-handler/C/license.html +share/gnome/help/gnome-exe-handler/C/ln7.html +share/gnome/help/gnome-exe-handler/C/stylesheet-images/caution.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/home.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/important.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/next.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/note.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/prev.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/tip.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/up.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/warning.gif share/gnome/help/gsearchtool/C/authors.html share/gnome/help/gsearchtool/C/criteria.html share/gnome/help/gsearchtool/C/docbook.css @@ -408,6 +465,28 @@ share/gnome/help/gshutdown/C/stylesheet-images/up.gif share/gnome/help/gshutdown/C/stylesheet-images/warning.gif share/gnome/help/gshutdown/C/topic.dat share/gnome/help/gshutdown/C/usage.html +share/gnome/help/gshutdown/es/authors.html +share/gnome/help/gshutdown/es/docbook.css +share/gnome/help/gshutdown/es/figures/gshutdown-advanced.png +share/gnome/help/gshutdown/es/figures/gshutdown-preferences.png +share/gnome/help/gshutdown/es/figures/gshutdown.png +share/gnome/help/gshutdown/es/gshutdown.sgml +share/gnome/help/gshutdown/es/index.html +share/gnome/help/gshutdown/es/ln10.html +share/gnome/help/gshutdown/es/stylesheet-images/caution.gif +share/gnome/help/gshutdown/es/stylesheet-images/home.gif +share/gnome/help/gshutdown/es/stylesheet-images/important.gif +share/gnome/help/gshutdown/es/stylesheet-images/next.gif +share/gnome/help/gshutdown/es/stylesheet-images/note.gif +share/gnome/help/gshutdown/es/stylesheet-images/prev.gif +share/gnome/help/gshutdown/es/stylesheet-images/tip.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-blank.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-minus.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-plus.gif +share/gnome/help/gshutdown/es/stylesheet-images/up.gif +share/gnome/help/gshutdown/es/stylesheet-images/warning.gif +share/gnome/help/gshutdown/es/topic.dat +share/gnome/help/gshutdown/es/usage.html share/gnome/help/gtt/C/authors.html share/gnome/help/gtt/C/bugs.html share/gnome/help/gtt/C/dialogs.html @@ -433,6 +512,31 @@ share/gnome/help/gtt/C/stylesheet-images/up.gif share/gnome/help/gtt/C/stylesheet-images/warning.gif share/gnome/help/gtt/C/topic.dat share/gnome/help/gtt/C/usage.html +share/gnome/help/gtt/es/authors.html +share/gnome/help/gtt/es/bugs.html +share/gnome/help/gtt/es/dialogs.html +share/gnome/help/gtt/es/docbook.css +share/gnome/help/gtt/es/figures/gtt_mainwin.png +share/gnome/help/gtt/es/figures/gtt_prefswin.png +share/gnome/help/gtt/es/gtt.sgml +share/gnome/help/gtt/es/index.html +share/gnome/help/gtt/es/license.html +share/gnome/help/gtt/es/ln10.html +share/gnome/help/gtt/es/preferences.html +share/gnome/help/gtt/es/stylesheet-images/caution.gif +share/gnome/help/gtt/es/stylesheet-images/home.gif +share/gnome/help/gtt/es/stylesheet-images/important.gif +share/gnome/help/gtt/es/stylesheet-images/next.gif +share/gnome/help/gtt/es/stylesheet-images/note.gif +share/gnome/help/gtt/es/stylesheet-images/prev.gif +share/gnome/help/gtt/es/stylesheet-images/tip.gif +share/gnome/help/gtt/es/stylesheet-images/toc-blank.gif +share/gnome/help/gtt/es/stylesheet-images/toc-minus.gif +share/gnome/help/gtt/es/stylesheet-images/toc-plus.gif +share/gnome/help/gtt/es/stylesheet-images/up.gif +share/gnome/help/gtt/es/stylesheet-images/warning.gif +share/gnome/help/gtt/es/topic.dat +share/gnome/help/gtt/es/usage.html share/gnome/help/guname/C/authors.html share/gnome/help/guname/C/docbook.css share/gnome/help/guname/C/figures/guname-cpuinfo.png @@ -458,7 +562,6 @@ share/gnome/help/guname/C/stylesheet-images/warning.gif share/gnome/help/guname/C/topic.dat share/gnome/help/guname/C/usage.html share/gnome/help/gw/C/authors.html -share/gnome/help/gw/C/bugs.html share/gnome/help/gw/C/docbook.css share/gnome/help/gw/C/figures/gw-main.png share/gnome/help/gw/C/figures/gw-menuitems.png @@ -481,6 +584,28 @@ share/gnome/help/gw/C/stylesheet-images/up.gif share/gnome/help/gw/C/stylesheet-images/warning.gif share/gnome/help/gw/C/topic.dat share/gnome/help/gw/C/usage.html +share/gnome/help/meat-grinder/C/authors.html +share/gnome/help/meat-grinder/C/docbook.css +share/gnome/help/meat-grinder/C/figures/meat-grinder-main-full.png +share/gnome/help/meat-grinder/C/figures/meat-grinder-main.png +share/gnome/help/meat-grinder/C/index.html +share/gnome/help/meat-grinder/C/license.html +share/gnome/help/meat-grinder/C/ln7.html +share/gnome/help/meat-grinder/C/meat-grinder.sgml +share/gnome/help/meat-grinder/C/stylesheet-images/caution.gif +share/gnome/help/meat-grinder/C/stylesheet-images/home.gif +share/gnome/help/meat-grinder/C/stylesheet-images/important.gif +share/gnome/help/meat-grinder/C/stylesheet-images/next.gif +share/gnome/help/meat-grinder/C/stylesheet-images/note.gif +share/gnome/help/meat-grinder/C/stylesheet-images/prev.gif +share/gnome/help/meat-grinder/C/stylesheet-images/tip.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-blank.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-minus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-plus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/up.gif +share/gnome/help/meat-grinder/C/stylesheet-images/warning.gif +share/gnome/help/meat-grinder/C/topic.dat +share/gnome/help/meat-grinder/C/usage.html share/gnome/help/stripchart/C/authors.html share/gnome/help/stripchart/C/bugs.html share/gnome/help/stripchart/C/docbook.css @@ -512,11 +637,45 @@ share/gnome/help/stripchart/C/stylesheet-images/up.gif share/gnome/help/stripchart/C/stylesheet-images/warning.gif share/gnome/help/stripchart/C/topic.dat share/gnome/help/stripchart/C/usage.html +share/gnome/help/stripchart/es/authors.html +share/gnome/help/stripchart/es/bugs.html +share/gnome/help/stripchart/es/docbook.css +share/gnome/help/stripchart/es/figures/applet.png +share/gnome/help/stripchart/es/figures/main.png +share/gnome/help/stripchart/es/figures/menu.png +share/gnome/help/stripchart/es/figures/param.png +share/gnome/help/stripchart/es/figures/prefs.png +share/gnome/help/stripchart/es/figures/text.png +share/gnome/help/stripchart/es/files.html +share/gnome/help/stripchart/es/index.html +share/gnome/help/stripchart/es/license.html +share/gnome/help/stripchart/es/ln10.html +share/gnome/help/stripchart/es/options.html +share/gnome/help/stripchart/es/parameters.html +share/gnome/help/stripchart/es/preferences.html +share/gnome/help/stripchart/es/stripchart.sgml +share/gnome/help/stripchart/es/stylesheet-images/caution.gif +share/gnome/help/stripchart/es/stylesheet-images/home.gif +share/gnome/help/stripchart/es/stylesheet-images/important.gif +share/gnome/help/stripchart/es/stylesheet-images/next.gif +share/gnome/help/stripchart/es/stylesheet-images/note.gif +share/gnome/help/stripchart/es/stylesheet-images/prev.gif +share/gnome/help/stripchart/es/stylesheet-images/tip.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-blank.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-minus.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-plus.gif +share/gnome/help/stripchart/es/stylesheet-images/up.gif +share/gnome/help/stripchart/es/stylesheet-images/warning.gif +share/gnome/help/stripchart/es/topic.dat +share/gnome/help/stripchart/es/usage.html share/gnome/idl/gsu.idl share/gnome/logview/logview-actions.db share/gnome/logview/logview-descript.db share/gnome/logview/logview-regexp.db +share/gnome/mime-info/gnome-exe.keys share/gnome/omf/gnome-utils/gcalc-C.omf +share/gnome/omf/gnome-utils/gcalc-de.omf +share/gnome/omf/gnome-utils/gcalc-es.omf share/gnome/omf/gnome-utils/gcalc-it.omf share/gnome/omf/gnome-utils/gcharmap-C.omf share/gnome/omf/gnome-utils/gcolorsel-C.omf @@ -527,6 +686,7 @@ share/gnome/omf/gnome-utils/gdiskfree-it.omf share/gnome/omf/gnome-utils/gfontsel-C.omf share/gnome/omf/gnome-utils/gfontsel-es.omf share/gnome/omf/gnome-utils/gless-C.omf +share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf share/gnome/omf/gnome-utils/gsearchtool-C.omf share/gnome/omf/gnome-utils/gsearchtool-es.omf share/gnome/omf/gnome-utils/gsearchtool-it.omf @@ -534,7 +694,9 @@ share/gnome/omf/gnome-utils/gshutdown-C.omf share/gnome/omf/gnome-utils/gtt-C.omf share/gnome/omf/gnome-utils/guname-C.omf share/gnome/omf/gnome-utils/gw-C.omf +share/gnome/omf/gnome-utils/meat-grinder-C.omf share/gnome/omf/gnome-utils/stripchart-C.omf +share/gnome/omf/gnome-utils/stripchart-es.omf share/gnome/pixmaps/gcharmap-logo.png share/gnome/pixmaps/gcharmap-map-16.xpm share/gnome/pixmaps/gcharmap-map-big.xpm @@ -565,6 +727,7 @@ share/locale/it/LC_MESSAGES/gnome-utils.mo share/locale/ja/LC_MESSAGES/gnome-utils.mo share/locale/ko/LC_MESSAGES/gnome-utils.mo share/locale/lt/LC_MESSAGES/gnome-utils.mo +share/locale/lv/LC_MESSAGES/gnome-utils.mo share/locale/nl/LC_MESSAGES/gnome-utils.mo share/locale/no/LC_MESSAGES/gnome-utils.mo share/locale/pl/LC_MESSAGES/gnome-utils.mo @@ -584,10 +747,17 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/pixmaps/logview @dirrm share/gnome/omf/gnome-utils @dirrm share/gnome/logview +@dirrm share/gnome/help/stripchart/es/stylesheet-images +@dirrm share/gnome/help/stripchart/es/figures +@dirrm share/gnome/help/stripchart/es @dirrm share/gnome/help/stripchart/C/stylesheet-images @dirrm share/gnome/help/stripchart/C/figures @dirrm share/gnome/help/stripchart/C @dirrm share/gnome/help/stripchart +@dirrm share/gnome/help/meat-grinder/C/stylesheet-images +@dirrm share/gnome/help/meat-grinder/C/figures +@dirrm share/gnome/help/meat-grinder/C +@dirrm share/gnome/help/meat-grinder @dirrm share/gnome/help/gw/C/stylesheet-images @dirrm share/gnome/help/gw/C/figures @dirrm share/gnome/help/gw/C @@ -596,10 +766,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/guname/C/figures @dirrm share/gnome/help/guname/C @dirrm share/gnome/help/guname +@dirrm share/gnome/help/gtt/es/stylesheet-images +@dirrm share/gnome/help/gtt/es/figures +@dirrm share/gnome/help/gtt/es @dirrm share/gnome/help/gtt/C/stylesheet-images @dirrm share/gnome/help/gtt/C/figures @dirrm share/gnome/help/gtt/C @dirrm share/gnome/help/gtt +@dirrm share/gnome/help/gshutdown/es/stylesheet-images +@dirrm share/gnome/help/gshutdown/es/figures +@dirrm share/gnome/help/gshutdown/es @dirrm share/gnome/help/gshutdown/C/stylesheet-images @dirrm share/gnome/help/gshutdown/C/figures @dirrm share/gnome/help/gshutdown/C @@ -614,6 +790,10 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gsearchtool/C/figures @dirrm share/gnome/help/gsearchtool/C @dirrm share/gnome/help/gsearchtool +@dirrm share/gnome/help/gnome-exe-handler/C/stylesheet-images +@dirrm share/gnome/help/gnome-exe-handler/C/figures +@dirrm share/gnome/help/gnome-exe-handler/C +@dirrm share/gnome/help/gnome-exe-handler @dirrm share/gnome/help/gless/C/stylesheet-images @dirrm share/gnome/help/gless/C/figures @dirrm share/gnome/help/gless/C @@ -650,6 +830,12 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gcalc/it/stylesheet-images @dirrm share/gnome/help/gcalc/it/figures @dirrm share/gnome/help/gcalc/it +@dirrm share/gnome/help/gcalc/es/stylesheet-images +@dirrm share/gnome/help/gcalc/es/figures +@dirrm share/gnome/help/gcalc/es +@dirrm share/gnome/help/gcalc/de/stylesheet-images +@dirrm share/gnome/help/gcalc/de/figures +@dirrm share/gnome/help/gcalc/de @dirrm share/gnome/help/gcalc/C/stylesheet-images @dirrm share/gnome/help/gcalc/C/figures @dirrm share/gnome/help/gcalc/C diff --git a/deskutils/gnomeutils2/Makefile b/deskutils/gnomeutils2/Makefile index ea668c039471..0ed13be0996b 100644 --- a/deskutils/gnomeutils2/Makefile +++ b/deskutils/gnomeutils2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.0.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-utils @@ -14,19 +14,23 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ + ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-messages=/var/log/messages CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= gnome-exe-handler.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/deskutils/gnomeutils2/distinfo b/deskutils/gnomeutils2/distinfo index 41e0220bab21..712e5dc5a070 100644 --- a/deskutils/gnomeutils2/distinfo +++ b/deskutils/gnomeutils2/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.4.0.tar.gz) = 4931aae4c0d92cdf8c2da57fe56c1e99 +MD5 (gnome-utils-1.4.0.1.tar.gz) = 600335222229e086fe0cbfd6e3e2e10e diff --git a/deskutils/gnomeutils2/files/patch-ai b/deskutils/gnomeutils2/files/patch-ai index e0ad30299780..ec9d6d7b3f42 100644 --- a/deskutils/gnomeutils2/files/patch-ai +++ b/deskutils/gnomeutils2/files/patch-ai @@ -1,6 +1,11 @@ ---- app-docs.make.orig Fri Feb 9 23:12:23 2001 -+++ app-docs.make Tue Feb 27 16:18:16 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ +--- sgmldocs.make 2001/07/03 13:56:19 1.1 ++++ sgmldocs.make 2001/07/03 13:56:34 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + doc_DATA = index.html + diff --git a/deskutils/gnomeutils2/files/patch-configure b/deskutils/gnomeutils2/files/patch-configure new file mode 100644 index 000000000000..a69ca4648e8f --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-configure @@ -0,0 +1,36 @@ + +$FreeBSD$ + +--- configure 2001/07/03 16:13:39 1.1 ++++ configure 2001/07/03 16:14:05 +@@ -6438,7 +6438,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam -ldl $LIBS" ++LIBS="-lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6444 "configure" + #include "confdefs.h" +@@ -6478,7 +6478,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam_misc -ldl -lpam $LIBS" ++LIBS="-lpam_misc -lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6484 "configure" + #include "confdefs.h" +@@ -6506,10 +6506,10 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PAM_LIBS="-ldl -lpam -lpam_misc" ++ PAM_LIBS="-lpam -lpam_misc" + else + echo "$ac_t""no" 1>&6 +-PAM_LIBS="-ldl -lpam" ++PAM_LIBS="-lpam" + fi + + diff --git a/deskutils/gnomeutils2/files/patch-po::Makefile.in.in b/deskutils/gnomeutils2/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2d1ff382a72f --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 ++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/deskutils/gnomeutils2/files/patch-po::zh_TW.Big5.po b/deskutils/gnomeutils2/files/patch-po::zh_TW.Big5.po new file mode 100644 index 000000000000..d7939391d3b8 --- /dev/null +++ b/deskutils/gnomeutils2/files/patch-po::zh_TW.Big5.po @@ -0,0 +1,34 @@ + +$FreeBSD$ + +--- po/zh_TW.Big5.po 2001/07/03 16:16:17 1.1 ++++ po/zh_TW.Big5.po 2001/07/03 16:19:48 +@@ -1154,8 +1154,8 @@ + "This will overwrite your current set of projects.\n" + "Do you really want to reload the configuration file?" + msgstr "" +-"將要覆蓋現存計劃的設定。\n" +-"是否真的要重新載入設定檔?" ++"This will overwrite your current set of projects.\n" ++"Do you really want to reload the configuration file?" + + # gtt/menus.c:27
+ #: gtt/menus.c:27 +@@ -2903,7 +2903,7 @@ + # mini-utils/gless/gless.c:130
+ #: mini-utils/gless/gless.c:130 + msgid "Where to put the window, and its size" +-msgstr "視窗擺放的位置與大小" ++msgstr "Where to put the window, and its size" + + # mini-utils/gless/gless.c:131
+ #: mini-utils/gless/gless.c:131 +@@ -4082,7 +4082,7 @@ + # gfloppy/src/progress.c:117
+ #: gfloppy/src/progress.c:117 + msgid "Floppy formatted successfully." +-msgstr "軟碟片格式化成功。" ++msgstr "Floppy formatted successfully." + + # gfloppy/src/progress.c:121
+ #: gfloppy/src/progress.c:121 diff --git a/deskutils/gnomeutils2/pkg-plist b/deskutils/gnomeutils2/pkg-plist index 19083e224545..887fa7edc4c0 100644 --- a/deskutils/gnomeutils2/pkg-plist +++ b/deskutils/gnomeutils2/pkg-plist @@ -6,12 +6,14 @@ bin/gdict bin/gdiskfree bin/gfontsel bin/gless +bin/gnome-exe-handler bin/gsearchtool bin/gshutdown bin/gtt bin/guname bin/gw bin/logview +bin/meat-grinder bin/splac bin/splash bin/stripchart @@ -19,6 +21,7 @@ bin/stripchart-applet etc/CORBA/servers/gdict.gnorba share/gnome/applets/Monitors/stripchart-applet.desktop share/gnome/applets/Utility/gdict.desktop +share/gnome/application-registry/gnome-exe.applications share/gnome/apps/Applications/gtt.desktop share/gnome/apps/System/gdiskfree.desktop share/gnome/apps/System/gshutdown.desktop @@ -32,25 +35,17 @@ share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gfontsel.desktop share/gnome/apps/Utilities/gless.desktop share/gnome/apps/Utilities/gsearchtool.desktop +share/gnome/apps/Utilities/meat-grinder.desktop share/gnome/apps/Utilities/stripchart.desktop share/gnome/gcolorsel/glade/dialog-new-doc.glade -share/gnome/gcolorsel/glade/dialog-new-doc.glade.h share/gnome/gcolorsel/glade/dialog-new-view.glade -share/gnome/gcolorsel/glade/dialog-new-view.glade.h share/gnome/gcolorsel/glade/dialog-prefs.glade -share/gnome/gcolorsel/glade/dialog-prefs.glade.h share/gnome/gcolorsel/glade/mdi-color-file-properties.glade -share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade -share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-edit.glade -share/gnome/gcolorsel/glade/view-color-edit.glade.h share/gnome/gcolorsel/glade/view-color-generic-properties.glade -share/gnome/gcolorsel/glade/view-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-grid-properties.glade -share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h share/gnome/gcolorsel/glade/view-color-list-properties.glade -share/gnome/gcolorsel/glade/view-color-list-properties.glade.h share/gnome/help/gcalc/C/authors.html share/gnome/help/gcalc/C/bugs.html share/gnome/help/gcalc/C/docbook.css @@ -73,6 +68,50 @@ share/gnome/help/gcalc/C/stylesheet-images/up.gif share/gnome/help/gcalc/C/stylesheet-images/warning.gif share/gnome/help/gcalc/C/topic.dat share/gnome/help/gcalc/C/usage.html +share/gnome/help/gcalc/de/authors.html +share/gnome/help/gcalc/de/book1.html +share/gnome/help/gcalc/de/bugs.html +share/gnome/help/gcalc/de/docbook.css +share/gnome/help/gcalc/de/figures/gcalc-main.png +share/gnome/help/gcalc/de/gcalc.sgml +share/gnome/help/gcalc/de/index.html +share/gnome/help/gcalc/de/license.html +share/gnome/help/gcalc/de/ln11.html +share/gnome/help/gcalc/de/stylesheet-images/caution.gif +share/gnome/help/gcalc/de/stylesheet-images/home.gif +share/gnome/help/gcalc/de/stylesheet-images/important.gif +share/gnome/help/gcalc/de/stylesheet-images/next.gif +share/gnome/help/gcalc/de/stylesheet-images/note.gif +share/gnome/help/gcalc/de/stylesheet-images/prev.gif +share/gnome/help/gcalc/de/stylesheet-images/tip.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/de/stylesheet-images/up.gif +share/gnome/help/gcalc/de/stylesheet-images/warning.gif +share/gnome/help/gcalc/de/topic.dat +share/gnome/help/gcalc/de/usage.html +share/gnome/help/gcalc/es/authors.html +share/gnome/help/gcalc/es/bugs.html +share/gnome/help/gcalc/es/docbook.css +share/gnome/help/gcalc/es/figures/gcalc-main.png +share/gnome/help/gcalc/es/gcalc.sgml +share/gnome/help/gcalc/es/index.html +share/gnome/help/gcalc/es/license.html +share/gnome/help/gcalc/es/ln10.html +share/gnome/help/gcalc/es/stylesheet-images/caution.gif +share/gnome/help/gcalc/es/stylesheet-images/home.gif +share/gnome/help/gcalc/es/stylesheet-images/important.gif +share/gnome/help/gcalc/es/stylesheet-images/next.gif +share/gnome/help/gcalc/es/stylesheet-images/note.gif +share/gnome/help/gcalc/es/stylesheet-images/prev.gif +share/gnome/help/gcalc/es/stylesheet-images/tip.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/es/stylesheet-images/up.gif +share/gnome/help/gcalc/es/stylesheet-images/warning.gif +share/gnome/help/gcalc/es/usage.html share/gnome/help/gcalc/it/authors.html share/gnome/help/gcalc/it/bugs.html share/gnome/help/gcalc/it/docbook.css @@ -308,6 +347,24 @@ share/gnome/help/gless/C/stylesheet-images/up.gif share/gnome/help/gless/C/stylesheet-images/warning.gif share/gnome/help/gless/C/topic.dat share/gnome/help/gless/C/usage.html +share/gnome/help/gnome-exe-handler/C/authors.html +share/gnome/help/gnome-exe-handler/C/docbook.css +share/gnome/help/gnome-exe-handler/C/gnome-exe-handler.sgml +share/gnome/help/gnome-exe-handler/C/index.html +share/gnome/help/gnome-exe-handler/C/license.html +share/gnome/help/gnome-exe-handler/C/ln7.html +share/gnome/help/gnome-exe-handler/C/stylesheet-images/caution.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/home.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/important.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/next.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/note.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/prev.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/tip.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/up.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/warning.gif share/gnome/help/gsearchtool/C/authors.html share/gnome/help/gsearchtool/C/criteria.html share/gnome/help/gsearchtool/C/docbook.css @@ -408,6 +465,28 @@ share/gnome/help/gshutdown/C/stylesheet-images/up.gif share/gnome/help/gshutdown/C/stylesheet-images/warning.gif share/gnome/help/gshutdown/C/topic.dat share/gnome/help/gshutdown/C/usage.html +share/gnome/help/gshutdown/es/authors.html +share/gnome/help/gshutdown/es/docbook.css +share/gnome/help/gshutdown/es/figures/gshutdown-advanced.png +share/gnome/help/gshutdown/es/figures/gshutdown-preferences.png +share/gnome/help/gshutdown/es/figures/gshutdown.png +share/gnome/help/gshutdown/es/gshutdown.sgml +share/gnome/help/gshutdown/es/index.html +share/gnome/help/gshutdown/es/ln10.html +share/gnome/help/gshutdown/es/stylesheet-images/caution.gif +share/gnome/help/gshutdown/es/stylesheet-images/home.gif +share/gnome/help/gshutdown/es/stylesheet-images/important.gif +share/gnome/help/gshutdown/es/stylesheet-images/next.gif +share/gnome/help/gshutdown/es/stylesheet-images/note.gif +share/gnome/help/gshutdown/es/stylesheet-images/prev.gif +share/gnome/help/gshutdown/es/stylesheet-images/tip.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-blank.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-minus.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-plus.gif +share/gnome/help/gshutdown/es/stylesheet-images/up.gif +share/gnome/help/gshutdown/es/stylesheet-images/warning.gif +share/gnome/help/gshutdown/es/topic.dat +share/gnome/help/gshutdown/es/usage.html share/gnome/help/gtt/C/authors.html share/gnome/help/gtt/C/bugs.html share/gnome/help/gtt/C/dialogs.html @@ -433,6 +512,31 @@ share/gnome/help/gtt/C/stylesheet-images/up.gif share/gnome/help/gtt/C/stylesheet-images/warning.gif share/gnome/help/gtt/C/topic.dat share/gnome/help/gtt/C/usage.html +share/gnome/help/gtt/es/authors.html +share/gnome/help/gtt/es/bugs.html +share/gnome/help/gtt/es/dialogs.html +share/gnome/help/gtt/es/docbook.css +share/gnome/help/gtt/es/figures/gtt_mainwin.png +share/gnome/help/gtt/es/figures/gtt_prefswin.png +share/gnome/help/gtt/es/gtt.sgml +share/gnome/help/gtt/es/index.html +share/gnome/help/gtt/es/license.html +share/gnome/help/gtt/es/ln10.html +share/gnome/help/gtt/es/preferences.html +share/gnome/help/gtt/es/stylesheet-images/caution.gif +share/gnome/help/gtt/es/stylesheet-images/home.gif +share/gnome/help/gtt/es/stylesheet-images/important.gif +share/gnome/help/gtt/es/stylesheet-images/next.gif +share/gnome/help/gtt/es/stylesheet-images/note.gif +share/gnome/help/gtt/es/stylesheet-images/prev.gif +share/gnome/help/gtt/es/stylesheet-images/tip.gif +share/gnome/help/gtt/es/stylesheet-images/toc-blank.gif +share/gnome/help/gtt/es/stylesheet-images/toc-minus.gif +share/gnome/help/gtt/es/stylesheet-images/toc-plus.gif +share/gnome/help/gtt/es/stylesheet-images/up.gif +share/gnome/help/gtt/es/stylesheet-images/warning.gif +share/gnome/help/gtt/es/topic.dat +share/gnome/help/gtt/es/usage.html share/gnome/help/guname/C/authors.html share/gnome/help/guname/C/docbook.css share/gnome/help/guname/C/figures/guname-cpuinfo.png @@ -458,7 +562,6 @@ share/gnome/help/guname/C/stylesheet-images/warning.gif share/gnome/help/guname/C/topic.dat share/gnome/help/guname/C/usage.html share/gnome/help/gw/C/authors.html -share/gnome/help/gw/C/bugs.html share/gnome/help/gw/C/docbook.css share/gnome/help/gw/C/figures/gw-main.png share/gnome/help/gw/C/figures/gw-menuitems.png @@ -481,6 +584,28 @@ share/gnome/help/gw/C/stylesheet-images/up.gif share/gnome/help/gw/C/stylesheet-images/warning.gif share/gnome/help/gw/C/topic.dat share/gnome/help/gw/C/usage.html +share/gnome/help/meat-grinder/C/authors.html +share/gnome/help/meat-grinder/C/docbook.css +share/gnome/help/meat-grinder/C/figures/meat-grinder-main-full.png +share/gnome/help/meat-grinder/C/figures/meat-grinder-main.png +share/gnome/help/meat-grinder/C/index.html +share/gnome/help/meat-grinder/C/license.html +share/gnome/help/meat-grinder/C/ln7.html +share/gnome/help/meat-grinder/C/meat-grinder.sgml +share/gnome/help/meat-grinder/C/stylesheet-images/caution.gif +share/gnome/help/meat-grinder/C/stylesheet-images/home.gif +share/gnome/help/meat-grinder/C/stylesheet-images/important.gif +share/gnome/help/meat-grinder/C/stylesheet-images/next.gif +share/gnome/help/meat-grinder/C/stylesheet-images/note.gif +share/gnome/help/meat-grinder/C/stylesheet-images/prev.gif +share/gnome/help/meat-grinder/C/stylesheet-images/tip.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-blank.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-minus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-plus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/up.gif +share/gnome/help/meat-grinder/C/stylesheet-images/warning.gif +share/gnome/help/meat-grinder/C/topic.dat +share/gnome/help/meat-grinder/C/usage.html share/gnome/help/stripchart/C/authors.html share/gnome/help/stripchart/C/bugs.html share/gnome/help/stripchart/C/docbook.css @@ -512,11 +637,45 @@ share/gnome/help/stripchart/C/stylesheet-images/up.gif share/gnome/help/stripchart/C/stylesheet-images/warning.gif share/gnome/help/stripchart/C/topic.dat share/gnome/help/stripchart/C/usage.html +share/gnome/help/stripchart/es/authors.html +share/gnome/help/stripchart/es/bugs.html +share/gnome/help/stripchart/es/docbook.css +share/gnome/help/stripchart/es/figures/applet.png +share/gnome/help/stripchart/es/figures/main.png +share/gnome/help/stripchart/es/figures/menu.png +share/gnome/help/stripchart/es/figures/param.png +share/gnome/help/stripchart/es/figures/prefs.png +share/gnome/help/stripchart/es/figures/text.png +share/gnome/help/stripchart/es/files.html +share/gnome/help/stripchart/es/index.html +share/gnome/help/stripchart/es/license.html +share/gnome/help/stripchart/es/ln10.html +share/gnome/help/stripchart/es/options.html +share/gnome/help/stripchart/es/parameters.html +share/gnome/help/stripchart/es/preferences.html +share/gnome/help/stripchart/es/stripchart.sgml +share/gnome/help/stripchart/es/stylesheet-images/caution.gif +share/gnome/help/stripchart/es/stylesheet-images/home.gif +share/gnome/help/stripchart/es/stylesheet-images/important.gif +share/gnome/help/stripchart/es/stylesheet-images/next.gif +share/gnome/help/stripchart/es/stylesheet-images/note.gif +share/gnome/help/stripchart/es/stylesheet-images/prev.gif +share/gnome/help/stripchart/es/stylesheet-images/tip.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-blank.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-minus.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-plus.gif +share/gnome/help/stripchart/es/stylesheet-images/up.gif +share/gnome/help/stripchart/es/stylesheet-images/warning.gif +share/gnome/help/stripchart/es/topic.dat +share/gnome/help/stripchart/es/usage.html share/gnome/idl/gsu.idl share/gnome/logview/logview-actions.db share/gnome/logview/logview-descript.db share/gnome/logview/logview-regexp.db +share/gnome/mime-info/gnome-exe.keys share/gnome/omf/gnome-utils/gcalc-C.omf +share/gnome/omf/gnome-utils/gcalc-de.omf +share/gnome/omf/gnome-utils/gcalc-es.omf share/gnome/omf/gnome-utils/gcalc-it.omf share/gnome/omf/gnome-utils/gcharmap-C.omf share/gnome/omf/gnome-utils/gcolorsel-C.omf @@ -527,6 +686,7 @@ share/gnome/omf/gnome-utils/gdiskfree-it.omf share/gnome/omf/gnome-utils/gfontsel-C.omf share/gnome/omf/gnome-utils/gfontsel-es.omf share/gnome/omf/gnome-utils/gless-C.omf +share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf share/gnome/omf/gnome-utils/gsearchtool-C.omf share/gnome/omf/gnome-utils/gsearchtool-es.omf share/gnome/omf/gnome-utils/gsearchtool-it.omf @@ -534,7 +694,9 @@ share/gnome/omf/gnome-utils/gshutdown-C.omf share/gnome/omf/gnome-utils/gtt-C.omf share/gnome/omf/gnome-utils/guname-C.omf share/gnome/omf/gnome-utils/gw-C.omf +share/gnome/omf/gnome-utils/meat-grinder-C.omf share/gnome/omf/gnome-utils/stripchart-C.omf +share/gnome/omf/gnome-utils/stripchart-es.omf share/gnome/pixmaps/gcharmap-logo.png share/gnome/pixmaps/gcharmap-map-16.xpm share/gnome/pixmaps/gcharmap-map-big.xpm @@ -565,6 +727,7 @@ share/locale/it/LC_MESSAGES/gnome-utils.mo share/locale/ja/LC_MESSAGES/gnome-utils.mo share/locale/ko/LC_MESSAGES/gnome-utils.mo share/locale/lt/LC_MESSAGES/gnome-utils.mo +share/locale/lv/LC_MESSAGES/gnome-utils.mo share/locale/nl/LC_MESSAGES/gnome-utils.mo share/locale/no/LC_MESSAGES/gnome-utils.mo share/locale/pl/LC_MESSAGES/gnome-utils.mo @@ -584,10 +747,17 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/pixmaps/logview @dirrm share/gnome/omf/gnome-utils @dirrm share/gnome/logview +@dirrm share/gnome/help/stripchart/es/stylesheet-images +@dirrm share/gnome/help/stripchart/es/figures +@dirrm share/gnome/help/stripchart/es @dirrm share/gnome/help/stripchart/C/stylesheet-images @dirrm share/gnome/help/stripchart/C/figures @dirrm share/gnome/help/stripchart/C @dirrm share/gnome/help/stripchart +@dirrm share/gnome/help/meat-grinder/C/stylesheet-images +@dirrm share/gnome/help/meat-grinder/C/figures +@dirrm share/gnome/help/meat-grinder/C +@dirrm share/gnome/help/meat-grinder @dirrm share/gnome/help/gw/C/stylesheet-images @dirrm share/gnome/help/gw/C/figures @dirrm share/gnome/help/gw/C @@ -596,10 +766,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/guname/C/figures @dirrm share/gnome/help/guname/C @dirrm share/gnome/help/guname +@dirrm share/gnome/help/gtt/es/stylesheet-images +@dirrm share/gnome/help/gtt/es/figures +@dirrm share/gnome/help/gtt/es @dirrm share/gnome/help/gtt/C/stylesheet-images @dirrm share/gnome/help/gtt/C/figures @dirrm share/gnome/help/gtt/C @dirrm share/gnome/help/gtt +@dirrm share/gnome/help/gshutdown/es/stylesheet-images +@dirrm share/gnome/help/gshutdown/es/figures +@dirrm share/gnome/help/gshutdown/es @dirrm share/gnome/help/gshutdown/C/stylesheet-images @dirrm share/gnome/help/gshutdown/C/figures @dirrm share/gnome/help/gshutdown/C @@ -614,6 +790,10 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gsearchtool/C/figures @dirrm share/gnome/help/gsearchtool/C @dirrm share/gnome/help/gsearchtool +@dirrm share/gnome/help/gnome-exe-handler/C/stylesheet-images +@dirrm share/gnome/help/gnome-exe-handler/C/figures +@dirrm share/gnome/help/gnome-exe-handler/C +@dirrm share/gnome/help/gnome-exe-handler @dirrm share/gnome/help/gless/C/stylesheet-images @dirrm share/gnome/help/gless/C/figures @dirrm share/gnome/help/gless/C @@ -650,6 +830,12 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gcalc/it/stylesheet-images @dirrm share/gnome/help/gcalc/it/figures @dirrm share/gnome/help/gcalc/it +@dirrm share/gnome/help/gcalc/es/stylesheet-images +@dirrm share/gnome/help/gcalc/es/figures +@dirrm share/gnome/help/gcalc/es +@dirrm share/gnome/help/gcalc/de/stylesheet-images +@dirrm share/gnome/help/gcalc/de/figures +@dirrm share/gnome/help/gcalc/de @dirrm share/gnome/help/gcalc/C/stylesheet-images @dirrm share/gnome/help/gcalc/C/figures @dirrm share/gnome/help/gcalc/C diff --git a/misc/gnomeutils/Makefile b/misc/gnomeutils/Makefile index ea668c039471..0ed13be0996b 100644 --- a/misc/gnomeutils/Makefile +++ b/misc/gnomeutils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.0.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-utils @@ -14,19 +14,23 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ + ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-messages=/var/log/messages CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= gnome-exe-handler.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/misc/gnomeutils/distinfo b/misc/gnomeutils/distinfo index 41e0220bab21..712e5dc5a070 100644 --- a/misc/gnomeutils/distinfo +++ b/misc/gnomeutils/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.4.0.tar.gz) = 4931aae4c0d92cdf8c2da57fe56c1e99 +MD5 (gnome-utils-1.4.0.1.tar.gz) = 600335222229e086fe0cbfd6e3e2e10e diff --git a/misc/gnomeutils/files/patch-ai b/misc/gnomeutils/files/patch-ai index e0ad30299780..ec9d6d7b3f42 100644 --- a/misc/gnomeutils/files/patch-ai +++ b/misc/gnomeutils/files/patch-ai @@ -1,6 +1,11 @@ ---- app-docs.make.orig Fri Feb 9 23:12:23 2001 -+++ app-docs.make Tue Feb 27 16:18:16 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ +--- sgmldocs.make 2001/07/03 13:56:19 1.1 ++++ sgmldocs.make 2001/07/03 13:56:34 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + doc_DATA = index.html + diff --git a/misc/gnomeutils/files/patch-configure b/misc/gnomeutils/files/patch-configure new file mode 100644 index 000000000000..a69ca4648e8f --- /dev/null +++ b/misc/gnomeutils/files/patch-configure @@ -0,0 +1,36 @@ + +$FreeBSD$ + +--- configure 2001/07/03 16:13:39 1.1 ++++ configure 2001/07/03 16:14:05 +@@ -6438,7 +6438,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam -ldl $LIBS" ++LIBS="-lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6444 "configure" + #include "confdefs.h" +@@ -6478,7 +6478,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam_misc -ldl -lpam $LIBS" ++LIBS="-lpam_misc -lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6484 "configure" + #include "confdefs.h" +@@ -6506,10 +6506,10 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PAM_LIBS="-ldl -lpam -lpam_misc" ++ PAM_LIBS="-lpam -lpam_misc" + else + echo "$ac_t""no" 1>&6 +-PAM_LIBS="-ldl -lpam" ++PAM_LIBS="-lpam" + fi + + diff --git a/misc/gnomeutils/files/patch-po::Makefile.in.in b/misc/gnomeutils/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2d1ff382a72f --- /dev/null +++ b/misc/gnomeutils/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 ++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/misc/gnomeutils/files/patch-po::zh_TW.Big5.po b/misc/gnomeutils/files/patch-po::zh_TW.Big5.po new file mode 100644 index 000000000000..d7939391d3b8 --- /dev/null +++ b/misc/gnomeutils/files/patch-po::zh_TW.Big5.po @@ -0,0 +1,34 @@ + +$FreeBSD$ + +--- po/zh_TW.Big5.po 2001/07/03 16:16:17 1.1 ++++ po/zh_TW.Big5.po 2001/07/03 16:19:48 +@@ -1154,8 +1154,8 @@ + "This will overwrite your current set of projects.\n" + "Do you really want to reload the configuration file?" + msgstr "" +-"將要覆蓋現存計劃的設定。\n" +-"是否真的要重新載入設定檔?" ++"This will overwrite your current set of projects.\n" ++"Do you really want to reload the configuration file?" + + # gtt/menus.c:27
+ #: gtt/menus.c:27 +@@ -2903,7 +2903,7 @@ + # mini-utils/gless/gless.c:130
+ #: mini-utils/gless/gless.c:130 + msgid "Where to put the window, and its size" +-msgstr "視窗擺放的位置與大小" ++msgstr "Where to put the window, and its size" + + # mini-utils/gless/gless.c:131
+ #: mini-utils/gless/gless.c:131 +@@ -4082,7 +4082,7 @@ + # gfloppy/src/progress.c:117
+ #: gfloppy/src/progress.c:117 + msgid "Floppy formatted successfully." +-msgstr "軟碟片格式化成功。" ++msgstr "Floppy formatted successfully." + + # gfloppy/src/progress.c:121
+ #: gfloppy/src/progress.c:121 diff --git a/misc/gnomeutils/pkg-plist b/misc/gnomeutils/pkg-plist index 19083e224545..887fa7edc4c0 100644 --- a/misc/gnomeutils/pkg-plist +++ b/misc/gnomeutils/pkg-plist @@ -6,12 +6,14 @@ bin/gdict bin/gdiskfree bin/gfontsel bin/gless +bin/gnome-exe-handler bin/gsearchtool bin/gshutdown bin/gtt bin/guname bin/gw bin/logview +bin/meat-grinder bin/splac bin/splash bin/stripchart @@ -19,6 +21,7 @@ bin/stripchart-applet etc/CORBA/servers/gdict.gnorba share/gnome/applets/Monitors/stripchart-applet.desktop share/gnome/applets/Utility/gdict.desktop +share/gnome/application-registry/gnome-exe.applications share/gnome/apps/Applications/gtt.desktop share/gnome/apps/System/gdiskfree.desktop share/gnome/apps/System/gshutdown.desktop @@ -32,25 +35,17 @@ share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gfontsel.desktop share/gnome/apps/Utilities/gless.desktop share/gnome/apps/Utilities/gsearchtool.desktop +share/gnome/apps/Utilities/meat-grinder.desktop share/gnome/apps/Utilities/stripchart.desktop share/gnome/gcolorsel/glade/dialog-new-doc.glade -share/gnome/gcolorsel/glade/dialog-new-doc.glade.h share/gnome/gcolorsel/glade/dialog-new-view.glade -share/gnome/gcolorsel/glade/dialog-new-view.glade.h share/gnome/gcolorsel/glade/dialog-prefs.glade -share/gnome/gcolorsel/glade/dialog-prefs.glade.h share/gnome/gcolorsel/glade/mdi-color-file-properties.glade -share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade -share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-edit.glade -share/gnome/gcolorsel/glade/view-color-edit.glade.h share/gnome/gcolorsel/glade/view-color-generic-properties.glade -share/gnome/gcolorsel/glade/view-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-grid-properties.glade -share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h share/gnome/gcolorsel/glade/view-color-list-properties.glade -share/gnome/gcolorsel/glade/view-color-list-properties.glade.h share/gnome/help/gcalc/C/authors.html share/gnome/help/gcalc/C/bugs.html share/gnome/help/gcalc/C/docbook.css @@ -73,6 +68,50 @@ share/gnome/help/gcalc/C/stylesheet-images/up.gif share/gnome/help/gcalc/C/stylesheet-images/warning.gif share/gnome/help/gcalc/C/topic.dat share/gnome/help/gcalc/C/usage.html +share/gnome/help/gcalc/de/authors.html +share/gnome/help/gcalc/de/book1.html +share/gnome/help/gcalc/de/bugs.html +share/gnome/help/gcalc/de/docbook.css +share/gnome/help/gcalc/de/figures/gcalc-main.png +share/gnome/help/gcalc/de/gcalc.sgml +share/gnome/help/gcalc/de/index.html +share/gnome/help/gcalc/de/license.html +share/gnome/help/gcalc/de/ln11.html +share/gnome/help/gcalc/de/stylesheet-images/caution.gif +share/gnome/help/gcalc/de/stylesheet-images/home.gif +share/gnome/help/gcalc/de/stylesheet-images/important.gif +share/gnome/help/gcalc/de/stylesheet-images/next.gif +share/gnome/help/gcalc/de/stylesheet-images/note.gif +share/gnome/help/gcalc/de/stylesheet-images/prev.gif +share/gnome/help/gcalc/de/stylesheet-images/tip.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/de/stylesheet-images/up.gif +share/gnome/help/gcalc/de/stylesheet-images/warning.gif +share/gnome/help/gcalc/de/topic.dat +share/gnome/help/gcalc/de/usage.html +share/gnome/help/gcalc/es/authors.html +share/gnome/help/gcalc/es/bugs.html +share/gnome/help/gcalc/es/docbook.css +share/gnome/help/gcalc/es/figures/gcalc-main.png +share/gnome/help/gcalc/es/gcalc.sgml +share/gnome/help/gcalc/es/index.html +share/gnome/help/gcalc/es/license.html +share/gnome/help/gcalc/es/ln10.html +share/gnome/help/gcalc/es/stylesheet-images/caution.gif +share/gnome/help/gcalc/es/stylesheet-images/home.gif +share/gnome/help/gcalc/es/stylesheet-images/important.gif +share/gnome/help/gcalc/es/stylesheet-images/next.gif +share/gnome/help/gcalc/es/stylesheet-images/note.gif +share/gnome/help/gcalc/es/stylesheet-images/prev.gif +share/gnome/help/gcalc/es/stylesheet-images/tip.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/es/stylesheet-images/up.gif +share/gnome/help/gcalc/es/stylesheet-images/warning.gif +share/gnome/help/gcalc/es/usage.html share/gnome/help/gcalc/it/authors.html share/gnome/help/gcalc/it/bugs.html share/gnome/help/gcalc/it/docbook.css @@ -308,6 +347,24 @@ share/gnome/help/gless/C/stylesheet-images/up.gif share/gnome/help/gless/C/stylesheet-images/warning.gif share/gnome/help/gless/C/topic.dat share/gnome/help/gless/C/usage.html +share/gnome/help/gnome-exe-handler/C/authors.html +share/gnome/help/gnome-exe-handler/C/docbook.css +share/gnome/help/gnome-exe-handler/C/gnome-exe-handler.sgml +share/gnome/help/gnome-exe-handler/C/index.html +share/gnome/help/gnome-exe-handler/C/license.html +share/gnome/help/gnome-exe-handler/C/ln7.html +share/gnome/help/gnome-exe-handler/C/stylesheet-images/caution.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/home.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/important.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/next.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/note.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/prev.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/tip.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/up.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/warning.gif share/gnome/help/gsearchtool/C/authors.html share/gnome/help/gsearchtool/C/criteria.html share/gnome/help/gsearchtool/C/docbook.css @@ -408,6 +465,28 @@ share/gnome/help/gshutdown/C/stylesheet-images/up.gif share/gnome/help/gshutdown/C/stylesheet-images/warning.gif share/gnome/help/gshutdown/C/topic.dat share/gnome/help/gshutdown/C/usage.html +share/gnome/help/gshutdown/es/authors.html +share/gnome/help/gshutdown/es/docbook.css +share/gnome/help/gshutdown/es/figures/gshutdown-advanced.png +share/gnome/help/gshutdown/es/figures/gshutdown-preferences.png +share/gnome/help/gshutdown/es/figures/gshutdown.png +share/gnome/help/gshutdown/es/gshutdown.sgml +share/gnome/help/gshutdown/es/index.html +share/gnome/help/gshutdown/es/ln10.html +share/gnome/help/gshutdown/es/stylesheet-images/caution.gif +share/gnome/help/gshutdown/es/stylesheet-images/home.gif +share/gnome/help/gshutdown/es/stylesheet-images/important.gif +share/gnome/help/gshutdown/es/stylesheet-images/next.gif +share/gnome/help/gshutdown/es/stylesheet-images/note.gif +share/gnome/help/gshutdown/es/stylesheet-images/prev.gif +share/gnome/help/gshutdown/es/stylesheet-images/tip.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-blank.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-minus.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-plus.gif +share/gnome/help/gshutdown/es/stylesheet-images/up.gif +share/gnome/help/gshutdown/es/stylesheet-images/warning.gif +share/gnome/help/gshutdown/es/topic.dat +share/gnome/help/gshutdown/es/usage.html share/gnome/help/gtt/C/authors.html share/gnome/help/gtt/C/bugs.html share/gnome/help/gtt/C/dialogs.html @@ -433,6 +512,31 @@ share/gnome/help/gtt/C/stylesheet-images/up.gif share/gnome/help/gtt/C/stylesheet-images/warning.gif share/gnome/help/gtt/C/topic.dat share/gnome/help/gtt/C/usage.html +share/gnome/help/gtt/es/authors.html +share/gnome/help/gtt/es/bugs.html +share/gnome/help/gtt/es/dialogs.html +share/gnome/help/gtt/es/docbook.css +share/gnome/help/gtt/es/figures/gtt_mainwin.png +share/gnome/help/gtt/es/figures/gtt_prefswin.png +share/gnome/help/gtt/es/gtt.sgml +share/gnome/help/gtt/es/index.html +share/gnome/help/gtt/es/license.html +share/gnome/help/gtt/es/ln10.html +share/gnome/help/gtt/es/preferences.html +share/gnome/help/gtt/es/stylesheet-images/caution.gif +share/gnome/help/gtt/es/stylesheet-images/home.gif +share/gnome/help/gtt/es/stylesheet-images/important.gif +share/gnome/help/gtt/es/stylesheet-images/next.gif +share/gnome/help/gtt/es/stylesheet-images/note.gif +share/gnome/help/gtt/es/stylesheet-images/prev.gif +share/gnome/help/gtt/es/stylesheet-images/tip.gif +share/gnome/help/gtt/es/stylesheet-images/toc-blank.gif +share/gnome/help/gtt/es/stylesheet-images/toc-minus.gif +share/gnome/help/gtt/es/stylesheet-images/toc-plus.gif +share/gnome/help/gtt/es/stylesheet-images/up.gif +share/gnome/help/gtt/es/stylesheet-images/warning.gif +share/gnome/help/gtt/es/topic.dat +share/gnome/help/gtt/es/usage.html share/gnome/help/guname/C/authors.html share/gnome/help/guname/C/docbook.css share/gnome/help/guname/C/figures/guname-cpuinfo.png @@ -458,7 +562,6 @@ share/gnome/help/guname/C/stylesheet-images/warning.gif share/gnome/help/guname/C/topic.dat share/gnome/help/guname/C/usage.html share/gnome/help/gw/C/authors.html -share/gnome/help/gw/C/bugs.html share/gnome/help/gw/C/docbook.css share/gnome/help/gw/C/figures/gw-main.png share/gnome/help/gw/C/figures/gw-menuitems.png @@ -481,6 +584,28 @@ share/gnome/help/gw/C/stylesheet-images/up.gif share/gnome/help/gw/C/stylesheet-images/warning.gif share/gnome/help/gw/C/topic.dat share/gnome/help/gw/C/usage.html +share/gnome/help/meat-grinder/C/authors.html +share/gnome/help/meat-grinder/C/docbook.css +share/gnome/help/meat-grinder/C/figures/meat-grinder-main-full.png +share/gnome/help/meat-grinder/C/figures/meat-grinder-main.png +share/gnome/help/meat-grinder/C/index.html +share/gnome/help/meat-grinder/C/license.html +share/gnome/help/meat-grinder/C/ln7.html +share/gnome/help/meat-grinder/C/meat-grinder.sgml +share/gnome/help/meat-grinder/C/stylesheet-images/caution.gif +share/gnome/help/meat-grinder/C/stylesheet-images/home.gif +share/gnome/help/meat-grinder/C/stylesheet-images/important.gif +share/gnome/help/meat-grinder/C/stylesheet-images/next.gif +share/gnome/help/meat-grinder/C/stylesheet-images/note.gif +share/gnome/help/meat-grinder/C/stylesheet-images/prev.gif +share/gnome/help/meat-grinder/C/stylesheet-images/tip.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-blank.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-minus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-plus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/up.gif +share/gnome/help/meat-grinder/C/stylesheet-images/warning.gif +share/gnome/help/meat-grinder/C/topic.dat +share/gnome/help/meat-grinder/C/usage.html share/gnome/help/stripchart/C/authors.html share/gnome/help/stripchart/C/bugs.html share/gnome/help/stripchart/C/docbook.css @@ -512,11 +637,45 @@ share/gnome/help/stripchart/C/stylesheet-images/up.gif share/gnome/help/stripchart/C/stylesheet-images/warning.gif share/gnome/help/stripchart/C/topic.dat share/gnome/help/stripchart/C/usage.html +share/gnome/help/stripchart/es/authors.html +share/gnome/help/stripchart/es/bugs.html +share/gnome/help/stripchart/es/docbook.css +share/gnome/help/stripchart/es/figures/applet.png +share/gnome/help/stripchart/es/figures/main.png +share/gnome/help/stripchart/es/figures/menu.png +share/gnome/help/stripchart/es/figures/param.png +share/gnome/help/stripchart/es/figures/prefs.png +share/gnome/help/stripchart/es/figures/text.png +share/gnome/help/stripchart/es/files.html +share/gnome/help/stripchart/es/index.html +share/gnome/help/stripchart/es/license.html +share/gnome/help/stripchart/es/ln10.html +share/gnome/help/stripchart/es/options.html +share/gnome/help/stripchart/es/parameters.html +share/gnome/help/stripchart/es/preferences.html +share/gnome/help/stripchart/es/stripchart.sgml +share/gnome/help/stripchart/es/stylesheet-images/caution.gif +share/gnome/help/stripchart/es/stylesheet-images/home.gif +share/gnome/help/stripchart/es/stylesheet-images/important.gif +share/gnome/help/stripchart/es/stylesheet-images/next.gif +share/gnome/help/stripchart/es/stylesheet-images/note.gif +share/gnome/help/stripchart/es/stylesheet-images/prev.gif +share/gnome/help/stripchart/es/stylesheet-images/tip.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-blank.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-minus.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-plus.gif +share/gnome/help/stripchart/es/stylesheet-images/up.gif +share/gnome/help/stripchart/es/stylesheet-images/warning.gif +share/gnome/help/stripchart/es/topic.dat +share/gnome/help/stripchart/es/usage.html share/gnome/idl/gsu.idl share/gnome/logview/logview-actions.db share/gnome/logview/logview-descript.db share/gnome/logview/logview-regexp.db +share/gnome/mime-info/gnome-exe.keys share/gnome/omf/gnome-utils/gcalc-C.omf +share/gnome/omf/gnome-utils/gcalc-de.omf +share/gnome/omf/gnome-utils/gcalc-es.omf share/gnome/omf/gnome-utils/gcalc-it.omf share/gnome/omf/gnome-utils/gcharmap-C.omf share/gnome/omf/gnome-utils/gcolorsel-C.omf @@ -527,6 +686,7 @@ share/gnome/omf/gnome-utils/gdiskfree-it.omf share/gnome/omf/gnome-utils/gfontsel-C.omf share/gnome/omf/gnome-utils/gfontsel-es.omf share/gnome/omf/gnome-utils/gless-C.omf +share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf share/gnome/omf/gnome-utils/gsearchtool-C.omf share/gnome/omf/gnome-utils/gsearchtool-es.omf share/gnome/omf/gnome-utils/gsearchtool-it.omf @@ -534,7 +694,9 @@ share/gnome/omf/gnome-utils/gshutdown-C.omf share/gnome/omf/gnome-utils/gtt-C.omf share/gnome/omf/gnome-utils/guname-C.omf share/gnome/omf/gnome-utils/gw-C.omf +share/gnome/omf/gnome-utils/meat-grinder-C.omf share/gnome/omf/gnome-utils/stripchart-C.omf +share/gnome/omf/gnome-utils/stripchart-es.omf share/gnome/pixmaps/gcharmap-logo.png share/gnome/pixmaps/gcharmap-map-16.xpm share/gnome/pixmaps/gcharmap-map-big.xpm @@ -565,6 +727,7 @@ share/locale/it/LC_MESSAGES/gnome-utils.mo share/locale/ja/LC_MESSAGES/gnome-utils.mo share/locale/ko/LC_MESSAGES/gnome-utils.mo share/locale/lt/LC_MESSAGES/gnome-utils.mo +share/locale/lv/LC_MESSAGES/gnome-utils.mo share/locale/nl/LC_MESSAGES/gnome-utils.mo share/locale/no/LC_MESSAGES/gnome-utils.mo share/locale/pl/LC_MESSAGES/gnome-utils.mo @@ -584,10 +747,17 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/pixmaps/logview @dirrm share/gnome/omf/gnome-utils @dirrm share/gnome/logview +@dirrm share/gnome/help/stripchart/es/stylesheet-images +@dirrm share/gnome/help/stripchart/es/figures +@dirrm share/gnome/help/stripchart/es @dirrm share/gnome/help/stripchart/C/stylesheet-images @dirrm share/gnome/help/stripchart/C/figures @dirrm share/gnome/help/stripchart/C @dirrm share/gnome/help/stripchart +@dirrm share/gnome/help/meat-grinder/C/stylesheet-images +@dirrm share/gnome/help/meat-grinder/C/figures +@dirrm share/gnome/help/meat-grinder/C +@dirrm share/gnome/help/meat-grinder @dirrm share/gnome/help/gw/C/stylesheet-images @dirrm share/gnome/help/gw/C/figures @dirrm share/gnome/help/gw/C @@ -596,10 +766,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/guname/C/figures @dirrm share/gnome/help/guname/C @dirrm share/gnome/help/guname +@dirrm share/gnome/help/gtt/es/stylesheet-images +@dirrm share/gnome/help/gtt/es/figures +@dirrm share/gnome/help/gtt/es @dirrm share/gnome/help/gtt/C/stylesheet-images @dirrm share/gnome/help/gtt/C/figures @dirrm share/gnome/help/gtt/C @dirrm share/gnome/help/gtt +@dirrm share/gnome/help/gshutdown/es/stylesheet-images +@dirrm share/gnome/help/gshutdown/es/figures +@dirrm share/gnome/help/gshutdown/es @dirrm share/gnome/help/gshutdown/C/stylesheet-images @dirrm share/gnome/help/gshutdown/C/figures @dirrm share/gnome/help/gshutdown/C @@ -614,6 +790,10 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gsearchtool/C/figures @dirrm share/gnome/help/gsearchtool/C @dirrm share/gnome/help/gsearchtool +@dirrm share/gnome/help/gnome-exe-handler/C/stylesheet-images +@dirrm share/gnome/help/gnome-exe-handler/C/figures +@dirrm share/gnome/help/gnome-exe-handler/C +@dirrm share/gnome/help/gnome-exe-handler @dirrm share/gnome/help/gless/C/stylesheet-images @dirrm share/gnome/help/gless/C/figures @dirrm share/gnome/help/gless/C @@ -650,6 +830,12 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gcalc/it/stylesheet-images @dirrm share/gnome/help/gcalc/it/figures @dirrm share/gnome/help/gcalc/it +@dirrm share/gnome/help/gcalc/es/stylesheet-images +@dirrm share/gnome/help/gcalc/es/figures +@dirrm share/gnome/help/gcalc/es +@dirrm share/gnome/help/gcalc/de/stylesheet-images +@dirrm share/gnome/help/gcalc/de/figures +@dirrm share/gnome/help/gcalc/de @dirrm share/gnome/help/gcalc/C/stylesheet-images @dirrm share/gnome/help/gcalc/C/figures @dirrm share/gnome/help/gcalc/C diff --git a/misc/gnomeutils2/Makefile b/misc/gnomeutils2/Makefile index ea668c039471..0ed13be0996b 100644 --- a/misc/gnomeutils2/Makefile +++ b/misc/gnomeutils2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils -PORTVERSION= 1.4.0 +PORTVERSION= 1.4.0.1 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-utils @@ -14,19 +14,23 @@ DISTNAME= gnome-utils-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop \ + ext2fs.2:${PORTSDIR}/sysutils/e2fsprogs USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-messages=/var/log/messages CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +MAN1= gnome-exe-handler.1 + pre-patch: @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/misc/gnomeutils2/distinfo b/misc/gnomeutils2/distinfo index 41e0220bab21..712e5dc5a070 100644 --- a/misc/gnomeutils2/distinfo +++ b/misc/gnomeutils2/distinfo @@ -1 +1 @@ -MD5 (gnome-utils-1.4.0.tar.gz) = 4931aae4c0d92cdf8c2da57fe56c1e99 +MD5 (gnome-utils-1.4.0.1.tar.gz) = 600335222229e086fe0cbfd6e3e2e10e diff --git a/misc/gnomeutils2/files/patch-ai b/misc/gnomeutils2/files/patch-ai index e0ad30299780..ec9d6d7b3f42 100644 --- a/misc/gnomeutils2/files/patch-ai +++ b/misc/gnomeutils2/files/patch-ai @@ -1,6 +1,11 @@ ---- app-docs.make.orig Fri Feb 9 23:12:23 2001 -+++ app-docs.make Tue Feb 27 16:18:16 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ +--- sgmldocs.make 2001/07/03 13:56:19 1.1 ++++ sgmldocs.make 2001/07/03 13:56:34 +@@ -32,7 +32,7 @@ + # dist-hook: app-dist-hook + # + +-docdir = $(datadir)/gnome/help/$(docname)/$(lang) ++docdir = $(datadir)/help/$(docname)/$(lang) + + doc_DATA = index.html + diff --git a/misc/gnomeutils2/files/patch-configure b/misc/gnomeutils2/files/patch-configure new file mode 100644 index 000000000000..a69ca4648e8f --- /dev/null +++ b/misc/gnomeutils2/files/patch-configure @@ -0,0 +1,36 @@ + +$FreeBSD$ + +--- configure 2001/07/03 16:13:39 1.1 ++++ configure 2001/07/03 16:14:05 +@@ -6438,7 +6438,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam -ldl $LIBS" ++LIBS="-lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6444 "configure" + #include "confdefs.h" +@@ -6478,7 +6478,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpam_misc -ldl -lpam $LIBS" ++LIBS="-lpam_misc -lpam $LIBS" + cat > conftest.$ac_ext <<EOF + #line 6484 "configure" + #include "confdefs.h" +@@ -6506,10 +6506,10 @@ + fi + if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then + echo "$ac_t""yes" 1>&6 +- PAM_LIBS="-ldl -lpam -lpam_misc" ++ PAM_LIBS="-lpam -lpam_misc" + else + echo "$ac_t""no" 1>&6 +-PAM_LIBS="-ldl -lpam" ++PAM_LIBS="-lpam" + fi + + diff --git a/misc/gnomeutils2/files/patch-po::Makefile.in.in b/misc/gnomeutils2/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2d1ff382a72f --- /dev/null +++ b/misc/gnomeutils2/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 ++++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 +@@ -106,7 +106,7 @@ + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ ++ lang=`echo $$cat | sed 's/\.mo$$//'`; \ + dir=$(localedir)/$$lang/LC_MESSAGES; \ + $(mkinstalldirs) $(DESTDIR)$$dir; \ + if test -r $$cat; then \ diff --git a/misc/gnomeutils2/files/patch-po::zh_TW.Big5.po b/misc/gnomeutils2/files/patch-po::zh_TW.Big5.po new file mode 100644 index 000000000000..d7939391d3b8 --- /dev/null +++ b/misc/gnomeutils2/files/patch-po::zh_TW.Big5.po @@ -0,0 +1,34 @@ + +$FreeBSD$ + +--- po/zh_TW.Big5.po 2001/07/03 16:16:17 1.1 ++++ po/zh_TW.Big5.po 2001/07/03 16:19:48 +@@ -1154,8 +1154,8 @@ + "This will overwrite your current set of projects.\n" + "Do you really want to reload the configuration file?" + msgstr "" +-"將要覆蓋現存計劃的設定。\n" +-"是否真的要重新載入設定檔?" ++"This will overwrite your current set of projects.\n" ++"Do you really want to reload the configuration file?" + + # gtt/menus.c:27
+ #: gtt/menus.c:27 +@@ -2903,7 +2903,7 @@ + # mini-utils/gless/gless.c:130
+ #: mini-utils/gless/gless.c:130 + msgid "Where to put the window, and its size" +-msgstr "視窗擺放的位置與大小" ++msgstr "Where to put the window, and its size" + + # mini-utils/gless/gless.c:131
+ #: mini-utils/gless/gless.c:131 +@@ -4082,7 +4082,7 @@ + # gfloppy/src/progress.c:117
+ #: gfloppy/src/progress.c:117 + msgid "Floppy formatted successfully." +-msgstr "軟碟片格式化成功。" ++msgstr "Floppy formatted successfully." + + # gfloppy/src/progress.c:121
+ #: gfloppy/src/progress.c:121 diff --git a/misc/gnomeutils2/pkg-plist b/misc/gnomeutils2/pkg-plist index 19083e224545..887fa7edc4c0 100644 --- a/misc/gnomeutils2/pkg-plist +++ b/misc/gnomeutils2/pkg-plist @@ -6,12 +6,14 @@ bin/gdict bin/gdiskfree bin/gfontsel bin/gless +bin/gnome-exe-handler bin/gsearchtool bin/gshutdown bin/gtt bin/guname bin/gw bin/logview +bin/meat-grinder bin/splac bin/splash bin/stripchart @@ -19,6 +21,7 @@ bin/stripchart-applet etc/CORBA/servers/gdict.gnorba share/gnome/applets/Monitors/stripchart-applet.desktop share/gnome/applets/Utility/gdict.desktop +share/gnome/application-registry/gnome-exe.applications share/gnome/apps/Applications/gtt.desktop share/gnome/apps/System/gdiskfree.desktop share/gnome/apps/System/gshutdown.desktop @@ -32,25 +35,17 @@ share/gnome/apps/Utilities/gcolorsel.desktop share/gnome/apps/Utilities/gfontsel.desktop share/gnome/apps/Utilities/gless.desktop share/gnome/apps/Utilities/gsearchtool.desktop +share/gnome/apps/Utilities/meat-grinder.desktop share/gnome/apps/Utilities/stripchart.desktop share/gnome/gcolorsel/glade/dialog-new-doc.glade -share/gnome/gcolorsel/glade/dialog-new-doc.glade.h share/gnome/gcolorsel/glade/dialog-new-view.glade -share/gnome/gcolorsel/glade/dialog-new-view.glade.h share/gnome/gcolorsel/glade/dialog-prefs.glade -share/gnome/gcolorsel/glade/dialog-prefs.glade.h share/gnome/gcolorsel/glade/mdi-color-file-properties.glade -share/gnome/gcolorsel/glade/mdi-color-file-properties.glade.h share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade -share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-edit.glade -share/gnome/gcolorsel/glade/view-color-edit.glade.h share/gnome/gcolorsel/glade/view-color-generic-properties.glade -share/gnome/gcolorsel/glade/view-color-generic-properties.glade.h share/gnome/gcolorsel/glade/view-color-grid-properties.glade -share/gnome/gcolorsel/glade/view-color-grid-properties.glade.h share/gnome/gcolorsel/glade/view-color-list-properties.glade -share/gnome/gcolorsel/glade/view-color-list-properties.glade.h share/gnome/help/gcalc/C/authors.html share/gnome/help/gcalc/C/bugs.html share/gnome/help/gcalc/C/docbook.css @@ -73,6 +68,50 @@ share/gnome/help/gcalc/C/stylesheet-images/up.gif share/gnome/help/gcalc/C/stylesheet-images/warning.gif share/gnome/help/gcalc/C/topic.dat share/gnome/help/gcalc/C/usage.html +share/gnome/help/gcalc/de/authors.html +share/gnome/help/gcalc/de/book1.html +share/gnome/help/gcalc/de/bugs.html +share/gnome/help/gcalc/de/docbook.css +share/gnome/help/gcalc/de/figures/gcalc-main.png +share/gnome/help/gcalc/de/gcalc.sgml +share/gnome/help/gcalc/de/index.html +share/gnome/help/gcalc/de/license.html +share/gnome/help/gcalc/de/ln11.html +share/gnome/help/gcalc/de/stylesheet-images/caution.gif +share/gnome/help/gcalc/de/stylesheet-images/home.gif +share/gnome/help/gcalc/de/stylesheet-images/important.gif +share/gnome/help/gcalc/de/stylesheet-images/next.gif +share/gnome/help/gcalc/de/stylesheet-images/note.gif +share/gnome/help/gcalc/de/stylesheet-images/prev.gif +share/gnome/help/gcalc/de/stylesheet-images/tip.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/de/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/de/stylesheet-images/up.gif +share/gnome/help/gcalc/de/stylesheet-images/warning.gif +share/gnome/help/gcalc/de/topic.dat +share/gnome/help/gcalc/de/usage.html +share/gnome/help/gcalc/es/authors.html +share/gnome/help/gcalc/es/bugs.html +share/gnome/help/gcalc/es/docbook.css +share/gnome/help/gcalc/es/figures/gcalc-main.png +share/gnome/help/gcalc/es/gcalc.sgml +share/gnome/help/gcalc/es/index.html +share/gnome/help/gcalc/es/license.html +share/gnome/help/gcalc/es/ln10.html +share/gnome/help/gcalc/es/stylesheet-images/caution.gif +share/gnome/help/gcalc/es/stylesheet-images/home.gif +share/gnome/help/gcalc/es/stylesheet-images/important.gif +share/gnome/help/gcalc/es/stylesheet-images/next.gif +share/gnome/help/gcalc/es/stylesheet-images/note.gif +share/gnome/help/gcalc/es/stylesheet-images/prev.gif +share/gnome/help/gcalc/es/stylesheet-images/tip.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-blank.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-minus.gif +share/gnome/help/gcalc/es/stylesheet-images/toc-plus.gif +share/gnome/help/gcalc/es/stylesheet-images/up.gif +share/gnome/help/gcalc/es/stylesheet-images/warning.gif +share/gnome/help/gcalc/es/usage.html share/gnome/help/gcalc/it/authors.html share/gnome/help/gcalc/it/bugs.html share/gnome/help/gcalc/it/docbook.css @@ -308,6 +347,24 @@ share/gnome/help/gless/C/stylesheet-images/up.gif share/gnome/help/gless/C/stylesheet-images/warning.gif share/gnome/help/gless/C/topic.dat share/gnome/help/gless/C/usage.html +share/gnome/help/gnome-exe-handler/C/authors.html +share/gnome/help/gnome-exe-handler/C/docbook.css +share/gnome/help/gnome-exe-handler/C/gnome-exe-handler.sgml +share/gnome/help/gnome-exe-handler/C/index.html +share/gnome/help/gnome-exe-handler/C/license.html +share/gnome/help/gnome-exe-handler/C/ln7.html +share/gnome/help/gnome-exe-handler/C/stylesheet-images/caution.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/home.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/important.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/next.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/note.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/prev.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/tip.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-blank.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-minus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/toc-plus.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/up.gif +share/gnome/help/gnome-exe-handler/C/stylesheet-images/warning.gif share/gnome/help/gsearchtool/C/authors.html share/gnome/help/gsearchtool/C/criteria.html share/gnome/help/gsearchtool/C/docbook.css @@ -408,6 +465,28 @@ share/gnome/help/gshutdown/C/stylesheet-images/up.gif share/gnome/help/gshutdown/C/stylesheet-images/warning.gif share/gnome/help/gshutdown/C/topic.dat share/gnome/help/gshutdown/C/usage.html +share/gnome/help/gshutdown/es/authors.html +share/gnome/help/gshutdown/es/docbook.css +share/gnome/help/gshutdown/es/figures/gshutdown-advanced.png +share/gnome/help/gshutdown/es/figures/gshutdown-preferences.png +share/gnome/help/gshutdown/es/figures/gshutdown.png +share/gnome/help/gshutdown/es/gshutdown.sgml +share/gnome/help/gshutdown/es/index.html +share/gnome/help/gshutdown/es/ln10.html +share/gnome/help/gshutdown/es/stylesheet-images/caution.gif +share/gnome/help/gshutdown/es/stylesheet-images/home.gif +share/gnome/help/gshutdown/es/stylesheet-images/important.gif +share/gnome/help/gshutdown/es/stylesheet-images/next.gif +share/gnome/help/gshutdown/es/stylesheet-images/note.gif +share/gnome/help/gshutdown/es/stylesheet-images/prev.gif +share/gnome/help/gshutdown/es/stylesheet-images/tip.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-blank.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-minus.gif +share/gnome/help/gshutdown/es/stylesheet-images/toc-plus.gif +share/gnome/help/gshutdown/es/stylesheet-images/up.gif +share/gnome/help/gshutdown/es/stylesheet-images/warning.gif +share/gnome/help/gshutdown/es/topic.dat +share/gnome/help/gshutdown/es/usage.html share/gnome/help/gtt/C/authors.html share/gnome/help/gtt/C/bugs.html share/gnome/help/gtt/C/dialogs.html @@ -433,6 +512,31 @@ share/gnome/help/gtt/C/stylesheet-images/up.gif share/gnome/help/gtt/C/stylesheet-images/warning.gif share/gnome/help/gtt/C/topic.dat share/gnome/help/gtt/C/usage.html +share/gnome/help/gtt/es/authors.html +share/gnome/help/gtt/es/bugs.html +share/gnome/help/gtt/es/dialogs.html +share/gnome/help/gtt/es/docbook.css +share/gnome/help/gtt/es/figures/gtt_mainwin.png +share/gnome/help/gtt/es/figures/gtt_prefswin.png +share/gnome/help/gtt/es/gtt.sgml +share/gnome/help/gtt/es/index.html +share/gnome/help/gtt/es/license.html +share/gnome/help/gtt/es/ln10.html +share/gnome/help/gtt/es/preferences.html +share/gnome/help/gtt/es/stylesheet-images/caution.gif +share/gnome/help/gtt/es/stylesheet-images/home.gif +share/gnome/help/gtt/es/stylesheet-images/important.gif +share/gnome/help/gtt/es/stylesheet-images/next.gif +share/gnome/help/gtt/es/stylesheet-images/note.gif +share/gnome/help/gtt/es/stylesheet-images/prev.gif +share/gnome/help/gtt/es/stylesheet-images/tip.gif +share/gnome/help/gtt/es/stylesheet-images/toc-blank.gif +share/gnome/help/gtt/es/stylesheet-images/toc-minus.gif +share/gnome/help/gtt/es/stylesheet-images/toc-plus.gif +share/gnome/help/gtt/es/stylesheet-images/up.gif +share/gnome/help/gtt/es/stylesheet-images/warning.gif +share/gnome/help/gtt/es/topic.dat +share/gnome/help/gtt/es/usage.html share/gnome/help/guname/C/authors.html share/gnome/help/guname/C/docbook.css share/gnome/help/guname/C/figures/guname-cpuinfo.png @@ -458,7 +562,6 @@ share/gnome/help/guname/C/stylesheet-images/warning.gif share/gnome/help/guname/C/topic.dat share/gnome/help/guname/C/usage.html share/gnome/help/gw/C/authors.html -share/gnome/help/gw/C/bugs.html share/gnome/help/gw/C/docbook.css share/gnome/help/gw/C/figures/gw-main.png share/gnome/help/gw/C/figures/gw-menuitems.png @@ -481,6 +584,28 @@ share/gnome/help/gw/C/stylesheet-images/up.gif share/gnome/help/gw/C/stylesheet-images/warning.gif share/gnome/help/gw/C/topic.dat share/gnome/help/gw/C/usage.html +share/gnome/help/meat-grinder/C/authors.html +share/gnome/help/meat-grinder/C/docbook.css +share/gnome/help/meat-grinder/C/figures/meat-grinder-main-full.png +share/gnome/help/meat-grinder/C/figures/meat-grinder-main.png +share/gnome/help/meat-grinder/C/index.html +share/gnome/help/meat-grinder/C/license.html +share/gnome/help/meat-grinder/C/ln7.html +share/gnome/help/meat-grinder/C/meat-grinder.sgml +share/gnome/help/meat-grinder/C/stylesheet-images/caution.gif +share/gnome/help/meat-grinder/C/stylesheet-images/home.gif +share/gnome/help/meat-grinder/C/stylesheet-images/important.gif +share/gnome/help/meat-grinder/C/stylesheet-images/next.gif +share/gnome/help/meat-grinder/C/stylesheet-images/note.gif +share/gnome/help/meat-grinder/C/stylesheet-images/prev.gif +share/gnome/help/meat-grinder/C/stylesheet-images/tip.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-blank.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-minus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/toc-plus.gif +share/gnome/help/meat-grinder/C/stylesheet-images/up.gif +share/gnome/help/meat-grinder/C/stylesheet-images/warning.gif +share/gnome/help/meat-grinder/C/topic.dat +share/gnome/help/meat-grinder/C/usage.html share/gnome/help/stripchart/C/authors.html share/gnome/help/stripchart/C/bugs.html share/gnome/help/stripchart/C/docbook.css @@ -512,11 +637,45 @@ share/gnome/help/stripchart/C/stylesheet-images/up.gif share/gnome/help/stripchart/C/stylesheet-images/warning.gif share/gnome/help/stripchart/C/topic.dat share/gnome/help/stripchart/C/usage.html +share/gnome/help/stripchart/es/authors.html +share/gnome/help/stripchart/es/bugs.html +share/gnome/help/stripchart/es/docbook.css +share/gnome/help/stripchart/es/figures/applet.png +share/gnome/help/stripchart/es/figures/main.png +share/gnome/help/stripchart/es/figures/menu.png +share/gnome/help/stripchart/es/figures/param.png +share/gnome/help/stripchart/es/figures/prefs.png +share/gnome/help/stripchart/es/figures/text.png +share/gnome/help/stripchart/es/files.html +share/gnome/help/stripchart/es/index.html +share/gnome/help/stripchart/es/license.html +share/gnome/help/stripchart/es/ln10.html +share/gnome/help/stripchart/es/options.html +share/gnome/help/stripchart/es/parameters.html +share/gnome/help/stripchart/es/preferences.html +share/gnome/help/stripchart/es/stripchart.sgml +share/gnome/help/stripchart/es/stylesheet-images/caution.gif +share/gnome/help/stripchart/es/stylesheet-images/home.gif +share/gnome/help/stripchart/es/stylesheet-images/important.gif +share/gnome/help/stripchart/es/stylesheet-images/next.gif +share/gnome/help/stripchart/es/stylesheet-images/note.gif +share/gnome/help/stripchart/es/stylesheet-images/prev.gif +share/gnome/help/stripchart/es/stylesheet-images/tip.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-blank.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-minus.gif +share/gnome/help/stripchart/es/stylesheet-images/toc-plus.gif +share/gnome/help/stripchart/es/stylesheet-images/up.gif +share/gnome/help/stripchart/es/stylesheet-images/warning.gif +share/gnome/help/stripchart/es/topic.dat +share/gnome/help/stripchart/es/usage.html share/gnome/idl/gsu.idl share/gnome/logview/logview-actions.db share/gnome/logview/logview-descript.db share/gnome/logview/logview-regexp.db +share/gnome/mime-info/gnome-exe.keys share/gnome/omf/gnome-utils/gcalc-C.omf +share/gnome/omf/gnome-utils/gcalc-de.omf +share/gnome/omf/gnome-utils/gcalc-es.omf share/gnome/omf/gnome-utils/gcalc-it.omf share/gnome/omf/gnome-utils/gcharmap-C.omf share/gnome/omf/gnome-utils/gcolorsel-C.omf @@ -527,6 +686,7 @@ share/gnome/omf/gnome-utils/gdiskfree-it.omf share/gnome/omf/gnome-utils/gfontsel-C.omf share/gnome/omf/gnome-utils/gfontsel-es.omf share/gnome/omf/gnome-utils/gless-C.omf +share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf share/gnome/omf/gnome-utils/gsearchtool-C.omf share/gnome/omf/gnome-utils/gsearchtool-es.omf share/gnome/omf/gnome-utils/gsearchtool-it.omf @@ -534,7 +694,9 @@ share/gnome/omf/gnome-utils/gshutdown-C.omf share/gnome/omf/gnome-utils/gtt-C.omf share/gnome/omf/gnome-utils/guname-C.omf share/gnome/omf/gnome-utils/gw-C.omf +share/gnome/omf/gnome-utils/meat-grinder-C.omf share/gnome/omf/gnome-utils/stripchart-C.omf +share/gnome/omf/gnome-utils/stripchart-es.omf share/gnome/pixmaps/gcharmap-logo.png share/gnome/pixmaps/gcharmap-map-16.xpm share/gnome/pixmaps/gcharmap-map-big.xpm @@ -565,6 +727,7 @@ share/locale/it/LC_MESSAGES/gnome-utils.mo share/locale/ja/LC_MESSAGES/gnome-utils.mo share/locale/ko/LC_MESSAGES/gnome-utils.mo share/locale/lt/LC_MESSAGES/gnome-utils.mo +share/locale/lv/LC_MESSAGES/gnome-utils.mo share/locale/nl/LC_MESSAGES/gnome-utils.mo share/locale/no/LC_MESSAGES/gnome-utils.mo share/locale/pl/LC_MESSAGES/gnome-utils.mo @@ -584,10 +747,17 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/pixmaps/logview @dirrm share/gnome/omf/gnome-utils @dirrm share/gnome/logview +@dirrm share/gnome/help/stripchart/es/stylesheet-images +@dirrm share/gnome/help/stripchart/es/figures +@dirrm share/gnome/help/stripchart/es @dirrm share/gnome/help/stripchart/C/stylesheet-images @dirrm share/gnome/help/stripchart/C/figures @dirrm share/gnome/help/stripchart/C @dirrm share/gnome/help/stripchart +@dirrm share/gnome/help/meat-grinder/C/stylesheet-images +@dirrm share/gnome/help/meat-grinder/C/figures +@dirrm share/gnome/help/meat-grinder/C +@dirrm share/gnome/help/meat-grinder @dirrm share/gnome/help/gw/C/stylesheet-images @dirrm share/gnome/help/gw/C/figures @dirrm share/gnome/help/gw/C @@ -596,10 +766,16 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/guname/C/figures @dirrm share/gnome/help/guname/C @dirrm share/gnome/help/guname +@dirrm share/gnome/help/gtt/es/stylesheet-images +@dirrm share/gnome/help/gtt/es/figures +@dirrm share/gnome/help/gtt/es @dirrm share/gnome/help/gtt/C/stylesheet-images @dirrm share/gnome/help/gtt/C/figures @dirrm share/gnome/help/gtt/C @dirrm share/gnome/help/gtt +@dirrm share/gnome/help/gshutdown/es/stylesheet-images +@dirrm share/gnome/help/gshutdown/es/figures +@dirrm share/gnome/help/gshutdown/es @dirrm share/gnome/help/gshutdown/C/stylesheet-images @dirrm share/gnome/help/gshutdown/C/figures @dirrm share/gnome/help/gshutdown/C @@ -614,6 +790,10 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gsearchtool/C/figures @dirrm share/gnome/help/gsearchtool/C @dirrm share/gnome/help/gsearchtool +@dirrm share/gnome/help/gnome-exe-handler/C/stylesheet-images +@dirrm share/gnome/help/gnome-exe-handler/C/figures +@dirrm share/gnome/help/gnome-exe-handler/C +@dirrm share/gnome/help/gnome-exe-handler @dirrm share/gnome/help/gless/C/stylesheet-images @dirrm share/gnome/help/gless/C/figures @dirrm share/gnome/help/gless/C @@ -650,6 +830,12 @@ share/locale/zh_TW.Big5/LC_MESSAGES/gnome-utils.mo @dirrm share/gnome/help/gcalc/it/stylesheet-images @dirrm share/gnome/help/gcalc/it/figures @dirrm share/gnome/help/gcalc/it +@dirrm share/gnome/help/gcalc/es/stylesheet-images +@dirrm share/gnome/help/gcalc/es/figures +@dirrm share/gnome/help/gcalc/es +@dirrm share/gnome/help/gcalc/de/stylesheet-images +@dirrm share/gnome/help/gcalc/de/figures +@dirrm share/gnome/help/gcalc/de @dirrm share/gnome/help/gcalc/C/stylesheet-images @dirrm share/gnome/help/gcalc/C/figures @dirrm share/gnome/help/gcalc/C |