SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/ruby-polyglot/pkg/DESCR
Normal file
5
devel/ruby-polyglot/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Polyglot provides a registry of file types that can be loaded by calling
|
||||
its improved version of require.
|
||||
|
||||
This supports the creation of DSLs having a syntax that is most
|
||||
appropriate to their purpose, instead of abusing the Ruby syntax.
|
11
devel/ruby-polyglot/pkg/PLIST
Normal file
11
devel/ruby-polyglot/pkg/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/History.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/License.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/polyglot/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/polyglot.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/polyglot/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue