From owner-svn-ports-all@freebsd.org Fri Feb 3 18:23:16 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 423D3CCFBFD; Fri, 3 Feb 2017 18:23:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E94F0932; Fri, 3 Feb 2017 18:23:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v13INF3m018576; Fri, 3 Feb 2017 18:23:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v13INE0R018572; Fri, 3 Feb 2017 18:23:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201702031823.v13INE0R018572@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 3 Feb 2017 18:23:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433255 - in head/devel: . rubygem-stud 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.23 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: Fri, 03 Feb 2017 18:23:16 -0000 Author: swills Date: Fri Feb 3 18:23:14 2017 New Revision: 433255 URL: https://svnweb.freebsd.org/changeset/ports/433255 Log: devel/rubygem-stud: create port small reusable bits of code I'm tired of writing over and over. A library form of my software-patterns github repo. WWW: https://github.com/jordansissel/ruby-stud Added: head/devel/rubygem-stud/ head/devel/rubygem-stud/Makefile (contents, props changed) head/devel/rubygem-stud/distinfo (contents, props changed) head/devel/rubygem-stud/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Feb 3 17:14:33 2017 (r433254) +++ head/devel/Makefile Fri Feb 3 18:23:14 2017 (r433255) @@ -5437,6 +5437,7 @@ SUBDIR += rubygem-simplecov SUBDIR += rubygem-slack-notifier SUBDIR += rubygem-slim + SUBDIR += rubygem-stud SUBDIR += rubygem-slop SUBDIR += rubygem-slop3 SUBDIR += rubygem-soap4r Added: head/devel/rubygem-stud/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-stud/Makefile Fri Feb 3 18:23:14 2017 (r433255) @@ -0,0 +1,14 @@ +# $FreeBSD$ + +PORTNAME= stud +PORTVERSION= 0.0.22 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Common code techniques + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-stud/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-stud/distinfo Fri Feb 3 18:23:14 2017 (r433255) @@ -0,0 +1,3 @@ +TIMESTAMP = 1486064047 +SHA256 (rubygem/stud-0.0.22.gem) = 275a8f6a5dc091e7a854f6298568b36416eeea3fb4615eaeea8bcc625fdf4ae5 +SIZE (rubygem/stud-0.0.22.gem) = 15872 Added: head/devel/rubygem-stud/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-stud/pkg-descr Fri Feb 3 18:23:14 2017 (r433255) @@ -0,0 +1,4 @@ +small reusable bits of code I'm tired of writing over and over. A library form +of my software-patterns github repo. + +WWW: https://github.com/jordansissel/ruby-stud