summaryrefslogtreecommitdiffstats
path: root/math/galculator
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-07-08 15:08:40 +0000
committernaddy <naddy@FreeBSD.org>2003-07-08 15:08:40 +0000
commit414a2868e44b66e1ad0cc613b83551434ed964b0 (patch)
treea5b7b3023ba3d9b2f31d0ffc688e3c575a547c80 /math/galculator
parentdfe0c56796a69e1b1b1980c76e7fc09199339dbd (diff)
downloadFreeBSD-ports-414a2868e44b66e1ad0cc613b83551434ed964b0.zip
FreeBSD-ports-414a2868e44b66e1ad0cc613b83551434ed964b0.tar.gz
Update to 1.1.2. Adds French translation.
Diffstat (limited to 'math/galculator')
-rw-r--r--math/galculator/Makefile2
-rw-r--r--math/galculator/distinfo2
-rw-r--r--math/galculator/files/patch-src_general_functions.c56
-rw-r--r--math/galculator/pkg-plist1
4 files changed, 3 insertions, 58 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile
index 1389d4c..d9690e2 100644
--- a/math/galculator/Makefile
+++ b/math/galculator/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= galculator
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/math/galculator/distinfo b/math/galculator/distinfo
index f6de9d9..db81960 100644
--- a/math/galculator/distinfo
+++ b/math/galculator/distinfo
@@ -1 +1 @@
-MD5 (galculator-1.1.1.tar.bz2) = 58e495b9ceb8ac8f16a8d1ab344fe1b1
+MD5 (galculator-1.1.2.tar.bz2) = 326b862122de170c53f44acf901327e7
diff --git a/math/galculator/files/patch-src_general_functions.c b/math/galculator/files/patch-src_general_functions.c
deleted file mode 100644
index 55b89d0..0000000
--- a/math/galculator/files/patch-src_general_functions.c
+++ /dev/null
@@ -1,56 +0,0 @@
-$FreeBSD$
---- src/general_functions.c.orig Mon Jun 23 21:34:24 2003
-+++ src/general_functions.c Thu Jun 26 00:23:54 2003
-@@ -512,14 +512,6 @@ void set_object_data (GladeXML *xml)
- {"button_parclose", ')'},\
- {NULL}\
- };
--
-- while (operation_map[counter].button_name != NULL) {
-- g_object_set_data (G_OBJECT (glade_xml_get_widget (xml,
-- operation_map[counter].button_name)),
-- "operation", GINT_TO_POINTER(operation_map[counter].operation));
-- counter++;
-- }
-- counter = 0;
-
- s_gfunc_map gfunc_map[] = {\
- {"button_sign", display_result_toggle_sign},\
-@@ -530,14 +522,6 @@ void set_object_data (GladeXML *xml)
- {NULL}\
- };
-
-- while (gfunc_map[counter].button_name != NULL) {
-- g_object_set_data (G_OBJECT (glade_xml_get_widget (xml,
-- gfunc_map[counter].button_name)),
-- "func", gfunc_map[counter].func);
-- counter++;
-- };
-- counter = 0;
--
- s_function_map function_map[] = {\
- {"button_sin", {sin, asin, sinh, sin}, TRUE},\
- {"button_cos", {cos, acos, cosh, cos}, TRUE},\
-@@ -551,6 +535,22 @@ void set_object_data (GladeXML *xml)
- {"button_cmp", {cmp, cmp, cmp, cmp}, FALSE},\
- {NULL}\
- };
-+
-+ while (operation_map[counter].button_name != NULL) {
-+ g_object_set_data (G_OBJECT (glade_xml_get_widget (xml,
-+ operation_map[counter].button_name)),
-+ "operation", GINT_TO_POINTER(operation_map[counter].operation));
-+ counter++;
-+ }
-+ counter = 0;
-+
-+ while (gfunc_map[counter].button_name != NULL) {
-+ g_object_set_data (G_OBJECT (glade_xml_get_widget (xml,
-+ gfunc_map[counter].button_name)),
-+ "func", gfunc_map[counter].func);
-+ counter++;
-+ };
-+ counter = 0;
-
- while (function_map[counter].button_name != NULL) {
- func = (void *) malloc (sizeof (function_map[counter].func));
diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist
index aa5fe67..1115a14 100644
--- a/math/galculator/pkg-plist
+++ b/math/galculator/pkg-plist
@@ -7,5 +7,6 @@ share/galculator/glade/font.glade
share/galculator/glade/main.glade
share/galculator/glade/prefs.glade
share/locale/de/LC_MESSAGES/galculator.mo
+share/locale/fr/LC_MESSAGES/galculator.mo
@dirrm share/galculator/glade
@dirrm share/galculator
OpenPOWER on IntegriCloud