Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2016 17:52:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418605 - in head/devel: . rubygem-bit-struct
Message-ID:  <201607151752.u6FHqDGI055054@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Jul 15 17:52:12 2016
New Revision: 418605
URL: https://svnweb.freebsd.org/changeset/ports/418605

Log:
  New port: devel/rubygem-bit-struct
  
  Library for packed binary data stored in ruby Strings. Useful for accessing
  fields in network packets and binary files.
  
  WWW: https://github.com/vjoel/bit-struct

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Jul 15 17:50:17 2016	(r418604)
+++ head/devel/Makefile	Fri Jul 15 17:52:12 2016	(r418605)
@@ -4825,6 +4825,7 @@
     SUBDIR += rubygem-bindata
     SUBDIR += rubygem-binding_of_caller
     SUBDIR += rubygem-bio
+    SUBDIR += rubygem-bit-struct
     SUBDIR += rubygem-blankslate
     SUBDIR += rubygem-blobstore_client
     SUBDIR += rubygem-blockenspiel

Added: head/devel/rubygem-bit-struct/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-bit-struct/Makefile	Fri Jul 15 17:52:12 2016	(r418605)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	bit-struct
+PORTVERSION=	0.15.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Library for packed binary data stored in ruby Strings
+
+LICENSE=	RUBY
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-bit-struct/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-bit-struct/distinfo	Fri Jul 15 17:52:12 2016	(r418605)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1468572686
+SHA256 (rubygem/bit-struct-0.15.0.gem) = 99f91abd0b4f87f227db2f6ecba54c5bb0c425f4f3aa11857b00d37089007e9e
+SIZE (rubygem/bit-struct-0.15.0.gem) = 30720

Added: head/devel/rubygem-bit-struct/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-bit-struct/pkg-descr	Fri Jul 15 17:52:12 2016	(r418605)
@@ -0,0 +1,4 @@
+Library for packed binary data stored in ruby Strings. Useful for accessing
+fields in network packets and binary files.
+
+WWW: https://github.com/vjoel/bit-struct



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607151752.u6FHqDGI055054>