aboutsummaryrefslogtreecommitdiffstats
path: root/math/liblbfgs
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
commit3f42e716135bc048b90cb6cca188f324e65c69dc (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/liblbfgs
parente127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff)
downloadfreebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz
freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst
freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/liblbfgs')
-rw-r--r--math/liblbfgs/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/liblbfgs/pkg-descr b/math/liblbfgs/pkg-descr
index 3ae8b23e8f4..799524f1747 100644
--- a/math/liblbfgs/pkg-descr
+++ b/math/liblbfgs/pkg-descr
@@ -1,6 +1,6 @@
-This library is a C port of the implementation of Limited-memory
+This library is a C port of the implementation of Limited-memory
Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
-The original FORTRAN source code is available at:
+The original FORTRAN source code is available at:
http://www.ece.northwestern.edu/~nocedal/lbfgs.html
WWW: http://www.chokkan.org/software/liblbfgs/