入口
benchmarks
  bonnie
    results
  bytebench
comms
  mgetty
    /etc/mail/aliases
  mgetty+sendfax
    pppd サーバを作る mgetty
    設定の概要
    /etc/tty00 --モデム
    /etc/ttys
    mgetty.config, login.config
    まずは login して見る
    /etc/ppp/options
    /etc/ppp/pap-secrets
    確認方法
cross
  i386-mingw32
  ming-w64
    二つの不思議
databases
  mysql-server
    mysql_install_db
    rc.d/mysqld
    mysql_secure_installation
    20050605
      pkg_add
      (err)
      grant
    help
    error
      mysqlcheck
      reset password
      backup
    reset password
    create db
    create user
    grant
    ProFTPD+mysql
    操作
  postgres
  rrdtool
devel
  cvsync
    cvsync.conf
    ソースの取出
    問題
      desired version
  distcc
    url
    distcc って何
    用意するもの
    distccmon-text
    pkg_add
  doxygen
    Doxyfile
    出力を利用する
    1.4.5
    2007/04
  doxygen/gcc
    doxy 1.4.5
  mercurial
  git
font
  設定方法
    mkfontdir
    fontpath
  確認方法
    fontpath
    全ての書体
  intlfonts
    fontpath
  ipa
graphics
  graphviz
  magicpoint
  tgif
    print error
    work around
ham
  hamlog
inputmethod
  anthy
    kinput2
mail
  cyrus-imapd
    url
    説明
    pkg_info -D
    bin/master
    /etc/rc.d/
    認証
    cyrus-saslauthd
    メール box の管理
    着信(MTA)
    問題
    古い cyrus
    sieve
      設定
      .sieve
      操作
      検査
      有効にするには
      問題
        saslauthd
        passwd is asked
  fml
  sendmail
  milter-regex
  smtpfeed
    smtpfeed.mc
    ./Build
    test
    起動準備
  spamassassin
    pkg_add
    sa-learn
    local.cf
  spamass-milter
    メール見出
    設定
    問題
    tuning
  squirrelmail
    url
    設置と設定
    pkg_info -D
    apache
    開始画面例
    文字符号
    課題
    問題
  ja-squirrelmail
    url
    設置と設定
    pkg_info -D
    開始画面例
    文字符号
    課題
    問題
  ctorrent
  urjtag
misc
  ttyrec
multimedia
  mplayer
  gmplayer
  libdvdcss
  xine-ui
net
  bind9
    設定確認
    起動
    必要な機能の分類
    chroot 環境
  TCP/IP と AppleTalk
  netatalk
    AppleTalk と TCP/IP
    版と構成部品
    pkg_info -D
    afpd
    一時的に起動
    認証
    動作確認
    誤り
  mrtg
  net-snmp
    設定
    起動
    log
    mrtg
    snmpget
    snmpwalk
    man pages
    参考
  rsync
  samba
    版
    設定
      smb.conf
      /etc/rc.d
    起動
    add user
    debug
    problem
news
  inn
pkgtools
  pkg_chk
print
  mf
    pktogf + gftodvi
  bibtex
    ごみ
  xpdf
  ja-ptex-bin
    jpbibtex
  ja-ptex
    dvipdfmx
    その他
  pdvipdfmx
personal
  fml
    設定作業の流れ
    pkg_info -D
    fml-system
    ml を作る
      newml
    /etc/mail/aliases
    Generic From
    sendmail.cf
    最初の会員
    自動で送られるメール
    MHonArc
    majordomo
    覚え
      password の設定
      members-admin
      log
      cf を変更した時には
      自動登録
      メールで管理するには
      admin add で welcome
      asymmetric mode って
      debug
      問題
      package 問題
  id-utils
security
  cyrus-sasl
  cy2-crammd5
  openssh
sysutils
  dd_rescue
  mklivecd
      config
  memtester
textproc
  hyperestraier
    更新
    異常停止
wip
  emacs-current
    X11
wip-jp
wm
  fvwm2
www
  apache
    rc.d
    httpd.conf
    start
    mkcert
    startssl
  ap2-auth-pgsql
  cvsweb
    pkgsrc
  firefox
    Fonts
    言語毎設定
    Firmacs
  php4
    mb_string
      Wordpress
    php.ini
  w3m
X11
  qt2
wip
  u-boot

Software 入口 | Hardware | NetBSD 解説 | packages | macppc | TsubaiBSD 絹/software/全文検索

