svn commit: r449057 - in head/devel: . rubygem-mmap2

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Sep 1 07:38:47 UTC 2017


Author: tz
Date: Fri Sep  1 07:38:45 2017
New Revision: 449057
URL: https://svnweb.freebsd.org/changeset/ports/449057

Log:
  New port: devel/rubygem-mmap2
  
  The Mmap class implement memory-mapped file objects for Ruby 2.x.
  
  WWW: https://gitlab.com/lyda/mmap

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep  1 07:32:36 2017	(r449056)
+++ head/devel/Makefile	Fri Sep  1 07:38:45 2017	(r449057)
@@ -5557,6 +5557,7 @@
     SUBDIR += rubygem-mixlib-shellout
     SUBDIR += rubygem-mize
     SUBDIR += rubygem-mkrf
+    SUBDIR += rubygem-mmap2
     SUBDIR += rubygem-mocha
     SUBDIR += rubygem-moneta
     SUBDIR += rubygem-moneta06

Added: head/devel/rubygem-mmap2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mmap2/Makefile	Fri Sep  1 07:38:45 2017	(r449057)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	mmap2
+PORTVERSION=	2.2.7
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	tz at FreeBSD.org
+COMMENT=	Implement memory-mapped file objects for Ruby 2.x
+
+LICENSE=	RUBY
+
+NO_ARCH=	yes
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-mmap2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mmap2/distinfo	Fri Sep  1 07:38:45 2017	(r449057)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1504197701
+SHA256 (rubygem/mmap2-2.2.7.gem) = 46879be4e525a6cc64bc35245674103f26d301830515899715c31885e127eee5
+SIZE (rubygem/mmap2-2.2.7.gem) = 23040

Added: head/devel/rubygem-mmap2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-mmap2/pkg-descr	Fri Sep  1 07:38:45 2017	(r449057)
@@ -0,0 +1,3 @@
+The Mmap class implement memory-mapped file objects for Ruby 2.x.
+
+WWW: https://gitlab.com/lyda/mmap


More information about the svn-ports-all mailing list