Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2021 20:01:59 +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: r560077 - in head/devel: . rubygem-un
Message-ID:  <202101032001.103K1xh3096248@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan  3 20:01:59 2021
New Revision: 560077
URL: https://svnweb.freebsd.org/changeset/ports/560077

Log:
  Add rubygem-un 0.1.0
  
  un.rb provides utilities to replace common UNIX commands in Makefiles etc.
  
  WWW: https://github.com/ruby/un

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 20:01:53 2021	(r560076)
+++ head/devel/Makefile	Sun Jan  3 20:01:59 2021	(r560077)
@@ -6614,6 +6614,7 @@
     SUBDIR += rubygem-tzinfo-data
     SUBDIR += rubygem-tzinfo1
     SUBDIR += rubygem-uber
+    SUBDIR += rubygem-un
     SUBDIR += rubygem-unicode
     SUBDIR += rubygem-unicode-display_width
     SUBDIR += rubygem-unicode_utils

Added: head/devel/rubygem-un/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-un/Makefile	Sun Jan  3 20:01:59 2021	(r560077)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	un
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Utilities to replace common UNIX commands
+
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-un/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-un/distinfo	Sun Jan  3 20:01:59 2021	(r560077)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598807
+SHA256 (rubygem/un-0.1.0.gem) = d77d6abe94d100156b586a58fab1cf72d244e683fd9fc9fcb7b4a3fcd325af68
+SIZE (rubygem/un-0.1.0.gem) = 9728

Added: head/devel/rubygem-un/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-un/pkg-descr	Sun Jan  3 20:01:59 2021	(r560077)
@@ -0,0 +1,3 @@
+un.rb provides utilities to replace common UNIX commands in Makefiles etc.
+
+WWW: https://github.com/ruby/un



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