1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All

core desktop components are being removed.
This commit is contained in:
Joe Marcus Clarke 2003-07-15 19:24:24 +00:00
parent d0e21923ea
commit 1d1a424e1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84937
96 changed files with 20 additions and 5739 deletions

20
MOVED
View File

@ -388,4 +388,24 @@ www/linux-opera7|www/linux-opera|2003-07-09|move to www/linux-opera
www/xswallow||2003-07-12|port is obsolete
net/gnut||2003-07-12|security vulnerability, and no active development
www/mod_log_mysql|www/mod_log_sql|2003-07-12|renamed by author in new version
x11/gnomecore||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11/gdm||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11/gnomeapplets||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11/xalf||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11/linux-xalf||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11/gnome||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11/gnome-fifth-toe||2003-07-15|removed as part of GNOME 1.4 desktop phase out
editors/gedit||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11-wm/sawfish||2003-07-15|removed as part of GNOME 1.4 desktop phase out
audio/gnomemedia||2003-07-15|removed as part of GNOME 1.4 desktop phase out
sysutils/gtop||2003-07-15|removed as part of GNOME 1.4 desktop phase out
devel/libgtop||2003-07-15|removed as part of GNOME 1.4 desktop phase out
x11-fm/nautilus||2003-07-15|removed as part of GNOME 1.4 desktop phase out
devel/bugbuddy||2003-07-15|removed as part of GNOME 1.4 desktop phase out
audio/gnomeaudio||2003-07-15|removed as part of GNOME 1.4 desktop phase out
games/gnomegames||2003-07-15|removed as part of GNOME 1.4 desktop phase out
misc/gnomeutils||2003-07-15|removed as part of GNOME 1.4 desktop phase out
misc/gnomeuserdocs||2003-07-15|removed as part of GNOME 1.4 desktop phase out
graphics/eog||2003-07-15|removed as part of GNOME 1.4 desktop phase out
print/ggv||2003-07-15|removed as part of GNOME 1.4 desktop phase out

View File

@ -73,7 +73,6 @@
SUBDIR += bonobo-activation
SUBDIR += bonobo-conf
SUBDIR += boost
SUBDIR += bugbuddy
SUBDIR += bugbuddy2
SUBDIR += bugzilla
SUBDIR += buildtool

View File

@ -1,26 +0,0 @@
# New ports collection makefile for: bugbuddy
# Date created: 23rd February 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bugbuddy
PORTVERSION= 2.0.8
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/bug-buddy/2.0
DISTNAME= bug-buddy-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A bug reporting tool for GNOME
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libglade gnomevfs
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (bug-buddy-2.0.8.tar.gz) = 1bb7ec7386cb7f34c2ff4fb8d58cdac4

View File

@ -1,8 +0,0 @@
--- docs/app-docs.make.orig Mon Apr 17 06:28:43 2000
+++ docs/app-docs.make Fri Apr 21 12:15:52 2000
@@ -1,4 +1,4 @@
-helpdir = $(datadir)/gnome/help/$(app)/$(lang)
+helpdir = $(datadir)/help/$(app)/$(lang)
help_DATA = \
index.html \
topic.dat \

View File

@ -1,35 +0,0 @@
--- configure.orig Fri Jun 15 10:20:23 2001
+++ configure Tue Jun 19 05:49:49 2001
@@ -5679,2 +5679,19 @@
+# Actually configure libtool. ac_aux_dir is where install-sh is found.
+CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
+LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
+LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
+DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
+${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
+|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+
+# Reload cache, that may have been modified by ltconfig
+if test -r "$cache_file"; then
+ echo "loading cache $cache_file"
+ . $cache_file
+else
+ echo "creating cache $cache_file"
+ > $cache_file
+fi
@@ -5682,3 +5699,3 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
@@ -5686,2 +5703,7 @@
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+# Redirect the config.log output again, so that the ltconfig log is not
+# clobbered by the next message.
+exec 5>>./config.log
+

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- po/Makefile.in.in 2002/07/12 12:18:04 1.1
+++ po/Makefile.in.in 2002/07/12 12:18:13
@@ -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 \

View File

@ -1,6 +0,0 @@
This is a graphical bug reporting tool. It can extract debugging
information from a core file or crashed application (via gnome_segv).
Jacob Berkman <jberkman@andrew.cmu.edu>
WWW: http://www.gnome.org/

View File

@ -1,93 +0,0 @@
bin/bug-buddy
share/gnome/apps/Utilities/bug-buddy.desktop
share/gnome/bug-buddy/bug-anim.png
share/gnome/bug-buddy/bug-buddy.glade
share/gnome/bug-buddy/bug-buddy.png
share/gnome/bug-buddy/bug-core.png
share/gnome/bug-buddy/bug-flower.png
share/gnome/bug-buddy/bugzilla/gnome.bugzilla
share/gnome/bug-buddy/bugzilla/gnome/config
share/gnome/bug-buddy/bugzilla/gnome/products
share/gnome/bug-buddy/bugzilla/ximian.bugzilla
share/gnome/bug-buddy/bugzilla/ximian/config
share/gnome/bug-buddy/bugzilla/ximian/products
share/gnome/bug-buddy/gdb-cmd
share/gnome/bug-buddy/gnome.png
share/gnome/bug-buddy/ximian.png
share/gnome/help/bug-buddy/C/authors.html
share/gnome/help/bug-buddy/C/bugs.html
share/gnome/help/bug-buddy/C/component.html
share/gnome/help/bug-buddy/C/contact-info.html
share/gnome/help/bug-buddy/C/debug-info.html
share/gnome/help/bug-buddy/C/description.html
share/gnome/help/bug-buddy/C/docbook.css
share/gnome/help/bug-buddy/C/index.html
share/gnome/help/bug-buddy/C/license.html
share/gnome/help/bug-buddy/C/ln10.html
share/gnome/help/bug-buddy/C/product.html
share/gnome/help/bug-buddy/C/stylesheet-images/caution.png
share/gnome/help/bug-buddy/C/stylesheet-images/important.png
share/gnome/help/bug-buddy/C/stylesheet-images/note.png
share/gnome/help/bug-buddy/C/stylesheet-images/tip.png
share/gnome/help/bug-buddy/C/stylesheet-images/warning.png
share/gnome/help/bug-buddy/C/submit-report.html
share/gnome/help/bug-buddy/C/summary.html
share/gnome/help/bug-buddy/C/updating.html
share/gnome/help/bug-buddy/it/authors.html
share/gnome/help/bug-buddy/it/bugs.html
share/gnome/help/bug-buddy/it/collect-debug-info.html
share/gnome/help/bug-buddy/it/contact-info.html
share/gnome/help/bug-buddy/it/debug-info.html
share/gnome/help/bug-buddy/it/description.html
share/gnome/help/bug-buddy/it/index.html
share/gnome/help/bug-buddy/it/ln13.html
share/gnome/help/bug-buddy/it/report-info.html
share/gnome/help/bug-buddy/it/stylesheet-images/caution.png
share/gnome/help/bug-buddy/it/stylesheet-images/important.png
share/gnome/help/bug-buddy/it/stylesheet-images/note.png
share/gnome/help/bug-buddy/it/stylesheet-images/tip.png
share/gnome/help/bug-buddy/it/stylesheet-images/warning.png
share/gnome/help/bug-buddy/it/submit-report.html
share/gnome/help/bug-buddy/it/summary.html
share/gnome/help/bug-buddy/it/system-config.html
share/gnome/mime-info/bug-buddy.keys
share/gnome/mime-info/bug-buddy.mime
share/gnome/pixmaps/bug-buddy.png
share/locale/az/LC_MESSAGES/bug-buddy.mo
share/locale/ca/LC_MESSAGES/bug-buddy.mo
share/locale/cs/LC_MESSAGES/bug-buddy.mo
share/locale/da/LC_MESSAGES/bug-buddy.mo
share/locale/de/LC_MESSAGES/bug-buddy.mo
share/locale/el/LC_MESSAGES/bug-buddy.mo
share/locale/en_AU/LC_MESSAGES/bug-buddy.mo
share/locale/en_GB/LC_MESSAGES/bug-buddy.mo
share/locale/es/LC_MESSAGES/bug-buddy.mo
share/locale/fi/LC_MESSAGES/bug-buddy.mo
share/locale/fr/LC_MESSAGES/bug-buddy.mo
share/locale/ga/LC_MESSAGES/bug-buddy.mo
share/locale/gl/LC_MESSAGES/bug-buddy.mo
share/locale/hu/LC_MESSAGES/bug-buddy.mo
share/locale/it/LC_MESSAGES/bug-buddy.mo
share/locale/ja/LC_MESSAGES/bug-buddy.mo
share/locale/ko/LC_MESSAGES/bug-buddy.mo
share/locale/lt/LC_MESSAGES/bug-buddy.mo
share/locale/nl/LC_MESSAGES/bug-buddy.mo
share/locale/nn/LC_MESSAGES/bug-buddy.mo
share/locale/no/LC_MESSAGES/bug-buddy.mo
share/locale/pl/LC_MESSAGES/bug-buddy.mo
share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo
share/locale/ro/LC_MESSAGES/bug-buddy.mo
share/locale/ru/LC_MESSAGES/bug-buddy.mo
share/locale/sk/LC_MESSAGES/bug-buddy.mo
share/locale/sl/LC_MESSAGES/bug-buddy.mo
share/locale/sv/LC_MESSAGES/bug-buddy.mo
share/locale/tr/LC_MESSAGES/bug-buddy.mo
share/locale/uk/LC_MESSAGES/bug-buddy.mo
share/locale/wa/LC_MESSAGES/bug-buddy.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/bug-buddy.mo
share/locale/zh_TW.Big5/LC_MESSAGES/bug-buddy.mo
@dirrm share/gnome/help/bug-buddy/it/stylesheet-images
@dirrm share/gnome/help/bug-buddy/it/figures
@dirrm share/gnome/help/bug-buddy/it
@dirrm share/gnome/help/bug-buddy/C/stylesheet-images
@dirrm share/gnome/help/bug-buddy/C/figures

View File

@ -1,26 +0,0 @@
# New ports collection makefile for: bugbuddy
# Date created: 23rd February 2000
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bugbuddy
PORTVERSION= 2.0.8
PORTREVISION= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/bug-buddy/2.0
DISTNAME= bug-buddy-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A bug reporting tool for GNOME
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack libglade gnomevfs
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (bug-buddy-2.0.8.tar.gz) = 1bb7ec7386cb7f34c2ff4fb8d58cdac4

View File

@ -1,8 +0,0 @@
--- docs/app-docs.make.orig Mon Apr 17 06:28:43 2000
+++ docs/app-docs.make Fri Apr 21 12:15:52 2000
@@ -1,4 +1,4 @@
-helpdir = $(datadir)/gnome/help/$(app)/$(lang)
+helpdir = $(datadir)/help/$(app)/$(lang)
help_DATA = \
index.html \
topic.dat \

View File

@ -1,35 +0,0 @@
--- configure.orig Fri Jun 15 10:20:23 2001
+++ configure Tue Jun 19 05:49:49 2001
@@ -5679,2 +5679,19 @@
+# Actually configure libtool. ac_aux_dir is where install-sh is found.
+CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \
+LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \
+LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \
+DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \
+${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
+$libtool_flags $ac_aux_dir/ltmain.sh $lt_target \
+|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
+
+# Reload cache, that may have been modified by ltconfig
+if test -r "$cache_file"; then
+ echo "loading cache $cache_file"
+ . $cache_file
+else
+ echo "creating cache $cache_file"
+ > $cache_file
+fi
@@ -5682,3 +5699,3 @@
# This can be used to rebuild libtool when needed
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
@@ -5686,2 +5703,7 @@
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+# Redirect the config.log output again, so that the ltconfig log is not
+# clobbered by the next message.
+exec 5>>./config.log
+

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- po/Makefile.in.in 2002/07/12 12:18:04 1.1
+++ po/Makefile.in.in 2002/07/12 12:18:13
@@ -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 \

View File

@ -1,6 +0,0 @@
This is a graphical bug reporting tool. It can extract debugging
information from a core file or crashed application (via gnome_segv).
Jacob Berkman <jberkman@andrew.cmu.edu>
WWW: http://www.gnome.org/

View File

@ -1,93 +0,0 @@
bin/bug-buddy
share/gnome/apps/Utilities/bug-buddy.desktop
share/gnome/bug-buddy/bug-anim.png
share/gnome/bug-buddy/bug-buddy.glade
share/gnome/bug-buddy/bug-buddy.png
share/gnome/bug-buddy/bug-core.png
share/gnome/bug-buddy/bug-flower.png
share/gnome/bug-buddy/bugzilla/gnome.bugzilla
share/gnome/bug-buddy/bugzilla/gnome/config
share/gnome/bug-buddy/bugzilla/gnome/products
share/gnome/bug-buddy/bugzilla/ximian.bugzilla
share/gnome/bug-buddy/bugzilla/ximian/config
share/gnome/bug-buddy/bugzilla/ximian/products
share/gnome/bug-buddy/gdb-cmd
share/gnome/bug-buddy/gnome.png
share/gnome/bug-buddy/ximian.png
share/gnome/help/bug-buddy/C/authors.html
share/gnome/help/bug-buddy/C/bugs.html
share/gnome/help/bug-buddy/C/component.html
share/gnome/help/bug-buddy/C/contact-info.html
share/gnome/help/bug-buddy/C/debug-info.html
share/gnome/help/bug-buddy/C/description.html
share/gnome/help/bug-buddy/C/docbook.css
share/gnome/help/bug-buddy/C/index.html
share/gnome/help/bug-buddy/C/license.html
share/gnome/help/bug-buddy/C/ln10.html
share/gnome/help/bug-buddy/C/product.html
share/gnome/help/bug-buddy/C/stylesheet-images/caution.png
share/gnome/help/bug-buddy/C/stylesheet-images/important.png
share/gnome/help/bug-buddy/C/stylesheet-images/note.png
share/gnome/help/bug-buddy/C/stylesheet-images/tip.png
share/gnome/help/bug-buddy/C/stylesheet-images/warning.png
share/gnome/help/bug-buddy/C/submit-report.html
share/gnome/help/bug-buddy/C/summary.html
share/gnome/help/bug-buddy/C/updating.html
share/gnome/help/bug-buddy/it/authors.html
share/gnome/help/bug-buddy/it/bugs.html
share/gnome/help/bug-buddy/it/collect-debug-info.html
share/gnome/help/bug-buddy/it/contact-info.html
share/gnome/help/bug-buddy/it/debug-info.html
share/gnome/help/bug-buddy/it/description.html
share/gnome/help/bug-buddy/it/index.html
share/gnome/help/bug-buddy/it/ln13.html
share/gnome/help/bug-buddy/it/report-info.html
share/gnome/help/bug-buddy/it/stylesheet-images/caution.png
share/gnome/help/bug-buddy/it/stylesheet-images/important.png
share/gnome/help/bug-buddy/it/stylesheet-images/note.png
share/gnome/help/bug-buddy/it/stylesheet-images/tip.png
share/gnome/help/bug-buddy/it/stylesheet-images/warning.png
share/gnome/help/bug-buddy/it/submit-report.html
share/gnome/help/bug-buddy/it/summary.html
share/gnome/help/bug-buddy/it/system-config.html
share/gnome/mime-info/bug-buddy.keys
share/gnome/mime-info/bug-buddy.mime
share/gnome/pixmaps/bug-buddy.png
share/locale/az/LC_MESSAGES/bug-buddy.mo
share/locale/ca/LC_MESSAGES/bug-buddy.mo
share/locale/cs/LC_MESSAGES/bug-buddy.mo
share/locale/da/LC_MESSAGES/bug-buddy.mo
share/locale/de/LC_MESSAGES/bug-buddy.mo
share/locale/el/LC_MESSAGES/bug-buddy.mo
share/locale/en_AU/LC_MESSAGES/bug-buddy.mo
share/locale/en_GB/LC_MESSAGES/bug-buddy.mo
share/locale/es/LC_MESSAGES/bug-buddy.mo
share/locale/fi/LC_MESSAGES/bug-buddy.mo
share/locale/fr/LC_MESSAGES/bug-buddy.mo
share/locale/ga/LC_MESSAGES/bug-buddy.mo
share/locale/gl/LC_MESSAGES/bug-buddy.mo
share/locale/hu/LC_MESSAGES/bug-buddy.mo
share/locale/it/LC_MESSAGES/bug-buddy.mo
share/locale/ja/LC_MESSAGES/bug-buddy.mo
share/locale/ko/LC_MESSAGES/bug-buddy.mo
share/locale/lt/LC_MESSAGES/bug-buddy.mo
share/locale/nl/LC_MESSAGES/bug-buddy.mo
share/locale/nn/LC_MESSAGES/bug-buddy.mo
share/locale/no/LC_MESSAGES/bug-buddy.mo
share/locale/pl/LC_MESSAGES/bug-buddy.mo
share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo
share/locale/ro/LC_MESSAGES/bug-buddy.mo
share/locale/ru/LC_MESSAGES/bug-buddy.mo
share/locale/sk/LC_MESSAGES/bug-buddy.mo
share/locale/sl/LC_MESSAGES/bug-buddy.mo
share/locale/sv/LC_MESSAGES/bug-buddy.mo
share/locale/tr/LC_MESSAGES/bug-buddy.mo
share/locale/uk/LC_MESSAGES/bug-buddy.mo
share/locale/wa/LC_MESSAGES/bug-buddy.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/bug-buddy.mo
share/locale/zh_TW.Big5/LC_MESSAGES/bug-buddy.mo
@dirrm share/gnome/help/bug-buddy/it/stylesheet-images
@dirrm share/gnome/help/bug-buddy/it/figures
@dirrm share/gnome/help/bug-buddy/it
@dirrm share/gnome/help/bug-buddy/C/stylesheet-images
@dirrm share/gnome/help/bug-buddy/C/figures

View File

@ -1,34 +0,0 @@
# New ports collection makefile for: libgtop
# Date Created: 26 Sep 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libgtop
PORTVERSION= 1.0.13
PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME top library
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_PERL5= yes
USE_GMAKE= yes
USE_REINPLACE= yes
USE_GNOME= gnomelibs gnomehack
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-install:
install-info --section="Programming \& development tools" \
--entry="* libgtop: (libgtop). libgtop programming manual" \
${PREFIX}/info/libgtop.info ${PREFIX}/info/dir
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (libgtop-1.0.13.tar.gz) = 305abba436c212f50d4be28464a14452

View File

@ -1,32 +0,0 @@
$FreeBSD$
--- Makefile.in.orig Mon Jan 28 16:22:04 2002
+++ Makefile.in Mon Jan 28 16:23:07 2002
@@ -193,7 +193,7 @@
EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt libgtopConf.sh.in LIBGTOP-VERSION features.def libgtop-config.in RELNOTES-0.25 RELNOTES-1.0 RELNOTES-1.0.x libgtop-sysdeps.m4 README libgtop-mirror.sh
-confexecdir = $(libdir)
+confexecdir = $(sysconfdir)
confexec_DATA = $(top_builddir)/libgtopConf.sh $(top_builddir)/libgtop-features.def
@@ -565,7 +565,7 @@
$(top_srcdir)/aclocal.m4: libgtop-sysdeps.m4 LIBGTOP-VERSION
libgtopConf.sh: libgtopConf.sh.in Makefile
- sed -e 's#\@LIBGTOP_LIBDIR\@#$(libdir)#g' \
+ sed -e 's#\@LIBGTOP_LIBDIR\@#$(confexecdir)#g' \
-e 's#\@LIBGTOP_INCLUDEDIR\@#$(includedir)/libgtop-1.0#g' \
-e 's#\@LIBGTOP_DATADIR\@#$(datadir)#g' \
-e 's#\@LIBGTOP_EXTRA_LIBS\@#$(LIBGTOP_EXTRA_LIBS)#g' \
@@ -594,7 +594,7 @@
&& mv libgtopConf.tmp libgtopConf.sh
libgtop-config: libgtop-config.in Makefile
- sed -e 's#\@LIBGTOP_LIBDIR\@#$(libdir)#g' \
+ sed -e 's#\@LIBGTOP_LIBDIR\@#$(confexecdir)#g' \
< $(srcdir)/libgtop-config.in > libgtop-config.tmp \
&& mv libgtop-config.tmp libgtop-config && \
chmod 755 libgtop-config

View File

@ -1,41 +0,0 @@
$FreeBSD$
--- configure.orig Tue Nov 27 00:50:58 2001
+++ configure Fri Jul 12 15:38:19 2002
@@ -1260,10 +1260,10 @@
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
-test -n "$target_alias" &&
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-
+#test -n "$target_alias" &&
+# test "$program_prefix$program_suffix$program_transform_name" = \
+# NONENONEs,x,x, &&
+# program_prefix=${target_alias}-
# Extract the first word of "dc", so it can be a program name with args.
set dummy dc; ac_word=$2
@@ -1580,9 +1580,9 @@
# libtool versioning
LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION
-LT_CURRENT=`expr $LIBGTOP_MICRO_VERSION - $LIBGTOP_INTERFACE_AGE`
-LT_REVISION=$LIBGTOP_INTERFACE_AGE
-LT_AGE=`expr $LIBGTOP_BINARY_AGE - $LIBGTOP_INTERFACE_AGE`
+LT_CURRENT=1
+LT_REVISION=0
+LT_AGE=0
LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
if test x = y; then
@@ -7555,6 +7555,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'

View File

@ -1,68 +0,0 @@
--- sysdeps/freebsd/procmap.c.orig Mon Nov 26 17:37:59 2001
+++ sysdeps/freebsd/procmap.c Thu Nov 7 18:33:32 2002
@@ -33,7 +33,11 @@
#include <sys/proc.h>
#include <sys/resource.h>
#include <vm/vm_object.h>
+#if (__FreeBSD_version >= 400011)
+#include <vm/vm.h>
+#else
#include <vm/vm_prot.h>
+#endif
#include <vm/vm_map.h>
#include <sys/vnode.h>
@@ -91,8 +95,9 @@
glibtop_map_entry *maps;
#if defined __FreeBSD__
struct vnode vnode;
+#if __FreeBSD_version < 500039
struct inode inode;
- struct mount mount;
+#endif
#endif
int count, i = 0;
int update = 0;
@@ -114,7 +119,11 @@
/* Now we get the memory maps. */
if (kvm_read (server->machine.kd,
+#if (__FreeBSD_version >= 500013)
+ (unsigned long) pinfo [0].ki_vmspace,
+#else
(unsigned long) pinfo [0].kp_proc.p_vmspace,
+#endif
(char *) &vmspace, sizeof (vmspace)) != sizeof (vmspace))
glibtop_error_io_r (server, "kvm_read (vmspace)");
@@ -244,6 +253,15 @@
&vnode, sizeof (vnode)) != sizeof (vnode))
glibtop_error_io_r (server, "kvm_read (vnode)");
+#if __FreeBSD_version >= 500039
+ switch (vnode.v_type) {
+ case VREG:
+ maps [i-1].inode = vnode.v_cachedid;
+ maps [i-1].device = vnode.v_cachedfs;
+ default:
+ continue;
+ }
+#else
if ((vnode.v_type != VREG) || (vnode.v_tag != VT_UFS) ||
!vnode.v_data) continue;
@@ -252,13 +270,9 @@
&inode, sizeof (inode)) != sizeof (inode))
glibtop_error_io_r (server, "kvm_read (inode)");
- if (kvm_read (server->machine.kd,
- (unsigned long) vnode.v_mount,
- &mount, sizeof (mount)) != sizeof (mount))
- glibtop_error_io_r (server, "kvm_read (mount)");
-
maps [i-1].inode = inode.i_number;
maps [i-1].device = inode.i_dev;
+#endif
#endif
} while (entry.next != first);

View File