This is under: http://www.ki.nu/software/pkgsrc/

NetBSD/pkgsrc

Last Update: "2006/08/28 09:11:23 makoto"

doxy 1.4.5

(ここに書いてあることは古い情報です) 代りに doxygenをごらん下さい。
今頃(2006/02)の devel/doxygen は teTeX-3.0 を要求します。
===> Required package teTeX-bin>=3.0nb7: NOT found
===> Verifying package for ../../print/teTeX3-bin
=> Checksum SHA1 OK for teTeX/tetex-src-3.0.tar.gz.
=> Checksum RMD160 OK for teTeX/tetex-src-3.0.tar.gz.
===> Extracting for teTeX-bin-3.0nb7
===> Required package teTeX-texmf>=3.0: NOT found
===> Verifying package for ../../print/teTeX3-texmf
===> Installing for teTeX-texmf-3.0nb2
===> teTeX-texmf-3.0nb2 conflicts with installed package(s): teTeX-share-2.0.2nb1  found.
*** They install the same files into the same place.
*** Please remove teTeX-share-2.0.2nb1  first with pkg_delete(1).
*** Error code 1
ところが print/ja-ptex はまだ 2.0 なため、最新版では make 出来ないと思います。 そこで、軟弱ですが、以前に動かしたことがある 2004-08-01 版 を試します。
cd devel/doxygen cvs update -D 2004-08-01
このままですと
===> Configuring for doxygen-1.3.8
/usr/pkg/bin/perl: unknown argument
のようになってしまうのですが、これは --make の後に引数が抜けてい るためなので、強制的に書いておきます。
ttyp8:makoto@mini 13:54:33/060214(...devel/doxygen)> cvs diff Makefile 
Index: Makefile
===================================================================
RCS file: /e/st4200/cvsync/pkgsrc/devel/doxygen/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile    26 Jul 2004 08:39:57 -0000      1.23
+++ Makefile    14 Feb 2006 04:49:11 -0000
@@ -17,7 +17,7 @@
 USE_PERL5=             yes
 USE_BUILDLINK3=                yes
 HAS_CONFIGURE=         yes
-CONFIGURE_ARGS=                --make ${GMAKE}
+CONFIGURE_ARGS=                --make gmake
 CONFIGURE_ARGS+=       --perl ${PERL5}
 CONFIGURE_ARGS+=       --install ${INSTALL}
 CONFIGURE_ARGS+=       --dot ${PREFIX}/bin/dot
ttyp8:makoto@mini 13:54:36/060214(...devel/doxygen)> 

これで sudo make package します。結局次のようなものが必要になります。
===> Required installed package teTeX-[0-9]*: teTeX-2.0.2nb1 found
===> Required installed package {ghostscript-esp>=6.01,ghostscript-gnu>=6.01,\
      ghostscript-gnu-x11>=6.01,ghostscript>=6.01}: ghostscript-gnu-7.07nb1 found
===> Required installed package graphviz>=1.12nb1: graphviz-2.2.1 found
===> Required installed package jpeg>=6bnb2: jpeg-6bnb3 found
===> Required installed package png>=1.2.6nb1: png-1.2.8 found
===> Required installed package freetype2>=2.1.9nb1: freetype2-2.1.9nb1 found
===> Required installed package tk>=8.4.7nb1: tk-8.4.11nb1 found
===> Required installed package tcl>=8.4.7nb1: tcl-8.4.11nb1 found
===> Required installed package expat>=1.95.8nb2: expat-1.95.8nb2 found
===> Required installed package python23>=2.3.3nb2: python23-2.3.5 found
===> Required installed package x11-links>=0.25: x11-links-0.26 found
make install のところで次のようになってしまい完全には入りませんが、 今回は、これで良しとします。
=> Unwrapping files-to-be-installed.
===> Installing for doxygen-1.3.8
/usr/bin/install -d /usr/pkg/bin
/usr/bin/install -c -m 755 bin/doxygen    /usr/pkg/bin
/usr/bin/install -c -m 755 bin/doxytag    /usr/pkg/bin
cd /export/pkgsrc/devel/doxygen/work.mini/doxygen-1.3.8 &&  install_docs
install_docs: not found
*** Error code 127
NetBSD解説/pkgsrc
Last Update: Tue, 09 Feb 2016 07:22:20 GMT 1.66 2008/03/08