Port details |
- svmlight Implementation of Support Vector Machines (SVMs) in C
- 6.02_3 science
=0 6.02_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Unmaintained, last upstream release in 2008 and there are more modern alternatives
This port expired on: 2024-04-14
- Maintainer: bofh@FreeBSD.org
- Port Added: 2006-08-01 15:16:53
- Last Update: 2024-04-16 19:55:03
- Commit Hash: 1ec3fe7
- License: SVM-Light
- WWW:
- https://svmlight.joachims.org/
- Description:
- SVMlight is an implementation of Vapnik's Support Vector Machine
[Vapnik, 1995] for the problem of pattern recognition, for the problem
of regression, and for the problem of learning a ranking function. The
optimization algorithms used in SVMlight are described in [Joachims,
2002a ]. [Joachims, 1999a]. The algorithm has scalable memory
requirements and can handle problems with many thousands of support
vectors efficiently.
The software also provides methods for assessing the generalization
performance efficiently. It includes two efficient estimation methods
for both error rate and precision/recall. XiAlpha-estimates [Joachims,
2002a, Joachims, 2000b] can be computed at essentially no
computational expense, but they are conservatively biased. Almost
unbiased estimates provides leave-one-out testing. SVMlight exploits
that the results of most leave-one-outs (often more than 99%) are
predetermined and need not be computed [Joachims, 2002a].
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- svmlight>0:science/svmlight
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682615944
SHA256 (svm_light.tar.gz) = aa48985a4c77eecd84d293de40d4731da767e49a1d2323c6198180652aa8724e
SIZE (svm_light.tar.gz) = 51026
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- science_svmlight
- USES:
- gmake
- 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 |
6.02_3 16 Apr 2024 19:55:03 |
Rene Ladan (rene) |
science/svmlight: Remove expired port
2024-04-14 science/svmlight: Unmaintained, last upstream release in 2008 and
there are more modern alternatives |
6.02_3 14 Mar 2024 11:29:59 |
Muhammad Moinur Rahman (bofh) |
science/svmlight: Mark DEPRECATED
- Last upstream release was in 2008 and there are more modern tools for
machine learning
- Set EXPIRATION_DATE 2024-04-14
If someone needs this port feel free to undeprecate and takeover
maintainership. |
6.02_2 16 Jul 2023 17:46:49 |
Muhammad Moinur Rahman (bofh) |
science/svmlight: Fix build with llvm16
- Update MASTER_SITES to https
- Remove obsolete patch
- Remove DOCS option
- Pet portclippy
- Adopt port
Sponsored by: The FreeBSD Foundation |
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) |
6.02_1 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 ) |
6.02_1 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 ) |
6.02_1 29 Oct 2021 18:01:10 |
Piotr Kubaj (pkubaj) |
science/svmlight: fix build on 13.0+
cc -O2 -pipe -fPIC -fstack-protector-strong -fno-strict-aliasing
svm_learn_main.o svm_learn.o svm_common.o svm_hideo.o -o svm_learn -L. -lm
ld: error: duplicate symbol: verbosity
>>> defined at svm_common.c
>>> svm_common.o:(verbosity)
>>> defined at svm_hideo.c
>>> svm_hideo.o:(.bss+0x38)
cc: error: linker command failed with exit code 1 (use -v to see invocation) |
6.02_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.02_1 30 Jan 2017 09:01:22 |
amdmi3 |
- With license framework, there's no longer need to shove license to docs,
pkgmessage and restricted |
6.02_1 07 Mar 2015 03:18:43 |
amdmi3 |
- Add LICENSE
- Fix library installation
- Pet portlint |
6.02 12 Nov 2014 18:48:53 |
antoine |
Cleanup plist |
6.02 04 Aug 2014 03:40:15 |
adamw |
In some straightforward cases, protect documentation behind
PORTDOCS, adding a DOCS option where needed, and a couple
PORTEXAMPLES for good measure. |
6.02 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) |
6.02 10 Jun 2014 15:20:03 |
vanilla |
better way to handle symlink
Submitted by: danfe@ |
6.02 10 Jun 2014 15:10:59 |
vanilla |
Stagify. |
6.02 26 May 2014 14:40:03 |
miwi |
- Convert gmake to USES
Approved by: portmgr |
6.02 26 May 2014 02:33:39 |
eadler |
Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit) |
6.02 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
6.02 20 Sep 2013 22:48:31 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
6.02 08 Jul 2011 04:07:55 |
linimon |
Fix fetch.
Noticed on: pointyhat-west |
6.02 03 Jul 2011 13:22:25 |
ohauer |
- remove MD5 |
6.02 11 Apr 2009 20:37:01 |
leeym |
- Update to 6.02
PR: 133601
Submitted by: leeym
Approved by: maintainer |
6.01_3 11 Sep 2008 13:43:56 |
gahr |
- Update patch distribution site and fix patch procedure
Approved by: portmgr (erwin) |
6.01_3 14 Aug 2006 02:35:15 |
clsung |
- Fix build on AMD64
- Use USE_LDCONFIG
- bump PORTREVISION
PR: ports/101917
Submitted by: maintainer (Gea-Suan Lin) |
6.01_2 03 Aug 2006 07:07:22 |
clsung |
- Fix library
- Use NO_WRKSUBDIR=yes instead of WRKSRC=${WRKDIR}
- bump PORTREVISION
PR: ports/101302
Submitted by: maintainer (Gea-Suan Lin) |
6.01_1 03 Aug 2006 03:24:34 |
clsung |
- Install header files
- bump PORTREVISION
PR: ports/101295
Submitted by: maintainer (Gea-Suan Lin) |
6.01 01 Aug 2006 15:07:54 |
clsung |
Add svmlight 6.01, an implementation of Support Vector Machines (SVMs)
in C.
PR: ports/100944
Submitted by: Gea-Suan Lin <gslin at gslin.org> |