Port details |
- liblinear Library for Large Linear Classification
- 2.48 science
=2 2.47Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2007-07-28 06:57:30
- Last Update: 2025-02-03 15:50:49
- Commit Hash: 02e7019
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: math
- License: BSD3CLAUSE
- WWW:
- https://www.csie.ntu.edu.tw/~cjlin/liblinear/
- Description:
- LIBLINEAR is a linear classifier for data with millions of instances and
features. It supports:
- L2-regularized classifiers
- L2-loss linear SVM, L1-loss linear SVM, and logistic regression (LR)
- L1-regularized classifiers (after version 1.4)
- L2-loss linear SVM and logistic regression (LR)
- L2-regularized support vector regression (after version 1.9)
- L2-loss linear SVR and L1-loss linear SVR.
Main features of LIBLINEAR include:
- Same data format as LIBSVM, our general-purpose SVM solver, and also similar
usage
- Multi-class classification: 1) one-vs-the rest, 2) Crammer & Singer
- Cross validation for model evaulation
- Automatic parameter selection
- Probability estimates (logistic regression only)
- Weights for unbalanced data
- MATLAB/Octave, Java, Python, Ruby interfaces
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- liblinear>0:science/liblinear
- To install the port:
- cd /usr/ports/science/liblinear/ && make install clean
- To add the package, run one of these commands:
- pkg install science/liblinear
- pkg install liblinear
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liblinear
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1738088850
SHA256 (liblinear-2.48.tar.gz) = 72ea3853a9fb430b49c3196177d8acdffd2dadb5901832ee323465792087e8cc
SIZE (liblinear-2.48.tar.gz) = 73035
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- science_liblinear
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.48 03 Feb 2025 15:50:49
    |
Po-Chuan Hsieh (sunpoet)  |
science/liblinear: Update to 2.48
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.47 31 Jul 2023 16:39:51
    |
Po-Chuan Hsieh (sunpoet)  |
science/liblinear: Update to 2.47
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.46 21 Mar 2023 19:20:08
    |
Po-Chuan Hsieh (sunpoet)  |
science/liblinear: Update to 2.46
Changes: https://github.com/cjlin1/liblinear/commits/master |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.45 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.45 31 Aug 2022 11:40:53
    |
Po-Chuan Hsieh (sunpoet)  |
science/liblinear: Update to 2.45
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.44 20 Jul 2022 14:22:51
    |
Tobias C. Berner (tcberner)  |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
2.44 30 Mar 2022 22:03:39
    |
Po-Chuan Hsieh (sunpoet)  |
science/liblinear: Update to 2.44
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.43 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.43 07 Mar 2021 22:11:51
  |
sunpoet  |
Update to 2.43
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.42 08 Nov 2020 17:11:37
  |
sunpoet  |
Update to 2.42
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.41 27 Aug 2020 18:43:36
  |
sunpoet  |
Update to 2.41
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.30 14 Jun 2020 14:22:35
  |
sunpoet  |
Update to 2.30
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Remove DOCS and OPTIMIZED_CFLAGS options
- Update pkg-descr
- Update WWW
- Take maintainership
Changes: https://github.com/cjlin1/liblinear/commits/master |
2.11 22 Jun 2018 08:04:39
  |
yuri  |
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated. |
2.11 25 Jun 2017 16:21:46
  |
ultima  |
* Updated to 2.11
* New maintainer Jov <amutu@amutu.com>
Changelog: https://www.csie.ntu.edu.tw/~cjlin/liblinear/log
PR: 220104
Submitted by: Jov <amutu@amutu.com> (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D11351 |
2.1 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.1 09 Mar 2016 16:44:37
  |
bsam  |
science/liblinear: Update to version 2.1. |
1.94 25 Sep 2015 11:50:47
  |
amdmi3  |
- Switch to options helpers
- Simplify DOCS handling
Approved by: portmgr blanket |
1.94 11 May 2015 18:34:58
  |
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.94 16 Jan 2015 17:28:14
  |
rafan  |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
1.94 07 Dec 2014 15:17:10
  |
feld  |
Update "BSD" license in science category |
1.94 17 Jul 2014 08:57:51
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
1.94 15 Jul 2014 16:51:35
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.94 31 May 2014 15:23:58
  |
antoine  |
Unbreak |
1.94 30 May 2014 13:48:45
  |
rafan  |
- Update to 1.94
- Support staging |
1.80 10 Mar 2014 17:01:37
  |
bapt  |
Convert s* to USES=zip |
1.80 20 Sep 2013 22:48:31
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
1.80 28 Apr 2013 22:08:22
  |
bapt  |
Convert science to new options framework |
1.80 02 May 2011 12:19:32
 |
rafan  |
- Update to 1.8
- Add LICENSE |
1.70 13 Sep 2010 14:02:28
 |
rafan  |
- Update to 1.7 |
1.60 25 Jun 2010 14:26:18
 |
rafan  |
- Update to 1.60
Feature safe: yes |
1.50 29 Oct 2009 11:09:53
 |
rafan  |
- Update to 1.5 |
1.34 03 Aug 2009 17:22:04
 |
rafan  |
- Update to 1.34 |
1.33 22 Dec 2008 15:49:16
 |
rafan  |
- Update to 1.33 |
1.31 25 Jul 2008 12:24:09
 |
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
1.31 06 Jun 2008 15:56:04
 |
rafan  |
- Update to 1.31 |
1.30 03 Jun 2008 02:29:39
 |
rafan  |
- Update pkg-descr for recent updates |
1.30 03 Jun 2008 02:00:05
 |
rafan  |
- Update to 1.3 |
1.23 06 Apr 2008 13:57:38
 |
rafan  |
- Update to 1.23 |
1.22 15 Jan 2008 01:40:41
 |
rafan  |
- Update to 1.22 |
1.21 31 Dec 2007 14:39:42
 |
rafan  |
- Update to 1.21 |
1.10 28 Jul 2007 07:09:40
 |
rafan  |
- Update to 1.1
- LIBLR is renamed to LIBLINEAR
- Update pkg-descr
- Drop deprecated TARGETDIR variable |
1.00 28 Jul 2007 06:56:59
 |
rafan  |
- Force commit to note repo copy from science/liblr |