hacker

Ports tree is thawed

2007/12/12
By

As Erwin (on behalf of portmgr) said, ports tree is now unfreezed (except sweeping changes). Interest thing is: Note that the first committer to break INDEX will owe all portmgrs a beer at the next BSD conference, and a carton of beer if it’s within the next 24 hours. *wink* Updated (how fast :p):...

Read more »

升級到 7.0-PRERELEASE

2007/10/16
By

從 6.2 升上來其實挺無痛的,比較要注意的是 default thread library 從 libpthread 換成 libthr ,所以要記得重編一些 ports (簡單的方式就是把 /lib/libpthread.so.2 砍掉,然後會叫的 ports 就是要重練的)。其實去 ls /lib 下可以看到有些過期的,應該也要一併移除,減少 ldconfig 的負擔啊!就像我現在的體脂肪一樣,有些其實跟我沒關係了、可以丟掉了,可是就死賴著不走,我有什麼辦法呢? 就這樣囉,另一台 7.0-CURRENT 的不知道該留在 7.0 還是 8.0-CURRENT(HEAD)好,先觀望一下。

Read more »

[徵才] Taiwan: Junior Perl Developer

2007/10/01
By

先講好,這是代貼的。這是一個大部份時間都可以在家工作的工作(…這年頭中文愈來愈遜了,都不知道自己是在寫什麼鬼),前提是要有網路啦,然後你高興的話,在咖啡店也可以做事。需求呢?以下為原文:(*開頭的是我的個人解釋*)(DOE 指的是 Depends On Experience)

Read more »

[perl] Jifty-0.70824 released

2007/08/27
By

In short words, Jifty is great for Web development!!!!

Read more »

Useful vim tips for rubygem ports

2007/08/02
By

Useful vim commands for rubygem ports: % s,^d.*gems.*doc.*(portsname),%%GEM_DOC_DIR%%,g % s,^d.*gems.*lib.*(portsname),%%GEM_LIB_DIR%%,g % s,^\(@dirrm.*.src\)n\1,\1,g % s,^\(%%.*\.src\)$,@dirrm \1,g FreeBSD, ports

Read more »

[TinderBox] Building a 6.X or 5.X Jail on -CURRENT

2007/07/25
By

Quick note: refer to HEADS UP: Building a 6.X or 5.X Jail on -CURRENT

Read more »

[FreeBSD] strange log in my tinderbox

2007/05/25
By

After these frustrating days (yes, I’m talking about ports/src freeze). I start to trying to remember what a committer should do after ports tree unfreeze. But when I testing ports via my miserable tinderbox. I found this (error?) log: === Checking filesystem state after all packages deleted ================================================================ list of extra files and directories...

Read more »

快快樂樂學 Ruby – 再談 Ferret

2007/05/18
By

這只是為了要呼應之前的舊文章…

Read more »

[WP] 升級到 2.2

2007/05/16
By

這應該變舊聞了,總之抽空升級了一下。

Read more »

[plagger] patch to Plugin/CustomFeed/GoogleNews.pm

2007/05/15
By

In order to process rss from news.google.com.tw, I’ve made the following tiny patch: Index: lib/Plagger/Plugin/CustomFeed/GoogleNews.pm =================================================================== — lib/Plagger/Plugin/CustomFeed/GoogleNews.pm (revision 1948) +++ lib/Plagger/Plugin/CustomFeed/GoogleNews.pm (working copy) @@ -18,7 +18,7 @@ sub handle { my($self, $context, $args) = @_; - if ($args->{feed}->url =~ m!^http://news.google.(?:co.jp|com)/! && $args->{feed}->url !~ /output=(?:rss|atom)/) { + if ($args->{feed}->url =~ m!^http://news.google.(?:co.jp|com(?:.tw)?)/! && $args->{feed}->url !~...

Read more »