Bug 131101 - [PATCH]math/glpk: update to 4.35
Summary: [PATCH]math/glpk: update to 4.35
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Sivachenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-29 01:30 UTC by bf
Modified: 2009-04-02 11:02 UTC (History)
0 users

See Also:


Attachments
file.diff (1.39 KB, patch)
2009-01-29 01:30 UTC, bf
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2009-01-29 01:30:01 UTC
Shared library version bump:

"Fri Jan 09 12:00:00 2009 Andrew Makhorin <mao@mai2.rcnet.ru>

        * GLPK 4.35 (20:0:20) has been released

        * glpk.h, glpapi.c, glpnet.c
        The following new API routines were added:
        glp_create_graph      create graph
        glp_set_graph_name    assign (change) graph name
        glp_add_vertices      add new vertices to graph
        glp_add_arc           add new arc to graph
        glp_erase_graph       erase graph content
        glp_delete_graph      delete graph
        glp_read_mincost      read minimum cost flow problem data in
                              DIMACS format
        glp_write_mincost     write minimum cost flow problem data in
                              DIMACS format
        glp_mincost_lp        convert minimum cost flow problem to LP
        glp_netgen            Klingman's network problem generator
        glp_gridgen           grid-like network problem generator
        glp_read_maxflow      read maximum flow problem data in DIMACS
                              format
        glp_write_maxflow     write maximum flow problem data in DIMACS
                              format
        glp_maxflow_lp        convert maximum flow problem to LP
        glp_rmfgen            Goldfarb's maximum flow problem generator

        * doc/glpk.*
        New edition of the reference manual was included.

        * examples/sample.min, examples/sample.max
        Two example data files in DIMACS format were added.

        * glplib04.c
        The statement "if (c = '\n') fflush(stdout)" was added to the
        internal routine xputc to provide "real-time" terminal output.
        Thanks to Luiz Bettoni <bettoni@cpgei.ct.utfpr.edu.br> for
        suggestion.

        * glpmpl05.c
        A minor bug was fixed in the internal routine mpl_fn_time2str.
        Thanks to Stefan Vigerske <stefan@vigerske.de> for bug report."

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-29 01:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->demon

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dmitry Sivachenko freebsd_committer freebsd_triage 2009-04-02 11:01:47 UTC
State Changed
From-To: open->closed

Port updated to version 4.37. 
Thanks!