diff options
author | taca <taca@pkgsrc.org> | 2009-02-15 03:04:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2009-02-15 03:04:18 +0000 |
commit | 2ba3664cdadda0b66c566d60e8a5632836f90375 (patch) | |
tree | 53ad62de1552b935bf08ea681775b7b736877ed3 /devel/ruby-setup/PLIST | |
parent | beb29b7c165f95bc30abb32edce0996a3e24cb8b (diff) | |
download | pkgsrc-2ba3664cdadda0b66c566d60e8a5632836f90375.tar.gz |
Importing ruby-setup package.
* It is expected to use setup.rb script instead of older setup.rb or
(sometimes) install.rb bundled with ruby packages.
Setup.rb is a common installer script for ruby packages. It can
handle multiple binaries, libraries, extensions etc. in one archive.
Diffstat (limited to 'devel/ruby-setup/PLIST')
-rw-r--r-- | devel/ruby-setup/PLIST | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/ruby-setup/PLIST b/devel/ruby-setup/PLIST new file mode 100644 index 00000000000..2f54ffd8d24 --- /dev/null +++ b/devel/ruby-setup/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/02/15 03:04:18 taca Exp $ +bin/${RUBY_PKGPREFIX}-setup +${RUBY_VENDORLIB}/setup.rb +${RUBY_DOC}/setup/ChangeLog +${RUBY_DOC}/setup/NEWS.en +${RUBY_DOC}/setup/README.en +${RUBY_DOC}/setup/TODO +${RUBY_DOC}/setup/Usage_en.txt +${RUBY_DOC}/setup/devel.html +${RUBY_DOC}/setup/hookapi.html +${RUBY_DOC}/setup/index.html +${RUBY_DOC}/setup/ja/NEWS.ja +${RUBY_DOC}/setup/ja/README.ja +${RUBY_DOC}/setup/ja/Usage_ja.txt +${RUBY_DOC}/setup/ja/devel.html +${RUBY_DOC}/setup/ja/hookapi.html +${RUBY_DOC}/setup/ja/index.html +${RUBY_DOC}/setup/ja/metaconfapi.html +${RUBY_DOC}/setup/ja/news.html +${RUBY_DOC}/setup/ja/usage.html +${RUBY_DOC}/setup/metaconfapi.html +${RUBY_DOC}/setup/news.html +${RUBY_DOC}/setup/usage.html +${RUBY_EG}/setup/add-task.rb +@dirrm ${RUBY_EG}/setup +@dirrm ${RUBY_DOC}/setup/ja +@dirrm ${RUBY_DOC}/setup |