Bug 178623 - [new port]: devel/rubygem-murmurhash3 Implementation of murmur3 hashing function
Summary: [new port]: devel/rubygem-murmurhash3 Implementation of murmur3 hashing function
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-14 10:00 UTC by Veniamin
Modified: 2013-05-29 01:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.20 KB, text/plain)
2013-05-14 10:00 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2013-05-14 09:51:06 UTC
>Number:         178623
>Category:       ports
>Synopsis:       [new port]: devel/rubygem-murmurhash3 Implementation of murmur3 hashing function
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 14 09:00:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
This is an implementation of MurmurHash3 - noncriptographic hash function.
>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rubygem-murmurhash3
#	rubygem-murmurhash3/pkg-descr
#	rubygem-murmurhash3/Makefile
#
echo c - rubygem-murmurhash3
mkdir -p rubygem-murmurhash3 > /dev/null 2>&1
echo x - rubygem-murmurhash3/pkg-descr
sed 's/^X//' >rubygem-murmurhash3/pkg-descr << 'aa26e0c7f07f2fb528360fd6e48c0419'
XThis is an implementation of MurmurHash3 - noncriptographic hash function.
X
XWWW: https://github.com/funny-falcon/murmurhash3-ruby
aa26e0c7f07f2fb528360fd6e48c0419
echo x - rubygem-murmurhash3/Makefile
sed 's/^X//' >rubygem-murmurhash3/Makefile << 'e43d017e32255b1df531cb5c7d2514e9'
X# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
X# $FreeBSD$
X
XPORTNAME=	murmurhash3
XPORTVERSION=	0.1.3
XCATEGORIES=	devel rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	g.veniamin@googlemail.com
XCOMMENT=	Implementation of murmur3 hashing function
X
XRUBY_VER=	1.9
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
e43d017e32255b1df531cb5c7d2514e9
exit


>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 1 Veniamin 2013-05-14 10:00:03 UTC
This is an implementation of MurmurHash3 - noncriptographic hash function.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-14 10:01:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-05-14 14:38:06 UTC
Responsible Changed
From-To: ruby->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2013-05-29 01:46:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2013-05-29 01:46:34 UTC
Author: miwi
Date: Wed May 29 00:46:26 2013
New Revision: 319337
URL: http://svnweb.freebsd.org/changeset/ports/319337

Log:
  This is an implementation of MurmurHash3 - noncriptographic hash function.
  
  WWW: https://github.com/funny-falcon/murmurhash3-ruby
  
  PR:		ports/178623
  Submitted by:	Gvozdikov Veniamin <g.veniamin@googlemail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May 29 00:44:15 2013	(r319336)
+++ head/devel/Makefile	Wed May 29 00:46:26 2013	(r319337)
@@ -4106,6 +4106,7 @@
     SUBDIR += rubygem-msgpack
     SUBDIR += rubygem-mspec
     SUBDIR += rubygem-multi_json
+    SUBDIR += rubygem-murmurhash3
     SUBDIR += rubygem-mutter
     SUBDIR += rubygem-ncurses
     SUBDIR += rubygem-needle

Added: head/devel/rubygem-murmurhash3/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-murmurhash3/Makefile	Wed May 29 00:46:26 2013	(r319337)
@@ -0,0 +1,17 @@
+# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
+# $FreeBSD$
+
+PORTNAME=	murmurhash3
+PORTVERSION=	0.1.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	g.veniamin@googlemail.com
+COMMENT=	Implementation of murmur3 hashing function
+
+RUBY_VER=	1.9
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-murmurhash3/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-murmurhash3/distinfo	Wed May 29 00:46:26 2013	(r319337)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/murmurhash3-0.1.3.gem) = 5557fa1bc70df6bb4ad8204a3d6334b883fa72cf90297cecee0d9c5026377d6d
+SIZE (rubygem/murmurhash3-0.1.3.gem) = 8192

Added: head/devel/rubygem-murmurhash3/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-murmurhash3/pkg-descr	Wed May 29 00:46:26 2013	(r319337)
@@ -0,0 +1,3 @@
+This is an implementation of MurmurHash3 - noncriptographic hash function.
+
+WWW: https://github.com/funny-falcon/murmurhash3-ruby
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"