svn commit: r366128 - in head/devel: . rubygem-classifier-reborn
Steve Wills
swills at FreeBSD.org
Mon Aug 25 18:49:18 UTC 2014
Author: swills
Date: Mon Aug 25 18:49:16 2014
New Revision: 366128
URL: http://svnweb.freebsd.org/changeset/ports/366128
QAT: https://qat.redports.org/buildarchive/r366128/
Log:
devel/rubygem-classifier-reborn: add port to be used by Jekyll update
A general classifier module to allow Bayesian and other types of
classifications.
WWW: https://github.com/jekyll/classifier-reborn
PR: 192973
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Added:
head/devel/rubygem-classifier-reborn/
head/devel/rubygem-classifier-reborn/Makefile (contents, props changed)
head/devel/rubygem-classifier-reborn/distinfo (contents, props changed)
head/devel/rubygem-classifier-reborn/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Aug 25 18:46:16 2014 (r366127)
+++ head/devel/Makefile Mon Aug 25 18:49:16 2014 (r366128)
@@ -4262,6 +4262,7 @@
SUBDIR += rubygem-chronic
SUBDIR += rubygem-clamp
SUBDIR += rubygem-classifier
+ SUBDIR += rubygem-classifier-reborn
SUBDIR += rubygem-climate_control
SUBDIR += rubygem-clio
SUBDIR += rubygem-cloudfiles
Added: head/devel/rubygem-classifier-reborn/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-classifier-reborn/Makefile Mon Aug 25 18:49:16 2014 (r366128)
@@ -0,0 +1,22 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME= classifier-reborn
+PORTVERSION= 2.0.1
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby at FreeBSD.org
+COMMENT= Classifier module for Bayesian and other types of classifications
+
+LICENSE= LGPL21
+
+RUN_DEPENDS= rubygem-fast-stemmer>=1.0.0:${PORTSDIR}/devel/rubygem-fast-stemmer
+
+PLIST_FILES= bin/bayes.rb bin/summarize.rb
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
Added: head/devel/rubygem-classifier-reborn/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-classifier-reborn/distinfo Mon Aug 25 18:49:16 2014 (r366128)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/classifier-reborn-2.0.1.gem) = 7a5ee0fe2042b6c034be14dfc363fd86afe6ccda271528107a53896e2ca720dd
+SIZE (rubygem/classifier-reborn-2.0.1.gem) = 23040
Added: head/devel/rubygem-classifier-reborn/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-classifier-reborn/pkg-descr Mon Aug 25 18:49:16 2014 (r366128)
@@ -0,0 +1,4 @@
+A general classifier module to allow Bayesian and other types of
+classifications.
+
+WWW: https://github.com/jekyll/classifier-reborn
More information about the svn-ports-all
mailing list