| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 Mar 2013 20:06:15
2.2.0
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
15 Mar 2013 16:03:04
2.2.0
|
makc  |
- Clean up cmake usage
- Trim header and adjust COMMENT while here
Approved by: Tz-Huan Huang (maintainer) |
31 Mar 2012 07:50:36
2.2.0
|
dhn  |
- Update to 2.2.0
PR: ports/166533
Submitted by: Tz-Huan Huang <tzhuan@gmail.com> (maintainer)
Feature safe: yes |
20 Mar 2011 12:54:45
2.1.0b
|
miwi  |
- Get Rid MD5 support |
22 Aug 2009 00:28:34
2.1.0b  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
21 Aug 2008 06:18:49
2.1.0b
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
06 Mar 2007 19:15:43
2.1.0b
|
miwi  |
Fast Artificial Neural Network Library is a free open source neural network
library, which implements multilayer artificial neural networks in C with
support for both fully connected and sparsely connected networks.
Cross-platform execution in both fixed and floating point are supported. It
includes a framework for easy handling of training data sets. It is easy to
use, versatile, well documented, and fast. PHP, C++, .NET, Ada, Python, Delphi,
Octave, Ruby, Pure Data and Mathematica bindings are available. A reference
manual accompanies the library with examples and recommendations on how to use
the library. A graphical user interface is also available for the library.
WWW: http://leenissen.dk/fann/
PR: ports/109853
Submitted by: Tz-Huan Huang <tzhuan at csie.org> |