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

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

Log:
  Add rubygem-syslog 0.1.0
  
  Syslog is a simple wrapper for the UNIX syslog system calls that might be handy
  if you're writing a server in Ruby.
  
  WWW: https://github.com/ruby/syslog

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 20:01:20 2021	(r560070)
+++ head/devel/Makefile	Sun Jan  3 20:01:25 2021	(r560071)
@@ -6551,6 +6551,7 @@
     SUBDIR += rubygem-svn2git
     SUBDIR += rubygem-sync
     SUBDIR += rubygem-sysinfo
+    SUBDIR += rubygem-syslog
     SUBDIR += rubygem-systemu
     SUBDIR += rubygem-table_print
     SUBDIR += rubygem-tdiff

Added: head/devel/rubygem-syslog/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-syslog/Makefile	Sun Jan  3 20:01:25 2021	(r560071)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	syslog
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Ruby interface for the POSIX system logging facility
+
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-syslog/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-syslog/distinfo	Sun Jan  3 20:01:25 2021	(r560071)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598795
+SHA256 (rubygem/syslog-0.1.0.gem) = ff8060023d4da138669451d0c3e6a16ac1757dd53bc6485c29f98dfc013dc543
+SIZE (rubygem/syslog-0.1.0.gem) = 14336

Added: head/devel/rubygem-syslog/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-syslog/pkg-descr	Sun Jan  3 20:01:25 2021	(r560071)
@@ -0,0 +1,4 @@
+Syslog is a simple wrapper for the UNIX syslog system calls that might be handy
+if you're writing a server in Ruby.
+
+WWW: https://github.com/ruby/syslog



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