Changeset 103920 for trunk/dports/ruby
- Timestamp:
- Mar 10, 2013, 2:23:44 AM (7 years ago)
- Location:
- trunk/dports/ruby
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/ruby/rb-archive-tar-minitar/Portfile
r93736 r103920 22 22 destroot.args --no-ri --no-tests 23 23 post-destroot { 24 reinplace "s%#!.*ruby%#!${ruby.bin}%" ${destroot}${prefix}/bin/minitar 25 file delete -force ${destroot}${prefix}/bin/minitar.bat 24 reinplace -locale C "s%#!.*ruby%#!${ruby.bin}%" ${destroot}${ruby.bindir}/minitar 25 file delete -force ${destroot}${prefix}/bin/minitar.bat${ruby.link_binaries_suffix} 26 file delete -force ${destroot}${ruby.bindir}/minitar.bat 26 27 } -
trunk/dports/ruby/rb-cvs/Portfile
r71849 r103920 16 16 post-destroot { 17 17 reinplace "s;/usr/local/bin/ruby;${ruby.bin};" ${worksrcpath}/viztree 18 xinstall -m 0755 ${worksrcpath}/viztree ${destroot}${prefix}/bin 18 xinstall -m 0755 ${worksrcpath}/viztree ${destroot}${ruby.bindir} 19 # install commands at post-destroot, need to make symlink in portfile 20 ln -s ${ruby.bindir}/viztree ${destroot}${prefix}/bin/viztree${ruby.link_binaries_suffix} 19 21 } 20 22 platforms darwin -
trunk/dports/ruby/rb-gettext/Portfile
r97190 r103920 24 24 25 25 post-destroot { 26 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ prefix}/bin/rxgettext27 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ prefix}/bin/rmsginit28 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ prefix}/bin/rmsgfmt29 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ prefix}/bin/rmsgmerge26 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rxgettext 27 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rmsginit 28 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rmsgfmt 29 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/rmsgmerge 30 30 } 31 31 -
trunk/dports/ruby/rb-json_pure/Portfile
r70470 r103920 20 20 21 21 # avoid conflict against a command from port:rb-json 22 ruby.link_binaries no 22 23 post-destroot { 23 foreach dir {bin lib/ruby/gems/1.8/bin}{24 foreach dir [list ${ruby.gemdir}/bin ${ruby.bindir}] { 24 25 foreach cmd {edit_json prettify_json} { 25 move "${destroot} ${prefix}/${dir}/${cmd}.rb" \26 "${destroot} ${prefix}/${dir}/${cmd}_pure.rb"26 move "${destroot}/${dir}/${cmd}.rb" \ 27 "${destroot}/${dir}/${cmd}_pure.rb" 27 28 } 28 29 } -
trunk/dports/ruby/rb-pdumpfs/Portfile
r85823 r103920 34 34 35 35 destroot { 36 xinstall -d -m 0755 ${destroot}${ prefix}/bin37 xinstall -m 0755 ${worksrcpath}/pdumpfs ${destroot}${ prefix}/bin36 xinstall -d -m 0755 ${destroot}${ruby.bindir} 37 xinstall -m 0755 ${worksrcpath}/pdumpfs ${destroot}${ruby.bindir} 38 38 xinstall -d -m 0755 ${destroot}${prefix}/share/man/man8 39 39 xinstall -m 0644 ${worksrcpath}/man/man8/pdumpfs.8 \ -
trunk/dports/ruby/rb-webgen/Portfile
r64856 r103920 22 22 23 23 post-destroot { 24 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ prefix}/bin/webgen24 reinplace "s|^#!.*ruby|#!${ruby.bin}|" ${destroot}${ruby.bindir}/webgen 25 25 } 26 26 -
trunk/dports/ruby/rb19-haml/Portfile
r101705 r103920 8 8 checksums rmd160 3296d138441ca252fd718c883acbf954b9f9efd9 \ 9 9 sha256 d6a7cab4234cc98980ac3b25f1b99efed2ec50acbd0b6b213b68856d14e89bc7 10 conflicts rb-haml11 10 description Haml and Sass: markup languages for HTML and CSS 12 11 long_description \ -
trunk/dports/ruby/rb19-nanoc3/Portfile
r99643 r103920 4 4 5 5 ruby.setup nanoc3 3.1.3 gem {} rubygems ruby19 6 conflicts rb-nanoc37 6 description A Ruby site compiler that produces static HTML 8 7 long_description \
Note: See TracChangeset
for help on using the changeset viewer.