notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
liblinear Library for Large Linear Classification
2.47 science on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.47Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2007-07-28 06:57:30
Last Update: 2023-07-31 16:39:51
Commit Hash: 7024e8f
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/predict
  2. bin/train
  3. /usr/local/share/licenses/liblinear-2.47/catalog.mk
  4. /usr/local/share/licenses/liblinear-2.47/LICENSE
  5. /usr/local/share/licenses/liblinear-2.47/BSD3CLAUSE
Collapse this list.
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 = 1689398793 SHA256 (liblinear-2.47.tar.gz) = 99ce98ca3ce7cfb31f2544c42f23ba5bc6c226e536f95d6cd21fe012f94c65e0 SIZE (liblinear-2.47.tar.gz) = 569095

Packages (timestamps in pop-ups are UTC):
liblinear
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.472.472.422.472.47-2.42-
FreeBSD:13:quarterly2.472.472.462.472.472.472.472.47
FreeBSD:14:latest2.472.472.452.472.472.46-2.46
FreeBSD:14:quarterly2.472.47-2.472.472.472.472.47
FreeBSD:15:latest2.472.47n/a2.47n/a2.472.472.47
FreeBSD:15:quarterly--n/a-n/a---
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:
Expand this list (2 items)
Collapse this list.
  1. https://www.csie.ntu.edu.tw/~cjlin/liblinear/
  2. https://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/
Collapse this list.

Number of commits found: 42

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.47
31 Jul 2023 16:39:51
commit hash: 7024e8fe0f233500d1c6cc8e7f10a2869acb06d7commit hash: 7024e8fe0f233500d1c6cc8e7f10a2869acb06d7commit hash: 7024e8fe0f233500d1c6cc8e7f10a2869acb06d7commit hash: 7024e8fe0f233500d1c6cc8e7f10a2869acb06d7 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/liblinear: Update to 2.47

Changes:	https://github.com/cjlin1/liblinear/commits/master
2.46
21 Mar 2023 19:20:08
commit hash: 13b6afe24499a7f06df7426cd65386eb726175c1commit hash: 13b6afe24499a7f06df7426cd65386eb726175c1commit hash: 13b6afe24499a7f06df7426cd65386eb726175c1commit hash: 13b6afe24499a7f06df7426cd65386eb726175c1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/liblinear: Update to 2.46

Changes:	https://github.com/cjlin1/liblinear/commits/master
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.45
31 Aug 2022 11:40:53
commit hash: afedac870def67abb17fc77d38d078575527a97ccommit hash: afedac870def67abb17fc77d38d078575527a97ccommit hash: afedac870def67abb17fc77d38d078575527a97ccommit hash: afedac870def67abb17fc77d38d078575527a97c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/liblinear: Update to 2.45

Changes:	https://github.com/cjlin1/liblinear/commits/master
2.44
20 Jul 2022 14:22:51
commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.44
30 Mar 2022 22:03:39
commit hash: 9d744e07c839c8668190b328cf16815d659dfc27commit hash: 9d744e07c839c8668190b328cf16815d659dfc27commit hash: 9d744e07c839c8668190b328cf16815d659dfc27commit hash: 9d744e07c839c8668190b328cf16815d659dfc27 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/liblinear: Update to 2.44

Changes:	https://github.com/cjlin1/liblinear/commits/master
2.43
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.43
07 Mar 2021 22:11:51
Revision:567625Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.43

Changes:	https://github.com/cjlin1/liblinear/commits/master
2.42
08 Nov 2020 17:11:37
Revision:554489Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.42

Changes:	https://github.com/cjlin1/liblinear/commits/master
2.41
27 Aug 2020 18:43:36
Revision:546405Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 2.41

Changes:	https://github.com/cjlin1/liblinear/commits/master
2.30
14 Jun 2020 14:22:35
Revision:538750Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:473019Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:444303Original commit files touched by this commit
ultima search for other commits by this committer
* 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
Revision:415500Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
2.1
09 Mar 2016 16:44:37
Revision:410706Original commit files touched by this commit
bsam search for other commits by this committer
science/liblinear: Update to version 2.1.
1.94
25 Sep 2015 11:50:47
Revision:397816Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Simplify DOCS handling

Approved by:	portmgr blanket
1.94
11 May 2015 18:34:58
Revision:386097Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:377195Original commit files touched by this commit
rafan search for other commits by this committer
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
Revision:374211Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in science category
1.94
17 Jul 2014 08:57:51
Revision:362126Original commit files touched by this commit
olgeni search for other commits by this committer
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
Revision:361975Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
1.94
31 May 2014 15:23:58
Revision:355993Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.94
30 May 2014 13:48:45
Revision:355838Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.94
- Support staging
1.80
10 Mar 2014 17:01:37
Revision:347784Original commit files touched by this commit
bapt search for other commits by this committer
Convert s* to USES=zip
1.80
20 Sep 2013 22:48:31
Revision:327767Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
1.80
28 Apr 2013 22:08:22
Revision:316757Original commit files touched by this commit
bapt search for other commits by this committer
Convert science to new options framework
1.80
02 May 2011 12:19:32
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.8
- Add LICENSE
1.70
13 Sep 2010 14:02:28
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.7
1.60
25 Jun 2010 14:26:18
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.60

Feature safe:   yes
1.50
29 Oct 2009 11:09:53
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.5
1.34
03 Aug 2009 17:22:04
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.34
1.33
22 Dec 2008 15:49:16
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.33
1.31
25 Jul 2008 12:24:09
Original commit files touched by this commit
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
1.31
06 Jun 2008 15:56:04
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.31
1.30
03 Jun 2008 02:29:39
Original commit files touched by this commit
rafan search for other commits by this committer
- Update pkg-descr for recent updates
1.30
03 Jun 2008 02:00:05
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.3
1.23
06 Apr 2008 13:57:38
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.23
1.22
15 Jan 2008 01:40:41
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.22
1.21
31 Dec 2007 14:39:42
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.21
1.10
28 Jul 2007 07:09:40
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 1.1
- LIBLR is renamed to LIBLINEAR
- Update pkg-descr
- Drop deprecated TARGETDIR variable
1.00
28 Jul 2007 06:56:59
Original commit files touched by this commit
rafan search for other commits by this committer
- Force commit to note repo copy from science/liblr

Number of commits found: 42