svn commit: r398674 - in head/devel: . rubygem-powerpack

Michael Moll mmoll at FreeBSD.org
Mon Oct 5 22:02:40 UTC 2015


Author: mmoll
Date: Mon Oct  5 22:02:38 2015
New Revision: 398674
URL: https://svnweb.freebsd.org/changeset/ports/398674

Log:
  new port: devel/rubygem-powerpack
  
  Powerpack offers some useful extensions to the standard Ruby classes.
  Comparable to ActiveSupport, but less ambitious and more modular.
  
  WWW: https://github.com/bbatsov/powerpack

Added:
  head/devel/rubygem-powerpack/
  head/devel/rubygem-powerpack/Makefile   (contents, props changed)
  head/devel/rubygem-powerpack/distinfo   (contents, props changed)
  head/devel/rubygem-powerpack/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Oct  5 21:59:34 2015	(r398673)
+++ head/devel/Makefile	Mon Oct  5 22:02:38 2015	(r398674)
@@ -4854,6 +4854,7 @@
     SUBDIR += rubygem-posix-spawn
     SUBDIR += rubygem-power_assert
     SUBDIR += rubygem-powerbar
+    SUBDIR += rubygem-powerpack
     SUBDIR += rubygem-progressbar
     SUBDIR += rubygem-protected_attributes
     SUBDIR += rubygem-prototype-rails

Added: head/devel/rubygem-powerpack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-powerpack/Makefile	Mon Oct  5 22:02:38 2015	(r398674)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	powerpack
+PORTVERSION=	0.1.1
+CATEGORIES=	devel ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Extensions to core Ruby classes
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-powerpack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-powerpack/distinfo	Mon Oct  5 22:02:38 2015	(r398674)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/powerpack-0.1.1.gem) = 83a81d0406f1628adc61b579689dc4509b30409a00fa4ca8f47ff212a91bd6ba
+SIZE (rubygem/powerpack-0.1.1.gem) = 14336

Added: head/devel/rubygem-powerpack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-powerpack/pkg-descr	Mon Oct  5 22:02:38 2015	(r398674)
@@ -0,0 +1,4 @@
+Powerpack offers some useful extensions to the standard Ruby classes.
+Comparable to ActiveSupport, but less ambitious and more modular.
+
+WWW: https://github.com/bbatsov/powerpack


More information about the svn-ports-all mailing list