Index: devel/Makefile =================================================================== --- devel/Makefile (revision 353379) +++ devel/Makefile (working copy) @@ -4414,6 +4414,7 @@ SUBDIR += rubygem-timers SUBDIR += rubygem-timers1 SUBDIR += rubygem-tins + SUBDIR += rubygem-tins0 SUBDIR += rubygem-toml SUBDIR += rubygem-transactionsimple SUBDIR += rubygem-treetop Index: devel/rubygem-file-tail/Makefile =================================================================== --- devel/rubygem-file-tail/Makefile (revision 353379) +++ devel/rubygem-file-tail/Makefile (working copy) @@ -9,7 +9,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby library that allows Ruby to 'tail' files -RUN_DEPENDS= rubygem-tins>=0.5.0:${PORTSDIR}/devel/rubygem-tins +RUN_DEPENDS= rubygem-tins0>=0.5.0:${PORTSDIR}/devel/rubygem-tins0 USE_RUBY= yes USE_RUBYGEMS= yes Index: devel/rubygem-tins/Makefile =================================================================== --- devel/rubygem-tins/Makefile (revision 353379) +++ devel/rubygem-tins/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tins -PORTVERSION= 0.8.3 +PORTVERSION= 1.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG Index: devel/rubygem-tins/distinfo =================================================================== --- devel/rubygem-tins/distinfo (revision 353379) +++ devel/rubygem-tins/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/tins-0.8.3.gem) = 8d1a63546afa3218d466245490646cdc8771c3184b5da4a843083c03e29c9993 -SIZE (rubygem/tins-0.8.3.gem) = 33280 +SHA256 (rubygem/tins-1.1.0.gem) = 5964d11f3784651370b685ea2751f3f88c75f4def29a1b04b19f224e0161ad49 +SIZE (rubygem/tins-1.1.0.gem) = 299008 Index: devel/rubygem-tins0/Makefile =================================================================== --- devel/rubygem-tins0/Makefile (revision 0) +++ devel/rubygem-tins0/Makefile (working copy) @@ -0,0 +1,17 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= tins +PORTVERSION= 0.8.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 0 + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Useful tools library in Ruby + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Property changes on: devel/rubygem-tins0/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: devel/rubygem-tins0/distinfo =================================================================== --- devel/rubygem-tins0/distinfo (revision 0) +++ devel/rubygem-tins0/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (rubygem/tins-0.8.3.gem) = 8d1a63546afa3218d466245490646cdc8771c3184b5da4a843083c03e29c9993 +SIZE (rubygem/tins-0.8.3.gem) = 33280 Property changes on: devel/rubygem-tins0/distinfo ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: devel/rubygem-tins0/pkg-descr =================================================================== --- devel/rubygem-tins0/pkg-descr (revision 0) +++ devel/rubygem-tins0/pkg-descr (working copy) @@ -0,0 +1,4 @@ +Useful tools library in Ruby - All the stuff that isn't good/big enough for a +real library. + +WWW: http://flori.github.com/tins Property changes on: devel/rubygem-tins0/pkg-descr ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: www/Makefile =================================================================== --- www/Makefile (revision 353444) +++ www/Makefile (working copy) @@ -1793,6 +1793,8 @@ SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails + SUBDIR += rubygem-heroku + SUBDIR += rubygem-heroku-api SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml SUBDIR += rubygem-http-cookie Index: www/rubygem-heroku/Makefile =================================================================== --- www/rubygem-heroku/Makefile (revision 0) +++ www/rubygem-heroku/Makefile (working copy) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= heroku +PORTVERSION= 3.7.3 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= rpaulo@FreeBSD.org +COMMENT= Heroku Client + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +PLIST_FILES= bin/heroku + +RUN_DEPENDS+= rubygem-heroku-api>=0:${PORTSDIR}/www/rubygem-heroku-api \ + rubygem-excon>=0:${PORTSDIR}/devel/rubygem-excon \ + rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-launchy>=0:${PORTSDIR}/devel/rubygem-launchy \ + rubygem-netrc>=0:${PORTSDIR}/net/rubygem-netrc \ + rubygem-rest-client>=0:${PORTSDIR}/www/rubygem-rest-client \ + rubygem-rqrcode>=0:${PORTSDIR}/www/rubygem-rqrcode \ + rubygem-rubyzip>=0:${PORTSDIR}/archivers/rubygem-rubyzip \ + rubygem-term-ansicolor>=0:${PORTSDIR}/devel/rubygem-term-ansicolor \ + rubygem-tins>=0:${PORTSDIR}/devel/rubygem-tins + +.include Property changes on: www/rubygem-heroku/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: www/rubygem-heroku/distinfo =================================================================== --- www/rubygem-heroku/distinfo (revision 0) +++ www/rubygem-heroku/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (rubygem/heroku-3.7.3.gem) = 9f8c4f96f642d18b52ff99b4eadc565b56593390b55c9fe3614f61f01a00be67 +SIZE (rubygem/heroku-3.7.3.gem) = 245760 Property changes on: www/rubygem-heroku/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/rubygem-heroku/pkg-descr =================================================================== --- www/rubygem-heroku/pkg-descr (revision 0) +++ www/rubygem-heroku/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Command-line tool to deploy and manage apps on Heroku. + +WWW: https://www.heroku.com Property changes on: www/rubygem-heroku/pkg-descr ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: www/rubygem-heroku-api/Makefile =================================================================== --- www/rubygem-heroku-api/Makefile (revision 0) +++ www/rubygem-heroku-api/Makefile (working copy) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= heroku-api +PORTVERSION= 0.3.18 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= rpaulo@FreeBSD.org +COMMENT= Heroku API + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Property changes on: www/rubygem-heroku-api/Makefile ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: www/rubygem-heroku-api/distinfo =================================================================== --- www/rubygem-heroku-api/distinfo (revision 0) +++ www/rubygem-heroku-api/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (rubygem/heroku-api-0.3.18.gem) = 42ae5d182efff47e875d86ebf3d54f0d6261db5fc5a1c383647164d890720a99 +SIZE (rubygem/heroku-api-0.3.18.gem) = 44544 Property changes on: www/rubygem-heroku-api/distinfo ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: www/rubygem-heroku-api/pkg-descr =================================================================== --- www/rubygem-heroku-api/pkg-descr (revision 0) +++ www/rubygem-heroku-api/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Client library to deploy and manage apps on Heroku. + +WWW: https://www.heroku.com Property changes on: www/rubygem-heroku-api/pkg-descr ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property