Bug 182672 - new port www/rubygem-rack-accept
Summary: new port www/rubygem-rack-accept
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-05 10:40 UTC by loic.blot
Modified: 2013-10-20 16:00 UTC (History)
0 users

See Also:


Attachments
rubygem-rack-accept.shar (1.63 KB, text/plain)
2013-10-05 10:40 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-05 10:40:00 UTC
	Here is a new port required for future port gitlab
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 10:40:07 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-20 15:56:44 UTC
Author: swills
Date: Sun Oct 20 14:56:31 2013
New Revision: 331022
URL: http://svnweb.freebsd.org/changeset/ports/331022

Log:
  HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
  
  WWW: http://mjijackson.github.com/rack-accept
  
  PR:		ports/182672
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/www/rubygem-rack-accept/
  head/www/rubygem-rack-accept/Makefile   (contents, props changed)
  head/www/rubygem-rack-accept/distinfo   (contents, props changed)
  head/www/rubygem-rack-accept/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sun Oct 20 14:53:20 2013	(r331021)
+++ head/www/Makefile	Sun Oct 20 14:56:31 2013	(r331022)
@@ -1792,6 +1792,7 @@
     SUBDIR += rubygem-passenger
     SUBDIR += rubygem-rabbirack
     SUBDIR += rubygem-rack
+    SUBDIR += rubygem-rack-accept
     SUBDIR += rubygem-rack-cache
     SUBDIR += rubygem-rack-contrib
     SUBDIR += rubygem-rack-mount

Added: head/www/rubygem-rack-accept/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rack-accept/Makefile	Sun Oct 20 14:56:31 2013	(r331022)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	rack-accept
+PORTVERSION=	0.4.5
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
+
+RUN_DEPENDS=	rubygem-rack>=0.4:${PORTSDIR}/www/rubygem-rack
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/www/rubygem-rack-accept/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rack-accept/distinfo	Sun Oct 20 14:56:31 2013	(r331022)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/rack-accept-0.4.5.gem) = 66247b5449db64ebb93ae2ec4af4764b87d1ae8a7463c7c68893ac13fa8d4da2
+SIZE (rubygem/rack-accept-0.4.5.gem) = 14336

Added: head/www/rubygem-rack-accept/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-rack-accept/pkg-descr	Sun Oct 20 14:56:31 2013	(r331022)
@@ -0,0 +1,3 @@
+HTTP Accept, Accept-Charset, Accept-Encoding, and Accept-Language for Ruby/Rack
+
+WWW: http://mjijackson.github.com/rack-accept
_______________________________________________
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-20 15:56:47 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!