pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
"classias" was imported to pkgsrc, so, removed from here
Module Name: pkgsrc-wip
Committed By: Aleksey Cheusov <vle%gmx.net@localhost>
Pushed By: cheusov
Date: Fri Jul 22 05:49:25 2016 +0300
Changeset: 776322ac956c3053aefbbeb64d0c1ef91fa53163
Modified Files:
Makefile
Removed Files:
classias/DESCR
classias/Makefile
classias/PLIST
classias/buildlink3.mk
classias/distinfo
classias/patches/patch-configure.in
Log Message:
"classias" was imported to pkgsrc, so, removed from here
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=776322ac956c3053aefbbeb64d0c1ef91fa53163
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
classias/DESCR | 12 ------------
classias/Makefile | 33 ---------------------------------
classias/PLIST | 24 ------------------------
classias/buildlink3.mk | 12 ------------
classias/distinfo | 3 ---
classias/patches/patch-configure.in | 13 -------------
7 files changed, 98 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 2f6c1c7..2304c59 100644
--- a/Makefile
+++ b/Makefile
@@ -362,7 +362,6 @@ SUBDIR+= clamassassin
SUBDIR+= clang-git
SUBDIR+= clang-static-analyzer-git
SUBDIR+= classgen
-SUBDIR+= classias
SUBDIR+= classic-mac-font-pack
SUBDIR+= claws-mail-fancy
SUBDIR+= clearsans-ttf
diff --git a/classias/DESCR b/classias/DESCR
deleted file mode 100644
index 2441009..0000000
--- a/classias/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-Classias is a collection of machine-learning algorithms for
-classification. Currently, it supports the following formalizations:
- L1/L2-regularized logistic regression (aka. Maximum Entropy)
- L1/L2-regularized L1-loss linear-kernel Support Vector Machine (SVM)
- Averaged perceptron
-It implements several algorithms for training classifiers:
- Averaged perceptron
- Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) [Nocedal80]
- Orthant-Wise Limited-memory Quasi-Newton (OWL-QN) [Andrew07]
- Primal Estimated sub-GrAdient SOlver (Pegasos) [Shalev-Shwartz07]
- Truncated Gradient [Langford09], also known as FOrward LOoking
- Subgradient (FOLOS) [Duchi09] specialized for L1 regularization
diff --git a/classias/Makefile b/classias/Makefile
deleted file mode 100644
index 6241513..0000000
--- a/classias/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/04/19 16:55:50 cheusov Exp $
-
-DISTNAME= 0.0.0
-PKGNAME= classias-${DISTNAME}
-CATEGORIES= math
-#MASTER_SITES= https://github.com/chokkan/classias/archive/
-DIST_SUBDIR= classias
-
-MAINTAINER= cheusov%NetBSD.org@localhost
-HOMEPAGE= http://www.chokkan.org/software/classias/
-COMMENT= Collection of machine-learning algorithms for classification
-LICENSE= modified-bsd
-
-GIT_REPOSITORIES= classias
-GIT_REPO.classias= git://github.com/chokkan/classias.git
-.include "../../wip/mk/git-package.mk"
-
-WRKSRC= ${WRKDIR}/classias
-USE_LANGUAGES= c c++
-
-GNU_CONFIGURE= yes
-
-USE_TOOLS+= autoconf autoreconf automake
-
-CONFIGURE_ARGS+= --with-liblbfgs=${PREFIX}
-
-.include "../../mk/bsd.prefs.mk"
-
-pre-configure:
- set -e; cd ${WRKSRC}; ${SH} ./autogen.sh
-
-.include "../../math/liblbfgs/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/classias/PLIST b/classias/PLIST
deleted file mode 100644
index c5e56ab..0000000
--- a/classias/PLIST
+++ /dev/null
@@ -1,24 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/04/20 23:20:12 cheusov Exp $
-bin/classias-tag
-bin/classias-train
-include/classias/classias.h
-include/classias/classify/linear/binary.h
-include/classias/classify/linear/multi.h
-include/classias/data.h
-include/classias/evaluation.h
-include/classias/feature_generator.h
-include/classias/instance.h
-include/classias/parameters.h
-include/classias/quark.h
-include/classias/train/averaged_perceptron.h
-include/classias/train/lbfgs.h
-include/classias/train/online_scheduler.h
-include/classias/train/pegasos.h
-include/classias/train/truncated_gradient.h
-include/classias/types.h
-include/classias/version.h
-share/doc/classias/AUTHORS
-share/doc/classias/COPYING
-share/doc/classias/ChangeLog
-share/doc/classias/INSTALL
-share/doc/classias/README
diff --git a/classias/buildlink3.mk b/classias/buildlink3.mk
deleted file mode 100644
index 7791131..0000000
--- a/classias/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/04/19 16:55:50 cheusov Exp $
-
-BUILDLINK_TREE+= classias
-
-.if !defined(CLASSIAS_BUILDLINK3_MK)
-CLASSIAS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.classias+= classias>=0.0.0
-BUILDLINK_PKGSRCDIR.classias?= ../../wip/classias
-.endif # CLASSIAS_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -classias
diff --git a/classias/distinfo b/classias/distinfo
deleted file mode 100644
index 2f928c7..0000000
--- a/classias/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: distinfo,v 1.1 2015/04/19 16:55:50 cheusov Exp $
-
-SHA1 (patch-configure.in) = 2acadac60fe0052eeb714f8b237ebe9d58119431
diff --git a/classias/patches/patch-configure.in b/classias/patches/patch-configure.in
deleted file mode 100644
index ae7970c..0000000
--- a/classias/patches/patch-configure.in
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-configure.in,v 1.1 2015/04/19 16:55:50 cheusov Exp $
-
---- configure.in.orig 2015-04-19 15:01:12.000000000 +0000
-+++ configure.in
-@@ -115,7 +115,7 @@ dnl Check for math library
- AC_ARG_WITH(
- liblbfgs,
- [AS_HELP_STRING([--with-liblbfgs=DIR],[liblbfgs directory])],
-- [INCLUDES="-I${withval}/include ${INCLUDES}"; LDFLAGS="-L${withval}/lib ${LDFLAGS}"]
-+ [INCLUDES="-I${withval}/include ${INCLUDES}"; LDFLAGS="-L${withval}/lib -Wl,-rpath,${withval}/lib ${LDFLAGS}"]
- )
- dnl AC_ARG_WITH(
- dnl boost,
Home |
Main Index |
Thread Index |
Old Index