non port: devel/rubygem-polyglot/pkg-descr |
SVNWeb
|
Number of commits found: 4 |
Wed, 7 Sep 2022
|
[ 21:58 Stefan Eßer (se) ] fb16dfe (Only the first 10 of 27964 ports in this commit are shown above. )
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
|
Tue, 20 Dec 2011
|
[ 00:21 pgollucci ] (Only the first 10 of 80 ports in this commit are shown above. )
- Point at the homepage consistently as defined by rubygems.org
|
Wed, 20 Oct 2010
|
[ 01:35 pgollucci ] (Only the first 10 of 217 ports in this commit are shown above. )
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
|
Sun, 11 Oct 2009
|
[ 10:27 wen ]
Polyglot provides a registry of file types that can be loaded by
calling its improved version of 'require'. Each file extension
that can be handled by a custom loader is registered by calling
Polyglot.register('ext', <class>), and then you can simply
require 'somefile', which will find and load 'somefile.ext'
using your custom loader.
This supports the creation of DSLs having a syntax that is most
appropriate to their purpose, instead of abusing the Ruby syntax.
Required files are attempted first using the normal Ruby loader,
and if that fails, Polyglot conducts a search for a file having
a supported extension.
WWW: http://polyglot.rubyforge.org/
Approved by: miwi(mentor)
|
Number of commits found: 4 |