svn commit: r370123 - in head/devel: . rubygem-fast_stack

Steve Wills swills at FreeBSD.org
Sun Oct 5 21:07:50 UTC 2014


Author: swills
Date: Sun Oct  5 21:07:48 2014
New Revision: 370123
URL: https://svnweb.freebsd.org/changeset/ports/370123
QAT: https://qat.redports.org/buildarchive/r370123/

Log:
  devel/rubygem-fast_stack: create port
  
  Fast method for collecting stack traces
  
  WWW: https://github.com/SamSaffron/fast_stack

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Oct  5 21:05:34 2014	(r370122)
+++ head/devel/Makefile	Sun Oct  5 21:07:48 2014	(r370123)
@@ -4320,6 +4320,7 @@
     SUBDIR += rubygem-facets
     SUBDIR += rubygem-fast-stemmer
     SUBDIR += rubygem-fast_gettext
+    SUBDIR += rubygem-fast_stack
     SUBDIR += rubygem-fastercsv
     SUBDIR += rubygem-fastri
     SUBDIR += rubygem-fastthread

Added: head/devel/rubygem-fast_stack/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fast_stack/Makefile	Sun Oct  5 21:07:48 2014	(r370123)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fast_stack
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Fast method for collecting stack traces
+
+RUN_DEPENDS=	rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
+		rubygem-rake-compiler>=0:${PORTSDIR}/devel/rubygem-rake-compiler
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-fast_stack/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fast_stack/distinfo	Sun Oct  5 21:07:48 2014	(r370123)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/fast_stack-0.1.0.gem) = e798b51f238975c1b5e3ea4cb7b1430786b6e2866317882b37f80b89c4765701
+SIZE (rubygem/fast_stack-0.1.0.gem) = 6656

Added: head/devel/rubygem-fast_stack/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-fast_stack/pkg-descr	Sun Oct  5 21:07:48 2014	(r370123)
@@ -0,0 +1,3 @@
+Fast method for collecting stack traces
+
+WWW: https://github.com/SamSaffron/fast_stack


More information about the svn-ports-all mailing list