summaryrefslogtreecommitdiff
path: root/misc/ruby-gem_plugin
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for misc categoryagc1-1/+2
Problems found locating distfiles: Package colorls: missing distfile ls.tar.gz Package molden: missing distfile molden-4.6/molden4.6.tar.gz Package softmaker-office-demo: missing distfile ofl06trial.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-26Avoid using rubyforge.org since it stopped most of services.taca1-2/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-7/+3
* Add LICENSE. * Remove default value of GEM_BUILD. * Ajust new ruby package's framework.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2008-04-04Update ruby-gem_plugin to version 0.2.3. Changes from version 0.2.2jlam4-147/+36
include: - Turn into a signed gem.
2008-03-31Don't mark this package as broken -- it's not.jlam1-3/+1
2007-04-27Update ruby-gem_plugin to 0.2.2.minskim2-7/+7
Only change is a minor tweak to handle a small change in rubygems.
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-1/+3
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2006-10-31Import ruby-gem_plugin.minskim5-0/+173
GemPlugin is a system that lets your users install gems and lets you load them as additional features to use in your software. It originated from the Mongrel (mongrel.rubyforge.org) project but proved useful enough to break out into a separate project. GemPlugin works by listing the gems installed, and doing a require_gem on any that have the right dependencies. For example, if a gem depends on "gem_plugin" and "mongrel" then it will load as a Mongrel plugin. This makes it so that users of the plugins only need to gem install (and maybe config a bit), and plugin authors only need to make gems.