mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Update to 1.0.7
This commit is contained in:
parent
27c31c725f
commit
5de6a3c908
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25956
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: libgtop
|
||||
# Version required: 1.0.6
|
||||
# Version required: 1.0.7
|
||||
# Date Created: 26 Sep 1998
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= libgtop-1.0.6
|
||||
DISTNAME= libgtop-1.0.7
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libgtop
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libgtop-1.0.6.tar.gz) = ad63df637697915b5326494a0ae4a337
|
||||
MD5 (libgtop-1.0.7.tar.gz) = 5853822967955a172978142156dbc010
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: libgtop
|
||||
# Version required: 1.0.6
|
||||
# Version required: 1.0.7
|
||||
# Date Created: 26 Sep 1998
|
||||
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= libgtop-1.0.6
|
||||
DISTNAME= libgtop-1.0.7
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/libgtop
|
||||
|
@ -1 +1 @@
|
||||
MD5 (libgtop-1.0.6.tar.gz) = ad63df637697915b5326494a0ae4a337
|
||||
MD5 (libgtop-1.0.7.tar.gz) = 5853822967955a172978142156dbc010
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: gtop
|
||||
# Version required: 1.0.5
|
||||
# Version required: 1.0.7
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= gtop-1.0.5
|
||||
DISTNAME= gtop-1.0.7
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gtop
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtop-1.0.5.tar.gz) = 36755ca30dcf99641250fb2b4f999970
|
||||
MD5 (gtop-1.0.7.tar.gz) = aa1f621dbe6461c5d6edd8d952c02d25
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- main.c.orig Thu Dec 17 05:10:26 1998
|
||||
+++ main.c Fri Jan 1 13:55:58 1999
|
||||
--- main.c.orig Sun Feb 13 16:27:56 2000
|
||||
+++ main.c Thu Feb 17 12:07:45 2000
|
||||
@@ -32,6 +32,8 @@
|
||||
|
||||
#include <gnome.h>
|
||||
@ -8,24 +8,23 @@
|
||||
+
|
||||
#include <glibtop/close.h>
|
||||
|
||||
#include <assert.h>
|
||||
@@ -149,6 +151,8 @@
|
||||
#include <locale.h>
|
||||
@@ -205,6 +207,8 @@
|
||||
poptContext ctx;
|
||||
char **args;
|
||||
const char **args;
|
||||
|
||||
+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV));
|
||||
+
|
||||
+
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
textdomain (PACKAGE);
|
||||
|
||||
@@ -256,6 +260,9 @@
|
||||
gtk_main ();
|
||||
|
||||
glibtop_close ();
|
||||
-
|
||||
@@ -294,6 +298,9 @@
|
||||
gtop_properties.global.show_toolbar);
|
||||
gnome_config_sync ();
|
||||
}
|
||||
+
|
||||
+ fpresetsticky (FP_X_DZ|FP_X_INV);
|
||||
+ fpsetmask (FP_X_DZ|FP_X_INV);
|
||||
+
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -1,6 +1,26 @@
|
||||
bin/gtop
|
||||
share/gnome/apps/Utilities/gtop.desktop
|
||||
share/gnome/gtoprc
|
||||
share/gnome/help/gtop/C/c12.html
|
||||
share/gnome/help/gtop/C/figs/gtop-fs-1.png
|
||||
share/gnome/help/gtop/C/figs/gtop-fs-2.png
|
||||
share/gnome/help/gtop/C/figs/gtop-mem.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-bottom.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-main.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-middle.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-top.png
|
||||
share/gnome/help/gtop/C/figs/gtop-prefs.png
|
||||
share/gnome/help/gtop/C/figs/gtop-proc.png
|
||||
share/gnome/help/gtop/C/index.html
|
||||
share/gnome/help/gtop/C/topic.dat
|
||||
share/gnome/help/gtop/C/x365.html
|
||||
share/gnome/help/gtop/C/x436.html
|
||||
share/gnome/help/gtop/C/x45.html
|
||||
share/gnome/help/gtop/C/x511.html
|
||||
share/gnome/help/gtop/C/x619.html
|
||||
share/gnome/help/gtop/C/x627.html
|
||||
share/gnome/help/gtop/C/x656.html
|
||||
share/gnome/pixmaps/gnome-gtop.png
|
||||
share/locale/cs/LC_MESSAGES/gtop.mo
|
||||
share/locale/da/LC_MESSAGES/gtop.mo
|
||||
share/locale/de/LC_MESSAGES/gtop.mo
|
||||
@ -15,3 +35,9 @@ share/locale/pl/LC_MESSAGES/gtop.mo
|
||||
share/locale/pt/LC_MESSAGES/gtop.mo
|
||||
share/locale/ru/LC_MESSAGES/gtop.mo
|
||||
share/locale/sv/LC_MESSAGES/gtop.mo
|
||||
share/locale/uk/LC_MESSAGES/gtop.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/gtop.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/gtop.mo
|
||||
@dirrm share/gnome/help/gtop/C/figs
|
||||
@dirrm share/gnome/help/gtop/C
|
||||
@dirrm share/gnome/help/gtop
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: gtop
|
||||
# Version required: 1.0.5
|
||||
# Version required: 1.0.7
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= gtop-1.0.5
|
||||
DISTNAME= gtop-1.0.7
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gtop
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtop-1.0.5.tar.gz) = 36755ca30dcf99641250fb2b4f999970
|
||||
MD5 (gtop-1.0.7.tar.gz) = aa1f621dbe6461c5d6edd8d952c02d25
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- main.c.orig Thu Dec 17 05:10:26 1998
|
||||
+++ main.c Fri Jan 1 13:55:58 1999
|
||||
--- main.c.orig Sun Feb 13 16:27:56 2000
|
||||
+++ main.c Thu Feb 17 12:07:45 2000
|
||||
@@ -32,6 +32,8 @@
|
||||
|
||||
#include <gnome.h>
|
||||
@ -8,24 +8,23 @@
|
||||
+
|
||||
#include <glibtop/close.h>
|
||||
|
||||
#include <assert.h>
|
||||
@@ -149,6 +151,8 @@
|
||||
#include <locale.h>
|
||||
@@ -205,6 +207,8 @@
|
||||
poptContext ctx;
|
||||
char **args;
|
||||
const char **args;
|
||||
|
||||
+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV));
|
||||
+
|
||||
+
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
textdomain (PACKAGE);
|
||||
|
||||
@@ -256,6 +260,9 @@
|
||||
gtk_main ();
|
||||
|
||||
glibtop_close ();
|
||||
-
|
||||
@@ -294,6 +298,9 @@
|
||||
gtop_properties.global.show_toolbar);
|
||||
gnome_config_sync ();
|
||||
}
|
||||
+
|
||||
+ fpresetsticky (FP_X_DZ|FP_X_INV);
|
||||
+ fpsetmask (FP_X_DZ|FP_X_INV);
|
||||
+
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -1,6 +1,26 @@
|
||||
bin/gtop
|
||||
share/gnome/apps/Utilities/gtop.desktop
|
||||
share/gnome/gtoprc
|
||||
share/gnome/help/gtop/C/c12.html
|
||||
share/gnome/help/gtop/C/figs/gtop-fs-1.png
|
||||
share/gnome/help/gtop/C/figs/gtop-fs-2.png
|
||||
share/gnome/help/gtop/C/figs/gtop-mem.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-bottom.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-main.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-middle.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-top.png
|
||||
share/gnome/help/gtop/C/figs/gtop-prefs.png
|
||||
share/gnome/help/gtop/C/figs/gtop-proc.png
|
||||
share/gnome/help/gtop/C/index.html
|
||||
share/gnome/help/gtop/C/topic.dat
|
||||
share/gnome/help/gtop/C/x365.html
|
||||
share/gnome/help/gtop/C/x436.html
|
||||
share/gnome/help/gtop/C/x45.html
|
||||
share/gnome/help/gtop/C/x511.html
|
||||
share/gnome/help/gtop/C/x619.html
|
||||
share/gnome/help/gtop/C/x627.html
|
||||
share/gnome/help/gtop/C/x656.html
|
||||
share/gnome/pixmaps/gnome-gtop.png
|
||||
share/locale/cs/LC_MESSAGES/gtop.mo
|
||||
share/locale/da/LC_MESSAGES/gtop.mo
|
||||
share/locale/de/LC_MESSAGES/gtop.mo
|
||||
@ -15,3 +35,9 @@ share/locale/pl/LC_MESSAGES/gtop.mo
|
||||
share/locale/pt/LC_MESSAGES/gtop.mo
|
||||
share/locale/ru/LC_MESSAGES/gtop.mo
|
||||
share/locale/sv/LC_MESSAGES/gtop.mo
|
||||
share/locale/uk/LC_MESSAGES/gtop.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/gtop.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/gtop.mo
|
||||
@dirrm share/gnome/help/gtop/C/figs
|
||||
@dirrm share/gnome/help/gtop/C
|
||||
@dirrm share/gnome/help/gtop
|
||||
|
@ -1,12 +1,12 @@
|
||||
# New ports collection makefile for: gtop
|
||||
# Version required: 1.0.5
|
||||
# Version required: 1.0.7
|
||||
# Date created: 28 September 1998
|
||||
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= gtop-1.0.5
|
||||
DISTNAME= gtop-1.0.7
|
||||
CATEGORIES= sysutils gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= stable/sources/gtop
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtop-1.0.5.tar.gz) = 36755ca30dcf99641250fb2b4f999970
|
||||
MD5 (gtop-1.0.7.tar.gz) = aa1f621dbe6461c5d6edd8d952c02d25
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- main.c.orig Thu Dec 17 05:10:26 1998
|
||||
+++ main.c Fri Jan 1 13:55:58 1999
|
||||
--- main.c.orig Sun Feb 13 16:27:56 2000
|
||||
+++ main.c Thu Feb 17 12:07:45 2000
|
||||
@@ -32,6 +32,8 @@
|
||||
|
||||
#include <gnome.h>
|
||||
@ -8,24 +8,23 @@
|
||||
+
|
||||
#include <glibtop/close.h>
|
||||
|
||||
#include <assert.h>
|
||||
@@ -149,6 +151,8 @@
|
||||
#include <locale.h>
|
||||
@@ -205,6 +207,8 @@
|
||||
poptContext ctx;
|
||||
char **args;
|
||||
const char **args;
|
||||
|
||||
+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV));
|
||||
+
|
||||
+
|
||||
setlocale (LC_ALL, "");
|
||||
bindtextdomain (PACKAGE, GNOMELOCALEDIR);
|
||||
textdomain (PACKAGE);
|
||||
|
||||
@@ -256,6 +260,9 @@
|
||||
gtk_main ();
|
||||
|
||||
glibtop_close ();
|
||||
-
|
||||
@@ -294,6 +298,9 @@
|
||||
gtop_properties.global.show_toolbar);
|
||||
gnome_config_sync ();
|
||||
}
|
||||
+
|
||||
+ fpresetsticky (FP_X_DZ|FP_X_INV);
|
||||
+ fpsetmask (FP_X_DZ|FP_X_INV);
|
||||
+
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -1,6 +1,26 @@
|
||||
bin/gtop
|
||||
share/gnome/apps/Utilities/gtop.desktop
|
||||
share/gnome/gtoprc
|
||||
share/gnome/help/gtop/C/c12.html
|
||||
share/gnome/help/gtop/C/figs/gtop-fs-1.png
|
||||
share/gnome/help/gtop/C/figs/gtop-fs-2.png
|
||||
share/gnome/help/gtop/C/figs/gtop-mem.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-bottom.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-main.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-middle.png
|
||||
share/gnome/help/gtop/C/figs/gtop-pic-top.png
|
||||
share/gnome/help/gtop/C/figs/gtop-prefs.png
|
||||
share/gnome/help/gtop/C/figs/gtop-proc.png
|
||||
share/gnome/help/gtop/C/index.html
|
||||
share/gnome/help/gtop/C/topic.dat
|
||||
share/gnome/help/gtop/C/x365.html
|
||||
share/gnome/help/gtop/C/x436.html
|
||||
share/gnome/help/gtop/C/x45.html
|
||||
share/gnome/help/gtop/C/x511.html
|
||||
share/gnome/help/gtop/C/x619.html
|
||||
share/gnome/help/gtop/C/x627.html
|
||||
share/gnome/help/gtop/C/x656.html
|
||||
share/gnome/pixmaps/gnome-gtop.png
|
||||
share/locale/cs/LC_MESSAGES/gtop.mo
|
||||
share/locale/da/LC_MESSAGES/gtop.mo
|
||||
share/locale/de/LC_MESSAGES/gtop.mo
|
||||
@ -15,3 +35,9 @@ share/locale/pl/LC_MESSAGES/gtop.mo
|
||||
share/locale/pt/LC_MESSAGES/gtop.mo
|
||||
share/locale/ru/LC_MESSAGES/gtop.mo
|
||||
share/locale/sv/LC_MESSAGES/gtop.mo
|
||||
share/locale/uk/LC_MESSAGES/gtop.mo
|
||||
share/locale/zh_CN.GB2312/LC_MESSAGES/gtop.mo
|
||||
share/locale/zh_TW.Big5/LC_MESSAGES/gtop.mo
|
||||
@dirrm share/gnome/help/gtop/C/figs
|
||||
@dirrm share/gnome/help/gtop/C
|
||||
@dirrm share/gnome/help/gtop
|
||||
|
Loading…
Reference in New Issue
Block a user