Bug 182753 - new port security/rubygem-pyu-ruby-sasl
Summary: new port security/rubygem-pyu-ruby-sasl
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: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 17:20 UTC by loic.blot
Modified: 2013-10-24 20:40 UTC (History)
0 users

See Also:


Attachments
rubygem-pyu-ruby-sasl.shar (1.56 KB, text/plain)
2013-10-06 17:20 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-06 17:20:02 UTC
	Here is a new dependancy for future gitlab port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-06 17:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-24 20:37:57 UTC
Author: swills
Date: Thu Oct 24 19:37:49 2013
New Revision: 331520
URL: http://svnweb.freebsd.org/changeset/ports/331520

Log:
  Simple Authentication and Security Layer (RFC 4422)
  
  WWW: http://github.com/pyu10055/ruby-sasl/
  
  PR:		ports/182753
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/security/rubygem-pyu-ruby-sasl/
  head/security/rubygem-pyu-ruby-sasl/Makefile   (contents, props changed)
  head/security/rubygem-pyu-ruby-sasl/distinfo   (contents, props changed)
  head/security/rubygem-pyu-ruby-sasl/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Oct 24 19:32:04 2013	(r331519)
+++ head/security/Makefile	Thu Oct 24 19:37:49 2013	(r331520)
@@ -868,6 +868,7 @@
     SUBDIR += rubygem-nmap-parser
     SUBDIR += rubygem-omniauth
     SUBDIR += rubygem-origami
+    SUBDIR += rubygem-pyu-ruby-sasl
     SUBDIR += rubygem-razorback-scriptNugget
     SUBDIR += rubygem-rc4
     SUBDIR += rubygem-roauth

Added: head/security/rubygem-pyu-ruby-sasl/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pyu-ruby-sasl/Makefile	Thu Oct 24 19:37:49 2013	(r331520)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	pyu-ruby-sasl
+PORTVERSION=	0.0.3.3
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Simple Authentication and Security Layer
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/security/rubygem-pyu-ruby-sasl/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pyu-ruby-sasl/distinfo	Thu Oct 24 19:37:49 2013	(r331520)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 5683a6bc5738db5a1bf5ceddeaf545405fb241b4184dd4f2587e679a7e9497e5
+SIZE (rubygem/pyu-ruby-sasl-0.0.3.3.gem) = 8192

Added: head/security/rubygem-pyu-ruby-sasl/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-pyu-ruby-sasl/pkg-descr	Thu Oct 24 19:37:49 2013	(r331520)
@@ -0,0 +1,3 @@
+Simple Authentication and Security Layer (RFC 4422)
+
+WWW: http://github.com/pyu10055/ruby-sasl/
_______________________________________________
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"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-24 20:38:45 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!