Date: Tue, 12 Jan 2010 05:23:04 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-newgem Makefile distinfo pkg-descr Message-ID: <201001120523.o0C5N4fc098714@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-01-12 05:23:04 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-newgem Makefile distinfo pkg-descr Log: Quickly bundle any Ruby libraries into a RubyGem and share it with the world, your colleagues, or perhaps just with yourself amongst your projects. RubyGems are centrally stored, versioned, and support dependencies between other gems, so they are the ultimate way to bundle libraries, executables, associated tests, examples, and more. Within this gem, you get one thing - newgem - an executable to create your own gems. Your new gems will include designated folders for Ruby code, test files, executables, and even a default website page for you to explain your project, and which instantly uploads to RubyForge website (which looks just like this one by default) WWW: http://drnic.github.com/newgem/ Revision Changes Path 1.3756 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/rubygem-newgem/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-newgem/distinfo (new) 1.1 +14 -0 ports/devel/rubygem-newgem/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001120523.o0C5N4fc098714>