mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
A general classifier module to allow Bayesian and other types of
classifications. WWW: http://github.com/cardmagic/classifier/tree/master PR: ports/141807 Submitted by: Peter Schuller <peter.schuller at infidyne.com>
This commit is contained in:
parent
cee767ff5a
commit
b6defcb2fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246398
@ -2772,6 +2772,7 @@
|
||||
SUBDIR += rubygem-bioruby
|
||||
SUBDIR += rubygem-builder
|
||||
SUBDIR += rubygem-chronic
|
||||
SUBDIR += rubygem-classifier
|
||||
SUBDIR += rubygem-columnize
|
||||
SUBDIR += rubygem-configuration
|
||||
SUBDIR += rubygem-crack
|
||||
|
22
devel/rubygem-classifier/Makefile
Normal file
22
devel/rubygem-classifier/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Ports collection makefile for: rubygem-classifier
|
||||
# Date created: 2009-12-11
|
||||
# Whom: Peter Schuller <peter.schuller@infidyne.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= classifier
|
||||
PORTVERSION= 1.3.1
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}/${PORTNAME}/
|
||||
|
||||
MAINTAINER= peter.schuller@infidyne.com
|
||||
COMMENT= A classifier module for Bayesian and other types of classifications
|
||||
|
||||
BUILD_DEPENDS= rubygem-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-stemmer
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-classifier/distinfo
Normal file
3
devel/rubygem-classifier/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rubygem/classifier-1.3.1.gem) = d20bea8c243f02e6275b1fb7d25169c7
|
||||
SHA256 (rubygem/classifier-1.3.1.gem) = 88f4f62a9d04209d7e92572a428d15e7441aa843dc10178737e41b3ae5292723
|
||||
SIZE (rubygem/classifier-1.3.1.gem) = 24576
|
4
devel/rubygem-classifier/pkg-descr
Normal file
4
devel/rubygem-classifier/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
A general classifier module to allow Bayesian and other types of
|
||||
classifications.
|
||||
|
||||
WWW: http://github.com/cardmagic/classifier/tree/master
|
Loading…
Reference in New Issue
Block a user