aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-04-16 19:55:03 +0000
committerRene Ladan <rene@FreeBSD.org>2024-04-16 19:55:03 +0000
commit1ec3fe725231efa617a6024162fb734df84fb660 (patch)
tree84ba7b8b2e265f09cb395d1a8d483b08a0727e95 /science
parent287d27894fda842c4dc00da2ac76674a0ef018d8 (diff)
downloadports-1ec3fe725231efa617a6024162fb734df84fb660.tar.gz
ports-1ec3fe725231efa617a6024162fb734df84fb660.zip
science/svmlight: Remove expired port
2024-04-14 science/svmlight: Unmaintained, last upstream release in 2008 and there are more modern alternatives
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/svmlight/Makefile38
-rw-r--r--science/svmlight/distinfo5
-rw-r--r--science/svmlight/pkg-descr16
-rw-r--r--science/svmlight/pkg-plist6
5 files changed, 0 insertions, 66 deletions
diff --git a/science/Makefile b/science/Makefile
index 5c68175f2c7c..a3605755af46 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -482,7 +482,6 @@
SUBDIR += spglib
SUBDIR += spheral
SUBDIR += step
- SUBDIR += svmlight
SUBDIR += tblite
SUBDIR += teem
SUBDIR += tfel
diff --git a/science/svmlight/Makefile b/science/svmlight/Makefile
deleted file mode 100644
index 3d8276f13c75..000000000000
--- a/science/svmlight/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME= svmlight
-PORTVERSION= 6.02
-PORTREVISION= 3
-CATEGORIES= science
-MASTER_SITES= https://osmot.cs.cornell.edu/svm_light/v${PORTVERSION}/
-DISTNAME= svm_light
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Implementation of Support Vector Machines (SVMs) in C
-WWW= https://svmlight.joachims.org/
-
-LICENSE= SVM-Light
-LICENSE_NAME= SVM-Light license
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LICENSE_PERMS= # none
-
-DEPRECATED= Unmaintained, last upstream release in 2008 and there are more modern alternatives
-EXPIRATION_DATE=2024-04-14
-
-USES= gmake
-USE_LDCONFIG= yes
-
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LD="${CC}" LFLAGS="${CFLAGS}"
-ALL_TARGET= all libsvmlight_hideo
-
-CFLAGS+= -fPIC -fcommon
-
-NO_WRKSUBDIR= yes
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/include/svmlight
- ${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/svmlight
-.for file in svm_classify svm_learn
- ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
-.endfor
- ${INSTALL_LIB} ${WRKSRC}/libsvmlight.so ${STAGEDIR}${PREFIX}/lib/libsvmlight.so
-
-.include <bsd.port.mk>
diff --git a/science/svmlight/distinfo b/science/svmlight/distinfo
deleted file mode 100644
index 561e193fe80e..000000000000
--- a/science/svmlight/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1682615944
-SHA256 (svm_light.tar.gz) = aa48985a4c77eecd84d293de40d4731da767e49a1d2323c6198180652aa8724e
-SIZE (svm_light.tar.gz) = 51026
-SHA256 (SVMLight.patch) = ae65da45b33c014d36d8e7fd6634a411738a72a79c0d23e063cf0e76dc79cc4a
-SIZE (SVMLight.patch) = 35789
diff --git a/science/svmlight/pkg-descr b/science/svmlight/pkg-descr
deleted file mode 100644
index 7aeca2e7acde..000000000000
--- a/science/svmlight/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-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].
diff --git a/science/svmlight/pkg-plist b/science/svmlight/pkg-plist
deleted file mode 100644
index 763c55079231..000000000000
--- a/science/svmlight/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/svm_classify
-bin/svm_learn
-include/svmlight/kernel.h
-include/svmlight/svm_common.h
-include/svmlight/svm_learn.h
-lib/libsvmlight.so