Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:47:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543732 - in head/devel: . rubygem-zlib
Message-ID:  <202007300947.06U9laac072339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:47:36 2020
New Revision: 543732
URL: https://svnweb.freebsd.org/changeset/ports/543732

Log:
  Add rubygem-zlib 1.1.0
  
  This module provides access to the zlib library. Zlib is designed to be a
  portable, free, general-purpose, legally unencumbered -- that is, not covered by
  any patents -- lossless data-compression library for use on virtually any
  computer hardware and operating system.
  
  The library also supports reading and writing files in gzip (.gz) format with an
  interface similar to that of IO. The gzip format is described in RFC 1952 which
  is also a wrapper around a deflate stream.
  
  WWW: https://github.com/ruby/zlib

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jul 30 09:47:27 2020	(r543731)
+++ head/devel/Makefile	Thu Jul 30 09:47:36 2020	(r543732)
@@ -6604,6 +6604,7 @@
     SUBDIR += rubygem-yui-compressor
     SUBDIR += rubygem-zeitwerk
     SUBDIR += rubygem-zentest
+    SUBDIR += rubygem-zlib
     SUBDIR += rudeconfig
     SUBDIR += rudiments
     SUBDIR += runsnakerun

Added: head/devel/rubygem-zlib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-zlib/Makefile	Thu Jul 30 09:47:36 2020	(r543732)
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	zlib
+PORTVERSION=	1.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ruby interface for the zlib compression/decompression library
+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+#NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-zlib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-zlib/distinfo	Thu Jul 30 09:47:36 2020	(r543732)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865775
+SHA256 (rubygem/zlib-1.1.0.gem) = b315d530512d6b7ea7526754cc322c58991e3890d50aa6abf6763227dbe0f83e
+SIZE (rubygem/zlib-1.1.0.gem) = 37888

Added: head/devel/rubygem-zlib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-zlib/pkg-descr	Thu Jul 30 09:47:36 2020	(r543732)
@@ -0,0 +1,10 @@
+This module provides access to the zlib library. Zlib is designed to be a
+portable, free, general-purpose, legally unencumbered -- that is, not covered by
+any patents -- lossless data-compression library for use on virtually any
+computer hardware and operating system.
+
+The library also supports reading and writing files in gzip (.gz) format with an
+interface similar to that of IO. The gzip format is described in RFC 1952 which
+is also a wrapper around a deflate stream.
+
+WWW: https://github.com/ruby/zlib



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