What have you found for these years?

2008-06-03

再見 svk...

> sudo port uninstall svk

然後怎麼砍掉那一堆 p5-xxx ?
雖然我很想直接用 shell 幹掉,
但是我發現這對我來說還是困難了些...
只好再搬出 ruby:

> port installed "p5-*" | ruby -e "while s = gets; \
puts `sudo port uninstall #{Regexp.last_match[1]}` \\
if s =~ /(p5-[\w-]*)/; end"

跑個兩次之後就差不多全砍了,剩下的是 git-core 用到的,砍不了。

git dependency 也滿多的其實...

另一方面,fish 對於 shell 用字滿嚴格的,
害我不知道要怎麼 pass $1 給 ruby, 只好用 Regexp.last_match[1]

另外,ruby 1.8.7 正式版終於出了,不過 macports 還沒有,那就先不灌。
倒是 1.9.0-1 macports 居然有了?那就順手灌一下。

multiruby 不知道要不要砍掉,好像意義不大。

0 retries:

Post a Comment

Note: Only a member of this blog may post a comment.



All texts are licensed under CC Attribution 3.0