From owner-svn-ports-all@FreeBSD.ORG Mon Aug 25 18:49:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F3464166; Mon, 25 Aug 2014 18:49:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D374F3D9E; Mon, 25 Aug 2014 18:49:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7PInHUE065820; Mon, 25 Aug 2014 18:49:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7PInHjG065813; Mon, 25 Aug 2014 18:49:17 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201408251849.s7PInHjG065813@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 25 Aug 2014 18:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366128 - in head/devel: . rubygem-classifier-reborn X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2014 18:49:18 -0000 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 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 +# $FreeBSD$ + +PORTNAME= classifier-reborn +PORTVERSION= 2.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@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 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