mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to GNOME 2.0 RC2.
This commit is contained in:
parent
58e9579e67
commit
3c678e3a7d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58959
@ -10,7 +10,7 @@ PORTVERSION= 0.12.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= atk
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
||||
# http://www.ameth.org/gimp/%SUBDIR%/ \
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gail
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomemedia2
|
||||
PORTVERSION= 1.520.2
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-media-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomemedia2
|
||||
PORTVERSION= 1.520.2
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-media-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeutils2
|
||||
PORTVERSION= 1.104.0
|
||||
PORTVERSION= 1.5.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-utils-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
@ -27,9 +28,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
MAN1= archive-generator.1 gdialog.1 gnome-calculator.1 \
|
||||
MAN1= archive-generator.1 gnome-calculator.1 \
|
||||
gnome-character-map.1 gnome-dictionary.1 \
|
||||
gnome-exe-handler.1 gnome-search-tool.1 gnome-system-log.1
|
||||
gnome-search-tool.1 gnome-system-log.1
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-utils-1.104.0.tar.bz2) = 49a1e34836787221c04d83a2c292dab0
|
||||
MD5 (gnome2/gnome-utils-1.5.0.tar.bz2) = 0a2d9859203a45d488de0cb01d95244c
|
||||
|
@ -1,36 +1,6 @@
|
||||
--- configure.orig Tue May 7 00:01:18 2002
|
||||
+++ configure Tue May 7 00:01:47 2002
|
||||
@@ -7011,7 +7011,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpam -ldl $LIBS"
|
||||
+LIBS="-lpam $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 7016 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7066,7 +7066,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpam_misc -ldl -lpam $LIBS"
|
||||
+LIBS="-lpam_misc -lpam $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 7071 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7110,9 +7110,9 @@
|
||||
echo "$as_me:7110: result: $ac_cv_lib_pam_misc_pam_misc_setenv" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_pam_misc_pam_misc_setenv" >&6
|
||||
if test $ac_cv_lib_pam_misc_pam_misc_setenv = yes; then
|
||||
- PAM_LIBS="-ldl -lpam -lpam_misc"
|
||||
+ PAM_LIBS="-lpam -lpam_misc"
|
||||
else
|
||||
- PAM_LIBS="-ldl -lpam"
|
||||
+ PAM_LIBS="-lpam"
|
||||
fi
|
||||
|
||||
else
|
||||
@@ -8843,7 +8843,7 @@
|
||||
--- configure.orig Sun May 12 01:05:15 2002
|
||||
+++ configure Sun May 12 01:08:20 2002
|
||||
@@ -8258,7 +8258,7 @@
|
||||
< $srcdir/po/POTFILES.in > po/POTFILES
|
||||
|
||||
cat >>confdefs.h <<EOF
|
||||
@ -38,4 +8,4 @@
|
||||
+#define GNOME_ICONDIR "${datadir}/pixmaps"
|
||||
EOF
|
||||
|
||||
ac_config_files="$ac_config_files Makefile gnome-utils.spec po/Makefile.in idl/Makefile gcalc/Makefile gcalc/help/Makefile gcalc/help/C/Makefile logview/Makefile logview/gnome-system-log-security logview/pixmaps/Makefile logview/help/Makefile logview/help/C/Makefile gcharmap/Makefile gcharmap/src/Makefile gcharmap/pixmaps/Makefile gcharmap/help/Makefile gcharmap/help/C/Makefile gsearchtool/Makefile gsearchtool/help/Makefile gsearchtool/help/C/Makefile gdialog/Makefile gdialog/help/Makefile gdialog/help/C/Makefile gdictsrc/Makefile gdictsrc/help/Makefile gdictsrc/help/C/Makefile gfloppy/Makefile gfloppy/doc/Makefile gfloppy/doc/C/Makefile gfloppy/src/Makefile meat-grinder/Makefile meat-grinder/help/Makefile meat-grinder/help/C/Makefile exe-handler/Makefile"
|
||||
ac_config_files="$ac_config_files Makefile gnome-utils.spec po/Makefile.in idl/Makefile gcalc/Makefile gcalc/help/Makefile gcalc/help/C/Makefile logview/Makefile logview/gnome-system-log-security logview/pixmaps/Makefile logview/help/Makefile logview/help/C/Makefile gcharmap/Makefile gcharmap/src/Makefile gcharmap/pixmaps/Makefile gcharmap/help/Makefile gcharmap/help/C/Makefile gsearchtool/Makefile gsearchtool/help/Makefile gsearchtool/help/C/Makefile gdialog/Makefile gdialog/help/Makefile gdialog/help/C/Makefile gdictsrc/Makefile gdictsrc/help/Makefile gdictsrc/help/C/Makefile gfloppy/Makefile gfloppy/doc/Makefile gfloppy/doc/C/Makefile gfloppy/src/Makefile meat-grinder/Makefile meat-grinder/help/Makefile meat-grinder/help/C/Makefile"
|
||||
|
@ -1,20 +1,12 @@
|
||||
bin/archive-generator
|
||||
bin/gdialog
|
||||
bin/gdict-applet
|
||||
bin/gnome-calculator
|
||||
bin/gnome-character-map
|
||||
bin/gnome-dictionary
|
||||
bin/gnome-exe-handler
|
||||
bin/gnome-search-tool
|
||||
bin/gnome-system-log
|
||||
etc/gconf/gconf.xml.defaults/apps/gcharmap/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gdict/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gcharmap/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gdict/%gconf.xml
|
||||
etc/gconf/schemas/gcharmap.schemas
|
||||
etc/gconf/schemas/gdict.schemas
|
||||
libdata/bonobo/servers/GNOME_GDictApplet.server
|
||||
share/gnome/application-registry/gnome-exe.applications
|
||||
share/gnome/applications/archive-generator.desktop
|
||||
share/gnome/applications/gnome-calculator.desktop
|
||||
share/gnome/applications/gnome-character-map.desktop
|
||||
@ -25,11 +17,11 @@ share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml
|
||||
share/gnome/gnome-system-log/gnome-system-log-actions.db
|
||||
share/gnome/gnome-system-log/gnome-system-log-descript.db
|
||||
share/gnome/gnome-system-log/gnome-system-log-regexp.db
|
||||
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.xml
|
||||
share/gnome/help/gdialog/C/legal.xml
|
||||
share/gnome/help/archive-generator/C/archive-generator.xml
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator-addfile.png
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator-contents.png
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator.png
|
||||
share/gnome/help/archive-generator/C/legal.xml
|
||||
share/gnome/help/gnome-calculator/C/figures/gcalc_window.png
|
||||
share/gnome/help/gnome-calculator/C/gnome-calculator.xml
|
||||
share/gnome/help/gnome-calculator/C/legal.xml
|
||||
@ -49,19 +41,13 @@ share/gnome/help/gnome-search-tool/C/legal.xml
|
||||
share/gnome/help/gnome-system-log/C/figures/gnome-system-log.png
|
||||
share/gnome/help/gnome-system-log/C/gnome-system-log.xml
|
||||
share/gnome/help/gnome-system-log/C/legal.xml
|
||||
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/legal.xml
|
||||
share/gnome/help/meat-grinder/C/meat-grinder.xml
|
||||
share/gnome/idl/gsu.idl
|
||||
share/gnome/mime-info/gnome-exe.keys
|
||||
share/gnome/omf/gnome-utils/gdialog-C.omf
|
||||
share/gnome/omf/gnome-utils/archive-generator-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-calculator-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-character-map-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-dictionary-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-search-tool-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-system-log-C.omf
|
||||
share/gnome/omf/gnome-utils/meat-grinder-C.omf
|
||||
share/gnome/pixmaps/gdict.png
|
||||
share/gnome/pixmaps/gnome-character-map.png
|
||||
share/gnome/pixmaps/gnome-searchtool.png
|
||||
@ -75,6 +61,7 @@ share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@ -100,14 +87,12 @@ share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@dirrm share/gnome/pixmaps/gnome-system-log
|
||||
@dirrm share/gnome/omf/gnome-utils
|
||||
@dirrm share/gnome/help/meat-grinder/C/figures
|
||||
@dirrm share/gnome/help/meat-grinder/C
|
||||
@dirrm share/gnome/help/meat-grinder
|
||||
@dirrm share/gnome/help/gnome-system-log/C/figures
|
||||
@dirrm share/gnome/help/gnome-system-log/C
|
||||
@dirrm share/gnome/help/gnome-system-log
|
||||
@ -122,11 +107,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@dirrm share/gnome/help/gnome-calculator/C/figures
|
||||
@dirrm share/gnome/help/gnome-calculator/C
|
||||
@dirrm share/gnome/help/gnome-calculator
|
||||
@dirrm share/gnome/help/gdialog/C/figures
|
||||
@dirrm share/gnome/help/gdialog/C
|
||||
@dirrm share/gnome/help/gdialog
|
||||
@dirrm share/gnome/gnome-system-log
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gdict
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gcharmap
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gdict
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gcharmap
|
||||
|
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeutils2
|
||||
PORTVERSION= 1.104.0
|
||||
PORTVERSION= 1.5.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-utils-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
@ -27,9 +28,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
MAN1= archive-generator.1 gdialog.1 gnome-calculator.1 \
|
||||
MAN1= archive-generator.1 gnome-calculator.1 \
|
||||
gnome-character-map.1 gnome-dictionary.1 \
|
||||
gnome-exe-handler.1 gnome-search-tool.1 gnome-system-log.1
|
||||
gnome-search-tool.1 gnome-system-log.1
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-utils-1.104.0.tar.bz2) = 49a1e34836787221c04d83a2c292dab0
|
||||
MD5 (gnome2/gnome-utils-1.5.0.tar.bz2) = 0a2d9859203a45d488de0cb01d95244c
|
||||
|
@ -1,36 +1,6 @@
|
||||
--- configure.orig Tue May 7 00:01:18 2002
|
||||
+++ configure Tue May 7 00:01:47 2002
|
||||
@@ -7011,7 +7011,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpam -ldl $LIBS"
|
||||
+LIBS="-lpam $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 7016 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7066,7 +7066,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpam_misc -ldl -lpam $LIBS"
|
||||
+LIBS="-lpam_misc -lpam $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 7071 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7110,9 +7110,9 @@
|
||||
echo "$as_me:7110: result: $ac_cv_lib_pam_misc_pam_misc_setenv" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_pam_misc_pam_misc_setenv" >&6
|
||||
if test $ac_cv_lib_pam_misc_pam_misc_setenv = yes; then
|
||||
- PAM_LIBS="-ldl -lpam -lpam_misc"
|
||||
+ PAM_LIBS="-lpam -lpam_misc"
|
||||
else
|
||||
- PAM_LIBS="-ldl -lpam"
|
||||
+ PAM_LIBS="-lpam"
|
||||
fi
|
||||
|
||||
else
|
||||
@@ -8843,7 +8843,7 @@
|
||||
--- configure.orig Sun May 12 01:05:15 2002
|
||||
+++ configure Sun May 12 01:08:20 2002
|
||||
@@ -8258,7 +8258,7 @@
|
||||
< $srcdir/po/POTFILES.in > po/POTFILES
|
||||
|
||||
cat >>confdefs.h <<EOF
|
||||
@ -38,4 +8,4 @@
|
||||
+#define GNOME_ICONDIR "${datadir}/pixmaps"
|
||||
EOF
|
||||
|
||||
ac_config_files="$ac_config_files Makefile gnome-utils.spec po/Makefile.in idl/Makefile gcalc/Makefile gcalc/help/Makefile gcalc/help/C/Makefile logview/Makefile logview/gnome-system-log-security logview/pixmaps/Makefile logview/help/Makefile logview/help/C/Makefile gcharmap/Makefile gcharmap/src/Makefile gcharmap/pixmaps/Makefile gcharmap/help/Makefile gcharmap/help/C/Makefile gsearchtool/Makefile gsearchtool/help/Makefile gsearchtool/help/C/Makefile gdialog/Makefile gdialog/help/Makefile gdialog/help/C/Makefile gdictsrc/Makefile gdictsrc/help/Makefile gdictsrc/help/C/Makefile gfloppy/Makefile gfloppy/doc/Makefile gfloppy/doc/C/Makefile gfloppy/src/Makefile meat-grinder/Makefile meat-grinder/help/Makefile meat-grinder/help/C/Makefile exe-handler/Makefile"
|
||||
ac_config_files="$ac_config_files Makefile gnome-utils.spec po/Makefile.in idl/Makefile gcalc/Makefile gcalc/help/Makefile gcalc/help/C/Makefile logview/Makefile logview/gnome-system-log-security logview/pixmaps/Makefile logview/help/Makefile logview/help/C/Makefile gcharmap/Makefile gcharmap/src/Makefile gcharmap/pixmaps/Makefile gcharmap/help/Makefile gcharmap/help/C/Makefile gsearchtool/Makefile gsearchtool/help/Makefile gsearchtool/help/C/Makefile gdialog/Makefile gdialog/help/Makefile gdialog/help/C/Makefile gdictsrc/Makefile gdictsrc/help/Makefile gdictsrc/help/C/Makefile gfloppy/Makefile gfloppy/doc/Makefile gfloppy/doc/C/Makefile gfloppy/src/Makefile meat-grinder/Makefile meat-grinder/help/Makefile meat-grinder/help/C/Makefile"
|
||||
|
@ -1,20 +1,12 @@
|
||||
bin/archive-generator
|
||||
bin/gdialog
|
||||
bin/gdict-applet
|
||||
bin/gnome-calculator
|
||||
bin/gnome-character-map
|
||||
bin/gnome-dictionary
|
||||
bin/gnome-exe-handler
|
||||
bin/gnome-search-tool
|
||||
bin/gnome-system-log
|
||||
etc/gconf/gconf.xml.defaults/apps/gcharmap/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gdict/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gcharmap/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gdict/%gconf.xml
|
||||
etc/gconf/schemas/gcharmap.schemas
|
||||
etc/gconf/schemas/gdict.schemas
|
||||
libdata/bonobo/servers/GNOME_GDictApplet.server
|
||||
share/gnome/application-registry/gnome-exe.applications
|
||||
share/gnome/applications/archive-generator.desktop
|
||||
share/gnome/applications/gnome-calculator.desktop
|
||||
share/gnome/applications/gnome-character-map.desktop
|
||||
@ -25,11 +17,11 @@ share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml
|
||||
share/gnome/gnome-system-log/gnome-system-log-actions.db
|
||||
share/gnome/gnome-system-log/gnome-system-log-descript.db
|
||||
share/gnome/gnome-system-log/gnome-system-log-regexp.db
|
||||
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.xml
|
||||
share/gnome/help/gdialog/C/legal.xml
|
||||
share/gnome/help/archive-generator/C/archive-generator.xml
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator-addfile.png
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator-contents.png
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator.png
|
||||
share/gnome/help/archive-generator/C/legal.xml
|
||||
share/gnome/help/gnome-calculator/C/figures/gcalc_window.png
|
||||
share/gnome/help/gnome-calculator/C/gnome-calculator.xml
|
||||
share/gnome/help/gnome-calculator/C/legal.xml
|
||||
@ -49,19 +41,13 @@ share/gnome/help/gnome-search-tool/C/legal.xml
|
||||
share/gnome/help/gnome-system-log/C/figures/gnome-system-log.png
|
||||
share/gnome/help/gnome-system-log/C/gnome-system-log.xml
|
||||
share/gnome/help/gnome-system-log/C/legal.xml
|
||||
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/legal.xml
|
||||
share/gnome/help/meat-grinder/C/meat-grinder.xml
|
||||
share/gnome/idl/gsu.idl
|
||||
share/gnome/mime-info/gnome-exe.keys
|
||||
share/gnome/omf/gnome-utils/gdialog-C.omf
|
||||
share/gnome/omf/gnome-utils/archive-generator-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-calculator-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-character-map-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-dictionary-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-search-tool-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-system-log-C.omf
|
||||
share/gnome/omf/gnome-utils/meat-grinder-C.omf
|
||||
share/gnome/pixmaps/gdict.png
|
||||
share/gnome/pixmaps/gnome-character-map.png
|
||||
share/gnome/pixmaps/gnome-searchtool.png
|
||||
@ -75,6 +61,7 @@ share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@ -100,14 +87,12 @@ share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@dirrm share/gnome/pixmaps/gnome-system-log
|
||||
@dirrm share/gnome/omf/gnome-utils
|
||||
@dirrm share/gnome/help/meat-grinder/C/figures
|
||||
@dirrm share/gnome/help/meat-grinder/C
|
||||
@dirrm share/gnome/help/meat-grinder
|
||||
@dirrm share/gnome/help/gnome-system-log/C/figures
|
||||
@dirrm share/gnome/help/gnome-system-log/C
|
||||
@dirrm share/gnome/help/gnome-system-log
|
||||
@ -122,11 +107,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@dirrm share/gnome/help/gnome-calculator/C/figures
|
||||
@dirrm share/gnome/help/gnome-calculator/C
|
||||
@dirrm share/gnome/help/gnome-calculator
|
||||
@dirrm share/gnome/help/gdialog/C/figures
|
||||
@dirrm share/gnome/help/gdialog/C
|
||||
@dirrm share/gnome/help/gdialog
|
||||
@dirrm share/gnome/gnome-system-log
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gdict
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gcharmap
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gdict
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gcharmap
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= ORBit2
|
||||
PORTVERSION= 2.3.108
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= atk
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
#MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
# ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
||||
# http://www.ameth.org/gimp/%SUBDIR%/ \
|
||||
|
@ -10,7 +10,7 @@ PORTVERSION= 0.9.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gconf2
|
||||
PORTVERSION= 1.1.10
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= GConf-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= glib
|
||||
PORTVERSION= 2.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020501,} \
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020509,} \
|
||||
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
||||
http://www.ameth.org/gimp/%SUBDIR%/ \
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomecommon
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-common-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomevfs2
|
||||
PORTVERSION= 1.9.14
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.9.15
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-vfs-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-vfs-1.9.14.tar.bz2) = 7edb893e5db8efc1fe3a6029290b158f
|
||||
MD5 (gnome2/gnome-vfs-1.9.15.tar.bz2) = b4897314329a7d59b1e774c55af84118
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Wed May 1 15:08:02 2002
|
||||
+++ configure Wed May 1 15:10:42 2002
|
||||
@@ -7206,6 +7206,7 @@
|
||||
--- configure.orig Sat May 11 19:15:25 2002
|
||||
+++ configure Sat May 11 19:17:52 2002
|
||||
@@ -7207,6 +7207,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
@ -8,18 +8,18 @@
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
@@ -11986,8 +11987,8 @@
|
||||
@@ -11987,8 +11988,8 @@
|
||||
done
|
||||
fi
|
||||
|
||||
-echo "$as_me:11989: checking for bzCompressInit in -lbz2" >&5
|
||||
-echo "$as_me:11990: checking for bzCompressInit in -lbz2" >&5
|
||||
-echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6
|
||||
+echo "$as_me:11989: checking for BZ2_bzCompressInit in -lbz2" >&5
|
||||
+echo "$as_me:11990: checking for BZ2_bzCompressInit in -lbz2" >&5
|
||||
+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@@ -12003,11 +12004,11 @@
|
||||
@@ -12004,11 +12005,11 @@
|
||||
#endif
|
||||
/* We use char because int might match the return type of a gcc2
|
||||
builtin and then its argument prototype would still apply. */
|
||||
@ -33,16 +33,16 @@
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -12319,7 +12320,7 @@
|
||||
@@ -12337,7 +12338,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
|
||||
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
|
||||
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 12324 "configure"
|
||||
#line 12342 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -12370,9 +12371,9 @@
|
||||
@@ -12388,9 +12389,9 @@
|
||||
|
||||
msg_openssl="yes"
|
||||
if test x$with_openssl_libs != x/usr/lib; then
|
||||
@ -54,7 +54,7 @@
|
||||
fi
|
||||
|
||||
if true; then
|
||||
@@ -13251,7 +13252,7 @@
|
||||
@@ -13476,7 +13477,7 @@
|
||||
s,@ORBIT_IDL@,$ORBIT_IDL,;t t
|
||||
s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t
|
||||
s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
|
||||
|
@ -78,49 +78,49 @@ lib/vfs/2.0/extfs/zoo
|
||||
libdata/bonobo/servers/GNOME_VFS_Moniker_std.server
|
||||
libdata/pkgconfig/gnome-vfs-2.0.pc
|
||||
libdata/pkgconfig/gnome-vfs-module-2.0.pc
|
||||
share/doc/gnome-vfs/about.html
|
||||
share/doc/gnome-vfs/data-types.html
|
||||
share/doc/gnome-vfs/everything-else.html
|
||||
share/doc/gnome-vfs/file-operations.html
|
||||
share/doc/gnome-vfs/gnome-vfs-application-registry.html
|
||||
share/doc/gnome-vfs/gnome-vfs-asynchronous-operations.html
|
||||
share/doc/gnome-vfs/gnome-vfs-cancellation.html
|
||||
share/doc/gnome-vfs/gnome-vfs-configuration.html
|
||||
share/doc/gnome-vfs/gnome-vfs-context.html
|
||||
share/doc/gnome-vfs/gnome-vfs-directory.html
|
||||
share/doc/gnome-vfs/gnome-vfs-file-info.html
|
||||
share/doc/gnome-vfs/gnome-vfs-file-size.html
|
||||
share/doc/gnome-vfs/gnome-vfs-finding-special-directories.html
|
||||
share/doc/gnome-vfs/gnome-vfs-inet-connection.html
|
||||
share/doc/gnome-vfs/gnome-vfs-initialization.html
|
||||
share/doc/gnome-vfs/gnome-vfs-iobuf.html
|
||||
share/doc/gnome-vfs/gnome-vfs-method.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-handlers.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-info.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-magic.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-monitor.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-sniff-buffer.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module-callback-module-api.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module-callbacks.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module-shared.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module.html
|
||||
share/doc/gnome-vfs/gnome-vfs-ops.html
|
||||
share/doc/gnome-vfs/gnome-vfs-parse-ls.html
|
||||
share/doc/gnome-vfs/gnome-vfs-process.html
|
||||
share/doc/gnome-vfs/gnome-vfs-result.html
|
||||
share/doc/gnome-vfs/gnome-vfs-ssl.html
|
||||
share/doc/gnome-vfs/gnome-vfs-standard-callbacks.html
|
||||
share/doc/gnome-vfs/gnome-vfs-types.html
|
||||
share/doc/gnome-vfs/gnome-vfs-uri.html
|
||||
share/doc/gnome-vfs/gnome-vfs-utils.html
|
||||
share/doc/gnome-vfs/gnome-vfs-xfer.html
|
||||
share/doc/gnome-vfs/index.html
|
||||
share/doc/gnome-vfs/index.sgml
|
||||
share/doc/gnome-vfs/mime-registry.html
|
||||
share/doc/gnome-vfs/modules.html
|
||||
share/doc/gnome-vfs/writing-modules.html
|
||||
share/doc/gnome-vfs/x27.html
|
||||
share/doc/gnome-vfs-2.0/about.html
|
||||
share/doc/gnome-vfs-2.0/data-types.html
|
||||
share/doc/gnome-vfs-2.0/everything-else.html
|
||||
share/doc/gnome-vfs-2.0/file-operations.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-application-registry.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-asynchronous-operations.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-cancellation.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-configuration.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-context.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-directory.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-file-info.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-file-size.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-finding-special-directories.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-inet-connection.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-initialization.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-iobuf.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-method.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-handlers.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-info.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-magic.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-monitor.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-sniff-buffer.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module-callback-module-api.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module-callbacks.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module-shared.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-ops.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-parse-ls.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-process.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-result.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-ssl.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-standard-callbacks.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-types.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-uri.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-utils.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-xfer.html
|
||||
share/doc/gnome-vfs-2.0/index.html
|
||||
share/doc/gnome-vfs-2.0/index.sgml
|
||||
share/doc/gnome-vfs-2.0/mime-registry.html
|
||||
share/doc/gnome-vfs-2.0/modules.html
|
||||
share/doc/gnome-vfs-2.0/writing-modules.html
|
||||
share/doc/gnome-vfs-2.0/x27.html
|
||||
share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@ -128,6 +128,7 @@ share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@ -151,10 +152,11 @@ share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@dirrm share/doc/gnome-vfs
|
||||
@dirrm share/doc/gnome-vfs-2.0
|
||||
@dirrm lib/vfs/2.0/extfs
|
||||
@dirrm lib/vfs/2.0
|
||||
@dirrm lib/gnome-vfs-2.0/modules
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomecommon
|
||||
PORTVERSION= 1.2.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-common-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomevfs2
|
||||
PORTVERSION= 1.9.14
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.9.15
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-vfs-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-vfs-1.9.14.tar.bz2) = 7edb893e5db8efc1fe3a6029290b158f
|
||||
MD5 (gnome2/gnome-vfs-1.9.15.tar.bz2) = b4897314329a7d59b1e774c55af84118
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Wed May 1 15:08:02 2002
|
||||
+++ configure Wed May 1 15:10:42 2002
|
||||
@@ -7206,6 +7206,7 @@
|
||||
--- configure.orig Sat May 11 19:15:25 2002
|
||||
+++ configure Sat May 11 19:17:52 2002
|
||||
@@ -7207,6 +7207,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
@ -8,18 +8,18 @@
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||
@@ -11986,8 +11987,8 @@
|
||||
@@ -11987,8 +11988,8 @@
|
||||
done
|
||||
fi
|
||||
|
||||
-echo "$as_me:11989: checking for bzCompressInit in -lbz2" >&5
|
||||
-echo "$as_me:11990: checking for bzCompressInit in -lbz2" >&5
|
||||
-echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6
|
||||
+echo "$as_me:11989: checking for BZ2_bzCompressInit in -lbz2" >&5
|
||||
+echo "$as_me:11990: checking for BZ2_bzCompressInit in -lbz2" >&5
|
||||
+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6
|
||||
if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
@@ -12003,11 +12004,11 @@
|
||||
@@ -12004,11 +12005,11 @@
|
||||
#endif
|
||||
/* We use char because int might match the return type of a gcc2
|
||||
builtin and then its argument prototype would still apply. */
|
||||
@ -33,16 +33,16 @@
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -12319,7 +12320,7 @@
|
||||
@@ -12337,7 +12338,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
|
||||
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
|
||||
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo -ldl"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 12324 "configure"
|
||||
#line 12342 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -12370,9 +12371,9 @@
|
||||
@@ -12388,9 +12389,9 @@
|
||||
|
||||
msg_openssl="yes"
|
||||
if test x$with_openssl_libs != x/usr/lib; then
|
||||
@ -54,7 +54,7 @@
|
||||
fi
|
||||
|
||||
if true; then
|
||||
@@ -13251,7 +13252,7 @@
|
||||
@@ -13476,7 +13477,7 @@
|
||||
s,@ORBIT_IDL@,$ORBIT_IDL,;t t
|
||||
s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t
|
||||
s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
|
||||
|
@ -78,49 +78,49 @@ lib/vfs/2.0/extfs/zoo
|
||||
libdata/bonobo/servers/GNOME_VFS_Moniker_std.server
|
||||
libdata/pkgconfig/gnome-vfs-2.0.pc
|
||||
libdata/pkgconfig/gnome-vfs-module-2.0.pc
|
||||
share/doc/gnome-vfs/about.html
|
||||
share/doc/gnome-vfs/data-types.html
|
||||
share/doc/gnome-vfs/everything-else.html
|
||||
share/doc/gnome-vfs/file-operations.html
|
||||
share/doc/gnome-vfs/gnome-vfs-application-registry.html
|
||||
share/doc/gnome-vfs/gnome-vfs-asynchronous-operations.html
|
||||
share/doc/gnome-vfs/gnome-vfs-cancellation.html
|
||||
share/doc/gnome-vfs/gnome-vfs-configuration.html
|
||||
share/doc/gnome-vfs/gnome-vfs-context.html
|
||||
share/doc/gnome-vfs/gnome-vfs-directory.html
|
||||
share/doc/gnome-vfs/gnome-vfs-file-info.html
|
||||
share/doc/gnome-vfs/gnome-vfs-file-size.html
|
||||
share/doc/gnome-vfs/gnome-vfs-finding-special-directories.html
|
||||
share/doc/gnome-vfs/gnome-vfs-inet-connection.html
|
||||
share/doc/gnome-vfs/gnome-vfs-initialization.html
|
||||
share/doc/gnome-vfs/gnome-vfs-iobuf.html
|
||||
share/doc/gnome-vfs/gnome-vfs-method.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-handlers.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-info.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-magic.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-monitor.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime-sniff-buffer.html
|
||||
share/doc/gnome-vfs/gnome-vfs-mime.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module-callback-module-api.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module-callbacks.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module-shared.html
|
||||
share/doc/gnome-vfs/gnome-vfs-module.html
|
||||
share/doc/gnome-vfs/gnome-vfs-ops.html
|
||||
share/doc/gnome-vfs/gnome-vfs-parse-ls.html
|
||||
share/doc/gnome-vfs/gnome-vfs-process.html
|
||||
share/doc/gnome-vfs/gnome-vfs-result.html
|
||||
share/doc/gnome-vfs/gnome-vfs-ssl.html
|
||||
share/doc/gnome-vfs/gnome-vfs-standard-callbacks.html
|
||||
share/doc/gnome-vfs/gnome-vfs-types.html
|
||||
share/doc/gnome-vfs/gnome-vfs-uri.html
|
||||
share/doc/gnome-vfs/gnome-vfs-utils.html
|
||||
share/doc/gnome-vfs/gnome-vfs-xfer.html
|
||||
share/doc/gnome-vfs/index.html
|
||||
share/doc/gnome-vfs/index.sgml
|
||||
share/doc/gnome-vfs/mime-registry.html
|
||||
share/doc/gnome-vfs/modules.html
|
||||
share/doc/gnome-vfs/writing-modules.html
|
||||
share/doc/gnome-vfs/x27.html
|
||||
share/doc/gnome-vfs-2.0/about.html
|
||||
share/doc/gnome-vfs-2.0/data-types.html
|
||||
share/doc/gnome-vfs-2.0/everything-else.html
|
||||
share/doc/gnome-vfs-2.0/file-operations.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-application-registry.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-asynchronous-operations.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-cancellation.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-configuration.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-context.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-directory.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-file-info.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-file-size.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-finding-special-directories.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-inet-connection.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-initialization.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-iobuf.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-method.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-handlers.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-info.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-magic.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-monitor.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime-sniff-buffer.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-mime.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module-callback-module-api.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module-callbacks.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module-shared.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-module.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-ops.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-parse-ls.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-process.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-result.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-ssl.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-standard-callbacks.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-types.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-uri.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-utils.html
|
||||
share/doc/gnome-vfs-2.0/gnome-vfs-xfer.html
|
||||
share/doc/gnome-vfs-2.0/index.html
|
||||
share/doc/gnome-vfs-2.0/index.sgml
|
||||
share/doc/gnome-vfs-2.0/mime-registry.html
|
||||
share/doc/gnome-vfs-2.0/modules.html
|
||||
share/doc/gnome-vfs-2.0/writing-modules.html
|
||||
share/doc/gnome-vfs-2.0/x27.html
|
||||
share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@ -128,6 +128,7 @@ share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@ -151,10 +152,11 @@ share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo
|
||||
@dirrm share/doc/gnome-vfs
|
||||
@dirrm share/doc/gnome-vfs-2.0
|
||||
@dirrm lib/vfs/2.0/extfs
|
||||
@dirrm lib/vfs/2.0
|
||||
@dirrm lib/gnome-vfs-2.0/modules
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libIDL
|
||||
PORTVERSION= 0.7.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libbonobo
|
||||
PORTVERSION= 1.116.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libglade2
|
||||
PORTVERSION= 1.99.11
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= pkgconfig
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= pkgconfig
|
||||
PORTVERSION= 0.12.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomegames2
|
||||
PORTVERSION= 1.91.0
|
||||
PORTVERSION= 1.92.0
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-games-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-games-1.91.0.tar.bz2) = b0645e3bb3137b4a3d405aa4e062b776
|
||||
MD5 (gnome2/gnome-games-1.92.0.tar.bz2) = 2e37620aa1d3d45a52f0fd6f82a7d51e
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- gnome-stones/main.c.orig Wed May 8 16:01:18 2002
|
||||
+++ gnome-stones/main.c Wed May 8 16:25:11 2002
|
||||
@@ -1087,7 +1087,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);
|
||||
|
@ -16,6 +16,11 @@ bin/iagno
|
||||
bin/mahjongg
|
||||
bin/same-gnome
|
||||
bin/sol
|
||||
etc/gconf/gconf.xml.defaults/apps/freecell/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/freecell/option/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/freecell/score/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnometris/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnometris/options/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnomine/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnomine/geometry/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gtali/%gconf.xml
|
||||
@ -25,6 +30,8 @@ etc/gconf/gconf.xml.defaults/schemas/apps/freecell/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/freecell/option/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/freecell/score/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gataxx/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/geometry/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtali/%gconf.xml
|
||||
@ -33,6 +40,7 @@ etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome/%gconf.xml
|
||||
etc/gconf/schemas/freecell.schemas
|
||||
etc/gconf/schemas/gataxx.schemas
|
||||
etc/gconf/schemas/gnect.schemas
|
||||
etc/gconf/schemas/gnometris.schemas
|
||||
etc/gconf/schemas/gnomine.schemas
|
||||
etc/gconf/schemas/gtali.schemas
|
||||
etc/gconf/schemas/iagno.schemas
|
||||
@ -259,83 +267,20 @@ share/gnome/help/aisleriot/C/will_o_the_wisp.xml
|
||||
share/gnome/help/aisleriot/C/yield.xml
|
||||
share/gnome/help/aisleriot/C/yukon.xml
|
||||
share/gnome/help/aisleriot/C/zebra.xml
|
||||
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.xml
|
||||
share/gnome/help/gataxx/C/legal.xml
|
||||
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/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/glines/C/figures/glines-gameover.png
|
||||
share/gnome/help/glines/C/figures/glines-startgame.png
|
||||
share/gnome/help/glines/C/figures/preferences.png
|
||||
share/gnome/help/glines/C/glines.xml
|
||||
share/gnome/help/glines/C/legal.xml
|
||||
share/gnome/help/glines/C/topic.dat
|
||||
share/gnome/help/glines/it/figures/glines-gameover.png
|
||||
share/gnome/help/glines/it/figures/glines-startgame.png
|
||||
share/gnome/help/glines/it/figures/preferences.png
|
||||
share/gnome/help/glines/it/glines.sgml
|
||||
share/gnome/help/glines/it/topic.dat
|
||||
share/gnome/help/gnect/C/figures/mainwindow.png
|
||||
share/gnome/help/gnect/C/figures/tileset.png
|
||||
share/gnome/help/gnect/C/gnect.xml
|
||||
share/gnome/help/gnect/C/legal.xml
|
||||
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
|
||||
@ -343,11 +288,9 @@ share/gnome/help/gnibbles/C/figures/playing.png
|
||||
share/gnome/help/gnibbles/C/figures/worm_op.png
|
||||
share/gnome/help/gnibbles/C/gnibbles.xml
|
||||
share/gnome/help/gnibbles/C/legal.xml
|
||||
share/gnome/help/gnibbles/C/topic.dat
|
||||
share/gnome/help/gnobots2/C/figures/gnobots2-main.png
|
||||
share/gnome/help/gnobots2/C/gnobots2.xml
|
||||
share/gnome/help/gnobots2/C/legal.xml
|
||||
share/gnome/help/gnobots2/C/topic.dat
|
||||
share/gnome/help/gnobots2/da/index.html
|
||||
share/gnome/help/gnobots2/da/topic.dat
|
||||
share/gnome/help/gnobots2/es/index.html
|
||||
@ -367,18 +310,12 @@ 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.xml
|
||||
share/gnome/help/gnome-mines/C/legal.xml
|
||||
share/gnome/help/gnome-mines/C/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.xml
|
||||
share/gnome/help/gnome-stones/C/legal.xml
|
||||
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/gnome-xbill/C/figures/bucket.png
|
||||
share/gnome/help/gnome-xbill/C/figures/cable.png
|
||||
share/gnome/help/gnome-xbill/C/figures/computer.png
|
||||
@ -402,16 +339,10 @@ share/gnome/help/gnotravex/C/figures/gnotravex_game.png
|
||||
share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png
|
||||
share/gnome/help/gnotravex/C/gnotravex.xml
|
||||
share/gnome/help/gnotravex/C/legal.xml
|
||||
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/gtali/C/figures/mainwindow.png
|
||||
share/gnome/help/gtali/C/figures/preferences.png
|
||||
share/gnome/help/gtali/C/gtali.xml
|
||||
share/gnome/help/gtali/C/legal.xml
|
||||
share/gnome/help/gtali/C/topic.dat
|
||||
share/gnome/help/gtali/da/index.html
|
||||
share/gnome/help/gtali/da/topic.dat
|
||||
share/gnome/help/iagno/C/figures/ANIMATION.png
|
||||
@ -421,14 +352,6 @@ share/gnome/help/iagno/C/figures/PLAYER.png
|
||||
share/gnome/help/iagno/C/figures/START.png
|
||||
share/gnome/help/iagno/C/iagno.xml
|
||||
share/gnome/help/iagno/C/legal.xml
|
||||
share/gnome/help/iagno/C/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
|
||||
@ -440,49 +363,29 @@ share/gnome/help/mahjongg/C/figures/seed.png
|
||||
share/gnome/help/mahjongg/C/figures/toolbar.png
|
||||
share/gnome/help/mahjongg/C/legal.xml
|
||||
share/gnome/help/mahjongg/C/mahjongg.xml
|
||||
share/gnome/help/mahjongg/C/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/figures/blink-sync.png
|
||||
share/gnome/help/same-gnome/C/figures/preferences.png
|
||||
share/gnome/help/same-gnome/C/figures/same-main-window.png
|
||||
share/gnome/help/same-gnome/C/figures/same-planets-fig.png
|
||||
share/gnome/help/same-gnome/C/figures/score-dialog.png
|
||||
share/gnome/help/same-gnome/C/legal.xml
|
||||
share/gnome/help/same-gnome/C/same-gnome.xml
|
||||
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/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-it.omf
|
||||
share/gnome/omf/gnome-games/gataxx-C.omf
|
||||
share/gnome/omf/gnome-games/gataxx-es.omf
|
||||
share/gnome/omf/gnome-games/gataxx-it.omf
|
||||
share/gnome/omf/gnome-games/glines-C.omf
|
||||
share/gnome/omf/gnome-games/glines-it.omf
|
||||
share/gnome/omf/gnome-games/gnect-C.omf
|
||||
share/gnome/omf/gnome-games/gnibbles-C.omf
|
||||
share/gnome/omf/gnome-games/gnobots2-C.omf
|
||||
share/gnome/omf/gnome-games/gnome-mines-C.omf
|
||||
share/gnome/omf/gnome-games/gnome-stones-C.omf
|
||||
share/gnome/omf/gnome-games/gnome-stones-it.omf
|
||||
share/gnome/omf/gnome-games/gnome-xbill-C.omf
|
||||
share/gnome/omf/gnome-games/gnotravex-C.omf
|
||||
share/gnome/omf/gnome-games/gnotravex-es.omf
|
||||
share/gnome/omf/gnome-games/gtali-C.omf
|
||||
share/gnome/omf/gnome-games/iagno-C.omf
|
||||
share/gnome/omf/gnome-games/iagno-it.omf
|
||||
share/gnome/omf/gnome-games/mahjongg-C.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-ru.omf
|
||||
share/gnome/pixmaps/cards/backs/beige.png
|
||||
share/gnome/pixmaps/cards/backs/face.png
|
||||
share/gnome/pixmaps/cards/backs/grey.png
|
||||
@ -803,6 +706,7 @@ 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/ca/LC_MESSAGES/gnome-games.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-games.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-games.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-games.mo
|
||||
@ -810,6 +714,7 @@ 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
|
||||
@ -868,24 +773,12 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm share/gnome/pixmaps/cards/backs
|
||||
@dirrm share/gnome/pixmaps/cards
|
||||
@dirrm share/gnome/omf/gnome-games
|
||||
@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/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/figures
|
||||
@dirrm share/gnome/help/same-gnome/C
|
||||
@dirrm share/gnome/help/same-gnome
|
||||
@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/C/figures
|
||||
@dirrm share/gnome/help/mahjongg/C
|
||||
@dirrm share/gnome/help/mahjongg
|
||||
@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/C/figures
|
||||
@dirrm share/gnome/help/iagno/C
|
||||
@dirrm share/gnome/help/iagno
|
||||
@ -893,18 +786,12 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm share/gnome/help/gtali/C/figures
|
||||
@dirrm share/gnome/help/gtali/C
|
||||
@dirrm share/gnome/help/gtali
|
||||
@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/figures
|
||||
@dirrm share/gnome/help/gnotravex/C
|
||||
@dirrm share/gnome/help/gnotravex
|
||||
@dirrm share/gnome/help/gnome-xbill/C/figures
|
||||
@dirrm share/gnome/help/gnome-xbill/C
|
||||
@dirrm share/gnome/help/gnome-xbill
|
||||
@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/figures
|
||||
@dirrm share/gnome/help/gnome-stones/C
|
||||
@dirrm share/gnome/help/gnome-stones
|
||||
@ -923,24 +810,12 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm share/gnome/help/gnect/C/figures
|
||||
@dirrm share/gnome/help/gnect/C
|
||||
@dirrm share/gnome/help/gnect
|
||||
@dirrm share/gnome/help/glines/it/stylesheet-images
|
||||
@dirrm share/gnome/help/glines/it/figures
|
||||
@dirrm share/gnome/help/glines/it
|
||||
@dirrm share/gnome/help/glines/C/figures
|
||||
@dirrm share/gnome/help/glines/C
|
||||
@dirrm share/gnome/help/glines
|
||||
@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/es/stylesheet-images
|
||||
@dirrm share/gnome/help/gataxx/es/figures
|
||||
@dirrm share/gnome/help/gataxx/es
|
||||
@dirrm share/gnome/help/gataxx/C/figures
|
||||
@dirrm share/gnome/help/gataxx/C
|
||||
@dirrm share/gnome/help/gataxx
|
||||
@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/C/figures
|
||||
@dirrm share/gnome/help/aisleriot/C
|
||||
@dirrm share/gnome/help/aisleriot
|
||||
@ -966,3 +841,10 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtali
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine/geometry
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris/options
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/score
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/option
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/freecell
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomegames2
|
||||
PORTVERSION= 1.91.0
|
||||
PORTVERSION= 1.92.0
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-games-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-games-1.91.0.tar.bz2) = b0645e3bb3137b4a3d405aa4e062b776
|
||||
MD5 (gnome2/gnome-games-1.92.0.tar.bz2) = 2e37620aa1d3d45a52f0fd6f82a7d51e
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- gnome-stones/main.c.orig Wed May 8 16:01:18 2002
|
||||
+++ gnome-stones/main.c Wed May 8 16:25:11 2002
|
||||
@@ -1087,7 +1087,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);
|
||||
|
@ -16,6 +16,11 @@ bin/iagno
|
||||
bin/mahjongg
|
||||
bin/same-gnome
|
||||
bin/sol
|
||||
etc/gconf/gconf.xml.defaults/apps/freecell/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/freecell/option/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/freecell/score/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnometris/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnometris/options/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnomine/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnomine/geometry/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gtali/%gconf.xml
|
||||
@ -25,6 +30,8 @@ etc/gconf/gconf.xml.defaults/schemas/apps/freecell/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/freecell/option/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/freecell/score/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gataxx/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnomine/geometry/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gtali/%gconf.xml
|
||||
@ -33,6 +40,7 @@ etc/gconf/gconf.xml.defaults/schemas/apps/same-gnome/%gconf.xml
|
||||
etc/gconf/schemas/freecell.schemas
|
||||
etc/gconf/schemas/gataxx.schemas
|
||||
etc/gconf/schemas/gnect.schemas
|
||||
etc/gconf/schemas/gnometris.schemas
|
||||
etc/gconf/schemas/gnomine.schemas
|
||||
etc/gconf/schemas/gtali.schemas
|
||||
etc/gconf/schemas/iagno.schemas
|
||||
@ -259,83 +267,20 @@ share/gnome/help/aisleriot/C/will_o_the_wisp.xml
|
||||
share/gnome/help/aisleriot/C/yield.xml
|
||||
share/gnome/help/aisleriot/C/yukon.xml
|
||||
share/gnome/help/aisleriot/C/zebra.xml
|
||||
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.xml
|
||||
share/gnome/help/gataxx/C/legal.xml
|
||||
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/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/glines/C/figures/glines-gameover.png
|
||||
share/gnome/help/glines/C/figures/glines-startgame.png
|
||||
share/gnome/help/glines/C/figures/preferences.png
|
||||
share/gnome/help/glines/C/glines.xml
|
||||
share/gnome/help/glines/C/legal.xml
|
||||
share/gnome/help/glines/C/topic.dat
|
||||
share/gnome/help/glines/it/figures/glines-gameover.png
|
||||
share/gnome/help/glines/it/figures/glines-startgame.png
|
||||
share/gnome/help/glines/it/figures/preferences.png
|
||||
share/gnome/help/glines/it/glines.sgml
|
||||
share/gnome/help/glines/it/topic.dat
|
||||
share/gnome/help/gnect/C/figures/mainwindow.png
|
||||
share/gnome/help/gnect/C/figures/tileset.png
|
||||
share/gnome/help/gnect/C/gnect.xml
|
||||
share/gnome/help/gnect/C/legal.xml
|
||||
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
|
||||
@ -343,11 +288,9 @@ share/gnome/help/gnibbles/C/figures/playing.png
|
||||
share/gnome/help/gnibbles/C/figures/worm_op.png
|
||||
share/gnome/help/gnibbles/C/gnibbles.xml
|
||||
share/gnome/help/gnibbles/C/legal.xml
|
||||
share/gnome/help/gnibbles/C/topic.dat
|
||||
share/gnome/help/gnobots2/C/figures/gnobots2-main.png
|
||||
share/gnome/help/gnobots2/C/gnobots2.xml
|
||||
share/gnome/help/gnobots2/C/legal.xml
|
||||
share/gnome/help/gnobots2/C/topic.dat
|
||||
share/gnome/help/gnobots2/da/index.html
|
||||
share/gnome/help/gnobots2/da/topic.dat
|
||||
share/gnome/help/gnobots2/es/index.html
|
||||
@ -367,18 +310,12 @@ 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.xml
|
||||
share/gnome/help/gnome-mines/C/legal.xml
|
||||
share/gnome/help/gnome-mines/C/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.xml
|
||||
share/gnome/help/gnome-stones/C/legal.xml
|
||||
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/gnome-xbill/C/figures/bucket.png
|
||||
share/gnome/help/gnome-xbill/C/figures/cable.png
|
||||
share/gnome/help/gnome-xbill/C/figures/computer.png
|
||||
@ -402,16 +339,10 @@ share/gnome/help/gnotravex/C/figures/gnotravex_game.png
|
||||
share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png
|
||||
share/gnome/help/gnotravex/C/gnotravex.xml
|
||||
share/gnome/help/gnotravex/C/legal.xml
|
||||
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/gtali/C/figures/mainwindow.png
|
||||
share/gnome/help/gtali/C/figures/preferences.png
|
||||
share/gnome/help/gtali/C/gtali.xml
|
||||
share/gnome/help/gtali/C/legal.xml
|
||||
share/gnome/help/gtali/C/topic.dat
|
||||
share/gnome/help/gtali/da/index.html
|
||||
share/gnome/help/gtali/da/topic.dat
|
||||
share/gnome/help/iagno/C/figures/ANIMATION.png
|
||||
@ -421,14 +352,6 @@ share/gnome/help/iagno/C/figures/PLAYER.png
|
||||
share/gnome/help/iagno/C/figures/START.png
|
||||
share/gnome/help/iagno/C/iagno.xml
|
||||
share/gnome/help/iagno/C/legal.xml
|
||||
share/gnome/help/iagno/C/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
|
||||
@ -440,49 +363,29 @@ share/gnome/help/mahjongg/C/figures/seed.png
|
||||
share/gnome/help/mahjongg/C/figures/toolbar.png
|
||||
share/gnome/help/mahjongg/C/legal.xml
|
||||
share/gnome/help/mahjongg/C/mahjongg.xml
|
||||
share/gnome/help/mahjongg/C/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/figures/blink-sync.png
|
||||
share/gnome/help/same-gnome/C/figures/preferences.png
|
||||
share/gnome/help/same-gnome/C/figures/same-main-window.png
|
||||
share/gnome/help/same-gnome/C/figures/same-planets-fig.png
|
||||
share/gnome/help/same-gnome/C/figures/score-dialog.png
|
||||
share/gnome/help/same-gnome/C/legal.xml
|
||||
share/gnome/help/same-gnome/C/same-gnome.xml
|
||||
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/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-it.omf
|
||||
share/gnome/omf/gnome-games/gataxx-C.omf
|
||||
share/gnome/omf/gnome-games/gataxx-es.omf
|
||||
share/gnome/omf/gnome-games/gataxx-it.omf
|
||||
share/gnome/omf/gnome-games/glines-C.omf
|
||||
share/gnome/omf/gnome-games/glines-it.omf
|
||||
share/gnome/omf/gnome-games/gnect-C.omf
|
||||
share/gnome/omf/gnome-games/gnibbles-C.omf
|
||||
share/gnome/omf/gnome-games/gnobots2-C.omf
|
||||
share/gnome/omf/gnome-games/gnome-mines-C.omf
|
||||
share/gnome/omf/gnome-games/gnome-stones-C.omf
|
||||
share/gnome/omf/gnome-games/gnome-stones-it.omf
|
||||
share/gnome/omf/gnome-games/gnome-xbill-C.omf
|
||||
share/gnome/omf/gnome-games/gnotravex-C.omf
|
||||
share/gnome/omf/gnome-games/gnotravex-es.omf
|
||||
share/gnome/omf/gnome-games/gtali-C.omf
|
||||
share/gnome/omf/gnome-games/iagno-C.omf
|
||||
share/gnome/omf/gnome-games/iagno-it.omf
|
||||
share/gnome/omf/gnome-games/mahjongg-C.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-ru.omf
|
||||
share/gnome/pixmaps/cards/backs/beige.png
|
||||
share/gnome/pixmaps/cards/backs/face.png
|
||||
share/gnome/pixmaps/cards/backs/grey.png
|
||||
@ -803,6 +706,7 @@ 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/ca/LC_MESSAGES/gnome-games.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-games.mo
|
||||
share/locale/da/LC_MESSAGES/gnome-games.mo
|
||||
share/locale/de/LC_MESSAGES/gnome-games.mo
|
||||
@ -810,6 +714,7 @@ 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
|
||||
@ -868,24 +773,12 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm share/gnome/pixmaps/cards/backs
|
||||
@dirrm share/gnome/pixmaps/cards
|
||||
@dirrm share/gnome/omf/gnome-games
|
||||
@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/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/figures
|
||||
@dirrm share/gnome/help/same-gnome/C
|
||||
@dirrm share/gnome/help/same-gnome
|
||||
@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/C/figures
|
||||
@dirrm share/gnome/help/mahjongg/C
|
||||
@dirrm share/gnome/help/mahjongg
|
||||
@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/C/figures
|
||||
@dirrm share/gnome/help/iagno/C
|
||||
@dirrm share/gnome/help/iagno
|
||||
@ -893,18 +786,12 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm share/gnome/help/gtali/C/figures
|
||||
@dirrm share/gnome/help/gtali/C
|
||||
@dirrm share/gnome/help/gtali
|
||||
@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/figures
|
||||
@dirrm share/gnome/help/gnotravex/C
|
||||
@dirrm share/gnome/help/gnotravex
|
||||
@dirrm share/gnome/help/gnome-xbill/C/figures
|
||||
@dirrm share/gnome/help/gnome-xbill/C
|
||||
@dirrm share/gnome/help/gnome-xbill
|
||||
@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/figures
|
||||
@dirrm share/gnome/help/gnome-stones/C
|
||||
@dirrm share/gnome/help/gnome-stones
|
||||
@ -923,24 +810,12 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm share/gnome/help/gnect/C/figures
|
||||
@dirrm share/gnome/help/gnect/C
|
||||
@dirrm share/gnome/help/gnect
|
||||
@dirrm share/gnome/help/glines/it/stylesheet-images
|
||||
@dirrm share/gnome/help/glines/it/figures
|
||||
@dirrm share/gnome/help/glines/it
|
||||
@dirrm share/gnome/help/glines/C/figures
|
||||
@dirrm share/gnome/help/glines/C
|
||||
@dirrm share/gnome/help/glines
|
||||
@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/es/stylesheet-images
|
||||
@dirrm share/gnome/help/gataxx/es/figures
|
||||
@dirrm share/gnome/help/gataxx/es
|
||||
@dirrm share/gnome/help/gataxx/C/figures
|
||||
@dirrm share/gnome/help/gataxx/C
|
||||
@dirrm share/gnome/help/gataxx
|
||||
@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/C/figures
|
||||
@dirrm share/gnome/help/aisleriot/C
|
||||
@dirrm share/gnome/help/aisleriot
|
||||
@ -966,3 +841,10 @@ share/locale/zh_TW/LC_MESSAGES/gnome-games.mo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gtali
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine/geometry
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnomine
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris/options
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnometris
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris/options
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnometris
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/score
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/freecell/option
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/freecell
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libart_lgpl2
|
||||
PORTVERSION= 2.3.8
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libart_lgpl2
|
||||
PORTVERSION= 2.3.8
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libgnomecanvas
|
||||
PORTVERSION= 1.116.0
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 \
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomemimedata
|
||||
PORTVERSION= 1.0.7
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-mime-data-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome/gnome-mime-data-1.0.7.tar.bz2) = 7ddd3fb9302de57d5572fb84a406f8e6
|
||||
MD5 (gnome/gnome-mime-data-1.0.8.tar.bz2) = 255d2c5f64e10454115c92ceaca180bb
|
||||
|
@ -7,6 +7,8 @@ share/gnome/pixmaps/document-icons/gnome-application-encapsulated_postscript.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-msword.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pdf.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pgp.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pgp-encrypted.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pgp-keys.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-postscript.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-qif.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-rtf.png
|
||||
@ -22,15 +24,15 @@ share/gnome/pixmaps/document-icons/gnome-application-vnd.sun.xml.calc.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-vnd.sun.xml.impress.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-vnd.sun.xml.writer.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-abiword.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-applix-spreadsheet.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-applix-word.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-arj.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-backup.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-blender.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-bzip.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-c-header.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-c-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-cc-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-compress.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-dc-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-deb.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-dia-diagram.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-e-theme.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-font-sunos-news.png
|
||||
@ -41,7 +43,7 @@ share/gnome/pixmaps/document-icons/gnome-application-x-gnumeric.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-gtktalog.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-gzip.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-jar.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-java-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-java-byte-code.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-kde-app-info.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-killustrator.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-kpresenter.png
|
||||
@ -52,7 +54,9 @@ share/gnome/pixmaps/document-icons/gnome-application-x-n64-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-nes-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-ogg.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-php.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-python-bytecode.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-reject.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-rpm.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-scheme-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-sms-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-sql.png
|
||||
@ -64,6 +68,7 @@ share/gnome/pixmaps/document-icons/gnome-audio-mpeg.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-ulaw.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-aiff.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-bmx.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-it.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-mod.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-pn-realaudio.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-s3m.png
|
||||
@ -107,23 +112,28 @@ share/gnome/pixmaps/document-icons/gnome-image-xpm.png
|
||||
share/gnome/pixmaps/document-icons/gnome-image-xwd.png
|
||||
share/gnome/pixmaps/document-icons/gnome-library.png
|
||||
share/gnome/pixmaps/document-icons/gnome-objectfile.png
|
||||
share/gnome/pixmaps/document-icons/gnome-pack-deb.png
|
||||
share/gnome/pixmaps/document-icons/gnome-pack-rpm.png
|
||||
share/gnome/pixmaps/document-icons/gnome-package.png
|
||||
share/gnome/pixmaps/document-icons/gnome-tex.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-abiword.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-css.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-html.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-authors.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-c.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-c++.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-c-header.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-copying.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-credits.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-csh.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-haskell.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-install.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-java.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-literate-haskell.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-makefile.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-patch.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-perl.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-python.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-readme.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-sh.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-sql.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-zsh.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-xml.png
|
||||
@ -156,6 +166,7 @@ share/locale/de/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-mime-data.mo
|
||||
@ -179,6 +190,7 @@ share/locale/sl/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-mime-data.mo
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomemimedata
|
||||
PORTVERSION= 1.0.7
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-mime-data-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome/gnome-mime-data-1.0.7.tar.bz2) = 7ddd3fb9302de57d5572fb84a406f8e6
|
||||
MD5 (gnome/gnome-mime-data-1.0.8.tar.bz2) = 255d2c5f64e10454115c92ceaca180bb
|
||||
|
@ -7,6 +7,8 @@ share/gnome/pixmaps/document-icons/gnome-application-encapsulated_postscript.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-msword.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pdf.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pgp.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pgp-encrypted.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-pgp-keys.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-postscript.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-qif.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-rtf.png
|
||||
@ -22,15 +24,15 @@ share/gnome/pixmaps/document-icons/gnome-application-vnd.sun.xml.calc.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-vnd.sun.xml.impress.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-vnd.sun.xml.writer.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-abiword.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-applix-spreadsheet.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-applix-word.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-arj.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-backup.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-blender.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-bzip.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-c-header.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-c-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-cc-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-compress.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-dc-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-deb.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-dia-diagram.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-e-theme.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-font-sunos-news.png
|
||||
@ -41,7 +43,7 @@ share/gnome/pixmaps/document-icons/gnome-application-x-gnumeric.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-gtktalog.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-gzip.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-jar.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-java-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-java-byte-code.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-kde-app-info.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-killustrator.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-kpresenter.png
|
||||
@ -52,7 +54,9 @@ share/gnome/pixmaps/document-icons/gnome-application-x-n64-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-nes-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-ogg.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-php.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-python-bytecode.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-reject.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-rpm.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-scheme-source.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-sms-rom.png
|
||||
share/gnome/pixmaps/document-icons/gnome-application-x-sql.png
|
||||
@ -64,6 +68,7 @@ share/gnome/pixmaps/document-icons/gnome-audio-mpeg.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-ulaw.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-aiff.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-bmx.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-it.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-mod.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-pn-realaudio.png
|
||||
share/gnome/pixmaps/document-icons/gnome-audio-x-s3m.png
|
||||
@ -107,23 +112,28 @@ share/gnome/pixmaps/document-icons/gnome-image-xpm.png
|
||||
share/gnome/pixmaps/document-icons/gnome-image-xwd.png
|
||||
share/gnome/pixmaps/document-icons/gnome-library.png
|
||||
share/gnome/pixmaps/document-icons/gnome-objectfile.png
|
||||
share/gnome/pixmaps/document-icons/gnome-pack-deb.png
|
||||
share/gnome/pixmaps/document-icons/gnome-pack-rpm.png
|
||||
share/gnome/pixmaps/document-icons/gnome-package.png
|
||||
share/gnome/pixmaps/document-icons/gnome-tex.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-abiword.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-css.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-html.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-authors.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-c.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-c++.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-c-header.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-copying.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-credits.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-csh.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-haskell.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-install.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-java.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-literate-haskell.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-makefile.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-patch.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-perl.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-python.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-readme.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-sh.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-sql.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-x-zsh.png
|
||||
share/gnome/pixmaps/document-icons/gnome-text-xml.png
|
||||
@ -156,6 +166,7 @@ share/locale/de/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/el/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-mime-data.mo
|
||||
@ -179,6 +190,7 @@ share/locale/sl/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/sv/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-mime-data.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-mime-data.mo
|
||||
|
@ -6,10 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeutils2
|
||||
PORTVERSION= 1.104.0
|
||||
PORTVERSION= 1.5.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= misc gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-utils-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
@ -27,9 +28,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
MAN1= archive-generator.1 gdialog.1 gnome-calculator.1 \
|
||||
MAN1= archive-generator.1 gnome-calculator.1 \
|
||||
gnome-character-map.1 gnome-dictionary.1 \
|
||||
gnome-exe-handler.1 gnome-search-tool.1 gnome-system-log.1
|
||||
gnome-search-tool.1 gnome-system-log.1
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-utils-1.104.0.tar.bz2) = 49a1e34836787221c04d83a2c292dab0
|
||||
MD5 (gnome2/gnome-utils-1.5.0.tar.bz2) = 0a2d9859203a45d488de0cb01d95244c
|
||||
|
@ -1,36 +1,6 @@
|
||||
--- configure.orig Tue May 7 00:01:18 2002
|
||||
+++ configure Tue May 7 00:01:47 2002
|
||||
@@ -7011,7 +7011,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpam -ldl $LIBS"
|
||||
+LIBS="-lpam $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 7016 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7066,7 +7066,7 @@
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lpam_misc -ldl -lpam $LIBS"
|
||||
+LIBS="-lpam_misc -lpam $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
#line 7071 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -7110,9 +7110,9 @@
|
||||
echo "$as_me:7110: result: $ac_cv_lib_pam_misc_pam_misc_setenv" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_pam_misc_pam_misc_setenv" >&6
|
||||
if test $ac_cv_lib_pam_misc_pam_misc_setenv = yes; then
|
||||
- PAM_LIBS="-ldl -lpam -lpam_misc"
|
||||
+ PAM_LIBS="-lpam -lpam_misc"
|
||||
else
|
||||
- PAM_LIBS="-ldl -lpam"
|
||||
+ PAM_LIBS="-lpam"
|
||||
fi
|
||||
|
||||
else
|
||||
@@ -8843,7 +8843,7 @@
|
||||
--- configure.orig Sun May 12 01:05:15 2002
|
||||
+++ configure Sun May 12 01:08:20 2002
|
||||
@@ -8258,7 +8258,7 @@
|
||||
< $srcdir/po/POTFILES.in > po/POTFILES
|
||||
|
||||
cat >>confdefs.h <<EOF
|
||||
@ -38,4 +8,4 @@
|
||||
+#define GNOME_ICONDIR "${datadir}/pixmaps"
|
||||
EOF
|
||||
|
||||
ac_config_files="$ac_config_files Makefile gnome-utils.spec po/Makefile.in idl/Makefile gcalc/Makefile gcalc/help/Makefile gcalc/help/C/Makefile logview/Makefile logview/gnome-system-log-security logview/pixmaps/Makefile logview/help/Makefile logview/help/C/Makefile gcharmap/Makefile gcharmap/src/Makefile gcharmap/pixmaps/Makefile gcharmap/help/Makefile gcharmap/help/C/Makefile gsearchtool/Makefile gsearchtool/help/Makefile gsearchtool/help/C/Makefile gdialog/Makefile gdialog/help/Makefile gdialog/help/C/Makefile gdictsrc/Makefile gdictsrc/help/Makefile gdictsrc/help/C/Makefile gfloppy/Makefile gfloppy/doc/Makefile gfloppy/doc/C/Makefile gfloppy/src/Makefile meat-grinder/Makefile meat-grinder/help/Makefile meat-grinder/help/C/Makefile exe-handler/Makefile"
|
||||
ac_config_files="$ac_config_files Makefile gnome-utils.spec po/Makefile.in idl/Makefile gcalc/Makefile gcalc/help/Makefile gcalc/help/C/Makefile logview/Makefile logview/gnome-system-log-security logview/pixmaps/Makefile logview/help/Makefile logview/help/C/Makefile gcharmap/Makefile gcharmap/src/Makefile gcharmap/pixmaps/Makefile gcharmap/help/Makefile gcharmap/help/C/Makefile gsearchtool/Makefile gsearchtool/help/Makefile gsearchtool/help/C/Makefile gdialog/Makefile gdialog/help/Makefile gdialog/help/C/Makefile gdictsrc/Makefile gdictsrc/help/Makefile gdictsrc/help/C/Makefile gfloppy/Makefile gfloppy/doc/Makefile gfloppy/doc/C/Makefile gfloppy/src/Makefile meat-grinder/Makefile meat-grinder/help/Makefile meat-grinder/help/C/Makefile"
|
||||
|
@ -1,20 +1,12 @@
|
||||
bin/archive-generator
|
||||
bin/gdialog
|
||||
bin/gdict-applet
|
||||
bin/gnome-calculator
|
||||
bin/gnome-character-map
|
||||
bin/gnome-dictionary
|
||||
bin/gnome-exe-handler
|
||||
bin/gnome-search-tool
|
||||
bin/gnome-system-log
|
||||
etc/gconf/gconf.xml.defaults/apps/gcharmap/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gdict/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gcharmap/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gdict/%gconf.xml
|
||||
etc/gconf/schemas/gcharmap.schemas
|
||||
etc/gconf/schemas/gdict.schemas
|
||||
libdata/bonobo/servers/GNOME_GDictApplet.server
|
||||
share/gnome/application-registry/gnome-exe.applications
|
||||
share/gnome/applications/archive-generator.desktop
|
||||
share/gnome/applications/gnome-calculator.desktop
|
||||
share/gnome/applications/gnome-character-map.desktop
|
||||
@ -25,11 +17,11 @@ share/gnome/gnome-2.0/ui/GNOME_GDictApplet.xml
|
||||
share/gnome/gnome-system-log/gnome-system-log-actions.db
|
||||
share/gnome/gnome-system-log/gnome-system-log-descript.db
|
||||
share/gnome/gnome-system-log/gnome-system-log-regexp.db
|
||||
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.xml
|
||||
share/gnome/help/gdialog/C/legal.xml
|
||||
share/gnome/help/archive-generator/C/archive-generator.xml
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator-addfile.png
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator-contents.png
|
||||
share/gnome/help/archive-generator/C/figures/archive-generator.png
|
||||
share/gnome/help/archive-generator/C/legal.xml
|
||||
share/gnome/help/gnome-calculator/C/figures/gcalc_window.png
|
||||
share/gnome/help/gnome-calculator/C/gnome-calculator.xml
|
||||
share/gnome/help/gnome-calculator/C/legal.xml
|
||||
@ -49,19 +41,13 @@ share/gnome/help/gnome-search-tool/C/legal.xml
|
||||
share/gnome/help/gnome-system-log/C/figures/gnome-system-log.png
|
||||
share/gnome/help/gnome-system-log/C/gnome-system-log.xml
|
||||
share/gnome/help/gnome-system-log/C/legal.xml
|
||||
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/legal.xml
|
||||
share/gnome/help/meat-grinder/C/meat-grinder.xml
|
||||
share/gnome/idl/gsu.idl
|
||||
share/gnome/mime-info/gnome-exe.keys
|
||||
share/gnome/omf/gnome-utils/gdialog-C.omf
|
||||
share/gnome/omf/gnome-utils/archive-generator-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-calculator-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-character-map-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-dictionary-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-search-tool-C.omf
|
||||
share/gnome/omf/gnome-utils/gnome-system-log-C.omf
|
||||
share/gnome/omf/gnome-utils/meat-grinder-C.omf
|
||||
share/gnome/pixmaps/gdict.png
|
||||
share/gnome/pixmaps/gnome-character-map.png
|
||||
share/gnome/pixmaps/gnome-searchtool.png
|
||||
@ -75,6 +61,7 @@ share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@ -100,14 +87,12 @@ share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@dirrm share/gnome/pixmaps/gnome-system-log
|
||||
@dirrm share/gnome/omf/gnome-utils
|
||||
@dirrm share/gnome/help/meat-grinder/C/figures
|
||||
@dirrm share/gnome/help/meat-grinder/C
|
||||
@dirrm share/gnome/help/meat-grinder
|
||||
@dirrm share/gnome/help/gnome-system-log/C/figures
|
||||
@dirrm share/gnome/help/gnome-system-log/C
|
||||
@dirrm share/gnome/help/gnome-system-log
|
||||
@ -122,11 +107,4 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
|
||||
@dirrm share/gnome/help/gnome-calculator/C/figures
|
||||
@dirrm share/gnome/help/gnome-calculator/C
|
||||
@dirrm share/gnome/help/gnome-calculator
|
||||
@dirrm share/gnome/help/gdialog/C/figures
|
||||
@dirrm share/gnome/help/gdialog/C
|
||||
@dirrm share/gnome/help/gdialog
|
||||
@dirrm share/gnome/gnome-system-log
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gdict
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gcharmap
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gdict
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gcharmap
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= linc
|
||||
PORTVERSION= 0.1.21
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -10,7 +10,7 @@ PORTVERSION= 1.112.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= print gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomecontrolcenter2
|
||||
PORTVERSION= 1.99.9
|
||||
PORTVERSION= 1.99.10
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= control-center-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/control-center-1.99.9.tar.bz2) = 339cab7a6f0cb812eec342e0d6ac8fbc
|
||||
MD5 (gnome2/control-center-1.99.10.tar.bz2) = eea5a5261e3447d01960463755422854
|
||||
|
@ -11,13 +11,10 @@ bin/gnome-settings-daemon
|
||||
bin/gnome-sound-properties
|
||||
bin/gnome-theme-properties
|
||||
bin/gnome-ui-properties
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||
etc/gconf/schemas/apps_gnome_keybinding_properties.schemas
|
||||
etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
|
||||
libdata/bonobo/servers/GNOME_SettingsDaemon.server
|
||||
share/gnome/applications/gnomecc.desktop
|
||||
@ -151,9 +148,8 @@ share/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo
|
||||
@dirrm share/gnome/control-center-2.0/pixmaps
|
||||
@dirrm share/gnome/control-center-2.0/interfaces
|
||||
@dirrm share/gnome/control-center-2.0/icons
|
||||
@dirrm share/gnome/applications
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomecontrolcenter2
|
||||
PORTVERSION= 1.99.9
|
||||
PORTVERSION= 1.99.10
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= control-center-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/control-center-1.99.9.tar.bz2) = 339cab7a6f0cb812eec342e0d6ac8fbc
|
||||
MD5 (gnome2/control-center-1.99.10.tar.bz2) = eea5a5261e3447d01960463755422854
|
||||
|
@ -11,13 +11,10 @@ bin/gnome-settings-daemon
|
||||
bin/gnome-sound-properties
|
||||
bin/gnome-theme-properties
|
||||
bin/gnome-ui-properties
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver/%gconf.xml
|
||||
etc/gconf/schemas/apps_gnome_keybinding_properties.schemas
|
||||
etc/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
|
||||
libdata/bonobo/servers/GNOME_SettingsDaemon.server
|
||||
share/gnome/applications/gnomecc.desktop
|
||||
@ -151,9 +148,8 @@ share/locale/zh_TW/LC_MESSAGES/control-center-2.0.mo
|
||||
@dirrm share/gnome/control-center-2.0/pixmaps
|
||||
@dirrm share/gnome/control-center-2.0/interfaces
|
||||
@dirrm share/gnome/control-center-2.0/icons
|
||||
@dirrm share/gnome/applications
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon/screensaver
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_settings_daemon
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gnome_keybinding_properties
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon/screensaver
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_settings_daemon
|
||||
@dirrm etc/gconf/gconf.xml.defaults/apps/gnome_keybinding_properties
|
||||
|
@ -10,7 +10,7 @@ PORTVERSION= 0.12.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gail
|
||||
PORTVERSION= 0.13
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -8,7 +8,7 @@
|
||||
PORTNAME= gtk
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020501,} \
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020509,} \
|
||||
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
||||
http://www.ameth.org/gimp/%SUBDIR%/ \
|
||||
|
@ -8,7 +8,7 @@
|
||||
PORTNAME= gtk
|
||||
PORTVERSION= 2.0.2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020501,} \
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020509,} \
|
||||
ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
|
||||
http://www.ameth.org/gimp/%SUBDIR%/ \
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libbonoboui
|
||||
PORTVERSION= 1.116.0
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -10,7 +10,7 @@ PORTVERSION= 0.5.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -10,7 +10,7 @@ PORTVERSION= 1.112.0
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libgnomeui
|
||||
PORTVERSION= 1.116.1
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libwnck
|
||||
PORTVERSION= 0.9
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -10,7 +10,7 @@ PORTVERSION= 1.114.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= pango
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020501,} \
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,pre-gnome2/releases/gnome-2.0-desktop-20020509,} \
|
||||
ftp://ftp.gtk.org/pub/gtk/v1.3/ \
|
||||
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.3/ \
|
||||
http://www.ameth.org/gimp/gtk/v1.3/
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeapplets2
|
||||
PORTVERSION= 1.100.0
|
||||
PORTVERSION= 1.101.0
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-applets-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-applets-1.100.0.tar.bz2) = 10c5729590c777f1f09ebe7365ec4d8f
|
||||
MD5 (gnome2/gnome-applets-1.101.0.tar.bz2) = 0b9e1eecb826b03543d8d2dc73d58146
|
||||
|
@ -203,6 +203,10 @@ share/gnome/gnome-2.0/ui/GNOME_MixerApplet.xml
|
||||
share/gnome/gnome-2.0/ui/GNOME_ModemlightsApplet.xml
|
||||
share/gnome/gnome-2.0/ui/GNOME_MultiloadApplet.xml
|
||||
share/gnome/gweather/Locations
|
||||
share/gnome/help/cdplayer/C/cdplayer.xml
|
||||
share/gnome/help/cdplayer/C/figures/cdplayer_applet.png
|
||||
share/gnome/help/cdplayer/C/legal.xml
|
||||
share/gnome/help/cdplayer/C/topic.dat
|
||||
share/gnome/help/char-palette/C/char-palette.xml
|
||||
share/gnome/help/char-palette/C/figures/charpick_applet.png
|
||||
share/gnome/help/char-palette/C/figures/charpick_characters.png
|
||||
@ -211,8 +215,16 @@ share/gnome/help/char-palette/C/legal.xml
|
||||
share/gnome/help/command-line/C/command-line.xml
|
||||
share/gnome/help/command-line/C/figures/command-line.png
|
||||
share/gnome/help/command-line/C/legal.xml
|
||||
share/gnome/help/gweather/C/figures/gweather_applet.png
|
||||
share/gnome/help/gweather/C/figures/gweather_settings.png
|
||||
share/gnome/help/gweather/C/figures/gweather_weather.png
|
||||
share/gnome/help/gweather/C/gweather.xml
|
||||
share/gnome/help/gweather/C/legal.xml
|
||||
share/gnome/help/gweather/C/topic.dat
|
||||
share/gnome/omf/gnome-applets/cdplayer_applet-C.omf
|
||||
share/gnome/omf/gnome-applets/char-palette-C.omf
|
||||
share/gnome/omf/gnome-applets/command-line-C.omf
|
||||
share/gnome/omf/gnome-applets/gweather_applet-C.omf
|
||||
share/gnome/pixmaps/battstat.png
|
||||
share/gnome/pixmaps/charpick.png
|
||||
share/gnome/pixmaps/drivemount-applet.png
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomedesktop
|
||||
PORTVERSION= 1.5.18
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-desktop-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomepanel
|
||||
PORTVERSION= 1.5.19
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.20
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-panel-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-panel-1.5.19.tar.bz2) = 63e58d3c94642e26404be90d0c57aa7a
|
||||
MD5 (gnome2/gnome-panel-1.5.20.tar.bz2) = 7adee4de5eba5d204ba537ca0af8d1f9
|
||||
|
@ -10,8 +10,6 @@ etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/pager_applet/%gconf.xml
|
||||
@ -62,7 +60,6 @@ libdata/bonobo/servers/GNOME_FishApplet_Factory.server
|
||||
libdata/bonobo/servers/GNOME_GenUtilApplet_Factory.server
|
||||
libdata/bonobo/servers/GNOME_Panel.server
|
||||
libdata/pkgconfig/libpanelapplet-2.0.pc
|
||||
share/gnome/applications/gnome-panel-screenshot.desktop
|
||||
share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop
|
||||
share/gnome/gen_util/pager.glade
|
||||
share/gnome/gen_util/tasklist.glade
|
||||
@ -212,7 +209,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
@dirrm share/gnome/gnome-panel
|
||||
@dirrm share/gnome/control-center-2.0/capplets
|
||||
@dirrm share/gnome/control-center-2.0
|
||||
@dirrm share/gnome/applications
|
||||
@dirrm share/doc/panel-applet
|
||||
@dirrm include/panel-2.0
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/tasklist_applet/prefs
|
||||
@ -246,8 +242,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/pager_applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomesession
|
||||
PORTVERSION= 1.5.18
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-session-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnometerminal
|
||||
PORTVERSION= 1.9.4
|
||||
PORTVERSION= 1.9.5
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-terminal-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-terminal-1.9.4.tar.bz2) = 74dd8f22fb6c0343e582c9504af99077
|
||||
MD5 (gnome2/gnome-terminal-1.9.5.tar.bz2) = 81a0d2961cbfcf753c96f2be3f6bccf8
|
||||
|
@ -25,6 +25,7 @@ share/locale/et/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ko/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/no/LC_MESSAGES/gnome-terminal.mo
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomeapplets2
|
||||
PORTVERSION= 1.100.0
|
||||
PORTVERSION= 1.101.0
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-applets-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-applets-1.100.0.tar.bz2) = 10c5729590c777f1f09ebe7365ec4d8f
|
||||
MD5 (gnome2/gnome-applets-1.101.0.tar.bz2) = 0b9e1eecb826b03543d8d2dc73d58146
|
||||
|
@ -203,6 +203,10 @@ share/gnome/gnome-2.0/ui/GNOME_MixerApplet.xml
|
||||
share/gnome/gnome-2.0/ui/GNOME_ModemlightsApplet.xml
|
||||
share/gnome/gnome-2.0/ui/GNOME_MultiloadApplet.xml
|
||||
share/gnome/gweather/Locations
|
||||
share/gnome/help/cdplayer/C/cdplayer.xml
|
||||
share/gnome/help/cdplayer/C/figures/cdplayer_applet.png
|
||||
share/gnome/help/cdplayer/C/legal.xml
|
||||
share/gnome/help/cdplayer/C/topic.dat
|
||||
share/gnome/help/char-palette/C/char-palette.xml
|
||||
share/gnome/help/char-palette/C/figures/charpick_applet.png
|
||||
share/gnome/help/char-palette/C/figures/charpick_characters.png
|
||||
@ -211,8 +215,16 @@ share/gnome/help/char-palette/C/legal.xml
|
||||
share/gnome/help/command-line/C/command-line.xml
|
||||
share/gnome/help/command-line/C/figures/command-line.png
|
||||
share/gnome/help/command-line/C/legal.xml
|
||||
share/gnome/help/gweather/C/figures/gweather_applet.png
|
||||
share/gnome/help/gweather/C/figures/gweather_settings.png
|
||||
share/gnome/help/gweather/C/figures/gweather_weather.png
|
||||
share/gnome/help/gweather/C/gweather.xml
|
||||
share/gnome/help/gweather/C/legal.xml
|
||||
share/gnome/help/gweather/C/topic.dat
|
||||
share/gnome/omf/gnome-applets/cdplayer_applet-C.omf
|
||||
share/gnome/omf/gnome-applets/char-palette-C.omf
|
||||
share/gnome/omf/gnome-applets/command-line-C.omf
|
||||
share/gnome/omf/gnome-applets/gweather_applet-C.omf
|
||||
share/gnome/pixmaps/battstat.png
|
||||
share/gnome/pixmaps/charpick.png
|
||||
share/gnome/pixmaps/drivemount-applet.png
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomedesktop
|
||||
PORTVERSION= 1.5.18
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-desktop-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnomepanel
|
||||
PORTVERSION= 1.5.19
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.5.20
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-panel-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-panel-1.5.19.tar.bz2) = 63e58d3c94642e26404be90d0c57aa7a
|
||||
MD5 (gnome2/gnome-panel-1.5.20.tar.bz2) = 7adee4de5eba5d204ba537ca0af8d1f9
|
||||
|
@ -10,8 +10,6 @@ etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs/%gconf.xml
|
||||
etc/gconf/gconf.xml.defaults/schemas/apps/pager_applet/%gconf.xml
|
||||
@ -62,7 +60,6 @@ libdata/bonobo/servers/GNOME_FishApplet_Factory.server
|
||||
libdata/bonobo/servers/GNOME_GenUtilApplet_Factory.server
|
||||
libdata/bonobo/servers/GNOME_Panel.server
|
||||
libdata/pkgconfig/libpanelapplet-2.0.pc
|
||||
share/gnome/applications/gnome-panel-screenshot.desktop
|
||||
share/gnome/control-center-2.0/capplets/gnome-panel-preferences.desktop
|
||||
share/gnome/gen_util/pager.glade
|
||||
share/gnome/gen_util/tasklist.glade
|
||||
@ -212,7 +209,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
@dirrm share/gnome/gnome-panel
|
||||
@dirrm share/gnome/control-center-2.0/capplets
|
||||
@dirrm share/gnome/control-center-2.0
|
||||
@dirrm share/gnome/applications
|
||||
@dirrm share/doc/panel-applet
|
||||
@dirrm include/panel-2.0
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/tasklist_applet/prefs
|
||||
@ -246,8 +242,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-panel-2.0.mo
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/pager_applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck_applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/mailcheck-applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet/prefs
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/fish_applet
|
||||
@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/clock_applet/prefs
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= gnomesession
|
||||
PORTVERSION= 1.5.18
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-session-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnometerminal
|
||||
PORTVERSION= 1.9.4
|
||||
PORTVERSION= 1.9.5
|
||||
CATEGORIES= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DISTNAME= gnome-terminal-${PORTVERSION}
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnome2/gnome-terminal-1.9.4.tar.bz2) = 74dd8f22fb6c0343e582c9504af99077
|
||||
MD5 (gnome2/gnome-terminal-1.9.5.tar.bz2) = 81a0d2961cbfcf753c96f2be3f6bccf8
|
||||
|
@ -25,6 +25,7 @@ share/locale/et/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/fi/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ko/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/lt/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/ms/LC_MESSAGES/gnome-terminal.mo
|
||||
share/locale/no/LC_MESSAGES/gnome-terminal.mo
|
||||
|
@ -9,7 +9,7 @@ PORTNAME= libgnome
|
||||
PORTVERSION= 1.116.0
|
||||
CATEGORIES?= x11 gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020501
|
||||
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-20020509
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER?= gnome@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user