From 1ec3fe725231efa617a6024162fb734df84fb660 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 16 Apr 2024 21:55:03 +0200 Subject: science/svmlight: Remove expired port 2024-04-14 science/svmlight: Unmaintained, last upstream release in 2008 and there are more modern alternatives --- science/Makefile | 1 - science/svmlight/Makefile | 38 -------------------------------------- science/svmlight/distinfo | 5 ----- science/svmlight/pkg-descr | 16 ---------------- science/svmlight/pkg-plist | 6 ------ 5 files changed, 66 deletions(-) delete mode 100644 science/svmlight/Makefile delete mode 100644 science/svmlight/distinfo delete mode 100644 science/svmlight/pkg-descr delete mode 100644 science/svmlight/pkg-plist (limited to 'science') 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 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 -- cgit v1.2.3