2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message:
Replaced "# defined" with "yes" in Makefile variables like \
GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
|
2005-05-25 13:36:46 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add RMD160 checksum.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-11-03 00:22:50 by Krister Walfridsson | Files touched by this commit (1) |
Log message:
Use INTERACTIVE_STAGE=fetch so that the bulk build realize that it
is not an error that it cannot find the distfile.
|
2004-11-02 21:55:29 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.2.1:
* Bugfixes in the bidirectional Dijkstra
* Fixes for the latest Visual Studio .NET
|
2004-11-02 21:36:50 by Thomas Klausner | Files touched by this commit (6) |
Log message:
Update to 1.2.0:
# 1.2.0
* New algorithm added: Bidirectional Dijkstra's shortest path
* A lot of bugfixes
* Revised documentation
# 1.1.0
* Returned to the libtool versioning style
* New algorithms added
o Dijkstra's shortest path
o Bellman Ford shortest path
o New variant of Maximal Flow
* graph::load now creates nodes in the same order as they are in the gml file
* graph::load now with parameter 'preserve_ids' to use the same ids as in \
the gml file
* A lot of bugfixes
* Documentation adapted to doxygen
# 1.0.0
* First stable release
* quick fix of bug in graph::del_node (thanks to David Auber)
* bug fix in graph::hide_node (thanks to David Auber)
* optimization of reallocation procedure in node_ and edge_maps (again, \
thanks to David)
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-05-03 22:49:34 by Soren Jacobsen | Files touched by this commit (7) |
Log message:
Convert to buildlink3.
|
2004-04-25 00:46:14 by Johnny C. Lam | Files touched by this commit (109) |
Log message:
Relinquish maintainership of packages to tech-pkg@NetBSD.org.
|