2007-01-18から1日間の記事一覧

Perl で GZIP 圧縮転送

http://tech.bayashi.net/pdmemo/gzip.html $gzip = '/bin/gzip/'; print "Content-type: text/html;charset=Shift_JIS\n"; if($ENV{'HTTP_ACCEPT_ENCODING'} =~ /gzip/ && $gzip ne ''){ if($ENV{'HTTP_ACCEPT_ENCODING'} =~ /x-gzip/){ print "Content-enc…

CVS でプロクシを通す

Debian の CVS って proxy パッチ当たってる。 cvs -z3 -d ":pserver;proxy=proxy.example.jp;proxyport=9999:anonymous@cvs.sourceforge.net:/cvsroot/vim" co -P vim7 プロクシが使えるかの確認方法:[cvs-ml 1397] Re: Anonymous CVS pserverをproxy 経…

stgit のパッケージ作成

ArchLinux には、stgit のパッケージがないので作ってみる。/var/abs/local/stgit/PKGBUILD: pkgname=stgit pkgver=0.11 pkgrel=1 pkgdesc="Stacked GIT" arch=(i686 x86_64) url="http://www.procode.org/stgit/" license="GPL" depends=('git' 'python>=2.…