@ -1,323 +0,0 @@
--- sysdeps/freebsd/proclist.c.orig Thu May 27 09:04:05 1999
+++ sysdeps/freebsd/proclist.c Fri Dec 22 18:02:59 2000
@@ -88,9 +88,20 @@
for (i=j=0; i < count; i++) {
+#if __FreeBSD_version >= 500013
+#define XXX_P_STAT ki_stat
+#define XXX_P_RUID ki_ruid
+#define XXX_P_PID ki_pid
+
+#else
+#define XXX_P_STAT kp_proc.p_stat
+#define XXX_P_RUID kp_eproc.e_pcred.p_ruid
+#define XXX_P_PID kp_proc.p_pid
+
+#endif
if ((real_which & GLIBTOP_EXCLUDE_IDLE) &&
- (pinfo[i].kp_proc.p_stat != SRUN))
+ (pinfo[i].XXX_P_STAT != SRUN))
continue;
else if ((real_which & GLIBTOP_EXCLUDE_SYSTEM) &&
- (pinfo[i].kp_eproc.e_pcred.p_ruid == 0))
+ (pinfo[i].XXX_P_RUID == 0))
continue;
- pids [j++] = (unsigned) pinfo[i].kp_proc.p_pid;
+ pids [j++] = (unsigned) pinfo[i].XXX_P_PID;
} /* end for */
--- sysdeps/freebsd/procstate.c.orig Sat Oct 16 13:01:39 1999
+++ sysdeps/freebsd/procstate.c Fri Dec 22 18:00:55 2000
@@ -78,11 +78,29 @@
- strncpy (buf->cmd, pinfo [0].kp_proc.p_comm, sizeof (buf->cmd)-1);
+#if __FreeBSD_version >= 500013
+#define XXX_P_COMM ki_comm
+#define XXX_P_SVUID ki_svuid
+#define XXX_P_SVGID ki_svgid
+#define XXX_P_RUID ki_ruid
+#define XXX_P_RGID ki_rgid
+#define XXX_P_STAT ki_stat
+
+#else
+#define XXX_P_COMM kp_proc.p_comm
+#define XXX_P_SVUID kp_eproc.e_pcred.p_svuid
+#define XXX_P_SVGID kp_eproc.e_pcred.p_svgid
+#define XXX_P_RUID kp_eproc.e_pcred.p_ruid
+#define XXX_P_RGID kp_eproc.e_pcred.p_rgid
+#define XXX_P_STAT kp_proc.p_stat
+
+#endif
+
+ strncpy (buf->cmd, pinfo [0].XXX_P_COMM, sizeof (buf->cmd)-1);
buf->cmd [sizeof (buf->cmd)-1] = 0;
- buf->uid = pinfo [0].kp_eproc.e_pcred.p_svuid;
- buf->gid = pinfo [0].kp_eproc.e_pcred.p_svgid;
+ buf->uid = pinfo [0].XXX_P_SVUID;
+ buf->gid = pinfo [0].XXX_P_SVGID;
#if LIBGTOP_VERSION_CODE >= 1001000
- buf->ruid = pinfo [0].kp_eproc.e_pcred.p_ruid;
- buf->rgid = pinfo [0].kp_eproc.e_pcred.p_rgid;
+ buf->ruid = pinfo [0].XXX_P_RUID;
+ buf->rgid = pinfo [0].XXX_P_RGID;
#endif
@@ -94,3 +112,3 @@
#if LIBGTOP_VERSION_CODE >= 1001000
- switch (pinfo [0].kp_proc.p_stat) {
+ switch (pinfo [0].XXX_P_STAT) {
case SIDL:
@@ -114,3 +132,3 @@
#else
- switch (pinfo [0].kp_proc.p_stat) {
+ switch (pinfo [0].XXX_P_STAT) {
case SIDL:
--- sysdeps/freebsd/procuid.c.orig Fri Sep 17 06:08:07 1999
+++ sysdeps/freebsd/procuid.c Thu Feb 15 01:16:50 2001
@@ -86,13 +86,42 @@
- buf->uid = pinfo [0].kp_eproc.e_pcred.p_ruid;
- buf->euid = pinfo [0].kp_eproc.e_pcred.p_svuid;
- buf->gid = pinfo [0].kp_eproc.e_pcred.p_rgid;
- buf->egid = pinfo [0].kp_eproc.e_pcred.p_svgid;
-
- buf->ppid = pinfo [0].kp_eproc.e_ppid;
- buf->pgrp = pinfo [0].kp_eproc.e_pgid;
- buf->tpgid = pinfo [0].kp_eproc.e_tpgid;
+#if __FreeBSD_version >= 500013
- buf->nice = pinfo [0].kp_proc.p_nice;
- buf->priority = pinfo [0].kp_proc.p_priority;
+#define XXX_P_RUID ki_ruid
+#define XXX_P_SVUID ki_svuid
+#define XXX_P_RGID ki_rgid
+#define XXX_P_SVGID ki_svgid
+#define XXX_E_PPID ki_ppid
+#define XXX_E_PGID ki_pgid
+#define XXX_E_TPGID ki_tpgid
+#define XXX_P_NICE ki_nice
+#if __FreeBSD_version >= 500013
+#define XXX_P_PRIORITY ki_pri.pri_user
+#else
+#define XXX_P_PRIORITY ki_priority
+#endif
+#else
+
+#define XXX_P_RUID kp_eproc.e_pcred.p_ruid
+#define XXX_P_SVUID kp_eproc.e_pcred.p_svuid
+#define XXX_P_RGID kp_eproc.e_pcred.p_rgid
+#define XXX_P_SVGID kp_eproc.e_pcred.p_svgid
+#define XXX_E_PPID kp_eproc.e_ppid
+#define XXX_E_PGID kp_eproc.e_pgid
+#define XXX_E_TPGID kp_eproc.e_tpgid
+#define XXX_P_NICE kp_proc.p_nice
+#define XXX_P_PRIORITY kp_proc.p_priority
+
+#endif
+
+ buf->uid = pinfo [0].XXX_P_RUID;
+ buf->euid = pinfo [0].XXX_P_SVUID;
+ buf->gid = pinfo [0].XXX_P_RGID;
+ buf->egid = pinfo [0].XXX_P_SVGID;
+
+ buf->ppid = pinfo [0].XXX_E_PPID;
+ buf->pgrp = pinfo [0].XXX_E_PGID;
+ buf->tpgid = pinfo [0].XXX_E_TPGID;
+
+ buf->nice = pinfo [0].XXX_P_NICE;
+ buf->priority = pinfo [0].XXX_P_PRIORITY;
--- sysdeps/freebsd/procmem.c.orig Thu May 27 13:56:49 1999
+++ sysdeps/freebsd/procmem.c Wed Dec 27 10:16:26 2000
@@ -139,2 +139,18 @@
+#if __FreeBSD_version >= 500013
+
+#define XXX_P_VMSPACE ki_vmspace
+
+ buf->rss_rlim = pinfo [0].ki_rssize;
+
+ buf->vsize = buf->size = (u_int64_t) pagetok
+ (pinfo [0].ki_tsize + pinfo [0].ki_dsize + pinfo[0].ki_ssize)
+ << LOG1024;
+ buf->resident = buf->rss = (u_int64_t) pagetok
+ (pinfo [0].ki_rssize) << LOG1024;
+
+#else
+
+#define XXX_P_VMSPACE kp_proc.p_vmspace
+
if (kvm_read (server->machine.kd,
@@ -156,2 +172,3 @@
(vms->vm_rssize) << LOG1024;
+#endif
@@ -160,3 +177,3 @@
if (kvm_read (server->machine.kd,
- (unsigned long) pinfo [0].kp_proc.p_vmspace,
+ (unsigned long) pinfo [0].XXX_P_VMSPACE,
(char *) &vmspace, sizeof (vmspace)) != sizeof (vmspace)) {
--- sysdeps/freebsd/procsignal.c.orig Sun Feb 13 15:31:39 2000
+++ sysdeps/freebsd/procsignal.c Wed Dec 27 10:22:28 2000
@@ -69,2 +69,18 @@
+#if __FreeBSD_version >= 500013
+
+#define XXX_P_SIGLIST ki_siglist
+#define XXX_P_SIGMASK ki_sigmask
+#define XXX_P_SIGIGNORE ki_sigignore
+#define XXX_P_SIGCATCH ki_sigcatch
+
+#else
+
+#define XXX_P_SIGLIST kp_proc.p_siglist
+#define XXX_P_SIGMASK kp_proc.p_sigmask
+#define XXX_P_SIGIGNORE kp_proc.p_sigignore
+#define XXX_P_SIGCATCH kp_proc.p_sigcatch
+
+#endif
+
/* signal: mask of pending signals.
@@ -73,3 +89,3 @@
#if (defined(__NetBSD__) && (NSIG > 32)) || (__FreeBSD_version >= 400011)
- buf->signal [0] = pinfo [0].kp_proc.p_siglist.__bits[0];
+ buf->signal [0] = pinfo [0].XXX_P_SIGLIST.__bits[0];
#else
@@ -82,3 +98,3 @@
#if (defined(__NetBSD__) && (NSIG > 32)) || (__FreeBSD_version >= 400011)
- buf->blocked [0] = pinfo [0].kp_proc.p_sigmask.__bits[0];
+ buf->blocked [0] = pinfo [0].XXX_P_SIGMASK.__bits[0];
#else
@@ -91,3 +107,3 @@
#if (defined(__NetBSD__) && (NSIG > 32)) || (__FreeBSD_version >= 400011)
- buf->sigignore [0] = pinfo [0].kp_proc.p_sigignore.__bits[0];
+ buf->sigignore [0] = pinfo [0].XXX_P_SIGIGNORE.__bits[0];
#else
@@ -100,3 +116,3 @@
#if (defined(__NetBSD__) && (NSIG > 32)) || (__FreeBSD_version >= 400011)
- buf->sigcatch [0] = pinfo [0].kp_proc.p_sigcatch.__bits[0];
+ buf->sigcatch [0] = pinfo [0].XXX_P_SIGCATCH.__bits[0];
#else
--- sysdeps/freebsd/prockernel.c.orig Sat Oct 16 13:31:43 1999
+++ sysdeps/freebsd/prockernel.c Wed Dec 27 10:50:19 2000
@@ -36,8 +36,2 @@
#endif
-#if !defined(__bsdi__) && !(defined(__FreeBSD__) && defined(__alpha__))
-#include <machine/pcb.h>
-#endif
-#if defined(__FreeBSD__) && !defined(__alpha__)
-#include <machine/tss.h>
-#endif
@@ -80,10 +74,4 @@
struct kinfo_proc *pinfo;
- struct user *u_addr = (struct user *)USRSTACK;
- struct pstats pstats;
- struct pcb pcb;
int count;
- char filename [BUFSIZ];
- struct stat statb;
-
glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_PROC_KERNEL), 0);
@@ -103,7 +91,21 @@
- buf->nwchan = (unsigned long) pinfo [0].kp_proc.p_wchan &~ KERNBASE;
+#if __FreeBSD_version >= 500013
+
+#define XXX_P_WCHAN ki_wchan
+#define XXX_P_WMESG ki_wmesg
+#define XXX_E_WMESG ki_wmesg
+
+#else
+
+#define XXX_P_WCHAN kp_proc.p_wchan
+#define XXX_P_WMESG kp_proc.p_wmesg
+#define XXX_E_WMESG kp_eproc.e_wmesg
+
+#endif
+
+ buf->nwchan = (unsigned long) pinfo [0].XXX_P_WCHAN &~ KERNBASE;
buf->flags |= (1L << GLIBTOP_PROC_KERNEL_NWCHAN);
- if (pinfo [0].kp_proc.p_wchan && pinfo [0].kp_proc.p_wmesg) {
- strncpy (buf->wchan, pinfo [0].kp_eproc.e_wmesg,
+ if (pinfo [0].XXX_P_WCHAN && pinfo [0].XXX_P_WMESG) {
+ strncpy (buf->wchan, pinfo [0].XXX_E_WMESG,
sizeof (buf->wchan) - 1);
@@ -115,70 +117,8 @@
- /* Taken from `saveuser ()' in `/usr/src/bin/ps/ps.c'. */
-
- /* [FIXME]: /usr/include/sys/user.h tells me that the user area
- * may or may not be at the same kernel address in all
- * processes, but I don't see any way to get that address.
- * Since `ps' simply uses its own address, I think it's
- * safe to do this here, too. */
-
- /* NOTE: You need to mount the /proc filesystem to make
- * `kvm_uread' work. */
-
- sprintf (filename, "/proc/%d/mem", (int) pid);
- if (stat (filename, &statb)) return;
-
- glibtop_suid_enter (server);
-
- if ((pinfo [0].kp_proc.p_flag & P_INMEM) &&
- kvm_uread (server->machine.kd, &(pinfo [0]).kp_proc,
- (unsigned long) &u_addr->u_stats,
- (char *) &pstats, sizeof (pstats)) == sizeof (pstats))
- {
- /*
- * The u-area might be swapped out, and we can't get
- * at it because we have a crashdump and no swap.
- * If it's here fill in these fields, otherwise, just
- * leave them 0.
- */
-
- buf->min_flt = (u_int64_t) pstats.p_ru.ru_minflt;
- buf->maj_flt = (u_int64_t) pstats.p_ru.ru_majflt;
- buf->cmin_flt = (u_int64_t) pstats.p_cru.ru_minflt;
- buf->cmaj_flt = (u_int64_t) pstats.p_cru.ru_majflt;
-
- buf->flags |= _glibtop_sysdeps_proc_kernel_pstats;
- }
-
- if ((pinfo [0].kp_proc.p_flag & P_INMEM) &&
- kvm_uread (server->machine.kd, &(pinfo [0]).kp_proc,
- (unsigned long) &u_addr->u_pcb,
- (char *) &pcb, sizeof (pcb)) == sizeof (pcb))
- {
-#ifdef __FreeBSD__
-#ifndef __alpha__
-#if (__FreeBSD_version >= 300003)
- buf->kstk_esp = (u_int64_t) pcb.pcb_esp;
- buf->kstk_eip = (u_int64_t) pcb.pcb_eip;
-#else
- buf->kstk_esp = (u_int64_t) pcb.pcb_ksp;
- buf->kstk_eip = (u_int64_t) pcb.pcb_pc;
-#endif
-#else
- /*xxx FreeBSD/Alpha? */
-#endif
-#else
- buf->kstk_esp = (u_int64_t) pcb.pcb_tss.tss_esp0;
-#ifdef __bsdi__
- buf->kstk_eip = (u_int64_t) pcb.pcb_tss.tss_eip;
-#else
- buf->kstk_eip = (u_int64_t) pcb.pcb_tss.__tss_eip;
-#endif
-
- buf->flags |= _glibtop_sysdeps_proc_kernel_pcb;
-#endif
- }
-
- /* Taken from `wchan ()' in `/usr/src/bin/ps/print.c'. */
-
- glibtop_suid_leave (server);
+ /* XXX: the code here was, quite frankly, junk, and almost
+ * certainly wrong - remove it all, leave these fields
+ * unpopulated, and give up until such time as the right
+ * code is produced for both FreeBSD 4.x and 5.x
+ */
+ return;
}

View File

@ -1,15 +0,0 @@
--- src/daemon/gnuserv.c.orig Thu Nov 29 08:58:40 2001
+++ src/daemon/gnuserv.c Thu Nov 29 08:58:17 2001
@@ -200,6 +200,12 @@
auth_data_len = atoi (buf);
+ if (auth_data_len < 1 || auth_data_len > sizeof(buf)) {
+ syslog_message(LOG_WARNING,
+ "Invalid data length supplied by client");
+ return FALSE;
+ }
+
if (timed_read (fd, buf, auth_data_len, AUTH_TIMEOUT, 0) != auth_data_len)
return FALSE;

View File

@ -1,17 +0,0 @@
--- src/daemon/server.c.orig Mon Feb 17 15:22:19 2003
+++ src/daemon/server.c Mon Feb 17 15:23:31 2003
@@ -88,11 +88,12 @@
if (strcmp (uts.sysname, LIBGTOP_COMPILE_SYSTEM) ||
strcmp (uts.release, LIBGTOP_COMPILE_RELEASE) ||
strcmp (uts.machine, LIBGTOP_COMPILE_MACHINE)) {
- fprintf (stderr, "Can only run on %s %s %s\n",
+ fprintf (stderr, "This libgtop was compiled on %s %s %s\n",
LIBGTOP_COMPILE_SYSTEM,
LIBGTOP_COMPILE_RELEASE,
LIBGTOP_COMPILE_MACHINE);
- _exit (1);
+ fprintf (stderr, "If you see strange problems caused by it,\n");
+ fprintf (stderr, "you should recompile libgtop and dependent applications\n");
}
#endif

View File

@ -1,138 +0,0 @@
--- sysdeps/freebsd/proctime.c.orig Mon Nov 26 17:37:59 2001
+++ sysdeps/freebsd/proctime.c Wed Oct 2 21:26:35 2002
@@ -57,6 +57,7 @@
* system, and interrupt time usage.
*/
+#ifndef __FreeBSD__
static void
calcru(p, up, sp, ip)
struct proc *p;
@@ -66,9 +67,6 @@
{
quad_t totusec;
u_quad_t u, st, ut, it, tot;
-#if (__FreeBSD_version < 300003)
- long sec, usec;
-#endif
struct timeval tv;
st = p->p_sticks;
@@ -81,19 +79,10 @@
tot = 1;
}
-#if (defined __FreeBSD__) && (__FreeBSD_version >= 300003)
-
- /* This was changed from a `struct timeval' into a `u_int64_t'
- * on FreeBSD 3.0 and renamed p_rtime -> p_runtime.
- */
-
- totusec = (u_quad_t) p->p_runtime;
-#else
sec = p->p_rtime.tv_sec;
usec = p->p_rtime.tv_usec;
totusec = (quad_t)sec * 1000000 + usec;
-#endif
if (totusec < 0) {
/* XXX no %qd in kernel. Truncate. */
@@ -116,6 +105,7 @@
ip->tv_usec = it % 1000000;
}
}
+#endif
/* Provides detailed information about a process. */
@@ -142,25 +132,25 @@
/* It does not work for the swapper task. */
if (pid == 0) return;
-#if !(defined(__NetBSD__) && (__NetBSD_Version__ >= 104000000))
+#if (defined(__NetBSD__) && (__NetBSD_Version__ >= 104000000))
if (server->sysdeps.proc_time == 0)
return;
+#endif
#ifndef __bsdi__
sprintf (filename, "/proc/%d/mem", (int) pid);
if (stat (filename, &statb)) return;
#endif
-#endif
/* Get the process information */
pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count);
if ((pinfo == NULL) || (count != 1))
glibtop_error_io_r (server, "kvm_getprocs (%d)", pid);
-#if (defined __FreeBSD__) && (__FreeBSD_version >= 300003)
- buf->rtime = pinfo [0].kp_proc.p_runtime;
+#if (defined __FreeBSD__) && (__FreeBSD_version >= 500013)
+ buf->rtime = pinfo [0].ki_runtime;
#else
- buf->rtime = tv2sec (pinfo [0].kp_proc.p_rtime);
+ buf->rtime = pinfo [0].kp_proc.p_runtime;
#endif
buf->frequency = 1000000;
@@ -192,6 +182,21 @@
buf->flags |= _glibtop_sysdeps_proc_time_user;
#else
+#if __FreeBSD_version >= 500013
+#if __FreeBSD_version >= 500016
+ if ((pinfo [0].ki_flag & PS_INMEM)) {
+#else
+ if ((pinfo [0].ki_flag & P_INMEM)) {
+#endif
+ buf->utime = pinfo [0].ki_runtime;
+ buf->stime = 0; /* XXX */
+ buf->cutime = tv2sec (pinfo [0].ki_childtime);
+ buf->cstime = 0; /* XXX */
+ buf->start_time = tv2sec (pinfo [0].ki_start);
+ buf->flags = _glibtop_sysdeps_proc_time_user;
+ }
+
+#else
glibtop_suid_enter (server);
if ((pinfo [0].kp_proc.p_flag & P_INMEM) &&
@@ -199,29 +204,16 @@
(unsigned long) &u_addr->u_stats,
(char *) &pstats, sizeof (pstats)) == sizeof (pstats))
{
- /* This is taken form the kernel source code of
- * FreeBSD 2.2.6. */
-
- /* Well, we just do the same getrusage () does ... */
-
- register struct rusage *rup;
-
- glibtop_suid_leave (server);
-
- rup = &pstats.p_ru;
- calcru(&(pinfo [0]).kp_proc,
- &rup->ru_utime, &rup->ru_stime, NULL);
-
- buf->utime = tv2sec (pstats.p_ru.ru_utime);
- buf->stime = tv2sec (pstats.p_ru.ru_stime);
-
- buf->cutime = tv2sec (pstats.p_cru.ru_utime);
- buf->cstime = tv2sec (pstats.p_cru.ru_stime);
-
- buf->start_time = tv2sec (pstats.p_start);
+ buf->utime = tv2sec (pinfo[0].kp_eproc.e_stats.p_ru.ru_utime);
+ buf->stime = tv2sec (pinfo[0].kp_eproc.e_stats.p_ru.ru_stime);
+ buf->cutime = tv2sec (pinfo[0].kp_eproc.e_stats.p_cru.ru_utime);
+ buf->cstime = tv2sec (pinfo[0].kp_eproc.e_stats.p_cru.ru_stime);
+ buf->start_time = tv2sec (pinfo[0].kp_eproc.e_stats.p_start);
buf->flags = _glibtop_sysdeps_proc_time_user;
+ glibtop_suid_leave (server);
}
+#endif
glibtop_suid_leave (server);
#endif

View File

@ -1,11 +0,0 @@
--- sysdeps/freebsd/mem.c.orig Tue Jan 14 17:22:18 2003
+++ sysdeps/freebsd/mem.c Tue Jan 14 17:22:28 2003
@@ -75,7 +75,7 @@
/* MIB array for sysctl */
static int mib_length=2;
-#ifdef __bsdi__
+#ifndef VM_METER
static int mib [] = { CTL_VM, VM_TOTAL };
#else
static int mib [] = { CTL_VM, VM_METER };

View File

@ -1,13 +0,0 @@
--- sysdeps/freebsd/swap.c.orig Mon Aug 26 20:18:07 2002
+++ sysdeps/freebsd/swap.c Mon Aug 26 20:19:18 2002
@@ -369,8 +369,8 @@
buf->flags = _glibtop_sysdeps_swap;
- buf->used = kvmsw[nswdev].ksw_used;
- buf->total = kvmsw[nswdev].ksw_total;
+ buf->used = kvmsw[nswdev].ksw_used * getpagesize();
+ buf->total = kvmsw[nswdev].ksw_total * getpagesize();
buf->free = buf->total - buf->used;

View File

@ -1,11 +0,0 @@
--- sysdeps/guile/Makefile.in.orig Wed Jun 19 16:12:21 2002
+++ sysdeps/guile/Makefile.in Wed Jun 19 16:12:34 2002
@@ -516,7 +516,7 @@
mv gnc-t guile.c
guile.x: guile.c
- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
+ guile-snarf -o $@ $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -1,11 +0,0 @@
--- sysdeps/guile/names/Makefile.in.orig Wed Jun 19 16:13:02 2002
+++ sysdeps/guile/names/Makefile.in Wed Jun 19 16:13:12 2002
@@ -438,7 +438,7 @@
mv gnc-t guile-names.c
guile-names.x: guile-names.c
- guile-snarf $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $< > $@
+ guile-snarf -o $@ $< $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.

View File

@ -1,3 +0,0 @@
This is library for the gtop, GNOME version of top command.
The top command is a tool to display and update information about the
top cpu processes.

View File

@ -1,111 +0,0 @@
bin/libgtop-config
bin/libgtop_daemon
bin/libgtop_server
etc/libgtop-features.def
etc/libgtopConf.sh
include/libgtop-1.0/glibtop.h
include/libgtop-1.0/glibtop/close.h
include/libgtop-1.0/glibtop/command.h
include/libgtop-1.0/glibtop/cpu.h
include/libgtop-1.0/glibtop/error.h
include/libgtop-1.0/glibtop/fsusage.h
include/libgtop-1.0/glibtop/global.h
include/libgtop-1.0/glibtop/gnuserv.h
include/libgtop-1.0/glibtop/inodedb.h
include/libgtop-1.0/glibtop/loadavg.h
include/libgtop-1.0/glibtop/mem.h
include/libgtop-1.0/glibtop/mountlist.h
include/libgtop-1.0/glibtop/msg_limits.h
include/libgtop-1.0/glibtop/netload.h
include/libgtop-1.0/glibtop/open.h
include/libgtop-1.0/glibtop/parameter.h
include/libgtop-1.0/glibtop/ppp.h
include/libgtop-1.0/glibtop/procargs.h
include/libgtop-1.0/glibtop/prockernel.h
include/libgtop-1.0/glibtop/proclist.h
include/libgtop-1.0/glibtop/procmap.h
include/libgtop-1.0/glibtop/procmem.h
include/libgtop-1.0/glibtop/procsegment.h
include/libgtop-1.0/glibtop/procsignal.h
include/libgtop-1.0/glibtop/procstate.h
include/libgtop-1.0/glibtop/proctime.h
include/libgtop-1.0/glibtop/procuid.h
include/libgtop-1.0/glibtop/read.h
include/libgtop-1.0/glibtop/read_data.h
include/libgtop-1.0/glibtop/sem_limits.h
include/libgtop-1.0/glibtop/shm_limits.h
include/libgtop-1.0/glibtop/signal.h
include/libgtop-1.0/glibtop/swap.h
include/libgtop-1.0/glibtop/sysdeps.h
include/libgtop-1.0/glibtop/sysinfo.h
include/libgtop-1.0/glibtop/types.h
include/libgtop-1.0/glibtop/union.h
include/libgtop-1.0/glibtop/uptime.h
include/libgtop-1.0/glibtop/version.h
include/libgtop-1.0/glibtop/write.h
include/libgtop-1.0/glibtop/xmalloc.h
include/libgtop-1.0/glibtop_machine.h
include/libgtop-1.0/glibtop_server.h
include/libgtop-1.0/glibtop_suid.h
@unexec install-info --delete %D/info/libgtop.info %D/info/dir
info/libgtop.info
@exec install-info --section="Programming \& development tools" --entry="* libgtop: (libgtop). libgtop programming manual" %D/info/libgtop.info %D/info/dir
lib/libgtop.a
lib/libgtop.so
lib/libgtop.so.1
lib/libgtop_common.a
lib/libgtop_common.so
lib/libgtop_common.so.1
lib/libgtop_guile.a
lib/libgtop_guile.so
lib/libgtop_guile.so.1
lib/libgtop_guile_names.a
lib/libgtop_guile_names.so
lib/libgtop_guile_names.so.1
lib/libgtop_names.a
lib/libgtop_names.so
lib/libgtop_names.so.1
lib/libgtop_suid_common.a
lib/libgtop_suid_common.so
lib/libgtop_suid_common.so.1
lib/libgtop_sysdeps.a
lib/libgtop_sysdeps.so
lib/libgtop_sysdeps.so.1
lib/libgtop_sysdeps_suid.a
lib/libgtop_sysdeps_suid.so
lib/libgtop_sysdeps_suid.so.1
share/locale/az/LC_MESSAGES/libgtop.mo
share/locale/ca/LC_MESSAGES/libgtop.mo
share/locale/da/LC_MESSAGES/libgtop.mo
share/locale/de/LC_MESSAGES/libgtop.mo
share/locale/el/LC_MESSAGES/libgtop.mo
share/locale/es/LC_MESSAGES/libgtop.mo
share/locale/es_DO/LC_MESSAGES/libgtop.mo
share/locale/es_GT/LC_MESSAGES/libgtop.mo
share/locale/es_HN/LC_MESSAGES/libgtop.mo
share/locale/es_MX/LC_MESSAGES/libgtop.mo
share/locale/es_PA/LC_MESSAGES/libgtop.mo
share/locale/es_PE/LC_MESSAGES/libgtop.mo
share/locale/es_SV/LC_MESSAGES/libgtop.mo
share/locale/fi/LC_MESSAGES/libgtop.mo
share/locale/fr/LC_MESSAGES/libgtop.mo
share/locale/ga/LC_MESSAGES/libgtop.mo
share/locale/gl/LC_MESSAGES/libgtop.mo
share/locale/hu/LC_MESSAGES/libgtop.mo
share/locale/ja/LC_MESSAGES/libgtop.mo
share/locale/ko/LC_MESSAGES/libgtop.mo
share/locale/nl/LC_MESSAGES/libgtop.mo
share/locale/no/LC_MESSAGES/libgtop.mo
share/locale/pl/LC_MESSAGES/libgtop.mo
share/locale/pt/LC_MESSAGES/libgtop.mo
share/locale/pt_BR/LC_MESSAGES/libgtop.mo
share/locale/ru/LC_MESSAGES/libgtop.mo
share/locale/sk/LC_MESSAGES/libgtop.mo
share/locale/sl/LC_MESSAGES/libgtop.mo
share/locale/sv/LC_MESSAGES/libgtop.mo
share/locale/tr/LC_MESSAGES/libgtop.mo
share/locale/uk/LC_MESSAGES/libgtop.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/libgtop.mo
share/locale/zh_TW/LC_MESSAGES/libgtop.mo
@dirrm include/libgtop-1.0/glibtop
@dirrm include/libgtop-1.0

View File

@ -131,7 +131,6 @@
SUBDIR += gnomeattacks
SUBDIR += gnomebreakout
SUBDIR += gnomechess
SUBDIR += gnomegames
SUBDIR += gnomegames2
SUBDIR += gnomekiss
SUBDIR += gnomememoryblocks

View File

@ -1,36 +0,0 @@
# New ports collection makefile for: gnomegames
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= gnomegames
PORTVERSION= 1.4.0.4
PORTREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-games/1.4
DISTNAME= gnome-games-${PORTVERSION}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= The game applications package for the Gnome Desktop Environment
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
`gdk-pixbuf-config --cflags`" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
@find ${WRKSRC} -name "*.[ch]" | xargs ${REINPLACE_CMD} -e \
's|malloc[.]h|stdlib.h|g'
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (gnome/gnome-games-1.4.0.4.tar.bz2) = 4f4f64fe39b7df1434d69d6ea0c1c7dc

View File

@ -1,33 +0,0 @@
--- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999
+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999
@@ -147,7 +147,7 @@
Games_DATA = gnome-stones.desktop
Caves_DATA = default.caves tutorial.caves gnomekoban.caves
-gtkrcdir = $(datadir)
+gtkrcdir = $(datadir)/gnome-stones
gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko
Mimedir = $(datadir)/mime-info
--- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999
+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999
@@ -127,5 +127,5 @@
GSTONES_SRC_DIR = $(srcdir)/../
-objectdir = $(libdir)/gnome-stones/objects
+objectdir = $(datadir)/gnome-stones/objects
@@ -144,10 +144,10 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
LIBS = @LIBS@
-libgnome_stones_la_LDFLAGS =
+libgnome_stones_la_LDFLAGS = -avoid-version
libgnome_stones_la_LIBADD =
libgnome_stones_la_OBJECTS = gnome-stones.lo
-libgnomekoban_la_LDFLAGS =
+libgnomekoban_la_LDFLAGS = -avoid-version
libgnomekoban_la_LIBADD =
libgnomekoban_la_OBJECTS = gnomekoban.lo
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)

View File

@ -1,11 +0,0 @@
--- freecell/gdk-card-image/Makefile.in.orig Fri Dec 18 01:54:28 1998
+++ freecell/gdk-card-image/Makefile.in Fri Jan 1 15:16:09 1999
@@ -148,7 +148,7 @@
libgdkcardimage_la_SOURCES = gdk-card-image.c
libgdkcardimageincludedir = $(includedir)/gdkcardimage
libgdkcardimageinclude_HEADERS = gdk-card-image.h
-libgdkcardimage_la_LDFLAGS = -version-info 0:0:0
+libgdkcardimage_la_LDFLAGS = -version-info 1:0:0
libgdkcardimage_la_LIBADD = $(GTK_LIBS)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../../config.h

View File

@ -1,10 +0,0 @@
--- aisleriot/menu.c.orig Fri Jan 1 15:21:23 1999
+++ aisleriot/menu.c Fri Jan 1 15:21:36 1999
@@ -17,6 +17,7 @@
*/
#include <config.h>
+#include <sys/types.h>
#include <dirent.h>
#include "gnome.h"
#include "sol.h"

View File

@ -1,11 +0,0 @@
--- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999
+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999
@@ -1249,7 +1249,7 @@
static gboolean
scan_public_plugin_directory (void)
{
- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/");
+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/");
plugin_load_plugins_in_dir (dir);

View File

@ -1,18 +0,0 @@
--- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999
+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999
@@ -37,13 +37,14 @@
#include <signal.h>
#include <stdarg.h>
+#include <config.h>
+
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
#include <ncurses.h>
#else
#include <curses.h>
#endif
-#include <config.h>
#include "yahtzee.h"
#include "cyahtzee.h"
#include "scores.h"

View File

@ -1,20 +0,0 @@
--- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999
+++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999
@@ -9,7 +9,7 @@
sprintf (file, "%s/%s.xpm", dir, name);
pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap,
- &bitmap, NULL, file);
+ &bitmap, (GdkColor *)NULL, file);
if (pixmap == NULL) {
printf ("cannot open %s\n", file);
exit(1);
@@ -18,7 +18,7 @@
if (masked == SEP_MASK) {
sprintf(file, "%s/%s_mask.xpm", dir, name);
pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap,
- &mask, NULL, file);
+ &mask, (GdkColor *)NULL, file);
if (pixmap == NULL) {
printf("cannot open %s\n", file);
exit(1);

View File

@ -1,19 +0,0 @@
--- configure.orig Sun May 26 21:39:20 2002
+++ configure Sun May 26 21:39:52 2002
@@ -5805,6 +5805,7 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -9832,7 +9833,7 @@
cat >> confdefs.h <<EOF
-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
+#define GNOME_ICONDIR "${datadir}/pixmaps"
EOF

View File

@ -1,11 +0,0 @@
--- gnect/src/connect4.c.orig Sun May 26 21:23:34 2002
+++ gnect/src/connect4.c Sun May 26 21:26:30 2002
@@ -117,7 +117,7 @@
long size,len;
FILE *h1;
short x;
- char *bookdata = g_strdup("/usr/share/gnect/" WHITE_BOOK); /* FIXME */
+ char *bookdata = g_strdup(GNECT_DATA_DIR "/gnect/" WHITE_BOOK); /* FIXME */
if (!gnect_file_exists(bookdata)) {

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- po/Makefile.in.in 2001/07/09 10:15:24 1.1
+++ po/Makefile.in.in 2001/07/09 10:15:40
@@ -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 \

View File

@ -1,6 +0,0 @@
The GNOME Desktop Environment's games application package, which includes
card games (including a solitaire package which knows 69 distinct solitaire
variations), knockoffs of Minesweeper, Tetris, mahjongg, Nibbles, action
games, puzzle games, and more card games.
WWW: http://www.gnome.org

View File

@ -1,969 +0,0 @@
bin/ctali
bin/freecell
bin/gataxx
bin/glines
bin/gnect
bin/gnibbles
bin/gnobots2
bin/gnome-stones
bin/gnome-xbill
bin/gnometris
bin/gnomine
bin/gnotravex
bin/gnotski
bin/gtali
bin/iagno
bin/mahjongg
bin/same-gnome
bin/sol
etc/sound/events/gataxx.soundlist
etc/sound/events/gnect.soundlist
etc/sound/events/gnibbles.soundlist
etc/sound/events/gnobots2.soundlist
etc/sound/events/iagno.soundlist
include/gdkcardimage/gdk-card-image.h
lib/libgdkcardimage.a
lib/libgdkcardimage.so
lib/libgdkcardimage.so.1
share/gnome/apps/Games/freecell.desktop
share/gnome/apps/Games/gataxx.desktop
share/gnome/apps/Games/glines.desktop
share/gnome/apps/Games/gnect.desktop
share/gnome/apps/Games/gnibbles.desktop
share/gnome/apps/Games/gnobots2.desktop
share/gnome/apps/Games/gnome-stones.desktop
share/gnome/apps/Games/gnometris.desktop
share/gnome/apps/Games/gnomine.desktop
share/gnome/apps/Games/gnotravex.desktop
share/gnome/apps/Games/gnotski.desktop
share/gnome/apps/Games/gtali.desktop
share/gnome/apps/Games/iagno.desktop
share/gnome/apps/Games/mahjongg.desktop
share/gnome/apps/Games/same-gnome.desktop
share/gnome/apps/Games/sol.desktop
share/gnome/apps/Games/xbill.desktop
share/gnome/games/glines.scores
share/gnome/games/gnibbles.1.0.scores
share/gnome/games/gnibbles.1.1.scores
share/gnome/games/gnibbles.2.0.scores
share/gnome/games/gnibbles.2.1.scores
share/gnome/games/gnibbles.3.0.scores
share/gnome/games/gnibbles.3.1.scores
share/gnome/games/gnibbles.4.0.scores
share/gnome/games/gnibbles.4.1.scores
share/gnome/games/gnobots2.classic_robots-safe.scores
share/gnome/games/gnobots2.classic_robots-super-safe.scores
share/gnome/games/gnobots2.classic_robots.scores
share/gnome/games/gnobots2.nightmare-safe.scores
share/gnome/games/gnobots2.nightmare-super-safe.scores
share/gnome/games/gnobots2.nightmare.scores
share/gnome/games/gnobots2.robots2-safe.scores
share/gnome/games/gnobots2.robots2-super-safe.scores
share/gnome/games/gnobots2.robots2.scores
share/gnome/games/gnobots2.robots2_easy-safe.scores
share/gnome/games/gnobots2.robots2_easy-super-safe.scores
share/gnome/games/gnobots2.robots2_easy.scores
share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores
share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores
share/gnome/games/gnobots2.robots_with_safe_teleport.scores
share/gnome/games/gnome-stones.scores
share/gnome/games/gnome-xbill.scores
share/gnome/games/gnometris.scores
share/gnome/games/gnomine.Biiiig.scores
share/gnome/games/gnomine.Custom.scores
share/gnome/games/gnomine.Medium.scores
share/gnome/games/gnomine.Tiny.scores
share/gnome/games/gnotravex.2x2.scores
share/gnome/games/gnotravex.3x3.scores
share/gnome/games/gnotravex.4x4.scores
share/gnome/games/gnotravex.5x5.scores
share/gnome/games/gnotravex.6x6.scores
share/gnome/games/gnotski.1.scores
share/gnome/games/gnotski.11.scores
share/gnome/games/gnotski.12.scores
share/gnome/games/gnotski.13.scores
share/gnome/games/gnotski.14.scores
share/gnome/games/gnotski.15.scores
share/gnome/games/gnotski.16.scores
share/gnome/games/gnotski.17.scores
share/gnome/games/gnotski.2.scores
share/gnome/games/gnotski.21.scores
share/gnome/games/gnotski.22.scores
share/gnome/games/gnotski.23.scores
share/gnome/games/gnotski.24.scores
share/gnome/games/gnotski.25.scores
share/gnome/games/gnotski.26.scores
share/gnome/games/gnotski.3.scores
share/gnome/games/gnotski.4.scores
share/gnome/games/gnotski.5.scores
share/gnome/games/gnotski.6.scores
share/gnome/games/gnotski.7.scores
share/gnome/games/gtali.scores
share/gnome/games/iagno.b1.scores
share/gnome/games/iagno.b2.scores
share/gnome/games/iagno.b3.scores
share/gnome/games/iagno.w1.scores
share/gnome/games/iagno.w2.scores
share/gnome/games/iagno.w3.scores
share/gnome/games/mahjongg.{easy,difficult}.scores
share/gnome/games/same-gnome.scores
share/gnome/gnect/catseyes_40x40.gnect
share/gnome/gnect/classic_40x40.gnect
share/gnome/gnect/classic_50x50.gnect
share/gnome/gnect/clean_40x40.gnect
share/gnome/gnect/clean_40x40_nightfall.gnect
share/gnome/gnect/clean_50x50.gnect
share/gnome/gnect/clean_50x50_nightfall.gnect
share/gnome/gnect/default.gnect
share/gnome/gnect/emulator_48x32.gnect
share/gnome/gnect/glassy_40x40.gnect
share/gnome/gnect/glassy_40x40_grotty.gnect
share/gnome/gnect/glassy_50x50.gnect
share/gnome/gnect/glassy_50x50_grotty.gnect
share/gnome/gnect/safari_45x45.gnect
share/gnome/gnect/square_40x40.gnect
share/gnome/gnect/square_50x50.gnect
share/gnome/gnect/white_ob.cn4
share/gnome/gnibbles/level001.gnl
share/gnome/gnibbles/level002.gnl
share/gnome/gnibbles/level003.gnl
share/gnome/gnibbles/level004.gnl
share/gnome/gnibbles/level005.gnl
share/gnome/gnibbles/level006.gnl
share/gnome/gnibbles/level007.gnl
share/gnome/gnibbles/level008.gnl
share/gnome/gnibbles/level009.gnl
share/gnome/gnibbles/level010.gnl
share/gnome/gnibbles/level011.gnl
share/gnome/gnibbles/level012.gnl
share/gnome/gnibbles/level013.gnl
share/gnome/gnibbles/level014.gnl
share/gnome/gnibbles/level015.gnl
share/gnome/gnibbles/level016.gnl
share/gnome/gnibbles/level017.gnl
share/gnome/gnibbles/level018.gnl
share/gnome/gnibbles/level019.gnl
share/gnome/gnibbles/level020.gnl
share/gnome/gnibbles/level021.gnl
share/gnome/gnibbles/level022.gnl
share/gnome/gnibbles/level023.gnl
share/gnome/gnibbles/level024.gnl
share/gnome/gnibbles/level025.gnl
share/gnome/gnibbles/level026.gnl
share/gnome/gnobots2/classic_robots.cfg
share/gnome/gnobots2/nightmare.cfg
share/gnome/gnobots2/robots2.cfg
share/gnome/gnobots2/robots2_easy.cfg
share/gnome/gnobots2/robots_with_safe_teleport.cfg
share/gnome/gnome-stones/default.caves
share/gnome/gnome-stones/gnome-stonesrc
share/gnome/gnome-stones/gnome-stonesrc.ko
share/gnome/gnome-stones/gnomekoban.caves
share/gnome/gnome-stones/objects/libgnome-stones.so
share/gnome/gnome-stones/objects/libgnomekoban.so
share/gnome/gnome-stones/tutorial.caves
share/gnome/help/aisleriot/C/agnes.sgml
share/gnome/help/aisleriot/C/aisleriot.sgml
share/gnome/help/aisleriot/C/auld_lang_syne.sgml
share/gnome/help/aisleriot/C/bakers_dozen.sgml
share/gnome/help/aisleriot/C/bakers_game.sgml
share/gnome/help/aisleriot/C/beleaguered_castle.sgml
share/gnome/help/aisleriot/C/block_ten.sgml
share/gnome/help/aisleriot/C/bristol.sgml
share/gnome/help/aisleriot/C/camelot.sgml
share/gnome/help/aisleriot/C/canfield.sgml
share/gnome/help/aisleriot/C/chessboard.sgml
share/gnome/help/aisleriot/C/clock.sgml
share/gnome/help/aisleriot/C/cover.sgml
share/gnome/help/aisleriot/C/definitions.sgml
share/gnome/help/aisleriot/C/diamond_mine.sgml
share/gnome/help/aisleriot/C/doublets.sgml
share/gnome/help/aisleriot/C/eagle-wing.sgml
share/gnome/help/aisleriot/C/easthaven.sgml
share/gnome/help/aisleriot/C/eight_off.sgml
share/gnome/help/aisleriot/C/elevator.sgml
share/gnome/help/aisleriot/C/escalator.sgml
share/gnome/help/aisleriot/C/figures/camelot-goal.png
share/gnome/help/aisleriot/C/figures/clock-rules.png
share/gnome/help/aisleriot/C/first_law.sgml
share/gnome/help/aisleriot/C/fortress.sgml
share/gnome/help/aisleriot/C/fortunes.sgml
share/gnome/help/aisleriot/C/fourteen.sgml
share/gnome/help/aisleriot/C/freecell.sgml
share/gnome/help/aisleriot/C/gay_gordons.sgml
share/gnome/help/aisleriot/C/glenwood.sgml
share/gnome/help/aisleriot/C/golf.sgml
share/gnome/help/aisleriot/C/gypsy.sgml
share/gnome/help/aisleriot/C/helsinki.sgml
share/gnome/help/aisleriot/C/hopscotch.sgml
share/gnome/help/aisleriot/C/isabel.sgml
share/gnome/help/aisleriot/C/jamestown.sgml
share/gnome/help/aisleriot/C/jumbo.sgml
share/gnome/help/aisleriot/C/kansas.sgml
share/gnome/help/aisleriot/C/king_albert.sgml
share/gnome/help/aisleriot/C/klondike.sgml
share/gnome/help/aisleriot/C/labyrinth.sgml
share/gnome/help/aisleriot/C/lady_jane.sgml
share/gnome/help/aisleriot/C/maze.sgml
share/gnome/help/aisleriot/C/monte_carlo.sgml
share/gnome/help/aisleriot/C/neighbor.sgml
share/gnome/help/aisleriot/C/odessa.sgml
share/gnome/help/aisleriot/C/osmosis.sgml
share/gnome/help/aisleriot/C/peek.sgml
share/gnome/help/aisleriot/C/pileon.sgml
share/gnome/help/aisleriot/C/poker.sgml
share/gnome/help/aisleriot/C/quatorze.sgml
share/gnome/help/aisleriot/C/royal_east.sgml
share/gnome/help/aisleriot/C/scorpion.sgml
share/gnome/help/aisleriot/C/scuffle.sgml
share/gnome/help/aisleriot/C/seahaven.sgml
share/gnome/help/aisleriot/C/sir_tommy.sgml
share/gnome/help/aisleriot/C/spider.sgml
share/gnome/help/aisleriot/C/spiderette.sgml
share/gnome/help/aisleriot/C/straight_up.sgml
share/gnome/help/aisleriot/C/streets_and_alleys.sgml
share/gnome/help/aisleriot/C/ten_across.sgml
share/gnome/help/aisleriot/C/thieves.sgml
share/gnome/help/aisleriot/C/thirteen.sgml
share/gnome/help/aisleriot/C/thumb_and_pouch.sgml
share/gnome/help/aisleriot/C/topic.dat
share/gnome/help/aisleriot/C/treize.sgml
share/gnome/help/aisleriot/C/union_square.sgml
share/gnome/help/aisleriot/C/valentine.sgml
share/gnome/help/aisleriot/C/westhaven.sgml
share/gnome/help/aisleriot/C/whitehead.sgml
share/gnome/help/aisleriot/C/will_o_the_wisp.sgml
share/gnome/help/aisleriot/C/yield.sgml
share/gnome/help/aisleriot/C/yukon.sgml
share/gnome/help/aisleriot/C/zebra.sgml
share/gnome/help/aisleriot/eu/agnes.sgml
share/gnome/help/aisleriot/eu/aisleriot.sgml
share/gnome/help/aisleriot/eu/auld_lang_syne.sgml
share/gnome/help/aisleriot/eu/bakers_dozen.sgml
share/gnome/help/aisleriot/eu/bakers_game.sgml
share/gnome/help/aisleriot/eu/beleaguered_castle.sgml
share/gnome/help/aisleriot/eu/block_ten.sgml
share/gnome/help/aisleriot/eu/bristol.sgml
share/gnome/help/aisleriot/eu/camelot.sgml
share/gnome/help/aisleriot/eu/canfield.sgml
share/gnome/help/aisleriot/eu/chessboard.sgml
share/gnome/help/aisleriot/eu/clock.sgml
share/gnome/help/aisleriot/eu/cover.sgml
share/gnome/help/aisleriot/eu/definitions.sgml
share/gnome/help/aisleriot/eu/diamond_mine.sgml
share/gnome/help/aisleriot/eu/doublets.sgml
share/gnome/help/aisleriot/eu/eagle-wing.sgml
share/gnome/help/aisleriot/eu/easthaven.sgml
share/gnome/help/aisleriot/eu/eight_off.sgml
share/gnome/help/aisleriot/eu/elevator.sgml
share/gnome/help/aisleriot/eu/escalator.sgml
share/gnome/help/aisleriot/eu/figures/camelot-goal.png
share/gnome/help/aisleriot/eu/figures/clock-rules.png
share/gnome/help/aisleriot/eu/first_law.sgml
share/gnome/help/aisleriot/eu/fortress.sgml
share/gnome/help/aisleriot/eu/fortunes.sgml
share/gnome/help/aisleriot/eu/fourteen.sgml
share/gnome/help/aisleriot/eu/freecell.sgml
share/gnome/help/aisleriot/eu/gay_gordons.sgml
share/gnome/help/aisleriot/eu/glenwood.sgml
share/gnome/help/aisleriot/eu/golf.sgml
share/gnome/help/aisleriot/eu/gypsy.sgml
share/gnome/help/aisleriot/eu/helsinki.sgml
share/gnome/help/aisleriot/eu/hopscotch.sgml
share/gnome/help/aisleriot/eu/isabel.sgml
share/gnome/help/aisleriot/eu/jamestown.sgml
share/gnome/help/aisleriot/eu/jumbo.sgml
share/gnome/help/aisleriot/eu/kansas.sgml
share/gnome/help/aisleriot/eu/king_albert.sgml
share/gnome/help/aisleriot/eu/klondike.sgml
share/gnome/help/aisleriot/eu/labyrinth.sgml
share/gnome/help/aisleriot/eu/lady_jane.sgml
share/gnome/help/aisleriot/eu/maze.sgml
share/gnome/help/aisleriot/eu/monte_carlo.sgml
share/gnome/help/aisleriot/eu/neighbor.sgml
share/gnome/help/aisleriot/eu/odessa.sgml
share/gnome/help/aisleriot/eu/osmosis.sgml
share/gnome/help/aisleriot/eu/peek.sgml
share/gnome/help/aisleriot/eu/pileon.sgml
share/gnome/help/aisleriot/eu/poker.sgml
share/gnome/help/aisleriot/eu/quatorze.sgml
share/gnome/help/aisleriot/eu/royal_east.sgml
share/gnome/help/aisleriot/eu/scorpion.sgml
share/gnome/help/aisleriot/eu/scuffle.sgml
share/gnome/help/aisleriot/eu/seahaven.sgml
share/gnome/help/aisleriot/eu/sir_tommy.sgml
share/gnome/help/aisleriot/eu/spider.sgml
share/gnome/help/aisleriot/eu/spiderette.sgml
share/gnome/help/aisleriot/eu/straight_up.sgml
share/gnome/help/aisleriot/eu/streets_and_alleys.sgml
share/gnome/help/aisleriot/eu/ten_across.sgml
share/gnome/help/aisleriot/eu/thieves.sgml
share/gnome/help/aisleriot/eu/thirteen.sgml
share/gnome/help/aisleriot/eu/thumb_and_pouch.sgml
share/gnome/help/aisleriot/eu/topic.dat
share/gnome/help/aisleriot/eu/treize.sgml
share/gnome/help/aisleriot/eu/union_square.sgml
share/gnome/help/aisleriot/eu/valentine.sgml
share/gnome/help/aisleriot/eu/westhaven.sgml
share/gnome/help/aisleriot/eu/whitehead.sgml
share/gnome/help/aisleriot/eu/will_o_the_wisp.sgml
share/gnome/help/aisleriot/eu/yield.sgml
share/gnome/help/aisleriot/eu/yukon.sgml
share/gnome/help/aisleriot/eu/zebra.sgml
share/gnome/help/aisleriot/it/aisleriot.sgml
share/gnome/help/aisleriot/it/auld_lang_syne.sgml
share/gnome/help/aisleriot/it/bakers_dozen.sgml
share/gnome/help/aisleriot/it/beleaguered_castle.sgml
share/gnome/help/aisleriot/it/bristol.sgml
share/gnome/help/aisleriot/it/camelot.sgml
share/gnome/help/aisleriot/it/canfield.sgml
share/gnome/help/aisleriot/it/clock.sgml
share/gnome/help/aisleriot/it/cover.sgml
share/gnome/help/aisleriot/it/definitions.sgml
share/gnome/help/aisleriot/it/doublets.sgml
share/gnome/help/aisleriot/it/elevator.sgml
share/gnome/help/aisleriot/it/figures/camelot-goal.png
share/gnome/help/aisleriot/it/figures/clock-rules.png
share/gnome/help/aisleriot/it/first_law.sgml
share/gnome/help/aisleriot/it/fortunes.sgml
share/gnome/help/aisleriot/it/fourteen.sgml
share/gnome/help/aisleriot/it/freecell.sgml
share/gnome/help/aisleriot/it/glenwood.sgml
share/gnome/help/aisleriot/it/gypsy.sgml
share/gnome/help/aisleriot/it/hopscotch.sgml
share/gnome/help/aisleriot/it/kansas.sgml
share/gnome/help/aisleriot/it/klondike.sgml
share/gnome/help/aisleriot/it/lady_jane.sgml
share/gnome/help/aisleriot/it/maze.sgml
share/gnome/help/aisleriot/it/monte_carlo.sgml
share/gnome/help/aisleriot/it/neighbor.sgml
share/gnome/help/aisleriot/it/odessa.sgml
share/gnome/help/aisleriot/it/osmosis.sgml
share/gnome/help/aisleriot/it/pileon.sgml
share/gnome/help/aisleriot/it/plait.sgml
share/gnome/help/aisleriot/it/poker.sgml
share/gnome/help/aisleriot/it/royal_east.sgml
share/gnome/help/aisleriot/it/scorpion.sgml
share/gnome/help/aisleriot/it/seahaven.sgml
share/gnome/help/aisleriot/it/spider.sgml
share/gnome/help/aisleriot/it/straight_up.sgml
share/gnome/help/aisleriot/it/thieves.sgml
share/gnome/help/aisleriot/it/thirteen.sgml
share/gnome/help/aisleriot/it/thumb_and_pouch.sgml
share/gnome/help/aisleriot/it/union_square.sgml
share/gnome/help/aisleriot/it/valentine.sgml
share/gnome/help/aisleriot/it/westhaven.sgml
share/gnome/help/aisleriot/it/yukon.sgml
share/gnome/help/aisleriot/it/zebra.sgml
share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png
share/gnome/help/gataxx/C/figures/gataxx-prefs.png
share/gnome/help/gataxx/C/figures/gataxx-startgame.png
share/gnome/help/gataxx/C/gataxx.sgml
share/gnome/help/gataxx/C/topic.dat
share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png
share/gnome/help/gataxx/es/figures/gataxx-prefs.png
share/gnome/help/gataxx/es/figures/gataxx-startgame.png
share/gnome/help/gataxx/es/gataxx.sgml
share/gnome/help/gataxx/es/topic.dat
share/gnome/help/gataxx/eu/figures/gataxx-legalmoves.png
share/gnome/help/gataxx/eu/figures/gataxx-prefs.png
share/gnome/help/gataxx/eu/figures/gataxx-startgame.png
share/gnome/help/gataxx/eu/gataxx.sgml
share/gnome/help/gataxx/eu/topic.dat
share/gnome/help/gataxx/it/figures/gataxx-legalmoves.png
share/gnome/help/gataxx/it/figures/gataxx-prefs.png
share/gnome/help/gataxx/it/figures/gataxx-startgame.png
share/gnome/help/gataxx/it/gataxx.sgml
share/gnome/help/gataxx/it/topic.dat
share/gnome/help/gnect/C/figures/tileset.png
share/gnome/help/gnect/C/gnect.sgml
share/gnome/help/gnect/C/topic.dat
share/gnome/help/gnibbles/C/figures/game.png
share/gnome/help/gnibbles/C/figures/graphics.png
share/gnome/help/gnibbles/C/figures/intro.png
share/gnome/help/gnibbles/C/figures/playing.png
share/gnome/help/gnibbles/C/figures/worm_op.png
share/gnome/help/gnibbles/C/gnibbles.sgml
share/gnome/help/gnibbles/C/topic.dat
share/gnome/help/gnobots2/C/figures/gnobots2-main.png
share/gnome/help/gnobots2/C/gnobots2.sgml
share/gnome/help/gnobots2/C/topic.dat
share/gnome/help/gnobots2/da/index.html
share/gnome/help/gnobots2/da/topic.dat
share/gnome/help/gnibbles/eu/figures/game.png
share/gnome/help/gnibbles/eu/figures/graphics.png
share/gnome/help/gnibbles/eu/figures/intro.png
share/gnome/help/gnibbles/eu/figures/playing.png
share/gnome/help/gnibbles/eu/figures/worm_op.png
share/gnome/help/gnibbles/eu/gnibbles.sgml
share/gnome/help/gnibbles/eu/topic.dat
share/gnome/help/gnobots2/eu/figures/gnobots2-main.png
share/gnome/help/gnobots2/eu/gnobots2.sgml
share/gnome/help/gnobots2/eu/topic.dat
share/gnome/help/gnobots2/es/index.html
share/gnome/help/gnobots2/es/topic.dat
share/gnome/help/gnobots2/it/index.html
share/gnome/help/gnobots2/it/topic.dat
share/gnome/help/gnome-mines/C/figures/advanced_121_a.png
share/gnome/help/gnome-mines/C/figures/advanced_121_b.png
share/gnome/help/gnome-mines/C/figures/advanced_121_c.png
share/gnome/help/gnome-mines/C/figures/basic-corner.png
share/gnome/help/gnome-mines/C/figures/basic-flat3.png
share/gnome/help/gnome-mines/C/figures/basic-wall.png
share/gnome/help/gnome-mines/C/figures/gnomine-begin-play.png
share/gnome/help/gnome-mines/C/figures/gnomine-fail.png
share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png
share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png
share/gnome/help/gnome-mines/C/figures/gnomine-won.png
share/gnome/help/gnome-mines/C/gnome-mines.sgml
share/gnome/help/gnome-mines/C/topic.dat
share/gnome/help/gnome-mines/eu/figures/advanced_121_a.png
share/gnome/help/gnome-mines/eu/figures/advanced_121_b.png
share/gnome/help/gnome-mines/eu/figures/advanced_121_c.png
share/gnome/help/gnome-mines/eu/figures/basic-corner.png
share/gnome/help/gnome-mines/eu/figures/basic-flat3.png
share/gnome/help/gnome-mines/eu/figures/basic-wall.png
share/gnome/help/gnome-mines/eu/figures/gnomine-begin-play.png
share/gnome/help/gnome-mines/eu/figures/gnomine-fail.png
share/gnome/help/gnome-mines/eu/figures/gnomine-fresh.png
share/gnome/help/gnome-mines/eu/figures/gnomine-preferences.png
share/gnome/help/gnome-mines/eu/figures/gnomine-won.png
share/gnome/help/gnome-mines/eu/gnome-mines.sgml
share/gnome/help/gnome-mines/eu/topic.dat
share/gnome/help/gnome-stones/C/figures/main-game.png
share/gnome/help/gnome-stones/C/figures/main-start.png
share/gnome/help/gnome-stones/C/figures/preferences-joystick.png
share/gnome/help/gnome-stones/C/figures/preferences-main.png
share/gnome/help/gnome-stones/C/gnome-stones.sgml
share/gnome/help/gnome-stones/it/figures/main-game.png
share/gnome/help/gnome-stones/it/figures/main-start.png
share/gnome/help/gnome-stones/it/figures/preferences-joystick.png
share/gnome/help/gnome-stones/it/figures/preferences-main.png
share/gnome/help/gnome-stones/it/gnome-stones.sgml
share/gnome/help/gnotravex/C/figures/gnotravex_game.png
share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png
share/gnome/help/gnotravex/C/gnotravex.sgml
share/gnome/help/gnotravex/C/topic.dat
share/gnome/help/gnotravex/es/figures/gnotravex_game.png
share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png
share/gnome/help/gnotravex/es/gnotravex.sgml
share/gnome/help/gnotravex/es/topic.dat
share/gnome/help/gnotravex/eu/figures/gnotravex_game.png
share/gnome/help/gnotravex/eu/figures/gnotravex_mainwindow.png
share/gnome/help/gnotravex/eu/gnotravex.sgml
share/gnome/help/gnotravex/eu/topic.dat
share/gnome/help/gtali/C/figures/mainwindow.png
share/gnome/help/gtali/C/figures/preferences.png
share/gnome/help/gtali/C/gtali.sgml
share/gnome/help/gtali/C/topic.dat
share/gnome/help/gtali/da/index.html
share/gnome/help/gtali/da/topic.dat
share/gnome/help/gtali/eu/figures/mainwindow.png
share/gnome/help/gtali/eu/figures/preferences.png
share/gnome/help/gtali/eu/gtali.sgml
share/gnome/help/gtali/eu/topic.dat
share/gnome/help/iagno/C/figures/ANIMATION.png
share/gnome/help/iagno/C/figures/BLOCK.png
share/gnome/help/iagno/C/figures/FIRST.png
share/gnome/help/iagno/C/figures/PLAYER.png
share/gnome/help/iagno/C/figures/START.png
share/gnome/help/iagno/C/iagno.sgml
share/gnome/help/iagno/C/topic.dat
share/gnome/help/iagno/eu/figures/ANIMATION.png
share/gnome/help/iagno/eu/figures/BLOCK.png
share/gnome/help/iagno/eu/figures/FIRST.png
share/gnome/help/iagno/eu/figures/PLAYER.png
share/gnome/help/iagno/eu/figures/START.png
share/gnome/help/iagno/eu/iagno.sgml
share/gnome/help/iagno/eu/topic.dat
share/gnome/help/iagno/it/figures/ANIMATION.png
share/gnome/help/iagno/it/figures/BLOCK.png
share/gnome/help/iagno/it/figures/FIRST.png
share/gnome/help/iagno/it/figures/PLAYER.png
share/gnome/help/iagno/it/figures/START.png
share/gnome/help/iagno/it/iagno.sgml
share/gnome/help/iagno/it/topic.dat
share/gnome/help/mahjongg/C/figures/color.png
share/gnome/help/mahjongg/C/figures/confirm.png
share/gnome/help/mahjongg/C/figures/mahjongg.png
share/gnome/help/mahjongg/C/figures/no-match.png
share/gnome/help/mahjongg/C/figures/no-move.png
share/gnome/help/mahjongg/C/figures/preferences.png
share/gnome/help/mahjongg/C/figures/scores.png
share/gnome/help/mahjongg/C/figures/seed.png
share/gnome/help/mahjongg/C/figures/toolbar.png
share/gnome/help/mahjongg/C/mahjongg.sgml
share/gnome/help/mahjongg/C/topic.dat
share/gnome/help/mahjongg/eu/figures/color.png
share/gnome/help/mahjongg/eu/figures/confirm.png
share/gnome/help/mahjongg/eu/figures/mahjongg.png
share/gnome/help/mahjongg/eu/figures/no-match.png
share/gnome/help/mahjongg/eu/figures/no-move.png
share/gnome/help/mahjongg/eu/figures/preferences.png
share/gnome/help/mahjongg/eu/figures/scores.png
share/gnome/help/mahjongg/eu/figures/seed.png
share/gnome/help/mahjongg/eu/figures/toolbar.png
share/gnome/help/mahjongg/eu/mahjongg.sgml
share/gnome/help/mahjongg/eu/topic.dat
share/gnome/help/mahjongg/it/figures/color.png
share/gnome/help/mahjongg/it/figures/mahjongg.png
share/gnome/help/mahjongg/it/figures/no-match.png
share/gnome/help/mahjongg/it/figures/no-move.png
share/gnome/help/mahjongg/it/figures/preferences.png
share/gnome/help/mahjongg/it/figures/seed.png
share/gnome/help/mahjongg/it/figures/toolbar.png
share/gnome/help/mahjongg/it/mahjongg.sgml
share/gnome/help/mahjongg/it/topic.dat
share/gnome/help/same-gnome/C/same-gnome.sgml
share/gnome/help/same-gnome/C/topic.dat
share/gnome/help/same-gnome/es/same-gnome.sgml
share/gnome/help/same-gnome/es/topic.dat
share/gnome/help/same-gnome/eu/same-gnome.sgml
share/gnome/help/same-gnome/eu/topic.dat
share/gnome/help/same-gnome/ru/same-gnome.sgml
share/gnome/help/same-gnome/ru/topic.dat
share/gnome/mime-info/gnome-stones.keys
share/gnome/mime-info/gnome-stones.mime
share/gnome/omf/gnome-games/aisleriot-C.omf
share/gnome/omf/gnome-games/aisleriot-eu.omf
share/gnome/omf/gnome-games/aisleriot-it.omf
share/gnome/omf/gnome-games/gataxx-C.omf
share/gnome/omf/gnome-games/gataxx-eu.omf
share/gnome/omf/gnome-games/gataxx-es.omf
share/gnome/omf/gnome-games/gataxx-it.omf
share/gnome/omf/gnome-games/gnect-C.omf
share/gnome/omf/gnome-games/gnibbles-C.omf
share/gnome/omf/gnome-games/gnibbles-eu.omf
share/gnome/omf/gnome-games/gnobots2-C.omf
share/gnome/omf/gnome-games/gnobots2-eu.omf
share/gnome/omf/gnome-games/gnome-mines-C.omf
share/gnome/omf/gnome-games/gnome-mines-eu.omf
share/gnome/omf/gnome-games/gnome-stones-C.omf
share/gnome/omf/gnome-games/gnome-stones-it.omf
share/gnome/omf/gnome-games/gnotravex-C.omf
share/gnome/omf/gnome-games/gnotravex-es.omf
share/gnome/omf/gnome-games/gnotravex-eu.omf
share/gnome/omf/gnome-games/gtali-C.omf
share/gnome/omf/gnome-games/gtali-eu.omf
share/gnome/omf/gnome-games/iagno-C.omf
share/gnome/omf/gnome-games/iagno-eu.omf
share/gnome/omf/gnome-games/iagno-it.omf
share/gnome/omf/gnome-games/mahjongg-C.omf
share/gnome/omf/gnome-games/mahjongg-eu.omf
share/gnome/omf/gnome-games/mahjongg-it.omf
share/gnome/omf/gnome-games/same-gnome-C.omf
share/gnome/omf/gnome-games/same-gnome-es.omf
share/gnome/omf/gnome-games/same-gnome-eu.omf
share/gnome/omf/gnome-games/same-gnome-ru.omf
share/gnome/pixmaps/cards/backs/beige.png
share/gnome/pixmaps/cards/backs/face.png
share/gnome/pixmaps/cards/backs/grey.png
share/gnome/pixmaps/cards/backs/rods.png
share/gnome/pixmaps/cards/baize.png
share/gnome/pixmaps/cards/honors/bonded.png
share/gnome/pixmaps/cards/honors/xpat.png
share/gnome/pixmaps/cards/jokers/gnome.png
share/gnome/pixmaps/cards/ranks/bold-09x14.png
share/gnome/pixmaps/cards/ranks/fine-07x12.png
share/gnome/pixmaps/cards/slots/hand.png
share/gnome/pixmaps/cards/slots/plain.png
share/gnome/pixmaps/cards/splash.png
share/gnome/pixmaps/cards/suits_large/knuth-09x10.png
share/gnome/pixmaps/cards/suits_large/knuth-15x19.png
share/gnome/pixmaps/cards/suits_large/knuth-18x21.png
share/gnome/pixmaps/cards/suits_large/knuth-21x25.png
share/gnome/pixmaps/cards/suits_large/xpat-11x11.png
share/gnome/pixmaps/cards/suits_large/xpat-15x15.png
share/gnome/pixmaps/cards/suits_large/xpat-21x21.png
share/gnome/pixmaps/cards/suits_large/xpat-41x41.png
share/gnome/pixmaps/cards/suits_medium/knuth-09x10.png
share/gnome/pixmaps/cards/suits_medium/knuth-15x19.png
share/gnome/pixmaps/cards/suits_medium/knuth-18x21.png
share/gnome/pixmaps/cards/suits_medium/knuth-21x25.png
share/gnome/pixmaps/cards/suits_medium/xpat-11x11.png
share/gnome/pixmaps/cards/suits_medium/xpat-15x15.png
share/gnome/pixmaps/cards/suits_medium/xpat-21x21.png
share/gnome/pixmaps/cards/suits_small/knuth-09x10.png
share/gnome/pixmaps/cards/suits_small/xpat-11x11.png
share/gnome/pixmaps/cards/suits_small/xpat-15x15.png
share/gnome/pixmaps/gataxx.png
share/gnome/pixmaps/gataxx/blend.png
share/gnome/pixmaps/gataxx/classic.png
share/gnome/pixmaps/gataxx/flipblend.png
share/gnome/pixmaps/gataxx/metal.png
share/gnome/pixmaps/gataxx/metal2.png
share/gnome/pixmaps/gataxx/shrink.png
share/gnome/pixmaps/gataxx/woodtrim.png
share/gnome/pixmaps/glines.png
share/gnome/pixmaps/glines/ball.png
share/gnome/pixmaps/glines/black.xpm
share/gnome/pixmaps/glines/classic.png
share/gnome/pixmaps/glines/dots.png
share/gnome/pixmaps/glines/gray.xpm
share/gnome/pixmaps/glines/pulse.png
share/gnome/pixmaps/glines/woody.xpm
share/gnome/pixmaps/gnect-icon.png
share/gnome/pixmaps/gnect/bg_grotty.jpg
share/gnome/pixmaps/gnect/bg_nightfall.jpg
share/gnome/pixmaps/gnect/gnect-about.png
share/gnome/pixmaps/gnect/tileset_40x40_catseyes.png
share/gnome/pixmaps/gnect/tileset_40x40_classic.png
share/gnome/pixmaps/gnect/tileset_40x40_clean.png
share/gnome/pixmaps/gnect/tileset_40x40_glassy.png
share/gnome/pixmaps/gnect/tileset_40x40_square.png
share/gnome/pixmaps/gnect/tileset_45x45_safari.png
share/gnome/pixmaps/gnect/tileset_48x32_emulator.png
share/gnome/pixmaps/gnect/tileset_50x50_catseyes.png
share/gnome/pixmaps/gnect/tileset_50x50_classic.png
share/gnome/pixmaps/gnect/tileset_50x50_clean.png
share/gnome/pixmaps/gnect/tileset_50x50_glassy.png
share/gnome/pixmaps/gnect/tileset_50x50_square.png
share/gnome/pixmaps/gnibbles/gnibbles-logo.png
share/gnome/pixmaps/gnibbles/gnibbles.png
share/gnome/pixmaps/gnobots2/aieee.png
share/gnome/pixmaps/gnobots2/cows.png
share/gnome/pixmaps/gnobots2/eggs.png
share/gnome/pixmaps/gnobots2/gnomes.png
share/gnome/pixmaps/gnobots2/mice.png
share/gnome/pixmaps/gnobots2/robots.png
share/gnome/pixmaps/gnobots2/splat.png
share/gnome/pixmaps/gnobots2/windows.png
share/gnome/pixmaps/gnobots2/yahoo.png
share/gnome/pixmaps/gnome-aisleriot.png
share/gnome/pixmaps/gnome-gnobots2.png
share/gnome/pixmaps/gnome-gtali.png
share/gnome/pixmaps/gnome-gtetris.png
share/gnome/pixmaps/gnome-mahjongg.png
share/gnome/pixmaps/gnome-nibbles.png
share/gnome/pixmaps/gnome-stones-file.png
share/gnome/pixmaps/gnome-stones.png
share/gnome/pixmaps/gnome-stones/amoeba.png
share/gnome/pixmaps/gnome-stones/background.png
share/gnome/pixmaps/gnome-stones/boulder.png
share/gnome/pixmaps/gnome-stones/butterfly.png
share/gnome/pixmaps/gnome-stones/crate.png
share/gnome/pixmaps/gnome-stones/curtain.png
share/gnome/pixmaps/gnome-stones/diamond.png
share/gnome/pixmaps/gnome-stones/dirt.png
share/gnome/pixmaps/gnome-stones/door.png
share/gnome/pixmaps/gnome-stones/empty.png
share/gnome/pixmaps/gnome-stones/explosion.png
share/gnome/pixmaps/gnome-stones/firefly.png
share/gnome/pixmaps/gnome-stones/frame.png
share/gnome/pixmaps/gnome-stones/gnome.png
share/gnome/pixmaps/gnome-stones/title.png
share/gnome/pixmaps/gnome-stones/wall.png
share/gnome/pixmaps/gnometris/5blocks-tig.png
share/gnome/pixmaps/gnometris/5blocks-tim.png
share/gnome/pixmaps/gnometris/5blocks.png
share/gnome/pixmaps/gnometris/7blocks-tig.png
share/gnome/pixmaps/gnometris/7blocks.png
share/gnome/pixmaps/gnometris/7stones-gn.png
share/gnome/pixmaps/gnometris/7stones2-gn.png
share/gnome/pixmaps/gnometris/bg/fishy-bg.png
share/gnome/pixmaps/gnometris/bg/dog-bg.png
share/gnome/pixmaps/gnometris/bg/geschier-bg.png
share/gnome/pixmaps/gnometris/bg/gitter-bg.png
share/gnome/pixmaps/gnometris/bg/greyprint-bg.png
share/gnome/pixmaps/gnometris/bg/gnometris-bg.png
share/gnome/pixmaps/gnometris/bg/leaves-bg.png
share/gnome/pixmaps/gnometris/bg/rhinoceros-bg.png
share/gnome/pixmaps/gnometris/bg/scrcow-bg.png
share/gnome/pixmaps/gnometris/bg/sweet-bg.png
share/gnome/pixmaps/gnometris/bg/trees-bg.png
share/gnome/pixmaps/gnometris/bg/vortex-bg.png
share/gnome/pixmaps/gnometris/bg/watery-bg.png
share/gnome/pixmaps/gnometris/bg/weirdo-bg.png
share/gnome/pixmaps/gnotravex/gnome-gnotravex.png
share/gnome/pixmaps/gnotravex/gnotravex.png
share/gnome/pixmaps/gnotski-icon.png
share/gnome/pixmaps/gnotski.png
share/gnome/pixmaps/iagno.png
share/gnome/pixmaps/iagno/blend.png
share/gnome/pixmaps/iagno/classic.png
share/gnome/pixmaps/iagno/flipblend.png
share/gnome/pixmaps/iagno/metal.png
share/gnome/pixmaps/iagno/metal2.png
share/gnome/pixmaps/iagno/shrink.png
share/gnome/pixmaps/iagno/woodtrim.png
share/gnome/pixmaps/mahjongg/bg/bg1.png
share/gnome/pixmaps/mahjongg/bg/bg2.png
share/gnome/pixmaps/mahjongg/bg/bg3.png
share/gnome/pixmaps/mahjongg/bg/bg4.png
share/gnome/pixmaps/mahjongg/default.png
share/gnome/pixmaps/mahjongg/seta.png
share/gnome/pixmaps/same-gnome/blink-sync.png
share/gnome/pixmaps/same-gnome/glass.png
share/gnome/pixmaps/same-gnome/marbles.png
share/gnome/pixmaps/same-gnome/planets.png
share/gnome/pixmaps/same-gnome/rotate.png
share/gnome/pixmaps/same-gnome/stones.png
share/gnome/pixmaps/xbill.png
share/gnome/sol-games/agnes.scm
share/gnome/sol-games/auld_lang_syne.scm
share/gnome/sol-games/bakers_dozen.scm
share/gnome/sol-games/bakers_game.scm
share/gnome/sol-games/beleaguered_castle.scm
share/gnome/sol-games/bristol.scm
share/gnome/sol-games/camelot.scm
share/gnome/sol-games/canfield.scm
share/gnome/sol-games/chessboard.scm
share/gnome/sol-games/clock.scm
share/gnome/sol-games/cover.scm
share/gnome/sol-games/diamond_mine.scm
share/gnome/sol-games/doublets.scm
share/gnome/sol-games/eagle_wing.scm
share/gnome/sol-games/easthaven.scm
share/gnome/sol-games/eight_off.scm
share/gnome/sol-games/elevator.scm
share/gnome/sol-games/escalator.scm
share/gnome/sol-games/first_law.scm
share/gnome/sol-games/fortress.scm
share/gnome/sol-games/fortunes.scm
share/gnome/sol-games/fourteen.scm
share/gnome/sol-games/freecell.scm
share/gnome/sol-games/gay_gordons.scm
share/gnome/sol-games/glenwood.scm
share/gnome/sol-games/golf.scm
share/gnome/sol-games/gypsy.scm
share/gnome/sol-games/helsinki.scm
share/gnome/sol-games/hopscotch.scm
share/gnome/sol-games/isabel.scm
share/gnome/sol-games/jamestown.scm
share/gnome/sol-games/jumbo.scm
share/gnome/sol-games/kansas.scm
share/gnome/sol-games/king_albert.scm
share/gnome/sol-games/klondike.scm
share/gnome/sol-games/labyrinth.scm
share/gnome/sol-games/lady_jane.scm
share/gnome/sol-games/maze.scm
share/gnome/sol-games/monte_carlo.scm
share/gnome/sol-games/neighbor.scm
share/gnome/sol-games/odessa.scm
share/gnome/sol-games/osmosis.scm
share/gnome/sol-games/peek.scm
share/gnome/sol-games/pileon.scm
share/gnome/sol-games/plait.scm
share/gnome/sol-games/poker.scm
share/gnome/sol-games/quatorze.scm
share/gnome/sol-games/royal_east.scm
share/gnome/sol-games/scorpion.scm
share/gnome/sol-games/scuffle.scm
share/gnome/sol-games/seahaven.scm
share/gnome/sol-games/sir_tommy.scm
share/gnome/sol-games/sol.scm
share/gnome/sol-games/spider.scm
share/gnome/sol-games/spiderette.scm
share/gnome/sol-games/straight_up.scm
share/gnome/sol-games/streets_and_alleys.scm
share/gnome/sol-games/ten_across.scm
share/gnome/sol-games/thieves.scm
share/gnome/sol-games/thirteen.scm
share/gnome/sol-games/thumb_and_pouch.scm
share/gnome/sol-games/treize.scm
share/gnome/sol-games/union_square.scm
share/gnome/sol-games/valentine.scm
share/gnome/sol-games/westhaven.scm
share/gnome/sol-games/whitehead.scm
share/gnome/sol-games/will_o_the_wisp.scm
share/gnome/sol-games/yield.scm
share/gnome/sol-games/yukon.scm
share/gnome/sol-games/zebra.scm
share/gnome/sounds/gataxx/flip-piece.wav
share/gnome/sounds/gataxx/gameover.wav
share/gnome/sounds/gnibbles/appear.wav
share/gnome/sounds/gnibbles/bonus.wav
share/gnome/sounds/gnibbles/crash.wav
share/gnome/sounds/gnibbles/gobble.wav
share/gnome/sounds/gnibbles/laughter.wav
share/gnome/sounds/gnibbles/life.wav
share/gnome/sounds/gnibbles/pop.wav
share/gnome/sounds/gnibbles/reverse.wav
share/gnome/sounds/gnibbles/teleport.wav
share/gnome/sounds/gnobots2/bad.wav
share/gnome/sounds/gnobots2/die.wav
share/gnome/sounds/gnobots2/splat.wav
share/gnome/sounds/gnobots2/teleport.wav
share/gnome/sounds/gnobots2/victory.wav
share/gnome/sounds/gnobots2/yahoo.wav
share/gnome/sounds/iagno/flip-piece.wav
share/gnome/sounds/iagno/gameover.wav
share/gnome/xbill/cursors/apple.xpm
share/gnome/xbill/cursors/beos.xpm
share/gnome/xbill/cursors/bsd.xpm
share/gnome/xbill/cursors/bucket.xpm
share/gnome/xbill/cursors/caldera.xpm
share/gnome/xbill/cursors/debian.xpm
share/gnome/xbill/cursors/hand_down.xpm
share/gnome/xbill/cursors/hand_down_mask.xpm
share/gnome/xbill/cursors/hand_up.xpm
share/gnome/xbill/cursors/hand_up_mask.xpm
share/gnome/xbill/cursors/hurd.xpm
share/gnome/xbill/cursors/linux.xpm
share/gnome/xbill/cursors/mandrake.xpm
share/gnome/xbill/cursors/next.xpm
share/gnome/xbill/cursors/os2.xpm
share/gnome/xbill/cursors/redhat.xpm
share/gnome/xbill/cursors/sgi.xpm
share/gnome/xbill/cursors/sun.xpm
share/gnome/xbill/cursors/suse.xpm
share/gnome/xbill/cursors/turbolinux.xpm
share/gnome/xbill/pixmaps/about.xpm
share/gnome/xbill/pixmaps/apple.xpm
share/gnome/xbill/pixmaps/beos.xpm
share/gnome/xbill/pixmaps/billA_0.xpm
share/gnome/xbill/pixmaps/billA_1.xpm
share/gnome/xbill/pixmaps/billA_10.xpm
share/gnome/xbill/pixmaps/billA_11.xpm
share/gnome/xbill/pixmaps/billA_12.xpm
share/gnome/xbill/pixmaps/billA_2.xpm
share/gnome/xbill/pixmaps/billA_3.xpm
share/gnome/xbill/pixmaps/billA_4.xpm
share/gnome/xbill/pixmaps/billA_5.xpm
share/gnome/xbill/pixmaps/billA_6.xpm
share/gnome/xbill/pixmaps/billA_7.xpm
share/gnome/xbill/pixmaps/billA_8.xpm
share/gnome/xbill/pixmaps/billA_9.xpm
share/gnome/xbill/pixmaps/billD_0.xpm
share/gnome/xbill/pixmaps/billD_1.xpm
share/gnome/xbill/pixmaps/billD_2.xpm
share/gnome/xbill/pixmaps/billD_3.xpm
share/gnome/xbill/pixmaps/billD_4.xpm
share/gnome/xbill/pixmaps/billL_0.xpm
share/gnome/xbill/pixmaps/billL_1.xpm
share/gnome/xbill/pixmaps/billL_2.xpm
share/gnome/xbill/pixmaps/billR_0.xpm
share/gnome/xbill/pixmaps/billR_1.xpm
share/gnome/xbill/pixmaps/billR_2.xpm
share/gnome/xbill/pixmaps/bsd.xpm
share/gnome/xbill/pixmaps/bsdcpu.xpm
share/gnome/xbill/pixmaps/bucket.xpm
share/gnome/xbill/pixmaps/caldera.xpm
share/gnome/xbill/pixmaps/debian.xpm
share/gnome/xbill/pixmaps/hurd.xpm
share/gnome/xbill/pixmaps/icon.xpm
share/gnome/xbill/pixmaps/linux.xpm
share/gnome/xbill/pixmaps/logo.xpm
share/gnome/xbill/pixmaps/maccpu.xpm
share/gnome/xbill/pixmaps/mandrake.xpm
share/gnome/xbill/pixmaps/next.xpm
share/gnome/xbill/pixmaps/nextcpu.xpm
share/gnome/xbill/pixmaps/os2.xpm
share/gnome/xbill/pixmaps/os2cpu.xpm
share/gnome/xbill/pixmaps/redhat.xpm
share/gnome/xbill/pixmaps/sgi.xpm
share/gnome/xbill/pixmaps/sgicpu.xpm
share/gnome/xbill/pixmaps/spark_0.xpm
share/gnome/xbill/pixmaps/spark_1.xpm
share/gnome/xbill/pixmaps/sun.xpm
share/gnome/xbill/pixmaps/suncpu.xpm
share/gnome/xbill/pixmaps/suse.xpm
share/gnome/xbill/pixmaps/toaster.xpm
share/gnome/xbill/pixmaps/turbolinux.xpm
share/gnome/xbill/pixmaps/wingdows.xpm
share/locale/cs/LC_MESSAGES/gnome-games.mo
share/locale/da/LC_MESSAGES/gnome-games.mo
share/locale/de/LC_MESSAGES/gnome-games.mo
share/locale/el/LC_MESSAGES/gnome-games.mo
share/locale/en_GB/LC_MESSAGES/gnome-games.mo
share/locale/es/LC_MESSAGES/gnome-games.mo
share/locale/et/LC_MESSAGES/gnome-games.mo
share/locale/eu/LC_MESSAGES/gnome-games.mo
share/locale/fi/LC_MESSAGES/gnome-games.mo
share/locale/fr/LC_MESSAGES/gnome-games.mo
share/locale/ga/LC_MESSAGES/gnome-games.mo
share/locale/gl/LC_MESSAGES/gnome-games.mo
share/locale/hu/LC_MESSAGES/gnome-games.mo
share/locale/it/LC_MESSAGES/gnome-games.mo
share/locale/ja/LC_MESSAGES/gnome-games.mo
share/locale/ko/LC_MESSAGES/gnome-games.mo
share/locale/lt/LC_MESSAGES/gnome-games.mo
share/locale/nl/LC_MESSAGES/gnome-games.mo
share/locale/nn/LC_MESSAGES/gnome-games.mo
share/locale/no/LC_MESSAGES/gnome-games.mo
share/locale/pl/LC_MESSAGES/gnome-games.mo
share/locale/pt/LC_MESSAGES/gnome-games.mo
share/locale/pt_BR/LC_MESSAGES/gnome-games.mo
share/locale/ro/LC_MESSAGES/gnome-games.mo
share/locale/ru/LC_MESSAGES/gnome-games.mo
share/locale/sk/LC_MESSAGES/gnome-games.mo
share/locale/sl/LC_MESSAGES/gnome-games.mo
share/locale/sv/LC_MESSAGES/gnome-games.mo
share/locale/tr/LC_MESSAGES/gnome-games.mo
share/locale/uk/LC_MESSAGES/gnome-games.mo
share/locale/wa/LC_MESSAGES/gnome-games.mo
share/locale/zh_CN/LC_MESSAGES/gnome-games.mo
share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
@dirrm share/gnome/help/same-gnome/ru/stylesheet-images
@dirrm share/gnome/help/same-gnome/ru/figures
@dirrm share/gnome/help/same-gnome/ru
@dirrm share/gnome/help/same-gnome/eu/stylesheet-images
@dirrm share/gnome/help/same-gnome/eu/figures
@dirrm share/gnome/help/same-gnome/eu
@dirrm share/gnome/help/same-gnome/es/stylesheet-images
@dirrm share/gnome/help/same-gnome/es/figures
@dirrm share/gnome/help/same-gnome/es
@dirrm share/gnome/help/same-gnome/C/stylesheet-images
@dirrm share/gnome/help/same-gnome/C/figures
@dirrm share/gnome/help/mahjongg/it/stylesheet-images
@dirrm share/gnome/help/mahjongg/it/figures
@dirrm share/gnome/help/mahjongg/it
@dirrm share/gnome/help/mahjongg/eu/stylesheet-images
@dirrm share/gnome/help/mahjongg/eu/figures
@dirrm share/gnome/help/mahjongg/eu
@dirrm share/gnome/help/mahjongg/C/stylesheet-images
@dirrm share/gnome/help/iagno/it/stylesheet-images
@dirrm share/gnome/help/iagno/it/figures
@dirrm share/gnome/help/iagno/it
@dirrm share/gnome/help/iagno/eu/stylesheet-images
@dirrm share/gnome/help/iagno/eu/figures
@dirrm share/gnome/help/iagno/eu
@dirrm share/gnome/help/iagno/C/stylesheet-images
@dirrm share/gnome/help/gtali/eu/stylesheet-images
@dirrm share/gnome/help/gtali/eu/figures
@dirrm share/gnome/help/gtali/eu
@dirrm share/gnome/help/gtali/C/stylesheet-images
@dirrm share/gnome/help/gnotravex/eu/stylesheet-images
@dirrm share/gnome/help/gnotravex/eu/figures
@dirrm share/gnome/help/gnotravex/eu
@dirrm share/gnome/help/gnotravex/es/stylesheet-images
@dirrm share/gnome/help/gnotravex/es/figures
@dirrm share/gnome/help/gnotravex/es
@dirrm share/gnome/help/gnotravex/C/stylesheet-images
@dirrm share/gnome/help/gnome-stones/it/stylesheet-images
@dirrm share/gnome/help/gnome-stones/it/figures
@dirrm share/gnome/help/gnome-stones/it
@dirrm share/gnome/help/gnome-stones/C/stylesheet-images
@dirrm share/gnome/help/gnome-mines/eu/stylesheet-images
@dirrm share/gnome/help/gnome-mines/eu/figures
@dirrm share/gnome/help/gnome-mines/eu
@dirrm share/gnome/help/gnome-mines/C/stylesheet-images
@dirrm share/gnome/help/gnome-mines/C/figures
@dirrm share/gnome/help/gnome-mines/C
@dirrm share/gnome/help/gnome-mines
@dirrm share/gnome/help/gnobots2/eu/stylesheet-images
@dirrm share/gnome/help/gnobots2/eu/figures
@dirrm share/gnome/help/gnobots2/eu
@dirrm share/gnome/help/gnobots2/C/stylesheet-images
@dirrm share/gnome/help/gnibbles/eu/stylesheet-images
@dirrm share/gnome/help/gnibbles/eu/figures
@dirrm share/gnome/help/gnibbles/eu
@dirrm share/gnome/help/gnibbles/C/stylesheet-images
@dirrm share/gnome/help/gnect/C/stylesheet-images
@dirrm share/gnome/help/gataxx/it/stylesheet-images
@dirrm share/gnome/help/gataxx/it/figures
@dirrm share/gnome/help/gataxx/it
@dirrm share/gnome/help/gataxx/eu/stylesheet-images
@dirrm share/gnome/help/gataxx/eu/figures
@dirrm share/gnome/help/gataxx/eu
@dirrm share/gnome/help/gataxx/es/stylesheet-images
@dirrm share/gnome/help/gataxx/es/figures
@dirrm share/gnome/help/gataxx/es
@dirrm share/gnome/help/gataxx/C/stylesheet-images
@dirrm share/gnome/help/aisleriot/it/stylesheet-images
@dirrm share/gnome/help/aisleriot/it/figures
@dirrm share/gnome/help/aisleriot/it
@dirrm share/gnome/help/aisleriot/eu/stylesheet-images
@dirrm share/gnome/help/aisleriot/eu/figures
@dirrm share/gnome/help/aisleriot/eu
@dirrm share/gnome/help/aisleriot/C/stylesheet-images

View File

@ -50,7 +50,6 @@
SUBDIR += electriceyes
SUBDIR += enfle
SUBDIR += entice
SUBDIR += eog
SUBDIR += eog2
SUBDIR += epix
SUBDIR += eps2png

View File

@ -1,25 +0,0 @@
# New ports collection makefile for: eog
# Date created: 5th October 1999
# Whom: Ade Lovett <ade@lovett.com>
#
# $FreeBSD$
#
PORTNAME= eog
PORTVERSION= 0.6
PORTREVISION= 2
CATEGORIES= graphics gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/eog/0.6
MAINTAINER= gnome@FreeBSD.org
COMMENT= The Eye Of Gnome image viewer
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gconf gdkpixbuf gnomeprint libglade
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (eog-0.6.tar.gz) = e843959ff17f847e27a3219ac6cafcc7

View File

@ -1,8 +0,0 @@
This is the Eye of Gnome, an image viewer program. It is meant to be
a fast and functional image viewer as well as an image cataloging
program.
This package requires the stable gnome-libs package and the
development gdk-pixbuf library.
WWW: http://www.gnome.org/

View File

@ -1,58 +0,0 @@
bin/eog
bin/eog-image-viewer
etc/gconf/gconf.xml.defaults/apps/eog/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/eog/full_screen/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/eog/view/%gconf.xml
etc/gconf/gconf.xml.defaults/apps/eog/window/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/eog/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/eog/full_screen/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/eog/view/%gconf.xml
etc/gconf/gconf.xml.defaults/schemas/apps/eog/window/%gconf.xml
etc/gconf/schemas/eog.schemas
share/gnome/apps/Graphics/eog.desktop
share/gnome/eog/glade/preferences-dialog.glade
share/gnome/help/eog/C/fig/image-window-toolbar.png
share/gnome/help/eog/C/fig/image-window.png
share/gnome/help/eog/C/fig/prefs-display.png
share/gnome/help/eog/C/fig/prefs-viewers.png
share/gnome/idl/Eog.idl
share/gnome/oaf/GNOME_EOG.oaf
share/gnome/pixmaps/eog/stock-zoom-1.xpm
share/gnome/pixmaps/eog/stock-zoom-fit.xpm
share/gnome/pixmaps/eog/stock-zoom-in.xpm
share/gnome/pixmaps/eog/stock-zoom-out.xpm
share/gnome/pixmaps/gnome-eog.png
share/gnome/ui/eog-image-view-ui.xml
share/locale/az/LC_MESSAGES/eog.mo
share/locale/ca/LC_MESSAGES/eog.mo
share/locale/cs/LC_MESSAGES/eog.mo
share/locale/da/LC_MESSAGES/eog.mo
share/locale/de/LC_MESSAGES/eog.mo
share/locale/el/LC_MESSAGES/eog.mo
share/locale/es/LC_MESSAGES/eog.mo
share/locale/et/LC_MESSAGES/eog.mo
share/locale/fi/LC_MESSAGES/eog.mo
share/locale/fr/LC_MESSAGES/eog.mo
share/locale/ga/LC_MESSAGES/eog.mo
share/locale/gl/LC_MESSAGES/eog.mo
share/locale/hu/LC_MESSAGES/eog.mo
share/locale/it/LC_MESSAGES/eog.mo
share/locale/ja/LC_MESSAGES/eog.mo
share/locale/ko/LC_MESSAGES/eog.mo
share/locale/lt/LC_MESSAGES/eog.mo
share/locale/nl/LC_MESSAGES/eog.mo
share/locale/no/LC_MESSAGES/eog.mo
share/locale/pl/LC_MESSAGES/eog.mo
share/locale/pt_BR/LC_MESSAGES/eog.mo
share/locale/ro/LC_MESSAGES/eog.mo
share/locale/ru/LC_MESSAGES/eog.mo
share/locale/sl/LC_MESSAGES/eog.mo
share/locale/sv/LC_MESSAGES/eog.mo
share/locale/tr/LC_MESSAGES/eog.mo
share/locale/uk/LC_MESSAGES/eog.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/eog.mo
share/locale/zh_TW.Big5/LC_MESSAGES/eog.mo
@dirrm share/gnome/help/eog/C/stylesheet-images
@dirrm share/gnome/help/eog/C/fig
@dirrm share/gnome/eog/glade
@dirrm share/gnome/eog

View File

@ -109,9 +109,7 @@
SUBDIR += gnomemimedata
SUBDIR += gnomepm
SUBDIR += gnomesword
SUBDIR += gnomeuserdocs
SUBDIR += gnomeuserdocs2
SUBDIR += gnomeutils
SUBDIR += gnomeutils2
SUBDIR += gnuls
SUBDIR += gnustep-examples

View File

@ -1,26 +0,0 @@
# New ports collection makefile for: gnomeuserdocs
# Date created: 27th February 2001
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnomeuserdocs
PORTVERSION= 1.4.1.1
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-user-docs/1.4
DISTNAME= gnome-user-docs-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME users guide
BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier
GNU_CONFIGURE= yes
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (gnome-user-docs-1.4.1.1.tar.gz) = 08789b9e5443665165fb670183b97a1e

View File

@ -1 +0,0 @@
GNOME users guide

View File

@ -1,832 +0,0 @@
share/gnome/help/glossary/C/docbook.css
share/gnome/help/glossary/C/glossary.sgml
share/gnome/help/glossary/C/index.html
share/gnome/help/glossary/C/stylesheet-images/caution.gif
share/gnome/help/glossary/C/stylesheet-images/home.gif
share/gnome/help/glossary/C/stylesheet-images/important.gif
share/gnome/help/glossary/C/stylesheet-images/next.gif
share/gnome/help/glossary/C/stylesheet-images/note.gif
share/gnome/help/glossary/C/stylesheet-images/prev.gif
share/gnome/help/glossary/C/stylesheet-images/tip.gif
share/gnome/help/glossary/C/stylesheet-images/toc-blank.gif
share/gnome/help/glossary/C/stylesheet-images/toc-minus.gif
share/gnome/help/glossary/C/stylesheet-images/toc-plus.gif
share/gnome/help/glossary/C/stylesheet-images/up.gif
share/gnome/help/glossary/C/stylesheet-images/warning.gif
share/gnome/help/glossary/es/docbook.css
share/gnome/help/glossary/es/glossary.sgml
share/gnome/help/glossary/es/index.html
share/gnome/help/glossary/es/stylesheet-images/caution.gif
share/gnome/help/glossary/es/stylesheet-images/home.gif
share/gnome/help/glossary/es/stylesheet-images/important.gif
share/gnome/help/glossary/es/stylesheet-images/next.gif
share/gnome/help/glossary/es/stylesheet-images/note.gif
share/gnome/help/glossary/es/stylesheet-images/prev.gif
share/gnome/help/glossary/es/stylesheet-images/tip.gif
share/gnome/help/glossary/es/stylesheet-images/toc-blank.gif
share/gnome/help/glossary/es/stylesheet-images/toc-minus.gif
share/gnome/help/glossary/es/stylesheet-images/toc-plus.gif
share/gnome/help/glossary/es/stylesheet-images/up.gif
share/gnome/help/glossary/es/stylesheet-images/warning.gif
share/gnome/help/gnome-users-guide/C/aboutug.html
share/gnome/help/gnome-users-guide/C/alf.html
share/gnome/help/gnome-users-guide/C/amusements.html
share/gnome/help/gnome-users-guide/C/appendix2.html
share/gnome/help/gnome-users-guide/C/appletadd.html
share/gnome/help/gnome-users-guide/C/applets.html
share/gnome/help/gnome-users-guide/C/authors.html
share/gnome/help/gnome-users-guide/C/authors.sgml
share/gnome/help/gnome-users-guide/C/clock-applets.html
share/gnome/help/gnome-users-guide/C/custom.html
share/gnome/help/gnome-users-guide/C/desk.html
share/gnome/help/gnome-users-guide/C/deskareas.html
share/gnome/help/gnome-users-guide/C/deskmenus.html
share/gnome/help/gnome-users-guide/C/desktop-intro.html
share/gnome/help/gnome-users-guide/C/desktop.sgml
share/gnome/help/gnome-users-guide/C/deskuse.html
share/gnome/help/gnome-users-guide/C/devices.html
share/gnome/help/gnome-users-guide/C/doc-handlers.html
share/gnome/help/gnome-users-guide/C/docbook.css
share/gnome/help/gnome-users-guide/C/drawers.html
share/gnome/help/gnome-users-guide/C/fdl.html
share/gnome/help/gnome-users-guide/C/fdl.sgml
share/gnome/help/gnome-users-guide/C/figures/anotherclock-applet.png
share/gnome/help/gnome-users-guide/C/figures/anotherclock-properties.png
share/gnome/help/gnome-users-guide/C/figures/applet_props_dialog.png
share/gnome/help/gnome-users-guide/C/figures/asclock_applet.png
share/gnome/help/gnome-users-guide/C/figures/asclock_settings.png
share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-offline-25-20.png
share/gnome/help/gnome-users-guide/C/figures/battery-applet-ac-online-25-20.png
share/gnome/help/gnome-users-guide/C/figures/battery-applet-graph.png
share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-general.png
share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-graph.png
share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-messages.png
share/gnome/help/gnome-users-guide/C/figures/battery-applet-properties-readout.png
share/gnome/help/gnome-users-guide/C/figures/bg-capplet.png
share/gnome/help/gnome-users-guide/C/figures/border1.png
share/gnome/help/gnome-users-guide/C/figures/cdplayer_applet.png
share/gnome/help/gnome-users-guide/C/figures/charpick_applet.png
share/gnome/help/gnome-users-guide/C/figures/charpick_applet_settings.png
share/gnome/help/gnome-users-guide/C/figures/charpick_characters.png
share/gnome/help/gnome-users-guide/C/figures/clock_applet.png
share/gnome/help/gnome-users-guide/C/figures/clock_settings.png
share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-general.png
share/gnome/help/gnome-users-guide/C/figures/clockmail-prefs-theme.png
share/gnome/help/gnome-users-guide/C/figures/clockmail_applet.png
share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-default.png
share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-greyed.png
share/gnome/help/gnome-users-guide/C/figures/cpuload-applet-properties.png
share/gnome/help/gnome-users-guide/C/figures/cpuload-applet.png
share/gnome/help/gnome-users-guide/C/figures/cpumemusage-applet.png
share/gnome/help/gnome-users-guide/C/figures/create_launcher.png
share/gnome/help/gnome-users-guide/C/figures/custicon.png
share/gnome/help/gnome-users-guide/C/figures/deskguide-fig.png
share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-advanced-fig.png
share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-geometry-fig.png
share/gnome/help/gnome-users-guide/C/figures/deskguide-properties-tasks-fig.png
share/gnome/help/gnome-users-guide/C/figures/deskguide-properties.png
share/gnome/help/gnome-users-guide/C/figures/deskguide-tasklist-fig.png
share/gnome/help/gnome-users-guide/C/figures/diskusage-applet-prefs.png
share/gnome/help/gnome-users-guide/C/figures/diskusage-applet.png
share/gnome/help/gnome-users-guide/C/figures/drawer_open.png
share/gnome/help/gnome-users-guide/C/figures/drawer_properties.png
share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_all.png
share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_floppy.png
share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_settings.png
share/gnome/help/gnome-users-guide/C/figures/drivemount_applet_tooltip.png
share/gnome/help/gnome-users-guide/C/figures/example_applets.png
share/gnome/help/gnome-users-guide/C/figures/example_menu.png
share/gnome/help/gnome-users-guide/C/figures/example_panel.png
share/gnome/help/gnome-users-guide/C/figures/fifteen_applet.png
share/gnome/help/gnome-users-guide/C/figures/fish_applet.png
share/gnome/help/gnome-users-guide/C/figures/fish_settings.png
share/gnome/help/gnome-users-guide/C/figures/full-1.png
share/gnome/help/gnome-users-guide/C/figures/full-2.png
share/gnome/help/gnome-users-guide/C/figures/full-3.png
share/gnome/help/gnome-users-guide/C/figures/full-4.png
share/gnome/help/gnome-users-guide/C/figures/full-5.png
share/gnome/help/gnome-users-guide/C/figures/full-6.png
share/gnome/help/gnome-users-guide/C/figures/full-desk.png
share/gnome/help/gnome-users-guide/C/figures/full.png
share/gnome/help/gnome-users-guide/C/figures/gccalf.png
share/gnome/help/gnome-users-guide/C/figures/gccappdef.png
share/gnome/help/gnome-users-guide/C/figures/gccdialog.png
share/gnome/help/gnome-users-guide/C/figures/gccedit.png
share/gnome/help/gnome-users-guide/C/figures/gcchints.png
share/gnome/help/gnome-users-guide/C/figures/gccmdi.png
share/gnome/help/gnome-users-guide/C/figures/gccmime.png
share/gnome/help/gnome-users-guide/C/figures/gccsession-props.png
share/gnome/help/gnome-users-guide/C/figures/gccsessopt.png
share/gnome/help/gnome-users-guide/C/figures/gccsound1.png
share/gnome/help/gnome-users-guide/C/figures/gccsound2.png
share/gnome/help/gnome-users-guide/C/figures/gccstartup.png
share/gnome/help/gnome-users-guide/C/figures/gccurl.png
share/gnome/help/gnome-users-guide/C/figures/geyes_applet.png
share/gnome/help/gnome-users-guide/C/figures/geyes_settings.png
share/gnome/help/gnome-users-guide/C/figures/gkb_add_list.png
share/gnome/help/gnome-users-guide/C/figures/gkb_applet.png
share/gnome/help/gnome-users-guide/C/figures/gkb_applet_settings.png
share/gnome/help/gnome-users-guide/C/figures/gkb_edit_keymap.png
share/gnome/help/gnome-users-guide/C/figures/glob_pref_anim.png
share/gnome/help/gnome-users-guide/C/figures/gnome-logo-large.png
share/gnome/help/gnome-users-guide/C/figures/gnotes-fig.png
share/gnome/help/gnome-users-guide/C/figures/gnotes-properties.png
share/gnome/help/gnome-users-guide/C/figures/gweather_applet.png
share/gnome/help/gnome-users-guide/C/figures/gweather_settings.png
share/gnome/help/gnome-users-guide/C/figures/gweather_weather.png
share/gnome/help/gnome-users-guide/C/figures/hide-button.png
share/gnome/help/gnome-users-guide/C/figures/jbc_applet.png
share/gnome/help/gnome-users-guide/C/figures/keyboard-capplet.png
share/gnome/help/gnome-users-guide/C/figures/launcher_properties_advanced.png
share/gnome/help/gnome-users-guide/C/figures/launcher_properties_basic.png
share/gnome/help/gnome-users-guide/C/figures/life-applet.png
share/gnome/help/gnome-users-guide/C/figures/link.png
share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-default.png
share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-greyed.png
share/gnome/help/gnome-users-guide/C/figures/loadavg-applet-properties.png
share/gnome/help/gnome-users-guide/C/figures/loadavg-applet.png
share/gnome/help/gnome-users-guide/C/figures/locbar.png
share/gnome/help/gnome-users-guide/C/figures/logout-screen.png
share/gnome/help/gnome-users-guide/C/figures/mailcheck-applet.png
share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailbox.png
share/gnome/help/gnome-users-guide/C/figures/mailcheck-properties-mailcheck.png
share/gnome/help/gnome-users-guide/C/figures/mainmenu_properties.png
share/gnome/help/gnome-users-guide/C/figures/memload-applet-default.png
share/gnome/help/gnome-users-guide/C/figures/memload-applet-greyed.png
share/gnome/help/gnome-users-guide/C/figures/memload-applet-properties.png
share/gnome/help/gnome-users-guide/C/figures/memload-applet.png
share/gnome/help/gnome-users-guide/C/figures/menueditor.png
share/gnome/help/gnome-users-guide/C/figures/mini-commander_applet.png
share/gnome/help/gnome-users-guide/C/figures/mini-commander_settings_general.png
share/gnome/help/gnome-users-guide/C/figures/mixer_applet.png
share/gnome/help/gnome-users-guide/C/figures/mm-button.png
share/gnome/help/gnome-users-guide/C/figures/modemlights-advpref.png
share/gnome/help/gnome-users-guide/C/figures/modemlights-prefs.png
share/gnome/help/gnome-users-guide/C/figures/modemlights.png
share/gnome/help/gnome-users-guide/C/figures/mouse-capplet.png
share/gnome/help/gnome-users-guide/C/figures/netload-applet-default.png
share/gnome/help/gnome-users-guide/C/figures/netload-applet-greyed.png
share/gnome/help/gnome-users-guide/C/figures/netload-applet-properties.png
share/gnome/help/gnome-users-guide/C/figures/netload-applet.png
share/gnome/help/gnome-users-guide/C/figures/noread.png
share/gnome/help/gnome-users-guide/C/figures/nowrite.png
share/gnome/help/gnome-users-guide/C/figures/odometer_applet.png
share/gnome/help/gnome-users-guide/C/figures/odometer_settings.png
share/gnome/help/gnome-users-guide/C/figures/odometer_themes.png
share/gnome/help/gnome-users-guide/C/figures/panel_applets.png
share/gnome/help/gnome-users-guide/C/figures/panel_lockbut.png
share/gnome/help/gnome-users-guide/C/figures/panel_logoutbut.png
share/gnome/help/gnome-users-guide/C/figures/panel_props_back.png
share/gnome/help/gnome-users-guide/C/figures/panel_props_edge.png
share/gnome/help/gnome-users-guide/C/figures/panel_runbutton.png
share/gnome/help/gnome-users-guide/C/figures/panel_runprogram.png
share/gnome/help/gnome-users-guide/C/figures/panel_swallow.png
share/gnome/help/gnome-users-guide/C/figures/part-1.png
share/gnome/help/gnome-users-guide/C/figures/part-2.png
share/gnome/help/gnome-users-guide/C/figures/part-3.png
share/gnome/help/gnome-users-guide/C/figures/part.png
share/gnome/help/gnome-users-guide/C/figures/player-1.png
share/gnome/help/gnome-users-guide/C/figures/player-2.png
share/gnome/help/gnome-users-guide/C/figures/player-3.png
share/gnome/help/gnome-users-guide/C/figures/player-4.png
share/gnome/help/gnome-users-guide/C/figures/player.png
share/gnome/help/gnome-users-guide/C/figures/prefmenu.png
share/gnome/help/gnome-users-guide/C/figures/printer-fig.png
share/gnome/help/gnome-users-guide/C/figures/printer-properties.png
share/gnome/help/gnome-users-guide/C/figures/quicklaunch_applet.png
share/gnome/help/gnome-users-guide/C/figures/screensave-capplet.png
share/gnome/help/gnome-users-guide/C/figures/sidebar.png
share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet.png
share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_settings.png
share/gnome/help/gnome-users-guide/C/figures/soundmonitor_applet_themes.png
share/gnome/help/gnome-users-guide/C/figures/soundmonitor_manager_server.png
share/gnome/help/gnome-users-guide/C/figures/status_dock.png
share/gnome/help/gnome-users-guide/C/figures/swapload-applet-default.png
share/gnome/help/gnome-users-guide/C/figures/swapload-applet-greyed.png
share/gnome/help/gnome-users-guide/C/figures/swapload-applet-properties.png
share/gnome/help/gnome-users-guide/C/figures/swapload-applet.png
share/gnome/help/gnome-users-guide/C/figures/tasklist-fig.png
share/gnome/help/gnome-users-guide/C/figures/tasklist-properties-size.png
share/gnome/help/gnome-users-guide/C/figures/tasklist-properties.png
share/gnome/help/gnome-users-guide/C/figures/tasklist-rightclick-fig.png
share/gnome/help/gnome-users-guide/C/figures/theme-select.png
share/gnome/help/gnome-users-guide/C/figures/tickastat_applet.png
share/gnome/help/gnome-users-guide/C/figures/tickastat_coredump.png
share/gnome/help/gnome-users-guide/C/figures/tickastat_loadaverage.png
share/gnome/help/gnome-users-guide/C/figures/tickastat_settings.png
share/gnome/help/gnome-users-guide/C/figures/viewmenu.png
share/gnome/help/gnome-users-guide/C/figures/viewmusic.png
share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet-prefs.png
share/gnome/help/gnome-users-guide/C/figures/webcontrol-applet.png
share/gnome/help/gnome-users-guide/C/figures/whereami_applet.png
share/gnome/help/gnome-users-guide/C/figures/wm-add.png
share/gnome/help/gnome-users-guide/C/figures/wm-main.png
share/gnome/help/gnome-users-guide/C/file.html
share/gnome/help/gnome-users-guide/C/filetypes.html
share/gnome/help/gnome-users-guide/C/gccui.html
share/gnome/help/gnome-users-guide/C/globalpanelprefs.html
share/gnome/help/gnome-users-guide/C/gmenu.sgml
share/gnome/help/gnome-users-guide/C/gnome-applets.html
share/gnome/help/gnome-users-guide/C/gnome-users-guide.sgml
share/gnome/help/gnome-users-guide/C/gnomecc-authors.html
share/gnome/help/gnome-users-guide/C/gnomecc-usage.html
share/gnome/help/gnome-users-guide/C/gnomecc.html
share/gnome/help/gnome-users-guide/C/gnomecc.sgml
share/gnome/help/gnome-users-guide/C/gpl-appendix.sgml
share/gnome/help/gnome-users-guide/C/gpl-terms.html
share/gnome/help/gnome-users-guide/C/gpl.html
share/gnome/help/gnome-users-guide/C/index.html
share/gnome/help/gnome-users-guide/C/intro.html
share/gnome/help/gnome-users-guide/C/launchers.html
share/gnome/help/gnome-users-guide/C/main-menu.html
share/gnome/help/gnome-users-guide/C/mainmenu.html
share/gnome/help/gnome-users-guide/C/manage.html
share/gnome/help/gnome-users-guide/C/menus.html
share/gnome/help/gnome-users-guide/C/monitor-applets.html
share/gnome/help/gnome-users-guide/C/multimedia-applets.html
share/gnome/help/gnome-users-guide/C/multimedia-intro.html
share/gnome/help/gnome-users-guide/C/nautilus-user-manual.sgml
share/gnome/help/gnome-users-guide/C/nautilus.html
share/gnome/help/gnome-users-guide/C/nav.html
share/gnome/help/gnome-users-guide/C/network-applets.html
share/gnome/help/gnome-users-guide/C/new-dirs.html
share/gnome/help/gnome-users-guide/C/new-file.html
share/gnome/help/gnome-users-guide/C/new-mount.html
share/gnome/help/gnome-users-guide/C/newbies.html
share/gnome/help/gnome-users-guide/C/panel-authors.html
share/gnome/help/gnome-users-guide/C/panel-chap.html
share/gnome/help/gnome-users-guide/C/panel.sgml
share/gnome/help/gnome-users-guide/C/panelbasics.html
share/gnome/help/gnome-users-guide/C/panelbugs.html
share/gnome/help/gnome-users-guide/C/panelmove.html
share/gnome/help/gnome-users-guide/C/panelproperties.html
share/gnome/help/gnome-users-guide/C/peripherals.html
share/gnome/help/gnome-users-guide/C/primer-permissions.html
share/gnome/help/gnome-users-guide/C/quickstart.html
share/gnome/help/gnome-users-guide/C/search.html
share/gnome/help/gnome-users-guide/C/services.html
share/gnome/help/gnome-users-guide/C/session.html
share/gnome/help/gnome-users-guide/C/shortcuts.html
share/gnome/help/gnome-users-guide/C/specialobjects.html
share/gnome/help/gnome-users-guide/C/stylesheet-images/caution.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/home.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/important.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/next.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/note.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/prev.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/tip.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-blank.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-minus.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/toc-plus.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/up.gif
share/gnome/help/gnome-users-guide/C/stylesheet-images/warning.gif
share/gnome/help/gnome-users-guide/C/symlinks.html
share/gnome/help/gnome-users-guide/C/ug-applets.sgml
share/gnome/help/gnome-users-guide/C/unix-primer.sgml
share/gnome/help/gnome-users-guide/C/utility-applets.html
share/gnome/help/gnome-users-guide/C/wheeler.sgml
share/gnome/help/gnome-users-guide/C/wm.html
share/gnome/help/gnome-users-guide/C/wmchange.html
share/gnome/help/gnome-users-guide/C/wms.sgml
share/gnome/help/gnome-users-guide/C/x11.html
share/gnome/help/gnome-users-guide/es/a8934.html
share/gnome/help/gnome-users-guide/es/aboutug.html
share/gnome/help/gnome-users-guide/es/amusements.html
share/gnome/help/gnome-users-guide/es/appendix2.html
share/gnome/help/gnome-users-guide/es/appletadd.html
share/gnome/help/gnome-users-guide/es/applets.html
share/gnome/help/gnome-users-guide/es/authors.html
share/gnome/help/gnome-users-guide/es/authors.sgml
share/gnome/help/gnome-users-guide/es/clock-applets.html
share/gnome/help/gnome-users-guide/es/custom.html
share/gnome/help/gnome-users-guide/es/desk.html
share/gnome/help/gnome-users-guide/es/deskareas.html
share/gnome/help/gnome-users-guide/es/deskmenus.html
share/gnome/help/gnome-users-guide/es/desktop-intro.html
share/gnome/help/gnome-users-guide/es/desktop.sgml
share/gnome/help/gnome-users-guide/es/deskuse.html
share/gnome/help/gnome-users-guide/es/devices.html
share/gnome/help/gnome-users-guide/es/doc-handlers.html
share/gnome/help/gnome-users-guide/es/docbook.css
share/gnome/help/gnome-users-guide/es/drawers.html
share/gnome/help/gnome-users-guide/es/fdl-es.html
share/gnome/help/gnome-users-guide/es/fdl-es.sgml
share/gnome/help/gnome-users-guide/es/fdl.html
share/gnome/help/gnome-users-guide/es/fdl.sgml
share/gnome/help/gnome-users-guide/es/figures/anotherclock-applet.png
share/gnome/help/gnome-users-guide/es/figures/anotherclock-properties.png
share/gnome/help/gnome-users-guide/es/figures/applet_props_dialog.png
share/gnome/help/gnome-users-guide/es/figures/asclock_applet.png
share/gnome/help/gnome-users-guide/es/figures/asclock_settings.png
share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-offline-25-20.png
share/gnome/help/gnome-users-guide/es/figures/battery-applet-ac-online-25-20.png
share/gnome/help/gnome-users-guide/es/figures/battery-applet-graph.png
share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-general.png
share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-graph.png
share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-messages.png
share/gnome/help/gnome-users-guide/es/figures/battery-applet-properties-readout.png
share/gnome/help/gnome-users-guide/es/figures/bg-capplet.png
share/gnome/help/gnome-users-guide/es/figures/border1.png
share/gnome/help/gnome-users-guide/es/figures/cdplayer_applet.png
share/gnome/help/gnome-users-guide/es/figures/charpick_applet.png
share/gnome/help/gnome-users-guide/es/figures/charpick_applet_settings.png
share/gnome/help/gnome-users-guide/es/figures/charpick_characters.png
share/gnome/help/gnome-users-guide/es/figures/clock_applet.png
share/gnome/help/gnome-users-guide/es/figures/clock_settings.png
share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-general.png
share/gnome/help/gnome-users-guide/es/figures/clockmail-prefs-theme.png
share/gnome/help/gnome-users-guide/es/figures/clockmail_applet.png
share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-default.png
share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-greyed.png
share/gnome/help/gnome-users-guide/es/figures/cpuload-applet-properties.png
share/gnome/help/gnome-users-guide/es/figures/cpuload-applet.png
share/gnome/help/gnome-users-guide/es/figures/cpumemusage-applet.png
share/gnome/help/gnome-users-guide/es/figures/create_launcher.png
share/gnome/help/gnome-users-guide/es/figures/custicon.png
share/gnome/help/gnome-users-guide/es/figures/deskguide-fig.png
share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-advanced-fig.png
share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-geometry-fig.png
share/gnome/help/gnome-users-guide/es/figures/deskguide-properties-tasks-fig.png
share/gnome/help/gnome-users-guide/es/figures/deskguide-properties.png
share/gnome/help/gnome-users-guide/es/figures/deskguide-tasklist-fig.png
share/gnome/help/gnome-users-guide/es/figures/diskusage-applet-prefs.png
share/gnome/help/gnome-users-guide/es/figures/diskusage-applet.png
share/gnome/help/gnome-users-guide/es/figures/drawer_open.png
share/gnome/help/gnome-users-guide/es/figures/drawer_properties.png
share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_all.png
share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_floppy.png
share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_settings.png
share/gnome/help/gnome-users-guide/es/figures/drivemount_applet_tooltip.png
share/gnome/help/gnome-users-guide/es/figures/example_applets.png
share/gnome/help/gnome-users-guide/es/figures/example_menu.png
share/gnome/help/gnome-users-guide/es/figures/example_panel.png
share/gnome/help/gnome-users-guide/es/figures/fifteen_applet.png
share/gnome/help/gnome-users-guide/es/figures/fish_applet.png
share/gnome/help/gnome-users-guide/es/figures/fish_settings.png
share/gnome/help/gnome-users-guide/es/figures/full-1.png
share/gnome/help/gnome-users-guide/es/figures/full-2.png
share/gnome/help/gnome-users-guide/es/figures/full-3.png
share/gnome/help/gnome-users-guide/es/figures/full-4.png
share/gnome/help/gnome-users-guide/es/figures/full-5.png
share/gnome/help/gnome-users-guide/es/figures/full-6.png
share/gnome/help/gnome-users-guide/es/figures/full-desk.png
share/gnome/help/gnome-users-guide/es/figures/full.png
share/gnome/help/gnome-users-guide/es/figures/gccalf.png
share/gnome/help/gnome-users-guide/es/figures/gccappdef.png
share/gnome/help/gnome-users-guide/es/figures/gccdialog.png
share/gnome/help/gnome-users-guide/es/figures/gccedit.png
share/gnome/help/gnome-users-guide/es/figures/gcchints.png
share/gnome/help/gnome-users-guide/es/figures/gccmdi.png
share/gnome/help/gnome-users-guide/es/figures/gccmime.png
share/gnome/help/gnome-users-guide/es/figures/gccsession-props.png
share/gnome/help/gnome-users-guide/es/figures/gccsessopt.png
share/gnome/help/gnome-users-guide/es/figures/gccsound1.png
share/gnome/help/gnome-users-guide/es/figures/gccsound2.png
share/gnome/help/gnome-users-guide/es/figures/gccstartup.png
share/gnome/help/gnome-users-guide/es/figures/gccurl.png
share/gnome/help/gnome-users-guide/es/figures/geyes_applet.png
share/gnome/help/gnome-users-guide/es/figures/geyes_settings.png
share/gnome/help/gnome-users-guide/es/figures/gkb_add_list.png
share/gnome/help/gnome-users-guide/es/figures/gkb_applet.png
share/gnome/help/gnome-users-guide/es/figures/gkb_applet_settings.png
share/gnome/help/gnome-users-guide/es/figures/gkb_edit_keymap.png
share/gnome/help/gnome-users-guide/es/figures/glob_pref_anim.png
share/gnome/help/gnome-users-guide/es/figures/gnome-logo-large.png
share/gnome/help/gnome-users-guide/es/figures/gnotes-fig.png
share/gnome/help/gnome-users-guide/es/figures/gnotes-properties.png
share/gnome/help/gnome-users-guide/es/figures/gweather_applet.png
share/gnome/help/gnome-users-guide/es/figures/gweather_settings.png
share/gnome/help/gnome-users-guide/es/figures/gweather_weather.png
share/gnome/help/gnome-users-guide/es/figures/hide-button.png
share/gnome/help/gnome-users-guide/es/figures/jbc_applet.png
share/gnome/help/gnome-users-guide/es/figures/keyboard-capplet.png
share/gnome/help/gnome-users-guide/es/figures/launcher_properties_advanced.png
share/gnome/help/gnome-users-guide/es/figures/launcher_properties_basic.png
share/gnome/help/gnome-users-guide/es/figures/life-applet.png
share/gnome/help/gnome-users-guide/es/figures/link.png
share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-default.png
share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-greyed.png
share/gnome/help/gnome-users-guide/es/figures/loadavg-applet-properties.png
share/gnome/help/gnome-users-guide/es/figures/loadavg-applet.png
share/gnome/help/gnome-users-guide/es/figures/locbar.png
share/gnome/help/gnome-users-guide/es/figures/logout-screen.png
share/gnome/help/gnome-users-guide/es/figures/mailcheck-applet.png
share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailbox.png
share/gnome/help/gnome-users-guide/es/figures/mailcheck-properties-mailcheck.png
share/gnome/help/gnome-users-guide/es/figures/mainmenu_properties.png
share/gnome/help/gnome-users-guide/es/figures/memload-applet-default.png
share/gnome/help/gnome-users-guide/es/figures/memload-applet-greyed.png
share/gnome/help/gnome-users-guide/es/figures/memload-applet-properties.png
share/gnome/help/gnome-users-guide/es/figures/memload-applet.png
share/gnome/help/gnome-users-guide/es/figures/menueditor.png
share/gnome/help/gnome-users-guide/es/figures/mini-commander_applet.png
share/gnome/help/gnome-users-guide/es/figures/mini-commander_settings_general.png
share/gnome/help/gnome-users-guide/es/figures/mixer_applet.png
share/gnome/help/gnome-users-guide/es/figures/mm-button.png
share/gnome/help/gnome-users-guide/es/figures/modemlights-advpref.png
share/gnome/help/gnome-users-guide/es/figures/modemlights-prefs.png
share/gnome/help/gnome-users-guide/es/figures/modemlights.png
share/gnome/help/gnome-users-guide/es/figures/mouse-capplet.png
share/gnome/help/gnome-users-guide/es/figures/netload-applet-default.png
share/gnome/help/gnome-users-guide/es/figures/netload-applet-greyed.png
share/gnome/help/gnome-users-guide/es/figures/netload-applet-properties.png
share/gnome/help/gnome-users-guide/es/figures/netload-applet.png
share/gnome/help/gnome-users-guide/es/figures/noread.png
share/gnome/help/gnome-users-guide/es/figures/nowrite.png
share/gnome/help/gnome-users-guide/es/figures/odometer_applet.png
share/gnome/help/gnome-users-guide/es/figures/odometer_settings.png
share/gnome/help/gnome-users-guide/es/figures/odometer_themes.png
share/gnome/help/gnome-users-guide/es/figures/panel_applets.png
share/gnome/help/gnome-users-guide/es/figures/panel_lockbut.png
share/gnome/help/gnome-users-guide/es/figures/panel_logoutbut.png
share/gnome/help/gnome-users-guide/es/figures/panel_props_back.png
share/gnome/help/gnome-users-guide/es/figures/panel_props_edge.png
share/gnome/help/gnome-users-guide/es/figures/panel_runbutton.png
share/gnome/help/gnome-users-guide/es/figures/panel_runprogram.png
share/gnome/help/gnome-users-guide/es/figures/panel_swallow.png
share/gnome/help/gnome-users-guide/es/figures/part-1.png
share/gnome/help/gnome-users-guide/es/figures/part-2.png
share/gnome/help/gnome-users-guide/es/figures/part-3.png
share/gnome/help/gnome-users-guide/es/figures/part.png
share/gnome/help/gnome-users-guide/es/figures/player-1.png
share/gnome/help/gnome-users-guide/es/figures/player-2.png
share/gnome/help/gnome-users-guide/es/figures/player-3.png
share/gnome/help/gnome-users-guide/es/figures/player-4.png
share/gnome/help/gnome-users-guide/es/figures/player.png
share/gnome/help/gnome-users-guide/es/figures/prefmenu.png
share/gnome/help/gnome-users-guide/es/figures/printer-fig.png
share/gnome/help/gnome-users-guide/es/figures/printer-properties.png
share/gnome/help/gnome-users-guide/es/figures/quicklaunch_applet.png
share/gnome/help/gnome-users-guide/es/figures/screensave-capplet.png
share/gnome/help/gnome-users-guide/es/figures/sidebar.png
share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet.png
share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_settings.png
share/gnome/help/gnome-users-guide/es/figures/soundmonitor_applet_themes.png
share/gnome/help/gnome-users-guide/es/figures/soundmonitor_manager_server.png
share/gnome/help/gnome-users-guide/es/figures/status_dock.png
share/gnome/help/gnome-users-guide/es/figures/swapload-applet-default.png
share/gnome/help/gnome-users-guide/es/figures/swapload-applet-greyed.png
share/gnome/help/gnome-users-guide/es/figures/swapload-applet-properties.png
share/gnome/help/gnome-users-guide/es/figures/swapload-applet.png
share/gnome/help/gnome-users-guide/es/figures/tasklist-fig.png
share/gnome/help/gnome-users-guide/es/figures/tasklist-properties-size.png
share/gnome/help/gnome-users-guide/es/figures/tasklist-properties.png
share/gnome/help/gnome-users-guide/es/figures/tasklist-rightclick-fig.png
share/gnome/help/gnome-users-guide/es/figures/theme-select.png
share/gnome/help/gnome-users-guide/es/figures/tickastat_applet.png
share/gnome/help/gnome-users-guide/es/figures/tickastat_coredump.png
share/gnome/help/gnome-users-guide/es/figures/tickastat_loadaverage.png
share/gnome/help/gnome-users-guide/es/figures/tickastat_settings.png
share/gnome/help/gnome-users-guide/es/figures/viewmenu.png
share/gnome/help/gnome-users-guide/es/figures/viewmusic.png
share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet-prefs.png
share/gnome/help/gnome-users-guide/es/figures/webcontrol-applet.png
share/gnome/help/gnome-users-guide/es/figures/whereami_applet.png
share/gnome/help/gnome-users-guide/es/figures/wm-add.png
share/gnome/help/gnome-users-guide/es/figures/wm-main.png
share/gnome/help/gnome-users-guide/es/file.html
share/gnome/help/gnome-users-guide/es/gccui.html
share/gnome/help/gnome-users-guide/es/globalpanelprefs.html
share/gnome/help/gnome-users-guide/es/gmenu.sgml
share/gnome/help/gnome-users-guide/es/gnome-applets.html
share/gnome/help/gnome-users-guide/es/gnome-users-guide.sgml
share/gnome/help/gnome-users-guide/es/gnomecc.html
share/gnome/help/gnome-users-guide/es/gnomecc.sgml
share/gnome/help/gnome-users-guide/es/gpl-appendix.sgml
share/gnome/help/gnome-users-guide/es/gpl-es.sgml
share/gnome/help/gnome-users-guide/es/gpl-terms.html
share/gnome/help/gnome-users-guide/es/gpl.html
share/gnome/help/gnome-users-guide/es/gples.html
share/gnome/help/gnome-users-guide/es/index.html
share/gnome/help/gnome-users-guide/es/intro.html
share/gnome/help/gnome-users-guide/es/launchers.html
share/gnome/help/gnome-users-guide/es/licencias.html
share/gnome/help/gnome-users-guide/es/licencias.sgml
share/gnome/help/gnome-users-guide/es/license.html
share/gnome/help/gnome-users-guide/es/main-menu.html
share/gnome/help/gnome-users-guide/es/mainmenu.html
share/gnome/help/gnome-users-guide/es/manage.html
share/gnome/help/gnome-users-guide/es/menus.html
share/gnome/help/gnome-users-guide/es/monitor-applets.html
share/gnome/help/gnome-users-guide/es/multimedia-applets.html
share/gnome/help/gnome-users-guide/es/multimedia-intro.html
share/gnome/help/gnome-users-guide/es/nautilus-user-manual.sgml
share/gnome/help/gnome-users-guide/es/nautilus.html
share/gnome/help/gnome-users-guide/es/nav.html
share/gnome/help/gnome-users-guide/es/network-applets.html
share/gnome/help/gnome-users-guide/es/new-dirs.html
share/gnome/help/gnome-users-guide/es/new-file.html
share/gnome/help/gnome-users-guide/es/new-mount.html
share/gnome/help/gnome-users-guide/es/newbies.html
share/gnome/help/gnome-users-guide/es/panel-chap.html
share/gnome/help/gnome-users-guide/es/panel.sgml
share/gnome/help/gnome-users-guide/es/panelbasics.html
share/gnome/help/gnome-users-guide/es/panelbugs.html
share/gnome/help/gnome-users-guide/es/panelmove.html
share/gnome/help/gnome-users-guide/es/panelproperties.html
share/gnome/help/gnome-users-guide/es/peripherals.html
share/gnome/help/gnome-users-guide/es/permissions-1.html
share/gnome/help/gnome-users-guide/es/quickstart.html
share/gnome/help/gnome-users-guide/es/search.html
share/gnome/help/gnome-users-guide/es/services.html
share/gnome/help/gnome-users-guide/es/session.html
share/gnome/help/gnome-users-guide/es/shortcuts.html
share/gnome/help/gnome-users-guide/es/specialobjects.html
share/gnome/help/gnome-users-guide/es/stylesheet-images/caution.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/home.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/important.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/next.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/note.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/prev.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/tip.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-blank.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-minus.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/toc-plus.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/up.gif
share/gnome/help/gnome-users-guide/es/stylesheet-images/warning.gif
share/gnome/help/gnome-users-guide/es/symlinks.html
share/gnome/help/gnome-users-guide/es/traduccion.sgml
share/gnome/help/gnome-users-guide/es/translation.html
share/gnome/help/gnome-users-guide/es/ug-applets.sgml
share/gnome/help/gnome-users-guide/es/utility-applets.html
share/gnome/help/gnome-users-guide/es/wheeler.sgml
share/gnome/help/gnome-users-guide/es/wm.html
share/gnome/help/gnome-users-guide/es/wmchange.html
share/gnome/help/gnome-users-guide/es/wms.sgml
share/gnome/help/gnome-users-guide/es/x11.html
share/gnome/help/gnome-users-guide/es/x8942.html
share/gnome/help/gnome-users-guide/es/x8952.html
share/gnome/help/gnome-users-guide/es/x8972.html
share/gnome/help/gnome-users-guide/es/x9002.html
share/gnome/help/gnome-users-guide/es/x9030.html
share/gnome/help/gnome-users-guide/es/x9094.html
share/gnome/help/gnome-users-guide/it/aboutug.html
share/gnome/help/gnome-users-guide/it/alf.html
share/gnome/help/gnome-users-guide/it/amusements.html
share/gnome/help/gnome-users-guide/it/authors.html
share/gnome/help/gnome-users-guide/it/authors.sgml
share/gnome/help/gnome-users-guide/it/clock-applets.html
share/gnome/help/gnome-users-guide/it/desk.html
share/gnome/help/gnome-users-guide/it/deskareas.html
share/gnome/help/gnome-users-guide/it/deskmenus.html
share/gnome/help/gnome-users-guide/it/desktop-intro.html
share/gnome/help/gnome-users-guide/it/desktop.sgml
share/gnome/help/gnome-users-guide/it/deskuse.html
share/gnome/help/gnome-users-guide/it/devices.html
share/gnome/help/gnome-users-guide/it/doc-handlers.html
share/gnome/help/gnome-users-guide/it/docbook.css
share/gnome/help/gnome-users-guide/it/fdl-it.html
share/gnome/help/gnome-users-guide/it/fdl.html
share/gnome/help/gnome-users-guide/it/fdl.sgml
share/gnome/help/gnome-users-guide/it/filetypes.html
share/gnome/help/gnome-users-guide/it/gccui.html
share/gnome/help/gnome-users-guide/it/gmenu.sgml
share/gnome/help/gnome-users-guide/it/gnome-applets.html
share/gnome/help/gnome-users-guide/it/gnome-users-guide.sgml
share/gnome/help/gnome-users-guide/it/gnomecc-usage.html
share/gnome/help/gnome-users-guide/it/gnomecc.html
share/gnome/help/gnome-users-guide/it/gnomecc.sgml
share/gnome/help/gnome-users-guide/it/gpl-appendix.sgml
share/gnome/help/gnome-users-guide/it/gpl-terms.html
share/gnome/help/gnome-users-guide/it/gpl.html
share/gnome/help/gnome-users-guide/it/index.html
share/gnome/help/gnome-users-guide/it/intro.html
share/gnome/help/gnome-users-guide/it/main-menu.html
share/gnome/help/gnome-users-guide/it/monitor-applets.html
share/gnome/help/gnome-users-guide/it/multimedia-applets.html
share/gnome/help/gnome-users-guide/it/multimedia-intro.html
share/gnome/help/gnome-users-guide/it/network-applets.html
share/gnome/help/gnome-users-guide/it/new-dirs.html
share/gnome/help/gnome-users-guide/it/new-file.html
share/gnome/help/gnome-users-guide/it/new-mount.html
share/gnome/help/gnome-users-guide/it/newbies.html
share/gnome/help/gnome-users-guide/it/peripherals.html
share/gnome/help/gnome-users-guide/it/permissions.html
share/gnome/help/gnome-users-guide/it/quickstart.html
share/gnome/help/gnome-users-guide/it/session.html
share/gnome/help/gnome-users-guide/it/stylesheet-images/caution.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/home.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/important.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/next.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/note.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/prev.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/tip.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/toc-blank.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/toc-minus.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/toc-plus.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/up.gif
share/gnome/help/gnome-users-guide/it/stylesheet-images/warning.gif
share/gnome/help/gnome-users-guide/it/symlinks.html
share/gnome/help/gnome-users-guide/it/ug-applets.sgml
share/gnome/help/gnome-users-guide/it/unix-primer.sgml
share/gnome/help/gnome-users-guide/it/utility-applets.html
share/gnome/help/gnome-users-guide/it/wheeler.sgml
share/gnome/help/gnome-users-guide/it/wm.html
share/gnome/help/gnome-users-guide/it/wmchange.html
share/gnome/help/gnome-users-guide/it/wms.sgml
share/gnome/help/gnome-users-guide/it/x11.html
share/gnome/help/introduction-to-gnome/C/about.html
share/gnome/help/introduction-to-gnome/C/apps.html
share/gnome/help/introduction-to-gnome/C/conventions.html
share/gnome/help/introduction-to-gnome/C/customizing.html
share/gnome/help/introduction-to-gnome/C/docbook.css
share/gnome/help/introduction-to-gnome/C/feedback.html
share/gnome/help/introduction-to-gnome/C/figures/desktop.png
share/gnome/help/introduction-to-gnome/C/figures/microguiborder.png
share/gnome/help/introduction-to-gnome/C/firstglance.html
share/gnome/help/introduction-to-gnome/C/index.html
share/gnome/help/introduction-to-gnome/C/introduction-to-gnome.sgml
share/gnome/help/introduction-to-gnome/C/ln12.html
share/gnome/help/introduction-to-gnome/C/nautilus.html
share/gnome/help/introduction-to-gnome/C/otherinfo.html
share/gnome/help/introduction-to-gnome/C/stylesheet-images/caution.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/home.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/important.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/next.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/note.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/prev.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/tip.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-blank.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-minus.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/toc-plus.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/up.gif
share/gnome/help/introduction-to-gnome/C/stylesheet-images/warning.gif
share/gnome/help/introduction-to-gnome/C/trouble.html
share/gnome/help/introduction-to-gnome/C/windows.html
share/gnome/help/introduction-to-gnome/es/about.html
share/gnome/help/introduction-to-gnome/es/apps.html
share/gnome/help/introduction-to-gnome/es/conventions.html
share/gnome/help/introduction-to-gnome/es/customizing.html
share/gnome/help/introduction-to-gnome/es/docbook.css
share/gnome/help/introduction-to-gnome/es/feedback.html
share/gnome/help/introduction-to-gnome/es/figures/desktop.png
share/gnome/help/introduction-to-gnome/es/figures/microguiborder.png
share/gnome/help/introduction-to-gnome/es/firstglance.html
share/gnome/help/introduction-to-gnome/es/index.html
share/gnome/help/introduction-to-gnome/es/introduction-to-gnome.sgml
share/gnome/help/introduction-to-gnome/es/ln15.html
share/gnome/help/introduction-to-gnome/es/nautilus.html
share/gnome/help/introduction-to-gnome/es/otherinfo.html
share/gnome/help/introduction-to-gnome/es/stylesheet-images/caution.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/home.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/important.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/next.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/note.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/prev.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/tip.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-blank.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-minus.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/toc-plus.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/up.gif
share/gnome/help/introduction-to-gnome/es/stylesheet-images/warning.gif
share/gnome/help/introduction-to-gnome/es/trouble.html
share/gnome/help/introduction-to-gnome/es/windows.html
share/gnome/help/introduction-to-gnome/it/about.html
share/gnome/help/introduction-to-gnome/it/apps.html
share/gnome/help/introduction-to-gnome/it/conventions.html
share/gnome/help/introduction-to-gnome/it/customizing.html
share/gnome/help/introduction-to-gnome/it/docbook.css
share/gnome/help/introduction-to-gnome/it/feedback.html
share/gnome/help/introduction-to-gnome/it/figures/desktop.png
share/gnome/help/introduction-to-gnome/it/figures/microguiborder.png
share/gnome/help/introduction-to-gnome/it/firstglance.html
share/gnome/help/introduction-to-gnome/it/index.html
share/gnome/help/introduction-to-gnome/it/introduction-to-gnome.sgml
share/gnome/help/introduction-to-gnome/it/ln12.html
share/gnome/help/introduction-to-gnome/it/nautilus.html
share/gnome/help/introduction-to-gnome/it/otherinfo.html
share/gnome/help/introduction-to-gnome/it/stylesheet-images/caution.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/home.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/important.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/next.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/note.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/prev.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/tip.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-blank.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-minus.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/toc-plus.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/up.gif
share/gnome/help/introduction-to-gnome/it/stylesheet-images/warning.gif
share/gnome/help/introduction-to-gnome/it/trouble.html
share/gnome/help/introduction-to-gnome/it/windows.html
share/gnome/help/unix-primer/C/devices.html
share/gnome/help/unix-primer/C/docbook.css
share/gnome/help/unix-primer/C/index.html
share/gnome/help/unix-primer/C/ln7.html
share/gnome/help/unix-primer/C/new-dirs.html
share/gnome/help/unix-primer/C/new-file.html
share/gnome/help/unix-primer/C/new-mount.html
share/gnome/help/unix-primer/C/new-users.html
share/gnome/help/unix-primer/C/permissions.html
share/gnome/help/unix-primer/C/stylesheet-images/caution.gif
share/gnome/help/unix-primer/C/stylesheet-images/home.gif
share/gnome/help/unix-primer/C/stylesheet-images/important.gif
share/gnome/help/unix-primer/C/stylesheet-images/next.gif
share/gnome/help/unix-primer/C/stylesheet-images/note.gif
share/gnome/help/unix-primer/C/stylesheet-images/prev.gif
share/gnome/help/unix-primer/C/stylesheet-images/tip.gif
share/gnome/help/unix-primer/C/stylesheet-images/toc-blank.gif
share/gnome/help/unix-primer/C/stylesheet-images/toc-minus.gif
share/gnome/help/unix-primer/C/stylesheet-images/toc-plus.gif
share/gnome/help/unix-primer/C/stylesheet-images/up.gif
share/gnome/help/unix-primer/C/stylesheet-images/warning.gif
share/gnome/help/unix-primer/C/symlinks.html
share/gnome/help/unix-primer/C/unix-primer.sgml
share/gnome/help/unix-primer/C/x11.html
share/gnome/help/unix-primer/es/devices.html
share/gnome/help/unix-primer/es/docbook.css
share/gnome/help/unix-primer/es/index.html
share/gnome/help/unix-primer/es/ln10.html
share/gnome/help/unix-primer/es/new-dirs.html
share/gnome/help/unix-primer/es/new-file.html
share/gnome/help/unix-primer/es/new-mount.html
share/gnome/help/unix-primer/es/new-users.html
share/gnome/help/unix-primer/es/permissions.html
share/gnome/help/unix-primer/es/stylesheet-images/caution.gif
share/gnome/help/unix-primer/es/stylesheet-images/home.gif
share/gnome/help/unix-primer/es/stylesheet-images/important.gif
share/gnome/help/unix-primer/es/stylesheet-images/next.gif
share/gnome/help/unix-primer/es/stylesheet-images/note.gif
share/gnome/help/unix-primer/es/stylesheet-images/prev.gif
share/gnome/help/unix-primer/es/stylesheet-images/tip.gif
share/gnome/help/unix-primer/es/stylesheet-images/toc-blank.gif
share/gnome/help/unix-primer/es/stylesheet-images/toc-minus.gif
share/gnome/help/unix-primer/es/stylesheet-images/toc-plus.gif
share/gnome/help/unix-primer/es/stylesheet-images/up.gif
share/gnome/help/unix-primer/es/stylesheet-images/warning.gif
share/gnome/help/unix-primer/es/symlinks.html
share/gnome/help/unix-primer/es/unix-primer.sgml
share/gnome/help/unix-primer/es/x11.html
share/gnome/help/unix-primer/it/devices.html
share/gnome/help/unix-primer/it/docbook.css
share/gnome/help/unix-primer/it/index.html
share/gnome/help/unix-primer/it/ln7.html
share/gnome/help/unix-primer/it/new-dirs.html
share/gnome/help/unix-primer/it/new-file.html
share/gnome/help/unix-primer/it/new-mount.html
share/gnome/help/unix-primer/it/new-users.html
share/gnome/help/unix-primer/it/permissions.html
share/gnome/help/unix-primer/it/stylesheet-images/caution.gif
share/gnome/help/unix-primer/it/stylesheet-images/home.gif
share/gnome/help/unix-primer/it/stylesheet-images/important.gif
share/gnome/help/unix-primer/it/stylesheet-images/next.gif
share/gnome/help/unix-primer/it/stylesheet-images/note.gif
share/gnome/help/unix-primer/it/stylesheet-images/prev.gif
share/gnome/help/unix-primer/it/stylesheet-images/tip.gif
share/gnome/help/unix-primer/it/stylesheet-images/toc-blank.gif
share/gnome/help/unix-primer/it/stylesheet-images/toc-minus.gif
share/gnome/help/unix-primer/it/stylesheet-images/toc-plus.gif
share/gnome/help/unix-primer/it/stylesheet-images/up.gif
share/gnome/help/unix-primer/it/stylesheet-images/warning.gif
share/gnome/help/unix-primer/it/symlinks.html
share/gnome/help/unix-primer/it/unix-primer.sgml
share/gnome/help/unix-primer/it/x11.html
share/gnome/omf/gnome-user-docs/glossary-C.omf
share/gnome/omf/gnome-user-docs/glossary-es.omf
share/gnome/omf/gnome-user-docs/gnome-users-guide-C.omf
share/gnome/omf/gnome-user-docs/gnome-users-guide-es.omf
share/gnome/omf/gnome-user-docs/gnome-users-guide-it.omf
share/gnome/omf/gnome-user-docs/introduction-to-gnome-C.omf
share/gnome/omf/gnome-user-docs/introduction-to-gnome-es.omf
share/gnome/omf/gnome-user-docs/introduction-to-gnome-it.omf
share/gnome/omf/gnome-user-docs/unix-primer-C.omf
share/gnome/omf/gnome-user-docs/unix-primer-es.omf
share/gnome/omf/gnome-user-docs/unix-primer-it.omf
@dirrm share/gnome/omf/gnome-user-docs
@dirrm share/gnome/help/unix-primer/it/stylesheet-images
@dirrm share/gnome/help/unix-primer/it/figures
@dirrm share/gnome/help/unix-primer/it
@dirrm share/gnome/help/unix-primer/es/stylesheet-images
@dirrm share/gnome/help/unix-primer/es/figures
@dirrm share/gnome/help/unix-primer/es
@dirrm share/gnome/help/unix-primer/C/stylesheet-images
@dirrm share/gnome/help/unix-primer/C/figures
@dirrm share/gnome/help/unix-primer/C
@dirrm share/gnome/help/unix-primer
@dirrm share/gnome/help/introduction-to-gnome/it/stylesheet-images
@dirrm share/gnome/help/introduction-to-gnome/it/figures
@dirrm share/gnome/help/introduction-to-gnome/it
@dirrm share/gnome/help/introduction-to-gnome/es/stylesheet-images
@dirrm share/gnome/help/introduction-to-gnome/es/figures
@dirrm share/gnome/help/introduction-to-gnome/es
@dirrm share/gnome/help/introduction-to-gnome/C/stylesheet-images
@dirrm share/gnome/help/introduction-to-gnome/C/figures
@dirrm share/gnome/help/introduction-to-gnome/C
@dirrm share/gnome/help/introduction-to-gnome
@dirrm share/gnome/help/gnome-users-guide/it/stylesheet-images
@dirrm share/gnome/help/gnome-users-guide/it/figures
@dirrm share/gnome/help/gnome-users-guide/it
@dirrm share/gnome/help/gnome-users-guide/es/stylesheet-images
@dirrm share/gnome/help/gnome-users-guide/es/figures
@dirrm share/gnome/help/gnome-users-guide/es
@dirrm share/gnome/help/gnome-users-guide/C/stylesheet-images
@dirrm share/gnome/help/gnome-users-guide/C/figures
@dirrm share/gnome/help/gnome-users-guide/C
@dirrm share/gnome/help/gnome-users-guide
@dirrm share/gnome/help/glossary/es/stylesheet-images
@dirrm share/gnome/help/glossary/es/figures
@dirrm share/gnome/help/glossary/es
@dirrm share/gnome/help/glossary/C/stylesheet-images
@dirrm share/gnome/help/glossary/C/figures
@dirrm share/gnome/help/glossary/C
@dirrm share/gnome/help/glossary

View File

@ -1,35 +0,0 @@
# New ports collection makefile for: gnomeutils
# Date created: 03 July 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= gnomeutils
PORTVERSION= 1.4.1.3
CATEGORIES= misc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-utils/1.4
DISTNAME= gnome-utils-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME support utilities
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
USE_GMAKE= yes
GNOME_DESKTOP_VERSION=1
USE_GNOME= gnomeprefix gnomehack gtkhtml libpanel
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-messages=/var/log/messages
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gcalc.1 gcharmap.1 gcolorsel.1 gdialog.1 gdict.1 gdiskfree.1 \
gfontsel.1 gless.1 gnome-exe-handler.1 gsearchtool.1 guname.1 gw.1 \
gtt.1 logview.1 meat-grinder.1 splac.1 splash.1 stripchart-applet.1 \
stripchart.1
MAN8= gshutdown.8
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (gnome-utils-1.4.1.3.tar.gz) = 75fe3acdb134cfa27c04ac3ab4581b6a

View File

@ -1,28 +0,0 @@
--- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999
+++ gdialog/dialog.h Wed Aug 18 11:34:23 1999
@@ -36,24 +36,7 @@
#include <gnome.h>
#endif
-#ifdef ultrix
-# include <cursesX.h>
-#else
-# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
-# include <ncurses.h>
-# else
-# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi)
-# define hacked 1
-# define _XOPEN_SOURCE_EXTENDED
-# define _ACS_COMPAT_CODE
-# endif
-# include <curses.h>
-# ifdef hacked
-# undef _XOPEN_SOURCE_EXTENDED
-# undef _ACS_COMPAT_CODE
-# endif
-# endif
-#endif
+#include <ncurses.h>
/*
* Change these if you want

View File

@ -1,11 +0,0 @@
--- 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

View File

@ -1,42 +0,0 @@
--- configure.orig Sun Feb 9 15:51:58 2003
+++ configure Tue Feb 11 21:52:32 2003
@@ -6124,7 +6124,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- GUILE_LIBS="-ldl $GUILE_LIBS"
+ GUILE_LIBS="$GUILE_LIBS"
else
echo "$ac_t""no" 1>&6
fi
@@ -6775,7 +6775,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 6781 "configure"
#include "confdefs.h"
@@ -6815,7 +6815,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 6821 "configure"
#include "confdefs.h"
@@ -6843,10 +6843,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

View File

@ -1,15 +0,0 @@
$FreeBSD$
--- gtt/util.c 2001/10/10 09:55:09 1.1
+++ gtt/util.c 2001/10/10 09:57:22
@@ -32,7 +32,9 @@
#include <gnome.h>
/* hack alert --xxx fixme -- we need to configure.in for have_langinfo */
+#if (defined __FreeBSD__) && (__FreeBSD_version > 500000)
#define HAVE_LANGINFO_D_FMT
+#endif
#ifdef HAVE_LANGINFO_D_FMT
#include <langinfo.h>
#endif

View File

@ -1,15 +0,0 @@
$FreeBSD$
--- logview/log_repaint.c 2001/11/23 16:01:55 1.1
+++ logview/log_repaint.c 2001/11/23 16:02:30
@@ -24,7 +24,9 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <string.h>
#include <gnome.h>
#include "logview.h"

View File

@ -1,15 +0,0 @@
$FreeBSD$
--- logview/logrtns.h 2001/11/23 16:04:00 1.1
+++ logview/logrtns.h 2001/11/23 16:04:14
@@ -24,7 +24,9 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
+#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#endif
#include <string.h>
#include "logview.h"

View File

@ -1,14 +0,0 @@
$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 \

View File

@ -1,5 +0,0 @@
A collection of utilities for the GNOME desktop.
Included are an X color selector, a gtk-enhanced
version of dialog(1), GUIs for less(1), uname(1),
df(1), find(1), an applet for dict(1), and many
other such applications.

View File

@ -1,901 +0,0 @@
bin/logview
bin/gcharmap
bin/gcalc
bin/gsearchtool
bin/gdiskfree
bin/stripchart
bin/stripchart-applet
bin/gdict
bin/gtt
bin/gshutdown
bin/guname
bin/gw
bin/gless
bin/gfontsel
bin/gcolorsel
bin/splash
bin/splac
bin/gdialog
bin/meat-grinder
bin/gnome-exe-handler
etc/CORBA/servers/stripchart-applet.gnorba
etc/CORBA/servers/gdict.gnorba
share/gnome/idl/gsu.idl
share/gnome/pixmaps/logview/logview.xpm
share/gnome/pixmaps/gcharmap-map-16.xpm
share/gnome/pixmaps/gcharmap-map-big.xpm
share/gnome/pixmaps/gcharmap-logo.png
share/gnome/pixmaps/gnome-searchtool.png
share/gnome/pixmaps/gdiskfree.png
share/gnome/pixmaps/gdiskfree-splash.png
share/gnome/pixmaps/gnome-stripchart.png
share/gnome/pixmaps/gdict.png
share/gnome/pixmaps/gnome-shutdown.png
share/gnome/pixmaps/gnome-who.png
share/gnome/pixmaps/gnome-fontsel.png
share/gnome/help/logview/C/index.html
share/gnome/help/logview/C/figures/calendar.png
share/gnome/help/logview/C/figures/fileMenu.png
share/gnome/help/logview/C/figures/helpMenu.png
share/gnome/help/logview/C/figures/logstats.png
share/gnome/help/logview/C/figures/monitor.png
share/gnome/help/logview/C/figures/monitorDisplay.png
share/gnome/help/logview/C/figures/openLog.png
share/gnome/help/logview/C/figures/viewMenu.png
share/gnome/help/logview/C/figures/zoom.png
share/gnome/help/logview/C/logview.sgml
share/gnome/help/logview/C/authors.html
share/gnome/help/logview/C/bugs.html
share/gnome/help/logview/C/license.html
share/gnome/help/logview/C/ln7.html
share/gnome/help/logview/C/logfiles.html
share/gnome/help/logview/C/usage.html
share/gnome/help/logview/C/utilities.html
share/gnome/help/logview/C/topic.dat
share/gnome/help/gcharmap/C/index.html
share/gnome/help/gcharmap/C/figures/gcharmap.png
share/gnome/help/gcharmap/C/figures/gcharmap_insertascii.png
share/gnome/help/gcharmap/C/gcharmap.sgml
share/gnome/help/gcharmap/C/LEGALNOTICE.html
share/gnome/help/gcharmap/C/authors.html
share/gnome/help/gcharmap/C/bugs.html
share/gnome/help/gcharmap/C/license.html
share/gnome/help/gcharmap/C/usage.html
share/gnome/help/gcharmap/C/topic.dat
share/gnome/help/gcharmap/eu/index.html
share/gnome/help/gcharmap/eu/figures/gcharmap.png
share/gnome/help/gcharmap/eu/figures/gcharmap_insertascii.png
share/gnome/help/gcharmap/eu/gcharmap.sgml
share/gnome/help/gcharmap/eu/LEGALNOTICE.html
share/gnome/help/gcharmap/eu/authors.html
share/gnome/help/gcharmap/eu/bugs.html
share/gnome/help/gcharmap/eu/license.html
share/gnome/help/gcharmap/eu/usage.html
share/gnome/help/gcharmap/eu/topic.dat
share/gnome/help/gcalc/C/index.html
share/gnome/help/gcalc/C/figures/gcalc-main.png
share/gnome/help/gcalc/C/gcalc.sgml
share/gnome/help/gcalc/C/authors.html
share/gnome/help/gcalc/C/bugs.html
share/gnome/help/gcalc/C/license.html
share/gnome/help/gcalc/C/ln7.html
share/gnome/help/gcalc/C/usage.html
share/gnome/help/gcalc/C/topic.dat
share/gnome/help/gcalc/de/index.html
share/gnome/help/gcalc/de/figures/gcalc-main.png
share/gnome/help/gcalc/de/gcalc.sgml
share/gnome/help/gcalc/de/authors.html
share/gnome/help/gcalc/de/bugs.html
share/gnome/help/gcalc/de/license.html
share/gnome/help/gcalc/de/ln10.html
share/gnome/help/gcalc/de/usage.html
share/gnome/help/gcalc/de/topic.dat
share/gnome/help/gcalc/es/index.html
share/gnome/help/gcalc/es/figures/gcalc-main.png
share/gnome/help/gcalc/es/gcalc.sgml
share/gnome/help/gcalc/es/authors.html
share/gnome/help/gcalc/es/bugs.html
share/gnome/help/gcalc/es/license.html
share/gnome/help/gcalc/es/ln10.html
share/gnome/help/gcalc/es/usage.html
share/gnome/help/gcalc/eu/index.html
share/gnome/help/gcalc/eu/figures/gcalc-main.png
share/gnome/help/gcalc/eu/gcalc.sgml
share/gnome/help/gcalc/eu/LEGALNOTICE.html
share/gnome/help/gcalc/eu/authors.html
share/gnome/help/gcalc/eu/bugs.html
share/gnome/help/gcalc/eu/license.html
share/gnome/help/gcalc/eu/usage.html
share/gnome/help/gcalc/eu/topic.dat
share/gnome/help/gcalc/it/index.html
share/gnome/help/gcalc/it/figures/gcalc-main.png
share/gnome/help/gcalc/it/gcalc.sgml
share/gnome/help/gcalc/it/authors.html
share/gnome/help/gcalc/it/bugs.html
share/gnome/help/gcalc/it/license.html
share/gnome/help/gcalc/it/ln10.html
share/gnome/help/gcalc/it/usage.html
share/gnome/help/gcalc/it/topic.dat
share/gnome/help/gsearchtool/C/index.html
share/gnome/help/gsearchtool/C/figures/gsearch.png
share/gnome/help/gsearchtool/C/figures/locate.png
share/gnome/help/gsearchtool/C/figures/mainwin.png
share/gnome/help/gsearchtool/C/figures/results.png
share/gnome/help/gsearchtool/C/gsearchtool.sgml
share/gnome/help/gsearchtool/C/LEGALNOTICE.html
share/gnome/help/gsearchtool/C/authors.html
share/gnome/help/gsearchtool/C/criteria.html
share/gnome/help/gsearchtool/C/license.html
share/gnome/help/gsearchtool/C/locate.html
share/gnome/help/gsearchtool/C/usage.html
share/gnome/help/gsearchtool/C/topic.dat
share/gnome/help/gsearchtool/es/index.html
share/gnome/help/gsearchtool/es/figures/gsearch.png
share/gnome/help/gsearchtool/es/figures/locate.png
share/gnome/help/gsearchtool/es/figures/mainwin.png
share/gnome/help/gsearchtool/es/figures/results.png
share/gnome/help/gsearchtool/es/gsearchtool.sgml
share/gnome/help/gsearchtool/es/authors.html
share/gnome/help/gsearchtool/es/criteria.html
share/gnome/help/gsearchtool/es/license.html
share/gnome/help/gsearchtool/es/ln10.html
share/gnome/help/gsearchtool/es/locate.html
share/gnome/help/gsearchtool/es/usage.html
share/gnome/help/gsearchtool/es/topic.dat
share/gnome/help/gsearchtool/eu/index.html
share/gnome/help/gsearchtool/eu/figures/gsearch.png
share/gnome/help/gsearchtool/eu/figures/locate.png
share/gnome/help/gsearchtool/eu/figures/mainwin.png
share/gnome/help/gsearchtool/eu/figures/results.png
share/gnome/help/gsearchtool/eu/gsearchtool.sgml
share/gnome/help/gsearchtool/eu/LEGALNOTICE.html
share/gnome/help/gsearchtool/eu/authors.html
share/gnome/help/gsearchtool/eu/criteria.html
share/gnome/help/gsearchtool/eu/license.html
share/gnome/help/gsearchtool/eu/locate.html
share/gnome/help/gsearchtool/eu/usage.html
share/gnome/help/gsearchtool/eu/topic.dat
share/gnome/help/gsearchtool/it/index.html
share/gnome/help/gsearchtool/it/figures/gsearch.png
share/gnome/help/gsearchtool/it/figures/locate.png
share/gnome/help/gsearchtool/it/figures/mainwin.png
share/gnome/help/gsearchtool/it/figures/results.png
share/gnome/help/gsearchtool/it/gsearchtool.sgml
share/gnome/help/gsearchtool/it/LEGALNOTICE.html
share/gnome/help/gsearchtool/it/authors.html
share/gnome/help/gsearchtool/it/criteria.html
share/gnome/help/gsearchtool/it/license.html
share/gnome/help/gsearchtool/it/locate.html
share/gnome/help/gsearchtool/it/usage.html
share/gnome/help/gsearchtool/it/topic.dat
share/gnome/help/gdiskfree/C/index.html
share/gnome/help/gdiskfree/C/figures/gdiskfree-prefs.png
share/gnome/help/gdiskfree/C/figures/gdiskfree.png
share/gnome/help/gdiskfree/C/gdiskfree.sgml
share/gnome/help/gdiskfree/C/LEGALNOTICE.html
share/gnome/help/gdiskfree/C/authors.html
share/gnome/help/gdiskfree/C/prefs.html
share/gnome/help/gdiskfree/C/usage.html
share/gnome/help/gdiskfree/C/topic.dat
share/gnome/help/gdiskfree/eu/index.html
share/gnome/help/gdiskfree/eu/figures/gdiskfree-prefs.png
share/gnome/help/gdiskfree/eu/figures/gdiskfree.png
share/gnome/help/gdiskfree/eu/gdiskfree.sgml
share/gnome/help/gdiskfree/eu/LEGALNOTICE.html
share/gnome/help/gdiskfree/eu/authors.html
share/gnome/help/gdiskfree/eu/prefs.html
share/gnome/help/gdiskfree/eu/usage.html
share/gnome/help/gdiskfree/eu/topic.dat
share/gnome/help/gdiskfree/it/index.html
share/gnome/help/gdiskfree/it/figures/gdiskfree-prefs.png
share/gnome/help/gdiskfree/it/figures/gdiskfree.png
share/gnome/help/gdiskfree/it/gdiskfree.sgml
share/gnome/help/gdiskfree/it/LEGALNOTICE.html
share/gnome/help/gdiskfree/it/authors.html
share/gnome/help/gdiskfree/it/prefs.html
share/gnome/help/gdiskfree/it/usage.html
share/gnome/help/gdiskfree/it/topic.dat
share/gnome/help/gdiskfree_util/es/index.html
share/gnome/help/gdiskfree_util/es/figures/gdiskfree-prefs.png
share/gnome/help/gdiskfree_util/es/figures/gdiskfree.png
share/gnome/help/gdiskfree_util/es/gdiskfree_util.sgml
share/gnome/help/gdiskfree_util/es/license.sgml
share/gnome/help/gdiskfree_util/es/licencia-nota-es.sgml
share/gnome/help/gdiskfree_util/es/licencia-es.sgml
share/gnome/help/gdiskfree_util/es/authors.sgml
share/gnome/help/gdiskfree_util/es/gdiskfree.sgml
share/gnome/help/gdiskfree_util/es/LEGALNOTICE.html
share/gnome/help/gdiskfree_util/es/prefs.html
share/gnome/help/gdiskfree_util/es/usage.html
share/gnome/help/gdiskfree_util/es/x138.html
share/gnome/help/gdiskfree_util/es/topic.dat
share/gnome/help/stripchart/C/index.html
share/gnome/help/stripchart/C/figures/applet.png
share/gnome/help/stripchart/C/figures/main.png
share/gnome/help/stripchart/C/figures/menu.png
share/gnome/help/stripchart/C/figures/param.png
share/gnome/help/stripchart/C/figures/prefs.png
share/gnome/help/stripchart/C/figures/text.png
share/gnome/help/stripchart/C/stripchart.sgml
share/gnome/help/stripchart/C/authors.html
share/gnome/help/stripchart/C/bugs.html
share/gnome/help/stripchart/C/files.html
share/gnome/help/stripchart/C/license.html
share/gnome/help/stripchart/C/ln7.html
share/gnome/help/stripchart/C/options.html
share/gnome/help/stripchart/C/parameters.html
share/gnome/help/stripchart/C/preferences.html
share/gnome/help/stripchart/C/usage.html
share/gnome/help/stripchart/C/topic.dat
share/gnome/help/stripchart/es/index.html
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/stripchart.sgml
share/gnome/help/stripchart/es/authors.html
share/gnome/help/stripchart/es/bugs.html
share/gnome/help/stripchart/es/files.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/usage.html
share/gnome/help/stripchart/es/topic.dat
share/gnome/help/stripchart/eu/index.html
share/gnome/help/stripchart/eu/figures/applet.png
share/gnome/help/stripchart/eu/figures/main.png
share/gnome/help/stripchart/eu/figures/menu.png
share/gnome/help/stripchart/eu/figures/param.png
share/gnome/help/stripchart/eu/figures/prefs.png
share/gnome/help/stripchart/eu/figures/text.png
share/gnome/help/stripchart/eu/stripchart.sgml
share/gnome/help/stripchart/eu/authors.html
share/gnome/help/stripchart/eu/bugs.html
share/gnome/help/stripchart/eu/files.html
share/gnome/help/stripchart/eu/license.html
share/gnome/help/stripchart/eu/ln7.html
share/gnome/help/stripchart/eu/options.html
share/gnome/help/stripchart/eu/parameters.html
share/gnome/help/stripchart/eu/preferences.html
share/gnome/help/stripchart/eu/usage.html
share/gnome/help/stripchart/eu/topic.dat
share/gnome/help/gdict/C/index.html
share/gnome/help/gdict/C/figures/gdict-prefs.png
share/gnome/help/gdict/C/figures/gdict-spell.png
share/gnome/help/gdict/C/figures/gdictmain.png
share/gnome/help/gdict/C/gdict.sgml
share/gnome/help/gdict/C/authors.html
share/gnome/help/gdict/C/license.html
share/gnome/help/gdict/C/ln7.html
share/gnome/help/gdict/C/prefs.html
share/gnome/help/gdict/C/usage.html
share/gnome/help/gdict/C/topic.dat
share/gnome/help/gdict/eu/index.html
share/gnome/help/gdict/eu/figures/gdict-prefs.png
share/gnome/help/gdict/eu/figures/gdict-spell.png
share/gnome/help/gdict/eu/figures/gdictmain.png
share/gnome/help/gdict/eu/gdict.sgml
share/gnome/help/gdict/eu/LEGALNOTICE.html
share/gnome/help/gdict/eu/authors.html
share/gnome/help/gdict/eu/license.html
share/gnome/help/gdict/eu/prefs.html
share/gnome/help/gdict/eu/usage.html
share/gnome/help/gdict/eu/topic.dat
share/gnome/help/gdict_util/es/index.html
share/gnome/help/gdict_util/es/figures/gdict-prefs.png
share/gnome/help/gdict_util/es/figures/gdict-spell.png
share/gnome/help/gdict_util/es/figures/gdictmain.png
share/gnome/help/gdict_util/es/gdict_util.sgml
share/gnome/help/gdict_util/es/license.sgml
share/gnome/help/gdict_util/es/licencia-nota-es.sgml
share/gnome/help/gdict_util/es/licencia-es.sgml
share/gnome/help/gdict_util/es/authors.sgml
share/gnome/help/gdict_util/es/gdict.sgml
share/gnome/help/gdict_util/es/ln10.html
share/gnome/help/gdict_util/es/prefs.html
share/gnome/help/gdict_util/es/usage.html
share/gnome/help/gdict_util/es/topic.dat
share/gnome/help/gtt/C/index.html
share/gnome/help/gtt/C/figures/gtt_mainwin.png
share/gnome/help/gtt/C/figures/gtt_prefswin.png
share/gnome/help/gtt/C/gtt.sgml
share/gnome/help/gtt/C/LEGALNOTICE.html
share/gnome/help/gtt/C/authors.html
share/gnome/help/gtt/C/bugs.html
share/gnome/help/gtt/C/dialogs.html
share/gnome/help/gtt/C/license.html
share/gnome/help/gtt/C/ln10.html
share/gnome/help/gtt/C/preferences.html
share/gnome/help/gtt/C/usage.html
share/gnome/help/gtt/C/topic.dat
share/gnome/help/gtt/de/topic.dat
share/gnome/help/gtt/de/index.html
share/gnome/help/gtt/es/index.html
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/authors.html
share/gnome/help/gtt/es/bugs.html
share/gnome/help/gtt/es/dialogs.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/usage.html
share/gnome/help/gtt/es/topic.dat
share/gnome/help/gtt/eu/index.html
share/gnome/help/gtt/eu/figures/gtt_mainwin.png
share/gnome/help/gtt/eu/figures/gtt_prefswin.png
share/gnome/help/gtt/eu/gtt.sgml
share/gnome/help/gtt/eu/LEGALNOTICE.html
share/gnome/help/gtt/eu/authors.html
share/gnome/help/gtt/eu/bugs.html
share/gnome/help/gtt/eu/dialogs.html
share/gnome/help/gtt/eu/license.html
share/gnome/help/gtt/eu/preferences.html
share/gnome/help/gtt/eu/usage.html
share/gnome/help/gtt/eu/topic.dat
share/gnome/help/gshutdown/C/index.html
share/gnome/help/gshutdown/C/figures/gshutdown-advanced.png
share/gnome/help/gshutdown/C/figures/gshutdown-preferences.png
share/gnome/help/gshutdown/C/figures/gshutdown.png
share/gnome/help/gshutdown/C/gshutdown.sgml
share/gnome/help/gshutdown/C/LEGALNOTICE.html
share/gnome/help/gshutdown/C/authors.html
share/gnome/help/gshutdown/C/usage.html
share/gnome/help/gshutdown/C/topic.dat
share/gnome/help/gshutdown/eu/index.html
share/gnome/help/gshutdown/eu/figures/gshutdown-advanced.png
share/gnome/help/gshutdown/eu/figures/gshutdown-preferences.png
share/gnome/help/gshutdown/eu/figures/gshutdown.png
share/gnome/help/gshutdown/eu/gshutdown.sgml
share/gnome/help/gshutdown/eu/LEGALNOTICE.html
share/gnome/help/gshutdown/eu/authors.html
share/gnome/help/gshutdown/eu/usage.html
share/gnome/help/gshutdown/eu/topic.dat
share/gnome/help/gshutdown_util/es/index.html
share/gnome/help/gshutdown_util/es/figures/gshutdown-advanced.png
share/gnome/help/gshutdown_util/es/figures/gshutdown-preferences.png
share/gnome/help/gshutdown_util/es/figures/gshutdown.png
share/gnome/help/gshutdown_util/es/gshutdown_util.sgml
share/gnome/help/gshutdown_util/es/license.sgml
share/gnome/help/gshutdown_util/es/licencia-nota-es.sgml
share/gnome/help/gshutdown_util/es/licencia-es.sgml
share/gnome/help/gshutdown_util/es/authors.sgml
share/gnome/help/gshutdown_util/es/gshutdown.sgml
share/gnome/help/gshutdown_util/es/LEGALNOTICE.html
share/gnome/help/gshutdown_util/es/usage.html
share/gnome/help/gshutdown_util/es/topic.dat
share/gnome/help/guname/C/index.html
share/gnome/help/guname/C/figures/guname-cpuinfo.png
share/gnome/help/guname/C/figures/guname-diskinfo.png
share/gnome/help/guname/C/figures/guname-main.png
share/gnome/help/guname/C/figures/guname-memoryinfo.png
share/gnome/help/guname/C/guname.sgml
share/gnome/help/guname/C/LEGALNOTICE.html
share/gnome/help/guname/C/authors.html
share/gnome/help/guname/C/license.html
share/gnome/help/guname/C/usage.html
share/gnome/help/guname/C/topic.dat
share/gnome/help/guname/eu/index.html
share/gnome/help/guname/eu/figures/guname-cpuinfo.png
share/gnome/help/guname/eu/figures/guname-diskinfo.png
share/gnome/help/guname/eu/figures/guname-main.png
share/gnome/help/guname/eu/figures/guname-memoryinfo.png
share/gnome/help/guname/eu/guname.sgml
share/gnome/help/guname/eu/LEGALNOTICE.html
share/gnome/help/guname/eu/authors.html
share/gnome/help/guname/eu/license.html
share/gnome/help/guname/eu/usage.html
share/gnome/help/guname/eu/topic.dat
share/gnome/help/gw/C/index.html
share/gnome/help/gw/C/figures/gw-main.png
share/gnome/help/gw/C/figures/gw-menuitems.png
share/gnome/help/gw/C/gw.sgml
share/gnome/help/gw/C/LEGALNOTICE.html
share/gnome/help/gw/C/authors.html
share/gnome/help/gw/C/license.html
share/gnome/help/gw/C/prefs.html
share/gnome/help/gw/C/usage.html
share/gnome/help/gw/C/topic.dat
share/gnome/help/gw/eu/index.html
share/gnome/help/gw/eu/figures/gw-main.png
share/gnome/help/gw/eu/figures/gw-menuitems.png
share/gnome/help/gw/eu/gw.sgml
share/gnome/help/gw/eu/LEGALNOTICE.html
share/gnome/help/gw/eu/authors.html
share/gnome/help/gw/eu/license.html
share/gnome/help/gw/eu/prefs.html
share/gnome/help/gw/eu/usage.html
share/gnome/help/gw/eu/topic.dat
share/gnome/help/gless/C/index.html
share/gnome/help/gless/C/figures/gless-main.png
share/gnome/help/gless/C/gless.sgml
share/gnome/help/gless/C/LEGALNOTICE.html
share/gnome/help/gless/C/authors.html
share/gnome/help/gless/C/usage.html
share/gnome/help/gless/C/topic.dat
share/gnome/help/gless/eu/index.html
share/gnome/help/gless/eu/figures/gless-main.png
share/gnome/help/gless/eu/gless.sgml
share/gnome/help/gless/eu/LEGALNOTICE.html
share/gnome/help/gless/eu/authors.html
share/gnome/help/gless/eu/usage.html
share/gnome/help/gless/eu/topic.dat
share/gnome/help/gfontsel/C/index.html
share/gnome/help/gfontsel/C/figures/filterwin.png
share/gnome/help/gfontsel/C/figures/mainshot.png
share/gnome/help/gfontsel/C/gfontsel.sgml
share/gnome/help/gfontsel/C/LEGALNOTICE.html
share/gnome/help/gfontsel/C/authors.html
share/gnome/help/gfontsel/C/filter.html
share/gnome/help/gfontsel/C/fontinfo.html
share/gnome/help/gfontsel/C/license.html
share/gnome/help/gfontsel/C/mainwin.html
share/gnome/help/gfontsel/C/xlfd.html
share/gnome/help/gfontsel/C/topic.dat
share/gnome/help/gfontsel/es/index.html
share/gnome/help/gfontsel/es/figures/filterwin.png
share/gnome/help/gfontsel/es/figures/mainshot.png
share/gnome/help/gfontsel/es/gfontsel.sgml
share/gnome/help/gfontsel/es/authors.html
share/gnome/help/gfontsel/es/filter.html
share/gnome/help/gfontsel/es/fontinfo.html
share/gnome/help/gfontsel/es/ln10.html
share/gnome/help/gfontsel/es/mainwin.html
share/gnome/help/gfontsel/es/xlfd.html
share/gnome/help/gfontsel/es/topic.dat
share/gnome/help/gfontsel/eu/index.html
share/gnome/help/gfontsel/eu/figures/filterwin.png
share/gnome/help/gfontsel/eu/figures/mainshot.png
share/gnome/help/gfontsel/eu/gfontsel.sgml
share/gnome/help/gfontsel/eu/LEGALNOTICE.html
share/gnome/help/gfontsel/eu/authors.html
share/gnome/help/gfontsel/eu/filter.html
share/gnome/help/gfontsel/eu/fontinfo.html
share/gnome/help/gfontsel/eu/license.html
share/gnome/help/gfontsel/eu/mainwin.html
share/gnome/help/gfontsel/eu/xlfd.html
share/gnome/help/gfontsel/eu/topic.dat
share/gnome/help/gcolorsel/C/index.html
share/gnome/help/gcolorsel/C/figures/favorites.png
share/gnome/help/gcolorsel/C/figures/grid.png
share/gnome/help/gcolorsel/C/figures/list.png
share/gnome/help/gcolorsel/C/figures/search.png
share/gnome/help/gcolorsel/C/figures/simple.png
share/gnome/help/gcolorsel/C/gcolorsel.sgml
share/gnome/help/gcolorsel/C/authors.html
share/gnome/help/gcolorsel/C/bugs.html
share/gnome/help/gcolorsel/C/documents.html
share/gnome/help/gcolorsel/C/license.html
share/gnome/help/gcolorsel/C/ln7.html
share/gnome/help/gcolorsel/C/menus.html
share/gnome/help/gcolorsel/C/search.html
share/gnome/help/gcolorsel/C/simple.html
share/gnome/help/gcolorsel/C/usage.html
share/gnome/help/gcolorsel/C/xcolors.html
share/gnome/help/gcolorsel/C/topic.dat
share/gnome/help/gcolorsel/eu/index.html
share/gnome/help/gcolorsel/eu/figures/favorites.png
share/gnome/help/gcolorsel/eu/figures/grid.png
share/gnome/help/gcolorsel/eu/figures/list.png
share/gnome/help/gcolorsel/eu/figures/search.png
share/gnome/help/gcolorsel/eu/figures/simple.png
share/gnome/help/gcolorsel/eu/gcolorsel.sgml
share/gnome/help/gcolorsel/eu/authors.html
share/gnome/help/gcolorsel/eu/bugs.html
share/gnome/help/gcolorsel/eu/documents.html
share/gnome/help/gcolorsel/eu/license.html
share/gnome/help/gcolorsel/eu/ln7.html
share/gnome/help/gcolorsel/eu/menus.html
share/gnome/help/gcolorsel/eu/search.html
share/gnome/help/gcolorsel/eu/simple.html
share/gnome/help/gcolorsel/eu/usage.html
share/gnome/help/gcolorsel/eu/xcolors.html
share/gnome/help/gcolorsel/eu/topic.dat
share/gnome/help/gdialog/C/index.html
share/gnome/help/gdialog/C/figures/example-dialog.png
share/gnome/help/gdialog/C/figures/gdialog-msgbox.png
share/gnome/help/gdialog/C/figures/gdialog-yesno.png
share/gnome/help/gdialog/C/gdialog.sgml
share/gnome/help/gdialog/C/LEGALNOTICE.html
share/gnome/help/gdialog/C/authors.html
share/gnome/help/gdialog/C/bugs.html
share/gnome/help/gdialog/C/dialogs.html
share/gnome/help/gdialog/C/license.html
share/gnome/help/gdialog/C/usage.html
share/gnome/help/meat-grinder/C/index.html
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/meat-grinder.sgml
share/gnome/help/meat-grinder/C/LEGALNOTICE.html
share/gnome/help/meat-grinder/C/authors.html
share/gnome/help/meat-grinder/C/license.html
share/gnome/help/meat-grinder/C/usage.html
share/gnome/help/meat-grinder/C/topic.dat
share/gnome/help/meat-grinder/eu/index.html
share/gnome/help/meat-grinder/eu/figures/meat-grinder-main-full.png
share/gnome/help/meat-grinder/eu/figures/meat-grinder-main.png
share/gnome/help/meat-grinder/eu/meat-grinder.sgml
share/gnome/help/meat-grinder/eu/LEGALNOTICE.html
share/gnome/help/meat-grinder/eu/authors.html
share/gnome/help/meat-grinder/eu/license.html
share/gnome/help/meat-grinder/eu/usage.html
share/gnome/help/meat-grinder/eu/topic.dat
share/gnome/help/gnome-exe-handler/C/index.html
share/gnome/help/gnome-exe-handler/C/gnome-exe-handler.sgml
share/gnome/help/gnome-exe-handler/C/LEGALNOTICE.html
share/gnome/help/gnome-exe-handler/C/authors.html
share/gnome/help/gnome-exe-handler/C/license.html
share/gnome/apps/System/logview.desktop
share/gnome/apps/System/gdiskfree.desktop
share/gnome/apps/System/gshutdown.desktop
share/gnome/apps/System/guname.desktop
share/gnome/apps/System/gw.desktop
share/gnome/apps/Utilities/gcharmap.desktop
share/gnome/apps/Utilities/gcalc.desktop
share/gnome/apps/Utilities/gsearchtool.desktop
share/gnome/apps/Utilities/stripchart.desktop
share/gnome/apps/Utilities/GDict.desktop
share/gnome/apps/Utilities/gless.desktop
share/gnome/apps/Utilities/gfontsel.desktop
share/gnome/apps/Utilities/gcolorsel.desktop
share/gnome/apps/Utilities/meat-grinder.desktop
share/gnome/apps/Applications/gtt.desktop
share/gnome/logview/logview-descript.db
share/gnome/logview/logview-regexp.db
share/gnome/logview/logview-actions.db
share/gnome/applets/Monitors/stripchart-applet.desktop
share/gnome/applets/Utility/gdict.desktop
share/gnome/stripchart/stripchart.conf
share/gnome/stripchart/stripchart.params
share/gnome/gtt/glade/interval_edit.glade
share/gnome/gtt/glade/interval_popup.glade
share/gnome/gtt/glade/journal.glade
share/gnome/gtt/glade/not-implemented.glade
share/gnome/gtt/glade/plugin.glade
share/gnome/gtt/glade/prefs.glade
share/gnome/gtt/glade/project_properties.glade
share/gnome/gtt/glade/task_popup.glade
share/gnome/gtt/glade/task_properties.glade
share/gnome/gtt/ghtml/C/bigtable.ghtml
share/gnome/gtt/ghtml/C/invoice.ghtml
share/gnome/gtt/ghtml/C/journal.ghtml
share/gnome/gtt/ghtml/C/primer.ghtml
share/gnome/gtt/ghtml/C/noproject.ghtml
share/gnome/gcolorsel/glade/dialog-new-doc.glade
share/gnome/gcolorsel/glade/dialog-new-view.glade
share/gnome/gcolorsel/glade/dialog-prefs.glade
share/gnome/gcolorsel/glade/mdi-color-generic-properties.glade
share/gnome/gcolorsel/glade/mdi-color-file-properties.glade
share/gnome/gcolorsel/glade/view-color-edit.glade
share/gnome/gcolorsel/glade/view-color-generic-properties.glade
share/gnome/gcolorsel/glade/view-color-grid-properties.glade
share/gnome/gcolorsel/glade/view-color-list-properties.glade
share/gnome/application-registry/gnome-exe.applications
share/gnome/mime-info/gnome-exe.keys
share/gnome/omf/gnome-utils/gcalc-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcalc-de.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-de.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcalc-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcalc-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcalc-it.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcalc-it.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcharmap-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcharmap-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcharmap-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcharmap-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcolorsel-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcolorsel-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gcolorsel-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gcolorsel-eu.omf 2>/dev/null || /usr/bin/true
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/gdict-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdict-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gdict-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdict-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gdict-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdict-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gdiskfree-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gdiskfree-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gdiskfree-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gdiskfree-it.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gdiskfree-it.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gfontsel-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gfontsel-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gfontsel-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gfontsel-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gfontsel-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gfontsel-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gless-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gless-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gless-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gless-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gsearchtool-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gsearchtool-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gsearchtool-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gsearchtool-it.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gsearchtool-it.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gshutdown-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gshutdown-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gshutdown-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gshutdown-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gshutdown-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gshutdown-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gtt-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gtt-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gtt-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gtt-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/guname-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/guname-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/guname-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/guname-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gw-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gw-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/gw-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/gw-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/logview-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/logview-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/meat-grinder-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/meat-grinder-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/meat-grinder-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/meat-grinder-eu.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/stripchart-C.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/stripchart-C.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/stripchart-es.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/stripchart-es.omf 2>/dev/null || /usr/bin/true
share/gnome/omf/gnome-utils/stripchart-eu.omf
@exec scrollkeeper-install -q %D/share/gnome/omf/gnome-utils/stripchart-eu.omf 2>/dev/null || /usr/bin/true
share/locale/az/LC_MESSAGES/gnome-utils.mo
share/locale/ca/LC_MESSAGES/gnome-utils.mo
share/locale/cs/LC_MESSAGES/gnome-utils.mo
share/locale/da/LC_MESSAGES/gnome-utils.mo
share/locale/de/LC_MESSAGES/gnome-utils.mo
share/locale/el/LC_MESSAGES/gnome-utils.mo
share/locale/en_GB/LC_MESSAGES/gnome-utils.mo
share/locale/es/LC_MESSAGES/gnome-utils.mo
share/locale/et/LC_MESSAGES/gnome-utils.mo
share/locale/eu/LC_MESSAGES/gnome-utils.mo
share/locale/fi/LC_MESSAGES/gnome-utils.mo
share/locale/fr/LC_MESSAGES/gnome-utils.mo
share/locale/ga/LC_MESSAGES/gnome-utils.mo
share/locale/gl/LC_MESSAGES/gnome-utils.mo
share/locale/hu/LC_MESSAGES/gnome-utils.mo
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/nn/LC_MESSAGES/gnome-utils.mo
share/locale/no/LC_MESSAGES/gnome-utils.mo
share/locale/pl/LC_MESSAGES/gnome-utils.mo
share/locale/pt/LC_MESSAGES/gnome-utils.mo
share/locale/pt_BR/LC_MESSAGES/gnome-utils.mo
share/locale/ro/LC_MESSAGES/gnome-utils.mo
share/locale/ru/LC_MESSAGES/gnome-utils.mo
share/locale/sk/LC_MESSAGES/gnome-utils.mo
share/locale/sl/LC_MESSAGES/gnome-utils.mo
share/locale/sv/LC_MESSAGES/gnome-utils.mo
share/locale/ta/LC_MESSAGES/gnome-utils.mo
share/locale/tr/LC_MESSAGES/gnome-utils.mo
share/locale/uk/LC_MESSAGES/gnome-utils.mo
share/locale/wa/LC_MESSAGES/gnome-utils.mo
share/locale/zh_TW/LC_MESSAGES/gnome-utils.mo
share/locale/zh_CN/LC_MESSAGES/gnome-utils.mo
@dirrm share/gnome/pixmaps/logview
@dirrm share/gnome/help/logview/C/stylesheet-images
@dirrm share/gnome/help/logview/C/figures
@dirrm share/gnome/help/logview/C
@dirrm share/gnome/help/logview
@dirrm share/gnome/help/gcharmap/C/stylesheet-images
@dirrm share/gnome/help/gcharmap/C/figures
@dirrm share/gnome/help/gcharmap/C
@dirrm share/gnome/help/gcharmap/eu/stylesheet-images
@dirrm share/gnome/help/gcharmap/eu/figures
@dirrm share/gnome/help/gcharmap/eu
@dirrm share/gnome/help/gcharmap
@dirrm share/gnome/help/gcalc/C/stylesheet-images
@dirrm share/gnome/help/gcalc/C/figures
@dirrm share/gnome/help/gcalc/C
@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/es/stylesheet-images
@dirrm share/gnome/help/gcalc/es/figures
@dirrm share/gnome/help/gcalc/es
@dirrm share/gnome/help/gcalc/eu/stylesheet-images
@dirrm share/gnome/help/gcalc/eu/figures
@dirrm share/gnome/help/gcalc/eu
@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
@dirrm share/gnome/help/gsearchtool/C/stylesheet-images
@dirrm share/gnome/help/gsearchtool/C/figures
@dirrm share/gnome/help/gsearchtool/C
@dirrm share/gnome/help/gsearchtool/es/stylesheet-images
@dirrm share/gnome/help/gsearchtool/es/figures
@dirrm share/gnome/help/gsearchtool/es
@dirrm share/gnome/help/gsearchtool/eu/stylesheet-images
@dirrm share/gnome/help/gsearchtool/eu/figures
@dirrm share/gnome/help/gsearchtool/eu
@dirrm share/gnome/help/gsearchtool/it/stylesheet-images
@dirrm share/gnome/help/gsearchtool/it/figures
@dirrm share/gnome/help/gsearchtool/it
@dirrm share/gnome/help/gsearchtool
@dirrm share/gnome/help/gdiskfree/C/stylesheet-images
@dirrm share/gnome/help/gdiskfree/C/figures
@dirrm share/gnome/help/gdiskfree/C
@dirrm share/gnome/help/gdiskfree/eu/stylesheet-images
@dirrm share/gnome/help/gdiskfree/eu/figures
@dirrm share/gnome/help/gdiskfree/eu
@dirrm share/gnome/help/gdiskfree/it/stylesheet-images
@dirrm share/gnome/help/gdiskfree/it/figures
@dirrm share/gnome/help/gdiskfree/it
@dirrm share/gnome/help/gdiskfree
@dirrm share/gnome/help/gdiskfree_util/es/stylesheet-images
@dirrm share/gnome/help/gdiskfree_util/es/figures
@dirrm share/gnome/help/gdiskfree_util/es
@dirrm share/gnome/help/gdiskfree_util
@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/es/stylesheet-images
@dirrm share/gnome/help/stripchart/es/figures
@dirrm share/gnome/help/stripchart/es
@dirrm share/gnome/help/stripchart/eu/stylesheet-images
@dirrm share/gnome/help/stripchart/eu/figures
@dirrm share/gnome/help/stripchart/eu
@dirrm share/gnome/help/stripchart
@dirrm share/gnome/help/gdict/C/stylesheet-images
@dirrm share/gnome/help/gdict/C/figures
@dirrm share/gnome/help/gdict/C
@dirrm share/gnome/help/gdict/eu/stylesheet-images
@dirrm share/gnome/help/gdict/eu/figures
@dirrm share/gnome/help/gdict/eu
@dirrm share/gnome/help/gdict
@dirrm share/gnome/help/gdict_util/es/stylesheet-images
@dirrm share/gnome/help/gdict_util/es/figures
@dirrm share/gnome/help/gdict_util/es
@dirrm share/gnome/help/gdict_util
@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/de
@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/eu/stylesheet-images
@dirrm share/gnome/help/gtt/eu/figures
@dirrm share/gnome/help/gtt/eu
@dirrm share/gnome/help/gtt
@dirrm share/gnome/help/gshutdown/C/stylesheet-images
@dirrm share/gnome/help/gshutdown/C/figures
@dirrm share/gnome/help/gshutdown/C
@dirrm share/gnome/help/gshutdown/eu/stylesheet-images
@dirrm share/gnome/help/gshutdown/eu/figures
@dirrm share/gnome/help/gshutdown/eu
@dirrm share/gnome/help/gshutdown
@dirrm share/gnome/help/gshutdown_util/es/stylesheet-images
@dirrm share/gnome/help/gshutdown_util/es/figures
@dirrm share/gnome/help/gshutdown_util/es
@dirrm share/gnome/help/gshutdown_util
@dirrm share/gnome/help/guname/C/stylesheet-images
@dirrm share/gnome/help/guname/C/figures
@dirrm share/gnome/help/guname/C
@dirrm share/gnome/help/guname/eu/stylesheet-images
@dirrm share/gnome/help/guname/eu/figures
@dirrm share/gnome/help/guname/eu
@dirrm share/gnome/help/guname
@dirrm share/gnome/help/gw/C/stylesheet-images
@dirrm share/gnome/help/gw/C/figures
@dirrm share/gnome/help/gw/C
@dirrm share/gnome/help/gw/eu/stylesheet-images
@dirrm share/gnome/help/gw/eu/figures
@dirrm share/gnome/help/gw/eu
@dirrm share/gnome/help/gw
@dirrm share/gnome/help/gless/C/stylesheet-images
@dirrm share/gnome/help/gless/C/figures
@dirrm share/gnome/help/gless/C
@dirrm share/gnome/help/gless/eu/stylesheet-images
@dirrm share/gnome/help/gless/eu/figures
@dirrm share/gnome/help/gless/eu
@dirrm share/gnome/help/gless
@dirrm share/gnome/help/gfontsel/C/stylesheet-images
@dirrm share/gnome/help/gfontsel/C/figures
@dirrm share/gnome/help/gfontsel/C
@dirrm share/gnome/help/gfontsel/es/stylesheet-images
@dirrm share/gnome/help/gfontsel/es/figures
@dirrm share/gnome/help/gfontsel/es
@dirrm share/gnome/help/gfontsel/eu/stylesheet-images
@dirrm share/gnome/help/gfontsel/eu/figures
@dirrm share/gnome/help/gfontsel/eu
@dirrm share/gnome/help/gfontsel
@dirrm share/gnome/help/gcolorsel/C/stylesheet-images
@dirrm share/gnome/help/gcolorsel/C/figures
@dirrm share/gnome/help/gcolorsel/C
@dirrm share/gnome/help/gcolorsel/eu/stylesheet-images
@dirrm share/gnome/help/gcolorsel/eu/figures
@dirrm share/gnome/help/gcolorsel/eu
@dirrm share/gnome/help/gcolorsel
@dirrm share/gnome/help/gdialog/C/stylesheet-images
@dirrm share/gnome/help/gdialog/C/figures
@dirrm share/gnome/help/gdialog/C
@dirrm share/gnome/help/gdialog
@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/eu/stylesheet-images
@dirrm share/gnome/help/meat-grinder/eu/figures
@dirrm share/gnome/help/meat-grinder/eu
@dirrm share/gnome/help/meat-grinder
@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/logview
@dirrm share/gnome/stripchart
@dirrm share/gnome/gtt/glade
@dirrm share/gnome/gtt/ghtml/C
@dirrm share/gnome/gtt/ghtml
@dirrm share/gnome/gtt
@dirrm share/gnome/gcolorsel/glade
@dirrm share/gnome/gcolorsel
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-de.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-es.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcalc-it.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcharmap-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcharmap-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcolorsel-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gcolorsel-eu.omf 2>/dev/null || /usr/bin/true
@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/gdict-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdict-es.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdict-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-es.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gdiskfree-it.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gfontsel-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gfontsel-es.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gfontsel-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gless-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gless-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gnome-exe-handler-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-es.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gsearchtool-it.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gshutdown-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gshutdown-es.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gshutdown-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gtt-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gtt-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/guname-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/guname-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gw-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/gw-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/logview-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/meat-grinder-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/meat-grinder-eu.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/stripchart-C.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/stripchart-es.omf 2>/dev/null || /usr/bin/true
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gnome-utils/stripchart-eu.omf 2>/dev/null || /usr/bin/true

View File

@ -60,7 +60,6 @@
SUBDIR += freetype2
SUBDIR += ft2demos
SUBDIR += gfontview
SUBDIR += ggv
SUBDIR += ggv2
SUBDIR += ghostscript-afpl
SUBDIR += ghostscript-afpl-nox11

View File

@ -1,29 +0,0 @@
# New ports collection makefile for: ggv
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= ggv
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/ggv/1.0
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME ghostscript viewer
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack bonobo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-bonobo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (ggv-1.0.2.tar.gz) = e0ee798f23a87493d2184cf9409be87d

View File

@ -1,25 +0,0 @@
$FreeBSD$
--- configure 2001/11/12 12:25:30 1.1
+++ configure 2001/11/12 12:25:34
@@ -10454,15 +10454,15 @@
echo "${ECHO_T}no" >&6
fi
- USE_INCLUDED_LIBINTL=yes
+# USE_INCLUDED_LIBINTL=yes
CATOBJEXT=.gmo
INSTOBJEXT=.mo
DATADIRNAME=share
- INTLDEPS='$(top_builddir)/intl/libintl.a'
+ INTLDEPS='-lintl'
INTLLIBS=$INTLDEPS
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
- nls_cv_header_intl=intl/libintl.h
- nls_cv_header_libgt=intl/libgettext.h
+# nls_cv_header_intl=intl/libintl.h
+# nls_cv_header_libgt=intl/libgettext.h
fi
if test "$XGETTEXT" != ":"; then

View File

@ -1,6 +0,0 @@
--- src/ps.h.orig Tue Feb 13 12:21:25 2001
+++ src/ps.h Tue Feb 27 18:50:19 2001
@@ -45,2 +45,3 @@
+#undef NONE
enum { ATEND = -1, NONE = 0, PORTRAIT, LANDSCAPE, ASCEND, DESCEND, SPECIAL };

View File

@ -1,6 +0,0 @@
--- app-docs.make.orig Tue Mar 27 14:36:27 2001
+++ app-docs.make Tue Apr 17 19:42:48 2001
@@ -1,2 +1,2 @@
-helpdir = $(datadir)/gnome/help/$(app)/$(lang)
+helpdir = $(datadir)/help/$(app)/$(lang)
help_DATA = \

View File

@ -1,28 +0,0 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test "$build_libtool_need_lc" = "yes"; then
@@ -4175,10 +4178,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,14 +0,0 @@
$FreeBSD$
--- src/Makefile.in 2001/11/12 12:29:36 1.1
+++ src/Makefile.in 2001/11/12 12:31:39
@@ -139,7 +139,7 @@
SUBDIRS = stock
-INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\"
+INCLUDES = -I$(includedir) $(GNOME_INCLUDEDIR) -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" $(EXTRA_GNOME_CFLAGS)
@BONOBO_TRUE@bonobo_components = bonobo-application-ps

View File

@ -1,11 +0,0 @@
--- src/gtkgs.c.orig Tue Oct 23 23:37:33 2001
+++ src/gtkgs.c Sat Feb 2 19:14:29 2002
@@ -1273,7 +1273,7 @@
fname = ggv_quote_filename (filename);
filename_dsc = tempnam (g_get_tmp_dir(), "dsc");
filename_err = tempnam (g_get_tmp_dir(), "err");
- cmd = g_strdup_printf (gs_scan_pdf_cmd, "\"", fname ,"\"", "\", filename_dsc");
+ cmd = g_strdup_printf (gs_scan_pdf_cmd, fname, filename_dsc);
g_free (fname);
/* this command (sometimes?) prints error messages to stdout! */
cmdline = g_strdup_printf ("%s >%s 2>&1", cmd, filename_err);

View File

@ -1,148 +0,0 @@
$FreeBSD$
--- src/ps.c.orig Mon Jan 22 16:04:50 2001
+++ src/ps.c Fri Oct 18 11:19:55 2002
@@ -282,7 +282,7 @@
/* Jake Hamby patch 18/3/98 */
- sscanf(line, "%*s %s", text);
+ sscanf(line, "%*s %256s", text);
/*doc->epsf = iscomment(text, "EPSF-");*/
doc->epsf = iscomment(text, "EPSF"); /* Hamby - This line changed */
doc->beginheader = position;
@@ -323,7 +323,7 @@
} else if (doc->date == NULL && iscomment(line+2, "CreationDate:")) {
doc->date = gettextline(line+length("%%CreationDate:"));
} else if (bb_set == NONE && iscomment(line+2, "BoundingBox:")) {
- sscanf(line+length("%%BoundingBox:"), "%s", text);
+ sscanf(line+length("%%BoundingBox:"), "%256s", text);
if (strcmp(text, "(atend)") == 0) {
bb_set = ATEND;
} else {
@@ -355,7 +355,7 @@
}
} else if (orientation_set == NONE &&
iscomment(line+2, "Orientation:")) {
- sscanf(line+length("%%Orientation:"), "%s", text);
+ sscanf(line+length("%%Orientation:"), "%256s", text);
if (strcmp(text, "(atend)") == 0) {
orientation_set = ATEND;
} else if (strcmp(text, "Portrait") == 0) {
@@ -366,7 +366,7 @@
orientation_set = 1;
}
} else if (page_order_set == NONE && iscomment(line+2, "PageOrder:")) {
- sscanf(line+length("%%PageOrder:"), "%s", text);
+ sscanf(line+length("%%PageOrder:"), "%256s", text);
if (strcmp(text, "(atend)") == 0) {
page_order_set = ATEND;
} else if (strcmp(text, "Ascend") == 0) {
@@ -380,7 +380,7 @@
page_order_set = 1;
}
} else if (pages_set == NONE && iscomment(line+2, "Pages:")) {
- sscanf(line+length("%%Pages:"), "%s", text);
+ sscanf(line+length("%%Pages:"), "%256s", text);
if (strcmp(text, "(atend)") == 0) {
pages_set = ATEND;
} else {
@@ -579,7 +579,7 @@
/* Do nothing */
} else if (doc->default_page_orientation == NONE &&
iscomment(line+2, "PageOrientation:")) {
- sscanf(line+length("%%PageOrientation:"), "%s", text);
+ sscanf(line+length("%%PageOrientation:"), "%256s", text);
if (strcmp(text, "Portrait") == 0) {
doc->default_page_orientation = PORTRAIT;
} else if (strcmp(text, "Landscape") == 0) {
@@ -703,7 +703,7 @@
/* Do nothing */
} else if (doc->default_page_orientation == NONE &&
iscomment(line+2, "PageOrientation:")) {
- sscanf(line+length("%%PageOrientation:"), "%s", text);
+ sscanf(line+length("%%PageOrientation:"), "%256s", text);
if (strcmp(text, "Portrait") == 0) {
doc->default_page_orientation = PORTRAIT;
} else if (strcmp(text, "Landscape") == 0) {
@@ -842,7 +842,7 @@
/* Do nothing */
} else if (doc->pages[doc->numpages].orientation == NONE &&
iscomment(line+2, "PageOrientation:")) {
- sscanf(line+length("%%PageOrientation:"), "%s", text);
+ sscanf(line+length("%%PageOrientation:"), "%256s", text);
if (strcmp(text, "Portrait") == 0) {
doc->pages[doc->numpages].orientation = PORTRAIT;
} else if (strcmp(text, "Landscape") == 0) {
@@ -874,7 +874,7 @@
g_free(cp);
} else if ((page_bb_set == NONE || page_bb_set == ATEND) &&
iscomment(line+2, "PageBoundingBox:")) {
- sscanf(line+length("%%PageBoundingBox:"), "%s", text);
+ sscanf(line+length("%%PageBoundingBox:"), "%256s", text);
if (strcmp(text, "(atend)") == 0) {
page_bb_set = ATEND;
} else {
@@ -988,14 +988,14 @@
}
} else if (orientation_set == ATEND &&
iscomment(line+2, "Orientation:")) {
- sscanf(line+length("%%Orientation:"), "%s", text);
+ sscanf(line+length("%%Orientation:"), "%256s", text);
if (strcmp(text, "Portrait") == 0) {
doc->orientation = PORTRAIT;
} else if (strcmp(text, "Landscape") == 0) {
doc->orientation = LANDSCAPE;
}
} else if (page_order_set == ATEND && iscomment(line+2, "PageOrder:")) {
- sscanf(line+length("%%PageOrder:"), "%s", text);
+ sscanf(line+length("%%PageOrder:"), "%256s", text);
if (strcmp(text, "Ascend") == 0) {
doc->pageorder = ASCEND;
} else if (strcmp(text, "Descend") == 0) {
@@ -1277,7 +1277,7 @@
else if IS_BEGIN("Data:") {
text[0] = '\0';
strcpy(save, line+7);
- if (sscanf(line+length("%%BeginData:"), "%d %*s %s", &num, text) >= 1) {
+ if (sscanf(line+length("%%BeginData:"), "%d %*s %256s", &num, text) >= 1) {
if (strcmp(text, "Lines") == 0) {
for (i=0; i < num; i++) {
cp = fgets(line, size, fp);
@@ -1394,7 +1394,7 @@
} else if (iscomment(line+7, "Data:")) {
text[0] = '\0';
strcpy(save, line+7);
- if (sscanf(line+length("%%BeginData:"), "%d %*s %s", &num, text) >= 1) {
+ if (sscanf(line+length("%%BeginData:"), "%d %*s %256s", &num, text) >= 1) {
if (strcmp(text, "Lines") == 0) {
for (i=0; i < num; i++) {
cp = fgets(line, size, fp);
@@ -1470,7 +1470,7 @@
} else if (iscomment(line+7, "Data:")) {
text[0] = '\0';
if (sscanf(line+length("%%BeginData:"),
- "%d %*s %s", &num, text) >= 1) {
+ "%d %*s %256s", &num, text) >= 1) {
if (strcmp(text, "Lines") == 0) {
for (i=0; i < num; i++) {
fgets(line, sizeof line, from);
@@ -1538,7 +1538,7 @@
} else if (iscomment(line+7, "Data:")) {
text[0] = '\0';
if (sscanf(line+length("%%BeginData:"),
- "%d %*s %s", &num, text) >= 1) {
+ "%d %*s %256s", &num, text) >= 1) {
if (strcmp(text, "Lines") == 0) {
for (i=0; i < num; i++) {
fgets(line, sizeof line, from);
@@ -1623,7 +1623,7 @@
g_free(comment);
continue;
}
- sscanf(comment+length("%%Pages:"), "%s", text);
+ sscanf(comment+length("%%Pages:"), "%256s", text);
if (strcmp(text, "(atend)") == 0) {
fputs(comment, dest_file);
pages_atend = TRUE;

View File

@ -1 +0,0 @@
GNOME ghostscript viewer

View File

@ -1,116 +0,0 @@
bin/bonobo-application-ps
bin/ggv
share/gnome/apps/Graphics/ggv.desktop
share/gnome/help/ggv/C/docbook.css
share/gnome/help/ggv/C/ggv.sgml
share/gnome/help/ggv/C/index.html
share/gnome/help/ggv/C/intro.html
share/gnome/help/ggv/C/ln21.html
share/gnome/help/ggv/C/mainwin.html
share/gnome/help/ggv/C/menuopts.html
share/gnome/help/ggv/C/options.html
share/gnome/help/ggv/C/prefs.html
share/gnome/help/ggv/C/probs.html
share/gnome/help/ggv/C/stylesheet-images/caution.gif
share/gnome/help/ggv/C/stylesheet-images/home.gif
share/gnome/help/ggv/C/stylesheet-images/important.gif
share/gnome/help/ggv/C/stylesheet-images/next.gif
share/gnome/help/ggv/C/stylesheet-images/note.gif
share/gnome/help/ggv/C/stylesheet-images/prev.gif
share/gnome/help/ggv/C/stylesheet-images/tip.gif
share/gnome/help/ggv/C/stylesheet-images/toc-blank.gif
share/gnome/help/ggv/C/stylesheet-images/toc-minus.gif
share/gnome/help/ggv/C/stylesheet-images/toc-plus.gif
share/gnome/help/ggv/C/stylesheet-images/up.gif
share/gnome/help/ggv/C/stylesheet-images/warning.gif
share/gnome/help/ggv/C/topic.dat
share/gnome/help/ggv/it/docbook.css
share/gnome/help/ggv/it/ggv.sgml
share/gnome/help/ggv/it/index.html
share/gnome/help/ggv/it/intro.html
share/gnome/help/ggv/it/ln21.html
share/gnome/help/ggv/it/mainwin.html
share/gnome/help/ggv/it/menuopts.html
share/gnome/help/ggv/it/options.html
share/gnome/help/ggv/it/prefs.html
share/gnome/help/ggv/it/probs.html
share/gnome/help/ggv/it/stylesheet-images/caution.gif
share/gnome/help/ggv/it/stylesheet-images/home.gif
share/gnome/help/ggv/it/stylesheet-images/important.gif
share/gnome/help/ggv/it/stylesheet-images/next.gif
share/gnome/help/ggv/it/stylesheet-images/note.gif
share/gnome/help/ggv/it/stylesheet-images/prev.gif
share/gnome/help/ggv/it/stylesheet-images/tip.gif
share/gnome/help/ggv/it/stylesheet-images/toc-blank.gif
share/gnome/help/ggv/it/stylesheet-images/toc-minus.gif
share/gnome/help/ggv/it/stylesheet-images/toc-plus.gif
share/gnome/help/ggv/it/stylesheet-images/up.gif
share/gnome/help/ggv/it/stylesheet-images/warning.gif
share/gnome/help/ggv/it/topic.dat
share/gnome/help/ggv/ja/docbook.css
share/gnome/help/ggv/ja/ggv.sgml
share/gnome/help/ggv/ja/index.html
share/gnome/help/ggv/ja/intro.html
share/gnome/help/ggv/ja/ln21.html
share/gnome/help/ggv/ja/mainwin.html
share/gnome/help/ggv/ja/menuopts.html
share/gnome/help/ggv/ja/options.html
share/gnome/help/ggv/ja/prefs.html
share/gnome/help/ggv/ja/probs.html
share/gnome/help/ggv/ja/stylesheet-images/caution.gif
share/gnome/help/ggv/ja/stylesheet-images/home.gif
share/gnome/help/ggv/ja/stylesheet-images/important.gif
share/gnome/help/ggv/ja/stylesheet-images/next.gif
share/gnome/help/ggv/ja/stylesheet-images/note.gif
share/gnome/help/ggv/ja/stylesheet-images/prev.gif
share/gnome/help/ggv/ja/stylesheet-images/tip.gif
share/gnome/help/ggv/ja/stylesheet-images/toc-blank.gif
share/gnome/help/ggv/ja/stylesheet-images/toc-minus.gif
share/gnome/help/ggv/ja/stylesheet-images/toc-plus.gif
share/gnome/help/ggv/ja/stylesheet-images/up.gif
share/gnome/help/ggv/ja/stylesheet-images/warning.gif
share/gnome/help/ggv/ja/topic.dat
share/gnome/oaf/Bonobo_GGV.oafinfo
share/gnome/omf/ggv/ggv-C.omf
share/gnome/omf/ggv/ggv-it.omf
share/gnome/omf/ggv/ggv-ja.omf
share/gnome/pixmaps/ggv-splash.png
share/gnome/pixmaps/gnome-ghostview.png
share/locale/ca/LC_MESSAGES/ggv.mo
share/locale/cs/LC_MESSAGES/ggv.mo
share/locale/da/LC_MESSAGES/ggv.mo
share/locale/de/LC_MESSAGES/ggv.mo
share/locale/el/LC_MESSAGES/ggv.mo
share/locale/es/LC_MESSAGES/ggv.mo
share/locale/fi/LC_MESSAGES/ggv.mo
share/locale/fr/LC_MESSAGES/ggv.mo
share/locale/ga/LC_MESSAGES/ggv.mo
share/locale/gl/LC_MESSAGES/ggv.mo
share/locale/hr/LC_MESSAGES/ggv.mo
share/locale/hu/LC_MESSAGES/ggv.mo
share/locale/it/LC_MESSAGES/ggv.mo
share/locale/ja/LC_MESSAGES/ggv.mo
share/locale/ko/LC_MESSAGES/ggv.mo
share/locale/lt/LC_MESSAGES/ggv.mo
share/locale/nl/LC_MESSAGES/ggv.mo
share/locale/no/LC_MESSAGES/ggv.mo
share/locale/pl/LC_MESSAGES/ggv.mo
share/locale/pt/LC_MESSAGES/ggv.mo
share/locale/pt_BR/LC_MESSAGES/ggv.mo
share/locale/ro/LC_MESSAGES/ggv.mo
share/locale/ru/LC_MESSAGES/ggv.mo
share/locale/sk/LC_MESSAGES/ggv.mo
share/locale/sl/LC_MESSAGES/ggv.mo
share/locale/sv/LC_MESSAGES/ggv.mo
share/locale/tr/LC_MESSAGES/ggv.mo
share/locale/uk/LC_MESSAGES/ggv.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/ggv.mo
share/locale/zh_TW/LC_MESSAGES/ggv.mo
@dirrm share/gnome/omf/ggv
@dirrm share/gnome/help/ggv/ja/stylesheet-images
@dirrm share/gnome/help/ggv/ja
@dirrm share/gnome/help/ggv/it/stylesheet-images
@dirrm share/gnome/help/ggv/it
@dirrm share/gnome/help/ggv/C/stylesheet-images
@dirrm share/gnome/help/ggv/C
@dirrm share/gnome/help/ggv

View File

@ -121,7 +121,6 @@
SUBDIR += gtk-imonc
SUBDIR += gtk-send-pr
SUBDIR += gtoaster
SUBDIR += gtop
SUBDIR += gupsc
SUBDIR += hammerhead
SUBDIR += healthd

View File

@ -1,27 +0,0 @@
# New ports collection makefile for: gtop
# Date created: 28 September 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#
PORTNAME= gtop
PORTVERSION= 1.0.13
PORTREVISION= 1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gtop/1.0
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME system moniter program
LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop
USE_X_PREFIX= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAKE_ENV= OLD_PO_FILE_INPUT=1
.include <bsd.port.mk>

View File

@ -1 +0,0 @@
MD5 (gtop-1.0.13.tar.gz) = 4580801db3c87784b25f46a5bf1f5aba

View File

@ -1,32 +0,0 @@
--- main.c.orig Mon May 22 13:25:21 2000
+++ main.c Sun Aug 6 21:01:42 2000
@@ -33,6 +33,8 @@
#include <gnome.h>
#include <libgnomeui/gnome-window-icon.h>
+#include <floatingpoint.h>
+
#include <glibtop/close.h>
#include <locale.h>
@@ -206,6 +208,8 @@
poptContext ctx;
const char **args;
+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV));
+
setlocale (LC_ALL, "");
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
textdomain (PACKAGE);
@@ -295,6 +299,11 @@
gtop_properties.global.show_toolbar);
gnome_config_sync ();
}
+
+#ifndef __alpha__
+ fpresetsticky (FP_X_DZ|FP_X_INV);
+#endif
+ fpsetmask (FP_X_DZ|FP_X_INV);
return 0;
}

View File

@ -1 +0,0 @@
GNOME system moniter program

View File

@ -1,45 +0,0 @@
bin/gtop
share/gnome/apps/System/gtop.desktop
share/gnome/gtoprc
share/gnome/help/gtop/C/figs/gtop-fs-1.png
share/gnome/help/gtop/C/figs/gtop-fs-2.png
share/gnome/help/gtop/C/figs/gtop-mem.png
share/gnome/help/gtop/C/figs/gtop-pic-bottom.png
share/gnome/help/gtop/C/figs/gtop-pic-main.png
share/gnome/help/gtop/C/figs/gtop-pic-middle.png
share/gnome/help/gtop/C/figs/gtop-pic-top.png
share/gnome/help/gtop/C/figs/gtop-prefs.png
share/gnome/help/gtop/C/figs/gtop-proc.png
share/gnome/help/gtop/C/topic.dat
share/gnome/pixmaps/gnome-gtop.png
share/locale/az/LC_MESSAGES/gtop.mo
share/locale/ca/LC_MESSAGES/gtop.mo
share/locale/cs/LC_MESSAGES/gtop.mo
share/locale/da/LC_MESSAGES/gtop.mo
share/locale/de/LC_MESSAGES/gtop.mo
share/locale/el/LC_MESSAGES/gtop.mo
share/locale/es/LC_MESSAGES/gtop.mo
share/locale/fr/LC_MESSAGES/gtop.mo
share/locale/ga/LC_MESSAGES/gtop.mo
share/locale/gl/LC_MESSAGES/gtop.mo
share/locale/hu/LC_MESSAGES/gtop.mo
share/locale/it/LC_MESSAGES/gtop.mo
share/locale/ja/LC_MESSAGES/gtop.mo
share/locale/ko/LC_MESSAGES/gtop.mo
share/locale/lt/LC_MESSAGES/gtop.mo
share/locale/no/LC_MESSAGES/gtop.mo
share/locale/pl/LC_MESSAGES/gtop.mo
share/locale/pt/LC_MESSAGES/gtop.mo
share/locale/pt_BR/LC_MESSAGES/gtop.mo
share/locale/ro/LC_MESSAGES/gtop.mo
share/locale/ru/LC_MESSAGES/gtop.mo
share/locale/sk/LC_MESSAGES/gtop.mo
share/locale/sl/LC_MESSAGES/gtop.mo
share/locale/sv/LC_MESSAGES/gtop.mo
share/locale/tr/LC_MESSAGES/gtop.mo
share/locale/uk/LC_MESSAGES/gtop.mo
share/locale/zh_CN.GB2312/LC_MESSAGES/gtop.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gtop.mo
@dirrm share/gnome/help/gtop/C/figs
@dirrm share/gnome/help/gtop/C
@dirrm share/gnome/help/gtop

View File

@ -75,7 +75,6 @@
SUBDIR += ratpoison
SUBDIR += sapphire
SUBDIR += sapphire-themes
SUBDIR += sawfish
SUBDIR += sawfish2
SUBDIR += scwm
SUBDIR += spager

View File

@ -1,66 +0,0 @@
# New ports collection makefile for: sawfish
# Date created: 13 September 1999
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sawfish
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sawmill
DISTNAME= ${PORTNAME}-${PORTVERSION}-gtk1
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lisp configurable window manager
LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep \
Xft.2:${PORTSDIR}/x11-fonts/Xft
BUILD_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
RUN_DEPENDS= ${X11BASE}/libexec/rep/${GNUHOST}/gtk.so:${PORTSDIR}/x11-toolkits/rep-gtk
GNUHOST= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION}
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
WANT_GNOME= yes
USE_GNOME= gnomehack gnomehier gtk12 imlib esound
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-readline
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \
-I${LOCALBASE}/include/freetype2" LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
.undef WITHOUT_GNOME
.undef WITHOUT_ALL
WITH_GNOME= yes
.endif
.include <bsd.port.pre.mk>
.if ${HAVE_GNOME:Mlibcapplet}!="" && ${HAVE_GNOME:Mgdkpixbuf}!=""
USE_GNOME+= libcapplet gdkpixbuf
PKGNAMESUFFIX= -gnome
CONFIGURE_ARGS+=--enable-capplet
.else
CONFIGURE_ARGS+=--disable-capplet \
--disable-gnome-widgets \
--without-gdk-pixbuf
.endif
post-patch:
@${REINPLACE_CMD} -e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
s|[(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
post-install:
install-info --section="X11 window manager" \
--entry="* sawfish: (sawfish). sawfish programming manual" \
${PREFIX}/info/sawfish.info ${PREFIX}/info/dir
.include <bsd.port.post.mk>

View File

@ -1 +0,0 @@
MD5 (gnome/sawfish-1.2-gtk1.tar.gz) = b557f4e2cc91a6d2351ed374ebd5b5f4

View File

@ -1,11 +0,0 @@
--- configure.in.orig Mon Dec 4 21:03:30 2000
+++ configure.in Tue Dec 5 14:57:18 2000
@@ -56,7 +56,7 @@
sawfishdir='${datadir}/sawfish'
lispdir='${sawfishdir}/${version}/lisp'
-localedir='${datadir}/locale'
+localedir='${prefix}/share/locale'
sawfishexecdir='${libexecdir}/sawfish/${version}/${host_type}'
dnl Checks for programs.

View File

@ -1,13 +0,0 @@
--- capplet/Makefile.in.orig Wed Apr 26 21:12:29 2000
+++ capplet/Makefile.in Tue Jun 13 16:02:14 2000
@@ -29,9 +29,9 @@
override CFLAGS += $(GNOME_CC_CFLAGS)
override LIBS += $(GNOME_CC_LIBS)
-G_CC_DIR = $(GNOMEDIR)/share/control-center
+G_CC_DIR = $(GNOMEDIR)/share/gnome/control-center
G_MENU_DIR = $(GNOMEDIR)/share/gnome/apps/Settings
-G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps
+G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps
all : sawfish-capplet

View File

@ -1,11 +0,0 @@
--- scripts/Makefile.in 2000/09/21 13:09:15 1.1
+++ scripts/Makefile.in 2000/09/21 13:09:33
@@ -34,7 +34,7 @@
SUBSTS := -e "s|__lispdir__|$(lispdir)|" \
-e "s|__version__|$(version)|"
-G_PIXMAP_DIR = $(GNOMEDIR)/share/pixmaps
+G_PIXMAP_DIR = $(GNOMEDIR)/share/gnome/pixmaps
%.jlc : %.jl
$(REP_ENVIRON) rep compiler -f compile-batch $<

View File

@ -1,10 +0,0 @@
--- build-info 2000/09/21 13:51:47 1.1
+++ build-info 2000/09/21 13:51:58
@@ -13,7 +13,6 @@
|| HOSTNAME=unknown
[ -n "$LOCALDOMAIN" ] \
- || LOCALDOMAIN=`dnsdomainname` \
|| LOCALDOMAIN=`domainname` \
|| LOCALDOMAIN=unknown

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- lisp/sawfish/ui/i18n.jl 2002/07/01 07:59:43 1.1
+++ lisp/sawfish/ui/i18n.jl 2002/07/01 07:59:56
@@ -59,6 +59,6 @@
(let ((locale-dir (wm-locale-dir)))
(when locale-dir
(bindtextdomain "sawfish" locale-dir)
- (when (boundp 'bindtextdomaincodeset)
- (bindtextdomaincodeset "sawfish" "UTF-8"))
+;; (when (boundp 'bindtextdomaincodeset)
+;; (bindtextdomaincodeset "sawfish" "UTF-8"))
(textdomain "sawfish"))))))

View File

@ -1,16 +0,0 @@
$FreeBSD$
--- lisp/sawfish/wm.jl.orig Tue May 7 06:35:59 2002
+++ lisp/sawfish/wm.jl Mon Jul 1 11:16:13 2002
@@ -46,8 +46,8 @@
(when (and lang (not disable-nls) (not (string= lang "C")))
(require 'rep.i18n.gettext)
(bindtextdomain "sawfish" sawfish-locale-directory)
- (when (boundp 'bindtextdomaincodeset)
- (bindtextdomaincodeset "sawfish" "UTF-8"))
+;; (when (boundp 'bindtextdomaincodeset)
+;; (bindtextdomaincodeset "sawfish" "UTF-8"))
(textdomain "sawfish"))))
;; ignore file errors on stdio streams

View File

@ -1,11 +0,0 @@
--- man/Makefile.in.orig Mon Apr 15 05:01:49 2002
+++ man/Makefile.in Thu Jul 10 18:05:27 2003
@@ -27,7 +27,7 @@
SRCS = sawmill.texi news.texi faq.texi
-MAKEINFO = makeinfo
+MAKEINFO = makeinfo --no-split
#MAKEINFOFLAGS = --no-validate
MAKEINFOFLAGS =

View File

@ -1,3 +0,0 @@
Lisp configurable window manager
WWW: http://sawmill.sourceforge.net/

View File

@ -1,696 +0,0 @@
bin/sawfish
%%GNOME:%%bin/sawfish-capplet
bin/sawfish-client
%%GNOME:%%bin/sawfish-themer
bin/sawfish-ui
@unexec install-info --delete %D/info/sawfish.info %D/info/dir
info/sawfish.info
@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). sawfish programming manual" %D/info/sawfish.info %D/info/dir
libexec/rep/%%GNUHOST%%/sawfish/client.la
libexec/rep/%%GNUHOST%%/sawfish/client.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gradient.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gradient.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/gtk-style
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish-about
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish-menu
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/flippers.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/flippers.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/gradient.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/gradient.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/play-sample.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/play-sample.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/selection.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/selection.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/x.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util/x.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/selection.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/selection.so
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/x.la
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/x.so
%%GNOME:%%share/gnome/apps/Settings/Sawfish/.directory
%%GNOME:%%share/gnome/apps/Settings/Sawfish/.order
%%GNOME:%%share/gnome/apps/Settings/Sawfish/appearance-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/bindings-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/focus-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/match-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/maximize-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/misc-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/move-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/placement-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/sound-properties.desktop
%%GNOME:%%share/gnome/apps/Settings/Sawfish/workspace-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/.directory
%%GNOME:%%share/gnome/control-center/Sawfish/.order
%%GNOME:%%share/gnome/control-center/Sawfish/appearance-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/bindings-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/focus-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/match-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/maximize-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/misc-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/move-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/placement-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/sound-properties.desktop
%%GNOME:%%share/gnome/control-center/Sawfish/workspace-properties.desktop
%%GNOME:%%share/gnome/pixmaps/sawfish-appearance.png
%%GNOME:%%share/gnome/pixmaps/sawfish-edgeflip.png
%%GNOME:%%share/gnome/pixmaps/sawfish-focus.png
share/gnome/pixmaps/sawfish-logo.png
%%GNOME:%%share/gnome/pixmaps/sawfish-matched.png
%%GNOME:%%share/gnome/pixmaps/sawfish-minmax.png
%%GNOME:%%share/gnome/pixmaps/sawfish-misc.png
%%GNOME:%%share/gnome/pixmaps/sawfish-moveresize.png
%%GNOME:%%share/gnome/pixmaps/sawfish-placement.png
%%GNOME:%%share/gnome/pixmaps/sawfish-shortcuts.png
%%GNOME:%%share/gnome/pixmaps/sawfish-tooltips.png
%%GNOME:%%share/gnome/pixmaps/sawfish-workspaces.png
share/gnome/wm-properties/Sawfish.desktop
share/locale/az/LC_MESSAGES/sawfish.mo
share/locale/bg/LC_MESSAGES/sawfish.mo
share/locale/bs/LC_MESSAGES/sawfish.mo
share/locale/ca/LC_MESSAGES/sawfish.mo
share/locale/cs/LC_MESSAGES/sawfish.mo
share/locale/da/LC_MESSAGES/sawfish.mo
share/locale/de/LC_MESSAGES/sawfish.mo
share/locale/el/LC_MESSAGES/sawfish.mo
share/locale/en_GB/LC_MESSAGES/sawfish.mo
share/locale/es/LC_MESSAGES/sawfish.mo
share/locale/et/LC_MESSAGES/sawfish.mo
share/locale/eu/LC_MESSAGES/sawfish.mo
share/locale/fi/LC_MESSAGES/sawfish.mo
share/locale/fr/LC_MESSAGES/sawfish.mo
share/locale/ga/LC_MESSAGES/sawfish.mo
share/locale/gl/LC_MESSAGES/sawfish.mo
share/locale/hu/LC_MESSAGES/sawfish.mo
share/locale/it/LC_MESSAGES/sawfish.mo
share/locale/ja/LC_MESSAGES/sawfish.mo
share/locale/ko/LC_MESSAGES/sawfish.mo
share/locale/lv/LC_MESSAGES/sawfish.mo
share/locale/ms/LC_MESSAGES/sawfish.mo
share/locale/nl/LC_MESSAGES/sawfish.mo
share/locale/nn/LC_MESSAGES/sawfish.mo
share/locale/no/LC_MESSAGES/sawfish.mo
share/locale/pl/LC_MESSAGES/sawfish.mo
share/locale/pt/LC_MESSAGES/sawfish.mo
share/locale/pt_BR/LC_MESSAGES/sawfish.mo
share/locale/ro/LC_MESSAGES/sawfish.mo
share/locale/ru/LC_MESSAGES/sawfish.mo
share/locale/sk/LC_MESSAGES/sawfish.mo
share/locale/sl/LC_MESSAGES/sawfish.mo
share/locale/sv/LC_MESSAGES/sawfish.mo
share/locale/tr/LC_MESSAGES/sawfish.mo
share/locale/uk/LC_MESSAGES/sawfish.mo
share/locale/vi/LC_MESSAGES/sawfish.mo
share/locale/wa/LC_MESSAGES/sawfish.mo
share/locale/zh_CN/LC_MESSAGES/sawfish.mo
share/locale/zh_TW/LC_MESSAGES/sawfish.mo
share/sawfish/%%VERSION%%/lisp/anim-outline.jl
share/sawfish/%%VERSION%%/lisp/anim-outline.jlc
share/sawfish/%%VERSION%%/lisp/audio-events.jl
share/sawfish/%%VERSION%%/lisp/audio-events.jlc
share/sawfish/%%VERSION%%/lisp/auto-raise.jl
share/sawfish/%%VERSION%%/lisp/auto-raise.jlc
share/sawfish/%%VERSION%%/lisp/beos-window-menu.jl
share/sawfish/%%VERSION%%/lisp/beos-window-menu.jlc
share/sawfish/%%VERSION%%/lisp/custom.jl
share/sawfish/%%VERSION%%/lisp/custom.jlc
share/sawfish/%%VERSION%%/lisp/customize.jl
share/sawfish/%%VERSION%%/lisp/customize.jlc
share/sawfish/%%VERSION%%/lisp/cycle.jl
share/sawfish/%%VERSION%%/lisp/cycle.jlc
share/sawfish/%%VERSION%%/lisp/decode-events.jl
share/sawfish/%%VERSION%%/lisp/decode-events.jlc
share/sawfish/%%VERSION%%/lisp/describe.jl
share/sawfish/%%VERSION%%/lisp/describe.jlc
share/sawfish/%%VERSION%%/lisp/edge-flip.jl
share/sawfish/%%VERSION%%/lisp/edge-flip.jlc
share/sawfish/%%VERSION%%/lisp/edges.jl
share/sawfish/%%VERSION%%/lisp/edges.jlc
share/sawfish/%%VERSION%%/lisp/error-handler.jl
share/sawfish/%%VERSION%%/lisp/error-handler.jlc
share/sawfish/%%VERSION%%/lisp/gnome-commands.jl
share/sawfish/%%VERSION%%/lisp/gnome-commands.jlc
share/sawfish/%%VERSION%%/lisp/gnome-int.jl
share/sawfish/%%VERSION%%/lisp/gnome-int.jlc
share/sawfish/%%VERSION%%/lisp/gnome-match.jl
share/sawfish/%%VERSION%%/lisp/gnome-match.jlc
share/sawfish/%%VERSION%%/lisp/gnome-menu.jl
share/sawfish/%%VERSION%%/lisp/gnome-menu.jlc
share/sawfish/%%VERSION%%/lisp/gnome.jl
share/sawfish/%%VERSION%%/lisp/gnome.jlc
share/sawfish/%%VERSION%%/lisp/group-funs.jl
share/sawfish/%%VERSION%%/lisp/group-funs.jlc
share/sawfish/%%VERSION%%/lisp/groups.jl
share/sawfish/%%VERSION%%/lisp/groups.jlc
share/sawfish/%%VERSION%%/lisp/grow-pack.jl
share/sawfish/%%VERSION%%/lisp/grow-pack.jlc
share/sawfish/%%VERSION%%/lisp/gtkrc.jl
share/sawfish/%%VERSION%%/lisp/gtkrc.jlc
share/sawfish/%%VERSION%%/lisp/keymap.jl
share/sawfish/%%VERSION%%/lisp/keymap.jlc
share/sawfish/%%VERSION%%/lisp/make-theme.jl
share/sawfish/%%VERSION%%/lisp/make-theme.jlc
share/sawfish/%%VERSION%%/lisp/match-window.jl
share/sawfish/%%VERSION%%/lisp/match-window.jlc
share/sawfish/%%VERSION%%/lisp/maximize.jl
share/sawfish/%%VERSION%%/lisp/maximize.jlc
share/sawfish/%%VERSION%%/lisp/menus.jl
share/sawfish/%%VERSION%%/lisp/menus.jlc
share/sawfish/%%VERSION%%/lisp/move-resize.jl
share/sawfish/%%VERSION%%/lisp/move-resize.jlc
share/sawfish/%%VERSION%%/lisp/old-window-menu.jl
share/sawfish/%%VERSION%%/lisp/old-window-menu.jlc
share/sawfish/%%VERSION%%/lisp/prompt.jl
share/sawfish/%%VERSION%%/lisp/prompt.jlc
share/sawfish/%%VERSION%%/lisp/rects.jl
share/sawfish/%%VERSION%%/lisp/rects.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/color-preview.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/color-preview.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/stock.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/stock.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-dialog.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-dialog.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-test.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget-test.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widget.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/alist.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/alist.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/color.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/color.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/file.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/file.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/font.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/font.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/list.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/list.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/pair.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/pair.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/program.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/program.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/scheme-boolean.jl
share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets/scheme-boolean.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/apply.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/apply.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/config.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/config.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/group.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/group.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/i18n.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/i18n.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/layout.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/layout.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/layouts/keymaps.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/layouts/keymaps.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/main.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/main.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/shell.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/shell.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/slot.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/slot.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/command.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/command.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/event.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/event.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/frame-style.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/frame-style.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/icon.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/icon.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/keymap.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/keymap.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/match-window.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/match-window.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/modifier-list.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/modifier-list.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/workspace-geometry.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets/workspace-geometry.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/ui/wm.jl
share/sawfish/%%VERSION%%/lisp/sawfish/ui/wm.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/animation/outline.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/animation/outline.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/autoload.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/cycle.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/cycle.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/describe.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/describe.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/gnome.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/gnome.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/groups.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/groups.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/grow-pack.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/grow-pack.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/help.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/help.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-cursor.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-cursor.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-resize.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/move-resize.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/raise-commands.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/raise-commands.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/size-window.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/slide-window.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-extras.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/viewport-linear.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/x-cycle.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/x-cycle.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/xterm.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands/xterm.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/cursors.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/cursors.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom-defaults.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom-defaults.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/custom.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/customize.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/customize.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/defaults.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/defaults.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/3d-hack.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/3d-hack.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/audio-events.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/audio-events.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/auto-raise.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/auto-raise.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/beos-window-menu.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/beos-window-menu.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/edge-flip.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/edge-flip.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/error-handler.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/error-handler.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/hide-dialogs.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/hide-dialogs.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/match-window.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/match-window.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/old-window-menu.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/old-window-menu.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/shade-hover.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/shade-hover.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/tooltips.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/tooltips.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/window-history.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/window-history.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/workspace-grid.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext/workspace-grid.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/focus.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/focus.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/frames.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/frames.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gaol.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gaol.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/integration.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/integration.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/match-window.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/match-window.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/menus.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome/menus.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/keymaps.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/keymaps.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/menus.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/menus.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/misc.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/off-center.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/smart.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/stagger.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement/top-left.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/server.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/init.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/init.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/load.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/load.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/save.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/session/save.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/stacking.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/stacking.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/configure.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/configure.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/gnome.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/gnome.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/iconify.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/iconify.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/ignored.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/ignored.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/maximize.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/maximize.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/mwm.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/mwm.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/open-look.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/open-look.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/shading.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/shading.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/transient.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/transient.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/wm-spec.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/state/wm-spec.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/swapper.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/swapper.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme-preview.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme-preview.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming/make-theme.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/user.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/user.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/compat.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/compat.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/decode-events.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/decode-events.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-window.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-window.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-wininfo.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/display-wininfo.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/edges.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/edges.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/font.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/font.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/groups.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/groups.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/gtkrc.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/gtkrc.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap-diff.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap-diff.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/keymap.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/nokogiri.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/nokogiri.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/ping.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/ping.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/play-audio.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/play-audio.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-extras.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-extras.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-wm.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt-wm.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/prompt.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/recolor-image.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/recolor-image.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/rects.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/rects.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/stacking.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/stacking.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-order.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-order.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-outline.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/window-outline.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/with-output.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/with-output.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/workarea.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/util/workarea.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/viewport.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/viewport.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/window-anim.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/window-anim.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/windows.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/windows.jlc
share/sawfish/%%VERSION%%/lisp/sawfish/wm/workspace.jl
share/sawfish/%%VERSION%%/lisp/sawfish/wm/workspace.jlc
share/sawfish/%%VERSION%%/lisp/sawmill-defaults.jl
share/sawfish/%%VERSION%%/lisp/sawmill-defaults.jlc
share/sawfish/%%VERSION%%/lisp/shade-hover.jl
share/sawfish/%%VERSION%%/lisp/shade-hover.jlc
share/sawfish/%%VERSION%%/lisp/shading.jl
share/sawfish/%%VERSION%%/lisp/shading.jlc
share/sawfish/%%VERSION%%/lisp/tooltips.jl
share/sawfish/%%VERSION%%/lisp/tooltips.jlc
share/sawfish/%%VERSION%%/lisp/viewport-linear.jl
share/sawfish/%%VERSION%%/lisp/viewport-linear.jlc
share/sawfish/%%VERSION%%/lisp/window-history.jl
share/sawfish/%%VERSION%%/lisp/window-history.jlc
share/sawfish/%%VERSION%%/lisp/window-order.jl
share/sawfish/%%VERSION%%/lisp/window-order.jlc
share/sawfish/%%VERSION%%/lisp/window-outline.jl
share/sawfish/%%VERSION%%/lisp/window-outline.jlc
share/sawfish/%%VERSION%%/lisp/with-output.jl
share/sawfish/%%VERSION%%/lisp/with-output.jlc
share/sawfish/%%VERSION%%/lisp/x-cycle.jl
share/sawfish/%%VERSION%%/lisp/x-cycle.jlc
share/sawfish/%%VERSION%%/monitor.png
share/sawfish/%%VERSION%%/sounds/activate.wav
share/sawfish/%%VERSION%%/sounds/clicked.wav
share/sawfish/%%VERSION%%/sounds/gameover.wav
share/sawfish/%%VERSION%%/sounds/slide.wav
share/sawfish/%%VERSION%%/sounds/toggled.wav
%%GNOME:%%share/sawfish/%%VERSION%%/themer.glade
share/sawfish/%%VERSION%%/themes/Crux/README
share/sawfish/%%VERSION%%/themes/Crux/README.gl
share/sawfish/%%VERSION%%/themes/Crux/active:bottom-left-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:bottom-left-corner.png
share/sawfish/%%VERSION%%/themes/Crux/active:bottom-right-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:bottom-right-corner.png
share/sawfish/%%VERSION%%/themes/Crux/active:button-hilight.png
share/sawfish/%%VERSION%%/themes/Crux/active:button-pressed.png
share/sawfish/%%VERSION%%/themes/Crux/active:button.png
share/sawfish/%%VERSION%%/themes/Crux/active:close-button.png
share/sawfish/%%VERSION%%/themes/Crux/active:left-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:left-top-border-shaped.png
share/sawfish/%%VERSION%%/themes/Crux/active:left-top-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:maximize-button.png
share/sawfish/%%VERSION%%/themes/Crux/active:menu-button-hilight.png
share/sawfish/%%VERSION%%/themes/Crux/active:menu-button-pressed.png
share/sawfish/%%VERSION%%/themes/Crux/active:menu-button.png
share/sawfish/%%VERSION%%/themes/Crux/active:minimize-button.png
share/sawfish/%%VERSION%%/themes/Crux/active:right-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:right-top-border-shaped.png
share/sawfish/%%VERSION%%/themes/Crux/active:right-top-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:shade-button.png
share/sawfish/%%VERSION%%/themes/Crux/active:top-center-left-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:top-center-left.png
share/sawfish/%%VERSION%%/themes/Crux/active:top-center-mid.png
share/sawfish/%%VERSION%%/themes/Crux/active:top-center-right-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:top-center-right.png
share/sawfish/%%VERSION%%/themes/Crux/active:top-left-border.png
share/sawfish/%%VERSION%%/themes/Crux/active:top-right-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-left-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-left-corner.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-right-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:bottom-right-corner.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:button-hilight.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:button-pressed.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:button.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:close-button.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:left-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:left-top-border-shaped.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:left-top-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:maximize-button.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:menu-button-hilight.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:menu-button-pressed.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:menu-button.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:minimize-button.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:right-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:right-top-border-shaped.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:right-top-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:shade-button.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-left-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-left.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-mid.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-right-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:top-center-right.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:top-left-border.png
share/sawfish/%%VERSION%%/themes/Crux/inactive:top-right-border.png
share/sawfish/%%VERSION%%/themes/Crux/theme.jl
share/sawfish/%%VERSION%%/themes/absolute-e/README
share/sawfish/%%VERSION%%/themes/absolute-e/README.gl
share/sawfish/%%VERSION%%/themes/absolute-e/README.it
share/sawfish/%%VERSION%%/themes/absolute-e/README.ja
share/sawfish/%%VERSION%%/themes/absolute-e/README.pl
share/sawfish/%%VERSION%%/themes/absolute-e/bar_clicked_active.png
share/sawfish/%%VERSION%%/themes/absolute-e/bar_hilited_active.png
share/sawfish/%%VERSION%%/themes/absolute-e/bar_normal.png
share/sawfish/%%VERSION%%/themes/absolute-e/bar_normal_active.png
share/sawfish/%%VERSION%%/themes/absolute-e/theme.jl
share/sawfish/%%VERSION%%/themes/brushed-metal/README
share/sawfish/%%VERSION%%/themes/brushed-metal/README.gl
share/sawfish/%%VERSION%%/themes/brushed-metal/README.it
share/sawfish/%%VERSION%%/themes/brushed-metal/README.ja
share/sawfish/%%VERSION%%/themes/brushed-metal/README.pl
share/sawfish/%%VERSION%%/themes/brushed-metal/b1-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b1.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b2-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b2.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b3-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b3.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b5-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b5.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b6-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b6.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b7-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/b7.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t1-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t1-b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t1.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t1b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t2-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t2.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t2s-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t2s.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t3-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t3-b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t3.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t3b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t4-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t4-b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t4.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t4b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t5-.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t5-b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t5.png
share/sawfish/%%VERSION%%/themes/brushed-metal/t5b.png
share/sawfish/%%VERSION%%/themes/brushed-metal/theme.jl
share/sawfish/%%VERSION%%/themes/gradient/README
share/sawfish/%%VERSION%%/themes/gradient/README.gl
share/sawfish/%%VERSION%%/themes/gradient/README.it
share/sawfish/%%VERSION%%/themes/gradient/README.ja
share/sawfish/%%VERSION%%/themes/gradient/README.pl
share/sawfish/%%VERSION%%/themes/gradient/as_close-b.png
share/sawfish/%%VERSION%%/themes/gradient/as_close.png
share/sawfish/%%VERSION%%/themes/gradient/as_min-b.png
share/sawfish/%%VERSION%%/themes/gradient/as_min.png
share/sawfish/%%VERSION%%/themes/gradient/theme.jl
share/sawfish/%%VERSION%%/themes/gtk/README
share/sawfish/%%VERSION%%/themes/gtk/README.gl
share/sawfish/%%VERSION%%/themes/gtk/README.it
share/sawfish/%%VERSION%%/themes/gtk/README.ja
share/sawfish/%%VERSION%%/themes/gtk/README.pl
share/sawfish/%%VERSION%%/themes/gtk/as_close-b.png
share/sawfish/%%VERSION%%/themes/gtk/as_close.png
share/sawfish/%%VERSION%%/themes/gtk/as_min-b.png
share/sawfish/%%VERSION%%/themes/gtk/as_min.png
share/sawfish/%%VERSION%%/themes/gtk/theme.jl
share/sawfish/%%VERSION%%/themes/microGUI/README
share/sawfish/%%VERSION%%/themes/microGUI/README.gl
share/sawfish/%%VERSION%%/themes/microGUI/README.it
share/sawfish/%%VERSION%%/themes/microGUI/README.ja
share/sawfish/%%VERSION%%/themes/microGUI/README.pl
share/sawfish/%%VERSION%%/themes/microGUI/TODO
share/sawfish/%%VERSION%%/themes/microGUI/bl.png
share/sawfish/%%VERSION%%/themes/microGUI/bottom.png
share/sawfish/%%VERSION%%/themes/microGUI/br.png
share/sawfish/%%VERSION%%/themes/microGUI/close_active.png
share/sawfish/%%VERSION%%/themes/microGUI/close_clicked.png
share/sawfish/%%VERSION%%/themes/microGUI/close_normal.png
share/sawfish/%%VERSION%%/themes/microGUI/left.png
share/sawfish/%%VERSION%%/themes/microGUI/maximize_active.png
share/sawfish/%%VERSION%%/themes/microGUI/maximize_clicked.png
share/sawfish/%%VERSION%%/themes/microGUI/maximize_normal.png
share/sawfish/%%VERSION%%/themes/microGUI/menu_active.png
share/sawfish/%%VERSION%%/themes/microGUI/menu_clicked.png
share/sawfish/%%VERSION%%/themes/microGUI/menu_normal.png
share/sawfish/%%VERSION%%/themes/microGUI/minimize_active.png
share/sawfish/%%VERSION%%/themes/microGUI/minimize_clicked.png
share/sawfish/%%VERSION%%/themes/microGUI/minimize_normal.png
share/sawfish/%%VERSION%%/themes/microGUI/right.png
share/sawfish/%%VERSION%%/themes/microGUI/t_bottom.png
share/sawfish/%%VERSION%%/themes/microGUI/t_bottom_left.png
share/sawfish/%%VERSION%%/themes/microGUI/t_bottom_right.png
share/sawfish/%%VERSION%%/themes/microGUI/t_close_active.png
share/sawfish/%%VERSION%%/themes/microGUI/t_close_clicked.png
share/sawfish/%%VERSION%%/themes/microGUI/t_close_normal.png
share/sawfish/%%VERSION%%/themes/microGUI/t_left.png
share/sawfish/%%VERSION%%/themes/microGUI/t_right.png
share/sawfish/%%VERSION%%/themes/microGUI/t_top.png
share/sawfish/%%VERSION%%/themes/microGUI/t_top_left.png
share/sawfish/%%VERSION%%/themes/microGUI/t_top_right.png
share/sawfish/%%VERSION%%/themes/microGUI/theme.jl
share/sawfish/%%VERSION%%/themes/microGUI/top_blue.png
share/sawfish/%%VERSION%%/themes/microGUI/top_blue_inactive.png
share/sawfish/%%VERSION%%/themes/microGUI/top_curves.png
share/sawfish/%%VERSION%%/themes/microGUI/top_curves_inactive.png
share/sawfish/%%VERSION%%/themes/microGUI/top_grey.png
share/sawfish/%%VERSION%%/themes/microGUI/top_left.png
share/sawfish/%%VERSION%%/themes/microGUI/top_left_inactive.png
share/sawfish/%%VERSION%%/themes/microGUI/top_left_inactive_s.png
share/sawfish/%%VERSION%%/themes/microGUI/top_left_s.png
share/sawfish/%%VERSION%%/themes/microGUI/top_right.png
share/sawfish/%%VERSION%%/themes/microGUI/top_right_s.png
share/sawfish/%%VERSION%%/themes/mono/README
share/sawfish/%%VERSION%%/themes/mono/README.gl
share/sawfish/%%VERSION%%/themes/mono/README.it
share/sawfish/%%VERSION%%/themes/mono/README.ja
share/sawfish/%%VERSION%%/themes/mono/README.pl
share/sawfish/%%VERSION%%/themes/mono/close-c.png
share/sawfish/%%VERSION%%/themes/mono/close.png
share/sawfish/%%VERSION%%/themes/mono/max-c.png
share/sawfish/%%VERSION%%/themes/mono/max.png
share/sawfish/%%VERSION%%/themes/mono/menu-c.png
share/sawfish/%%VERSION%%/themes/mono/menu.png
share/sawfish/%%VERSION%%/themes/mono/min-c.png
share/sawfish/%%VERSION%%/themes/mono/min.png
share/sawfish/%%VERSION%%/themes/mono/restore-c.png
share/sawfish/%%VERSION%%/themes/mono/restore.png
share/sawfish/%%VERSION%%/themes/mono/theme.jl
share/sawfish/%%VERSION%%/themes/simple/README
share/sawfish/%%VERSION%%/themes/simple/README.gl
share/sawfish/%%VERSION%%/themes/simple/README.it
share/sawfish/%%VERSION%%/themes/simple/README.ja
share/sawfish/%%VERSION%%/themes/simple/README.pl
share/sawfish/%%VERSION%%/themes/simple/as_close-b.png
share/sawfish/%%VERSION%%/themes/simple/as_close.png
share/sawfish/%%VERSION%%/themes/simple/as_min-b.png
share/sawfish/%%VERSION%%/themes/simple/as_min.png
share/sawfish/%%VERSION%%/themes/simple/theme.jl
share/sawfish/%%VERSION%%/themes/smaker/README
share/sawfish/%%VERSION%%/themes/smaker/README.gl
share/sawfish/%%VERSION%%/themes/smaker/README.it
share/sawfish/%%VERSION%%/themes/smaker/README.ja
share/sawfish/%%VERSION%%/themes/smaker/README.pl
share/sawfish/%%VERSION%%/themes/smaker/bar_clicked_active.png
share/sawfish/%%VERSION%%/themes/smaker/bar_hilited_active.png
share/sawfish/%%VERSION%%/themes/smaker/bar_normal.png
share/sawfish/%%VERSION%%/themes/smaker/bar_normal_active.png
share/sawfish/%%VERSION%%/themes/smaker/close.png
share/sawfish/%%VERSION%%/themes/smaker/close_inv.png
share/sawfish/%%VERSION%%/themes/smaker/min.png
share/sawfish/%%VERSION%%/themes/smaker/min_inv.png
share/sawfish/%%VERSION%%/themes/smaker/theme.jl
@dirrm share/sawfish/%%VERSION%%/themes/smaker
@dirrm share/sawfish/%%VERSION%%/themes/simple
@dirrm share/sawfish/%%VERSION%%/themes/mono
@dirrm share/sawfish/%%VERSION%%/themes/microGUI
@dirrm share/sawfish/%%VERSION%%/themes/gtk
@dirrm share/sawfish/%%VERSION%%/themes/gradient
@dirrm share/sawfish/%%VERSION%%/themes/brushed-metal
@dirrm share/sawfish/%%VERSION%%/themes/absolute-e
@dirrm share/sawfish/%%VERSION%%/themes/Crux
@dirrm share/sawfish/%%VERSION%%/themes
@dirrm share/sawfish/%%VERSION%%/sounds
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/util
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/theming
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/state
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/session
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/placement
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/gnome
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/ext
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/commands
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm/animation
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/wm
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/ui/widgets
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/ui/layouts
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/ui
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/gtk/widgets
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish/gtk
@dirrm share/sawfish/%%VERSION%%/lisp/sawfish
@dirrm share/sawfish/%%VERSION%%/lisp
@dirrm share/sawfish/%%VERSION%%
%%GNOME:%%@dirrm share/gnome/control-center/Sawfish
%%GNOME:%%@dirrm share/gnome/apps/Settings/Sawfish
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm/util
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish/wm
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%/sawfish
@dirrm libexec/sawfish/%%VERSION%%/%%GNUHOST%%
@dirrm libexec/sawfish/%%VERSION%%
@dirrm libexec/rep/%%GNUHOST%%/sawfish