create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# $FreeBSD: head/devel/rubygem-msgpack/Makefile 508184 2019-08-05 15:42:44Z sunpoet $
PORTNAME= msgpack
PORTVERSION= 1.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Gems for MessagePack
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1565012810
SHA256 (rubygem/msgpack-1.3.1.gem) = c1835bdcd28ea1be05e1a69f97e5aed0a492a87cf8f89dd537a78e28eaac22e3
SIZE (rubygem/msgpack-1.3.1.gem) = 82432

View File

@@ -0,0 +1,5 @@
MessagePack is a binary-based efficient data interchange format that
is focused on high performance. It is like JSON, but very fast and
small.
WWW: https://msgpack.org/