Skip to content
Snippets Groups Projects
Commit 287d2789 authored by Rene Ladan's avatar Rene Ladan
Browse files

science/p5-Algorithm-SVMLight: Remove expired port

2024-04-14 science/p5-Algorithm-SVMLight: Depends on DEPRECATED science/svmlight
parent 39a934fe
No related branches found
No related tags found
No related merge requests found
......@@ -3182,3 +3182,4 @@ sysutils/msyslog||2024-04-13|Has expired: Unmaintained and last upstream release
x11/xdtm||2024-04-13|Has expired: Unmaintained, last upstream release was in 2000 or earlier
x11/multi-aterm||2024-04-13|Has expired: Unmaintained, last upstream release in 2004
devel/py-dateutil|devel/py-python-dateutil|2024-04-13|Move devel/py-dateutil to devel/py-python-dateutil
science/p5-Algorithm-SVMLight||2024-04-16|Has expired: Depends on DEPRECATED science/svmlight
......@@ -230,7 +230,6 @@
SUBDIR += orthanc-mysql
SUBDIR += orthanc-postgresql
SUBDIR += orthanc-webviewer
SUBDIR += p5-Algorithm-SVMLight
SUBDIR += p5-Chemistry-3DBuilder
SUBDIR += p5-Chemistry-Bond-Find
SUBDIR += p5-Chemistry-Canonicalize
......
PORTNAME= Algorithm-SVMLight
PORTVERSION= 0.09
PORTREVISION= 1
CATEGORIES= science perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to SVMLight Machine-Learning Package
WWW= https://metacpan.org/release/Algorithm-SVMLight
DEPRECATED= Depends on DEPRECATED science/svmlight
EXPIRATION_DATE= 2024-04-14
BUILD_DEPENDS= svmlight>=6.01_2:science/svmlight
LIB_DEPENDS= libsvmlight.so:science/svmlight
USES= perl5
USE_PERL5= modbuild
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
${WRKSRC}/Build.PL
.include <bsd.port.mk>
SHA256 (Algorithm-SVMLight-0.09.tar.gz) = b0736058c047179beefe6ec5ea7955547edfaf2e5f6da49ceb7cfc10a9a94902
SIZE (Algorithm-SVMLight-0.09.tar.gz) = 17825
--- Build.PL.orig Thu Aug 3 12:51:01 2006
+++ Build.PL Thu Aug 3 12:51:20 2006
@@ -5,8 +5,8 @@
(
module_name => 'Algorithm::SVMLight',
license => 'perl',
- extra_linker_flags => '-lsvmlight',
- extra_compiler_flags => '-Wall',
+ extra_linker_flags => '-L%%LOCALBASE%%/lib -lsvmlight',
+ extra_compiler_flags => '-I%%LOCALBASE%%/include/svmlight -Wall',
create_makefile_pl => 'passthrough',
build_requires => {
'Module::Build' => '0.21',
This module implements a perl interface to Thorsten Joachims' SVMLight
package:
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.
-- http://svmlight.joachims.org/
%%SITE_ARCH%%/Algorithm/SVMLight.pm
%%SITE_ARCH%%/auto/Algorithm/SVMLight/SVMLight.so
%%PERL5_MAN3%%/Algorithm::SVMLight.3.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment