Index: devel/rubygem-term-ansicolor/Makefile =================================================================== --- devel/rubygem-term-ansicolor/Makefile (revision 353379) +++ devel/rubygem-term-ansicolor/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= term-ansicolor -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 CATEGORIES= devel ruby MASTER_SITES= RG Index: devel/rubygem-term-ansicolor/distinfo =================================================================== --- devel/rubygem-term-ansicolor/distinfo (revision 353379) +++ devel/rubygem-term-ansicolor/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/term-ansicolor-1.2.2.gem) = b9534713ba4c2a48f2291fadf9ce2edae9f2dc96157ee812fe8fe16a70c081ac -SIZE (rubygem/term-ansicolor-1.2.2.gem) = 889856 +SHA256 (rubygem/term-ansicolor-1.3.0.gem) = 8b5caf6839a0c1bbf7a55a9d2fbd3c172f623fa05c427f9b3ea5d75bdfe14fa8 +SIZE (rubygem/term-ansicolor-1.3.0.gem) = 890368 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: net/Makefile =================================================================== --- net/Makefile (revision 353379) +++ net/Makefile (working copy) @@ -1025,6 +1025,7 @@ SUBDIR += rubygem-ipaddress SUBDIR += rubygem-iproto SUBDIR += rubygem-macaddr + SUBDIR += rubygem-netrc SUBDIR += rubygem-net-ldap SUBDIR += rubygem-net-netrc SUBDIR += rubygem-network_interface Index: net/rubygem-netrc/Makefile =================================================================== --- net/rubygem-netrc/Makefile (revision 0) +++ net/rubygem-netrc/Makefile (working copy) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= netrc +PORTVERSION= 0.7.7 +CATEGORIES= net rubygems +MASTER_SITES= RG + +MAINTAINER= rpaulo@FreeBSD.org +COMMENT= Read and update netrc files + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Property changes on: net/rubygem-netrc/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: net/rubygem-netrc/distinfo =================================================================== --- net/rubygem-netrc/distinfo (revision 0) +++ net/rubygem-netrc/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (rubygem/netrc-0.7.7.gem) = 2dabbbc95573f80ff610b136412ad5a1e13fe26cdf4fd7467fbc750d47dac4f8 +SIZE (rubygem/netrc-0.7.7.gem) = 8192 Property changes on: net/rubygem-netrc/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: net/rubygem-netrc/pkg-descr =================================================================== --- net/rubygem-netrc/pkg-descr (revision 0) +++ net/rubygem-netrc/pkg-descr (working copy) @@ -0,0 +1,4 @@ +This library can read and update netrc files, preserving formatting including +comments and whitespace. + +WWW: https://github.com/geemus/netrc Property changes on: net/rubygem-netrc/pkg-descr ___________________________________________________________________ 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/Makefile =================================================================== --- www/Makefile (revision 353379) +++ www/Makefile (working copy) @@ -268,6 +268,7 @@ SUBDIR += hastymail2-devel SUBDIR += havp SUBDIR += helma + SUBDIR += heroku SUBDIR += hiawatha SUBDIR += hinventory-client SUBDIR += horde-ansel @@ -1793,6 +1794,7 @@ SUBDIR += rubygem-haml-coderay SUBDIR += rubygem-haml-contrib SUBDIR += rubygem-haml-rails + SUBDIR += rubygem-heroku-api SUBDIR += rubygem-hpricot SUBDIR += rubygem-html2haml SUBDIR += rubygem-http-cookie @@ -1853,6 +1855,7 @@ SUBDIR += rubygem-rest-client SUBDIR += rubygem-rfacebook SUBDIR += rubygem-rfeedfinder + SUBDIR += rubygem-rqrcode SUBDIR += rubygem-robotex SUBDIR += rubygem-robots SUBDIR += rubygem-scrapi Index: www/heroku/Makefile =================================================================== --- www/heroku/Makefile (revision 0) +++ www/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:${PORTSDIR}/www/rubygem-heroku-api \ + rubygem-excon:${PORTSDIR}/devel/rubygem-excon \ + rubygem-multi_json:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-launchy:${PORTSDIR}/devel/rubygem-launchy \ + rubygem-netrc:${PORTSDIR}/net/rubygem-netrc \ + rubygem-rest-client:${PORTSDIR}/www/rubygem-rest-client \ + rubygem-rqrcode:${PORTSDIR}/www/rubygem-rqrcode \ + rubygem-rubyzip:${PORTSDIR}/archivers/rubygem-rubyzip \ + rubygem-term-ansicolor:${PORTSDIR}/devel/rubygem-term-ansicolor \ + rubygem-tins:${PORTSDIR}/devel/rubygem-tins + +.include Property changes on: www/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/heroku/distinfo =================================================================== --- www/heroku/distinfo (revision 0) +++ www/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/heroku/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/heroku/pkg-descr =================================================================== --- www/heroku/pkg-descr (revision 0) +++ www/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/heroku/pkg-descr ___________________________________________________________________ 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-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: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: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ 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 Index: www/rubygem-rqrcode/Makefile =================================================================== --- www/rubygem-rqrcode/Makefile (revision 0) +++ www/rubygem-rqrcode/Makefile (working copy) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= rqrcode +PORTVERSION= 0.4.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= rpaulo@FreeBSD.org +COMMENT= Library for encoding QR Codes + +LICENSE= BSD + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Property changes on: www/rubygem-rqrcode/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-rqrcode/distinfo =================================================================== --- www/rubygem-rqrcode/distinfo (revision 0) +++ www/rubygem-rqrcode/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (rubygem/rqrcode-0.4.2.gem) = a565d038004c4de57b4f26a20578aa9d570d08d343e71aae8b04dfb9cbe72fa9 +SIZE (rubygem/rqrcode-0.4.2.gem) = 19968 Property changes on: www/rubygem-rqrcode/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-rqrcode/pkg-descr =================================================================== --- www/rubygem-rqrcode/pkg-descr (revision 0) +++ www/rubygem-rqrcode/pkg-descr (working copy) @@ -0,0 +1,5 @@ +rQRCode is a library for encoding QRCodes in Ruby. It has a simple interface +with all the standard qrcode options. It was adapted from the Javascript +library by Kazuhiko Arase. + +WWW: http://whomwah.github.io/rqrcode/ Property changes on: www/rubygem-rqrcode/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