Date: Fri, 3 Feb 2017 18:23:14 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433255 - in head/devel: . rubygem-stud Message-ID: <201702031823.v13INE0R018572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702031823.v13INE0R018572>