OpenDocument interoperability test workshop
in Meisei University , Japan at 23/Feb/2013.
I describe OpenDocument , ODF Plugfest and explain interoperability test.
see detail:
http://blog.fairytern.org/2013/02/opendocument-interoperability-test.html
OpenDocument interoperability test workshop
in Meisei University , Japan at 23/Feb/2013.
I describe OpenDocument , ODF Plugfest and explain interoperability test.
see detail:
http://blog.fairytern.org/2013/02/opendocument-interoperability-test.html
19. port 作成 step-by-step
? cd /usr/ports/foo
? port create bar
? cd bar
? vi Make?le pkg-descr
? make fetch -DNO_CHECKSUM
? make makesum
? FreeBSD porter’s Handbook の ``Automated Package List Creation’’
http://www.freebsd.org/doc/en/books/porters-handbook/plist-
autoplist.html に従って pkg-plist を作る
? portlint -abt
2012年4月21日土曜日 19
20. ports ツリーに取込んでもらう(1/4)
? アーカイブを作成
$ cd /usr/ports
$ shar `find foo/bar` > /tmp/foo_bar.shar
? send-pr(1)
? emacs を使っている場合は
# cd /usr/src/gnu/usr.bin/send-pr
# make send-pr.el
2012年4月21日土曜日 20