aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-table/gal-a11y-e-cell-vbox.h
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2005-01-27 13:28:27 +0800
committerHarry Lu <haip@src.gnome.org>2005-01-27 13:28:27 +0800
commit0dcae6d9d8e91ff3e9592cea78f5d43da3477beb (patch)
treefab192fb0b14d0cf3bf6c1f29dc639ed36b9b013 /a11y/e-table/gal-a11y-e-cell-vbox.h
parentd8d481373ff47bc77432b2f8d8de91afd1bd02a0 (diff)
downloadgsoc2013-evolution-0dcae6d9d8e91ff3e9592cea78f5d43da3477beb.tar.gz
gsoc2013-evolution-0dcae6d9d8e91ff3e9592cea78f5d43da3477beb.tar.zst
gsoc2013-evolution-0dcae6d9d8e91ff3e9592cea78f5d43da3477beb.zip
add gal-a11y-e-cell-vbox.h and gal-a11y-e-cell-vbox.c
2005-01-27 Li Yuan <li.yuan@sun.com> * gal/a11y/e-table/Makefile.am: add gal-a11y-e-cell-vbox.h and gal-a11y-e-cell-vbox.c * gal/a11y/e-table/gal-a11y-e-cell-popup.c: (gal_a11y_e_cell_popup_new): add i18n support to strings. Fixes #70261 * gal/a11y/e-table/gal-a11y-e-cell-text.c: (ect_dispose): disconnect the insert and the delete signal. (ect_check):do some check works. (ect_get_name), (ect_get_text), (ect_get_character_at_offset), (ect_get_caret_offset), (ect_get_character_count), (ect_get_n_selections), (ect_get_selection), (ect_add_selection), (ect_set_caret_offset), (ect_insert_text): use e_cell_text_get_text_by_view instead of e_cell_text_get_text. make get_name work well when e-cell-text is being edited. (ect_do_action_edit): call e_table_item_enter_edit only when the cell is editable. (ect_text_inserted_cb), (ect_text_deleted_cb): emit the text_changed::insert(delete) signal. make gnopernicus know the text_changed. (ect_class_init): add dispose function. (ect_action_init): add the edit action. (gal_a11y_e_cell_text_get_type): no ect_init function now. (cell_text_destroyed): unref the atkobject. (gal_a11y_e_cell_text_new): connect text_inserted and text_deleted singals and make sure the state of editable is right. * gal/a11y/e-table/gal-a11y-e-cell-text.h: add two signal handler id. * gal/a11y/e-table/gal-a11y-e-cell-toggle.c: (gal_a11y_e_cell_toggle_dispose): fix #70261. (model_change_cb): make gnopernicus to report state change signal. (gal_a11y_e_cell_toggle_new):add i18n support to strings. * gal/a11y/e-table/gal-a11y-e-cell-tree.c: (gal_a11y_e_cell_tree_new): add i18n support to strings. Fixes #61688 * gal/a11y/e-table/gal-a11y-e-cell-vbox.c: (ecv_get_n_children), (subcell_destroyed), (ecv_ref_child), (ecv_dispose), (ecv_ref_accessible_at_point), (ecv_class_init), (ecv_init), (ecv_atk_component_iface_init), (gal_a11y_e_cell_vbox_get_type), (gal_a11y_e_cell_vbox_new): * gal/a11y/e-table/gal-a11y-e-cell-vbox.h: implement a11y object of ECellVbox. Fixes #48976 * gal/a11y/e-table/gal-a11y-e-cell.c: function name are changed form eti_* to gal_a11y_e_cell_* (is_valid): check if the cell is valid. (gal_a11y_e_cell_dispose): make sure state_set is null. (gal_a11y_e_cell_get_name): implement the get_name function. (gal_a11y_e_cell_ref_state_set): add VISIBLE state. (gal_a11y_e_cell_get_parent), (gal_a11y_e_cell_get_index_in_parent), (gal_a11y_e_cell_get_extents): use e_tree_get_cell_geometry and e_table_get_cell_geometry instead of e_table_item_get_cell_geometry. (gal_a11y_e_cell_grab_focus): make grab_focus work with e-tree also. (gal_a11y_e_cell_atk_component_iface_init), (gal_a11y_e_cell_class_init): add get_name function. (gal_a11y_e_cell_init): add some state to cell. (idle_do_action): check if cell is valid. (gal_a11y_e_cell_action_do_action): check if cell is valid. (gal_a11y_e_cell_get_type), (gal_a11y_e_cell_construct): ref e-table-item. * gal/a11y/e-table/gal-a11y-e-table-click-to-add.c: (etcta_get_description), (etcta_action_get_name): add i18n support to strings. (etcta_get_name): if etcta has message, return it. (etcta_ref_state_set): implement the ref_state_set function, add SENSITIVE and SHOWING state. (etcta_class_init):add ref_state_set function. (etcta_selection_cursor_changed): call atk_focus_tracker_notify to a11y-e-cell (gal_a11y_e_table_click_to_add_new): connect etcta_selection_cursor_changed to cursor_changed signal. * gal/a11y/e-table/gal-a11y-e-table-item-factory.c: (gal_a11y_e_table_item_factory_create_accessible): parameters of gal_a11y_e_table_item_new have been changed. Fixes #68675 Fixes #70324 Fixes #68681 Fixes #68627 * gal/a11y/e-table/gal-a11y-e-table-item.c: remove the cell_data support. (item_destroyed): add ATK_STATE_DEFUNCT state and unref selection. (eti_ref_state_set): just ref state_set. (eti_dispose): we have unref selection in item_destroyed. remove the cell_data support. (eti_ref_child): remove support for column header. use eti_ref_at instead of atk_table_ref_at. (eti_get_extents): add support for click to add. (eti_ref_accessible_at_point): e-tree and e-table are different here. (cell_destroyed): add a check and unref item. remove the cell_data support. (eti_ref_at): if e-table-item has DEFUNCT state, return NULL. remove the cell_data support. (eti_get_column_header): use column name as the a11y name. set it role as ATK_ROLE_TABLE_COLUMN_HEADER. (table_is_row_selected): use view_to_model_row to convert row when uses source model. (table_get_selected_rows): if e-table-item has DEFUNCT state, return 0. (table_remove_row_selection): use view_to_model_row to convert row when uses source model. (eti_rows_inserted), (eti_rows_deleted): remove the cell_data support. (eti_tree_model_node_changed_cb): emit visible-data-changed signal. for the eti_clear_rows have been removed. (eti_header_structure_changed): remove the cell_data support. (eti_class_init): add eti_ref_state_set, remove eti_get_parent and eti_get_index_in_parent. (eti_init): init parent and index_in_parent. (gal_a11y_e_table_item_new): add some states. get name form parents. init role correctly. add FOCUSED state to focused cell. remove the cell_data support. (eti_a11y_selection_changed_cb): if e-table-item has DEFUNCT state, just return. (eti_a11y_cursor_changed_cb): remove the FOCUESD state form the old cell. (selection_add_selection): if it has been focused already, just return. if another row was focused, clear it first. (selection_ref_selection): use eti_ref_at instead of atk_table_ref_at. (gal_a11y_e_table_item_init): add this function. * gal/a11y/e-table/gal-a11y-e-table-item.h: add gal_a11y_e_table_item_init and change the parameters of gal_a11y_e_table_item_new. * gal/a11y/e-table/gal-a11y-e-table.c: (find_first_table_item): find the first item of the group. (eti_get_accessible), (find_table_item): find the first table item. (init_child_item): ref every group's first item. (et_ref_accessible_at_point): no need to call init_child_item here. just ref the item. (et_get_n_children): add support for multiple ETableItems. (et_ref_child): add support for multiple ETableItems. (et_get_layer): Set AtkLayer as ATK_LAYER_WIDGET for e-table. (et_atk_component_iface_init): add et_get_layer function. (gal_a11y_e_table_new):ref the a11y and widget, and unref it in the idle function to avoid crash. Fixes #71158 * gal/a11y/e-table/gal-a11y-e-tree.c: (init_child_item): just get the a11y object of the child item. (et_get_layer): Set AtkLayer as ATK_LAYER_WIDGET for etree. (et_atk_component_iface_init): add et_get_layer function. * gal/util/e-marshal.list: add support for the text_inserted and text_deleted signal. svn path=/trunk/; revision=28572
Diffstat (limited to 'a11y/e-table/gal-a11y-e-cell-vbox.h')
-rw-r--r--a11y/e-table/gal-a11y-e-cell-vbox.h64
1 files changed, 64 insertions, 0 deletions
diff --git a/a11y/e-table/gal-a11y-e-cell-vbox.h b/a11y/e-table/gal-a11y-e-cell-vbox.h
new file mode 100644
index 0000000000..ea0c9d8dc9
--- /dev/null
+++ b/a11y/e-table/gal-a11y-e-cell-vbox.h
@@ -0,0 +1,64 @@
+/* Evolution Accessibility: gal-a11y-e-cell-vbox.h
+ *
+ * Copyright (C) 2004 Sun Microsystem, Inc.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of version 2 of the GNU General Public
+ * License as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author: Eric Zhao <eric.zhao@sun.com> Sun Microsystem Inc., 2004
+ *
+ */
+#ifndef __GAL_A11Y_E_CELL_VBOX_H__
+#define __GAL_A11Y_E_CELL_VBOX_H__
+
+#include "gal-a11y-e-cell.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#define GAL_A11Y_TYPE_E_CELL_VBOX (gal_a11y_e_cell_vbox_get_type ())
+#define GAL_A11Y_E_CELL_VBOX(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAL_A11Y_TYPE_E_CELL_VBOX, GalA11yECellVbox))
+#define GAL_A11Y_E_CELL_VBOX_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GAL_A11Y_E_CELL_VBOX, GalA11yECellVboxClass))
+#define GAL_A11Y_IS_E_CELL_VBOX(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GAL_A11Y_TYPE_E_CELL_VBOX))
+#define GAL_A11Y_IS_E_CELL_VBOX_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GAL_A11Y_TYPE_E_CELL_VBOX))
+#define GAL_A11Y_E_CELL_VBOX_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GAL_A11Y_TYPE_E_CELL_VBOX, GalA11yECellVboxClass))
+
+typedef struct _GalA11yECellVbox GalA11yECellVbox;
+typedef struct _GalA11yECellVboxClass GalA11yECellVboxClass;
+
+struct _GalA11yECellVbox
+{
+ GalA11yECell object;
+ int a11y_subcell_count;
+ gpointer *a11y_subcells;
+};
+
+struct _GalA11yECellVboxClass
+{
+ GalA11yECellClass parent_class;
+};
+
+GType gal_a11y_e_cell_vbox_get_type (void);
+AtkObject *gal_a11y_e_cell_vbox_new (ETableItem *item,
+ ECellView *cell_view,
+ AtkObject *parent,
+ int model_col,
+ int view_col,
+ int row);
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+#endif /* __GAL_A11Y_E_CELL_VBOX_H__ */
d>tota2015-06-132-5/+5 * - Update to 2.3-3tota2015-06-132-3/+3 * - Update to 0.97tota2015-06-132-4/+3 * - Update to 0.1-9tota2015-06-133-6/+6 * Reset dhn's portserwin2015-06-131-1/+1 * - Update to 6.1tota2015-06-122-8/+7 * - Update to 0.5.200.1.0tota2015-06-112-3/+3 * - Fix shebangsamdmi32015-06-101-2/+2 * - Update to 1.2.0.stephen2015-06-082-5/+6 * Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-2/+0 * - Add LICENSE_FILEamdmi32015-06-071-1/+3 * - Switch to USES=autoreconfamdmi32015-06-071-5/+2 * Mark BROKENantoine2015-06-061-0/+2 * math/coinmp: update 1.8.1 -> 1.8.2robak2015-06-053-9/+9 * - Strip librariesamdmi32015-06-041-1/+5 * - Strip libraryamdmi32015-06-041-1/+4 * - Strip librariesamdmi32015-06-041-1/+4 * - Add LICENSE_FILEamdmi32015-06-031-2/+4 * - Add shells/bash as a build_depends.stephen2015-06-031-1/+2 * - Make user of port understand information about memory heirarchy needs tostephen2015-06-033-2/+47 * math/R-cran-stabledist: update to 0.7-0dbn2015-06-032-4/+3 * math/p5-Math-Derivative: Update version 0.01=>0.03bofh2015-06-022-4/+3 * math/p5-Math-FFT: Update version 1.28=>1.32bofh2015-06-022-4/+3 * math/p5-Math-Intersection-StraightLine: Update version 0.04=>0.05bofh2015-06-022-4/+3 * - Add port math/librsb.stephen2015-06-026-0/+296 * - Update math/cgal to 4.6wen2015-06-013-19/+200 * - Add NO_ARCHamdmi32015-05-312-0/+2 * - Fix shebangsamdmi32015-05-311-2/+5 * Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-313-12/+4 * - Update to 0.2.1.stephen2015-05-312-3/+3 * Create at least a bit more proper libraries:bapt2015-05-301-4/+7 * In PR200475, it turned out math/rapid is using "CC" to compile C++dim2015-05-301-0/+9 * - Strip librariesamdmi32015-05-291-2/+4 * - Fix shebangsamdmi32015-05-291-2/+8 * - Fix shebangsamdmi32015-05-291-2/+4 * - Update to 5.200.1danilo2015-05-273-5/+4 * - Update to 1.3.2.stephen2015-05-272-4/+3 * - Don't cat pkg-message from Makefilesamdmi32015-05-272-6/+0 * - Only strip shared librariesamdmi32015-05-271-3/+2 * math/py-pandas: update to 0.16.1xmj2015-05-262-4/+9 * - Fix library installation, strip librariesamdmi32015-05-261-4/+9 * - Update WWWsunpoet2015-05-261-1/+1 * - Update to 2.008sunpoet2015-05-262-6/+10 * math/py-statsmodels: fix build- and plist issuesxmj2015-05-261-0/+4 * - Handle removal of the /usr/bin/perl symlink. (See UPDATING 20150513.)stephen2015-05-252-5/+16 * - Use dos2unix instead of gpatch to handle CR in the diff files.stephen2015-05-252-12/+2 * - Update to 1.8.15sunpoet2015-05-244-3/+4 * Update Coq to 8.4pl6johans2015-05-233-3/+4 * Remove $FreeBSD$ from patches files everywhere.mat2015-05-2312-26/+1 * math/py-statsmodels: switch to GitHub, clean up stuffxmj2015-05-223-6245/+6 * - Update to 0.8.5.stephen2015-05-223-5/+17 * - Update to 6.7.stephen2015-05-212-3/+7 * - Update to 1.1.0wen2015-05-202-3/+3 * - Fix library installation, unbreak static libraryamdmi32015-05-191-2/+3 * - Fix build on armv6wen2015-05-191-0/+12 * math/speedcrunch: Update WWWmakc2015-05-191-1/+1 * - Update to 2.3.0.stephen2015-05-192-3/+3 * Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-194-10/+9 * math/cmlib: fix MASTER_SITEpi2015-05-181-2/+1 * New port: math/cmlibpi2015-05-186-0/+973 * - Update to 0.53sunpoet2015-05-162-3/+3 * math/scilab:makc2015-05-161-15/+9 * - Simplify and fix library installation, correctly strip librariesamdmi32015-05-161-8/+9 * octave-forge-nurbs: require an OpenMP compileremaste2015-05-151-0/+2 * - Add CPE infoamdmi32015-05-151-2/+2 * - Update to 5.100.2danilo2015-05-143-4/+4 * - Mark BROKEN, the module is not usableamdmi32015-05-141-0/+4 * - Update to 0.08amdmi32015-05-142-4/+5 * - Remove test target, it is already defined by Mk/Uses/perl5.mkamdmi32015-05-141-3/+0 * - Update pkg-descr which was forgottenamdmi32015-05-141-2/+3 * Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library (translated ...amdmi32015-05-145-0/+37 * MASTER_SITES cleanup.mat2015-05-1450-92/+48 * R does not create proper libraries (with SONAME) pkg 1.5.2 is know skipping thisbapt2015-05-141-1/+1 * - Cleanup GH_* knobs:sunpoet2015-05-142-4/+3 * Descriptions from bsd.options.desc.mk is used, and openblas is now default.maho2015-05-121-8/+6 * Shared descriptions for blas-related options.maho2015-05-121-7/+6 * Backout previous commit; actually it was not a typo.maho2015-05-121-1/+1 * Fix for the default.maho2015-05-121-1/+1 * Use bsd.options.desc.mk for descriptionsmaho2015-05-121-7/+2 * Cleanup DIST* variables.mat2015-05-128-26/+19 * - Mark as broken. "make install" never seems to complete, probably because ofstephen2015-05-111-0/+2 * Move p5- ports from ports@ to perl@.mat2015-05-113-3/+3 * - Use blaslapack.mkriggs2015-05-111-28/+10 * - Add a new port: math/R-cran-minqatota2015-05-094-0/+25 * - Fix LICENSEamdmi32015-05-091-3/+6 * - Don't install static libraries with INSTALL_LIB (part 2/2)amdmi32015-05-094-5/+6 * - Update to 0.9.6.3.jkim2015-05-095-58/+83 * - Don't install static libraries with INSTALL_LIB (part 1/2)amdmi32015-05-084-10/+12 * new port: math/rubygem-expression_parsermmoll2015-05-084-0/+22 * - Update to 1.6.4.stephen2015-05-083-6/+5 * - Update to 1.2.8.stephen2015-05-082-5/+4 * - Update to 0.1.3.stephen2015-05-082-4/+4 * Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-088-18/+10 * - Update to 2.3.2.stephen2015-05-072-3/+3 * math/Math-Int128: 0.21 -> 0.22pi2015-05-072-3/+3 * math/cryptominisat, math/py-cryptominisat: add new portsjbeich2015-05-069-0/+103 * math/fityk: unbreak build on 8.xjbeich2015-05-051-0/+10 * - Add PDF documentation.stephen2015-05-054-120/+1287 * - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addmadpilot2015-05-045-2/+5 * - Update to 0.5.100.1.0tota2015-05-042-3/+3 * - Update to 2.8.1.stephen2015-05-042-3/+3 * - Update to 0.2.0.stephen2015-05-042-3/+3 * Update to version 3.8.2.demon2015-05-043-6/+6 * - Update to 0.1.8.stephen2015-05-032-3/+3 * - Update to 5.100.1danilo2015-05-034-10/+19 * - Fix symbolic link pathdanilo2015-05-031-2/+2 * Update to version 3.8.1demon2015-05-033-11/+46 * math/reduce: upgrade version 20110414 => 20141130marino2015-05-023-31/+12 * - Sort PLISTsunpoet2015-05-011-11/+11 * math/hfst: unbreak build on DragonFly and fix libxml2 usagejbeich2015-05-011-2/+4 * math/hfst: unbreak build on 8.x/9.x (flex 2.5.4)jbeich2015-05-011-0/+8 * math/fityk: unbreak build on 8.x/9.x (gcc 4.8)jbeich2015-05-013-2/+27 * - Update to 0.3.14wen2015-04-302-4/+6 * - Update to 0.17.1wen2015-04-302-4/+6 * math/facile: Bump because ocaml version ungradedmarino2015-04-301-1/+1 * - Revert back to 2.2.1, because 2.2.2 requires octave-4.0.0.stephen2015-04-302-3/+4 * - Update to 2.2.2.stephen2015-04-302-3/+3 * math/abacus: respect ARFLAGS/LDFLAGS (-D/-fstack-protector)jbeich2015-04-292-3/+3 * math/abacus: kill roundabout post-patch targetjbeich2015-04-292-48/+3 * math/abacus: drop -fPIC from static library at the cost of buildtimejbeich2015-04-292-9/+11 * math/abacus: unbreak build on 10.1R (clang 3.4.1)jbeich2015-04-291-0/+11 * math/abacus: unbreak build on 11.0C [1] and fix minor issuesjbeich2015-04-293-20/+33 * USE_GITHUB: For the new support, fix DISTNAME to be more consistent.bdrewery2015-04-291-2/+2 * Try to have portscout ignore x.y.z versions.mat2015-04-281-1/+1 * - Chase GNU Emacs updatesashish2015-04-272-1/+2 * Get rid of the GH_TAGNAME line, OpenBlas already has tags in its repository w...mat2015-04-262-3/+3 * Stop using the Github Legacy download URL, switch to really using USE_GITHUB.mat2015-04-262-8/+5 * Update to version 0.2.14demon2015-04-262-8/+8 * - Fix breakage on 11-CURRENTashish2015-04-262-1/+21 * - Update to 0.40sunpoet2015-04-252-4/+3 * Update icu to 55.1bapt2015-04-241-1/+1 * - Update to 2.2.1.stephen2015-04-242-3/+3 * - Update to 0.14.1danilo2015-04-231-0/+1 * - Upgrade math/plplot to 5.11.0thierry2015-04-2323-402/+190 * Unbreak build on platforms using libstdc++ after r383466jbeich2015-04-232-0/+22 * - Update to 2.2.0.stephen2015-04-212-3/+3 * Fix build with Perl 5.21.1+mat2015-04-211-0/+23 * math/coinmp: fix indentationpi2015-04-211-1/+1 * math/coinmp: change comma, target for check/test etc as suggested by danfepi2015-04-201-3/+3 * Revert r384280 after fixing the cause of the problem in lang/pure (r384293)tijl2015-04-191-2/+0 * - Fix build on amd64 (needs -fPIC)amdmi32015-04-191-0/+2 * Same compiler requirements as for openfst.demon2015-04-191-1/+1 * Needs compiler with C++11 support.demon2015-04-191-1/+1 * Unbreak INFO build on DragonFly and FreeBSD 11+jbeich2015-04-192-1/+21 * Update gnumeric to 1.12.22.kwm2015-04-193-39/+41 * Convert to USES=autoreconftijl2015-04-181-1/+1 * Un-break build on 8.xriggs2015-04-181-23/+24 * - Remove libtool hacks and patches that are now handled by USES=libtooltijl2015-04-183-5/+0 * Remove expired ports:rene2015-04-183-20/+0 * - Update to 2.7.4.stephen2015-04-173-3/+23 * math/coinmp: 1.8.0 -> 1.8.1pi2015-04-176-30/+31 * - Update to 2.2.1.stephen2015-04-172-3/+3 * - Update to 6.6.stephen2015-04-163-4/+15 * - Add LICENSEamdmi32015-04-163-5/+32 * - Update to 5.000.1danilo2015-04-153-5/+19 * Fix build with c++11amdmi32015-04-143-0/+48 * math/gambit: fix typomarino2015-04-111-1/+1 * Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflagsmarino2015-04-111-0/+1 * Convert bsd.gnustep.mk to USES=gnustepbapt2015-04-091-4/+2 * - Update to 0.35sunpoet2015-04-092-3/+3 * Rollback rev. 383155: it was not reviewer by maintainer and new versiondemon2015-04-082-4/+5 * Moving the Octave icons to a directory which is not version specific (*).maho2015-04-072-4/+4 * - Update to 0.1.5.stephen2015-04-072-3/+3 * - Update to 0.1.7.stephen2015-04-072-4/+3 * - Update to 1.2.1.stephen2015-04-072-5/+6 * - Update to 1.3.1.stephen2015-04-072-5/+4 * Forgot to add some patches.maho2015-04-063-0/+70 * Update to MPC version 1.0.3 which brings two changes:gerald2015-04-062-4/+3 * Update to version 7.10.demon2015-04-053-11/+11 * Use compiler:openmp to pull the correct CXX variable.demon2015-04-052-1/+19 * - Mark broken on FreeBSD 9 or less because of c11 errors.stephen2015-04-051-1/+7 * Simplify things: always build both shared and static libs.demon2015-04-042-147/+119 * Update to version 0.7.0.demon2015-04-042-3/+3 * Fix typo for OpenBLAS option (1), and remove gotoblas option.maho2015-04-041-5/+2 * math/openblas: update 0.2.13 -> 0.2.14robak2015-04-042-5/+4 * Remove OSVERSION checks that do not make sense any more.mat2015-04-034-19/+2 * math/lapacke : update port to slave port of math/lapack, and updated tomaho2015-04-027-1290/+42 * - Add USES=compiler:c++11-lang in attempt to avoid build errors withstephen2015-04-011-0/+2 * - Update to 4.650.4danilo2015-03-313-4/+4 * - Remove dvips as a build dependency.stephen2015-03-311-1/+1 * Upgrade to 0.16.0.vanilla2015-03-302-5/+5 * - Correction to previous commit.stephen2015-03-301-1/+1 * - Mark broken for FreeBSD 9 and older.stephen2015-03-301-1/+7 * - Update to 2.4.0.stephen2015-03-292-4/+3 * - Update to 2.8.0.stephen2015-03-292-3/+3 * - Update to 0.1.4.stephen2015-03-292-3/+3 * - Add dvips as a build dependency.stephen2015-03-291-1/+1 * - Remove BROKEN again because it is concerned with EOL versions.stephen2015-03-291-4/+0 * - Put back a BROKEN that shouldn't have been removed.stephen2015-03-291-0/+4 * - Fix so that it will build even if C99 functions missing from FreeBSD.stephen2015-03-293-20/+9 * Allow to use OpenBLAS implementation of BLAS.demon2015-03-292-15/+31 * Mark BROKEN: missing dependencyantoine2015-03-291-0/+2 * - Add LICENSEsunpoet2015-03-281-2/+5 * - Broaden BROKEN to include all FreeBSD versions less than 10.stephen2015-03-281-1/+1 * - Reimplement revision 382199.stephen2015-03-272-2/+11 * - Add LICENSE_FILEamdmi32015-03-271-3/+4 * Update gnumeric to 1.12.21.kwm2015-03-272-20/+8 * - Narrow BROKEN down to likely OSVERSIONs.stephen2015-03-271-1/+3 * math/gnumeric: add CPE informationrobak2015-03-261-1/+3 * - Mark broken until I have time to figure it out.stephen2015-03-261-0/+2 * This fails with Clang on 8.4-amd64. Just stick with GCC for now since it isbdrewery2015-03-261-9/+6 * math category: Remove $PTHREAD_LIBSmarino2015-03-2522-78/+55 * - Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120sunpoet2015-03-251-1/+0 * math/lapack: fix build when PROFILE option is selectedrobak2015-03-251-0/+4 * - Add LICENSEamdmi32015-03-241-2/+7 * math/R-cran-car: update to 2.0-25.dbn2015-03-232-3/+3 * Make fonts repecting XDGbapt2015-03-221-1/+1 * - Update to 2.4sunpoet2015-03-223-6/+10 * Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-202-2/+2 * - Switch to USES=taramdmi32015-03-191-2/+5 * Update to version 0.7.0-rc2.demon2015-03-182-5/+5 * - Strip libraryamdmi32015-03-171-1/+3 * - Update to 1.8sunpoet2015-03-173-7/+7 * - Update to 0.21sunpoet2015-03-142-5/+5 * - Update to 0.52sunpoet2015-03-142-3/+3