=> "/opt/local/sbin/pkg_add" ["-K", "/opt/local/pkg", "checkperms-1.12", "cwrappers-20220403", "gcc13-13.4.0", "gcc13-libs-13.4.0", "namazu-2.0.21nb12", "perl-5.44.0nb1", "wwwoffle-2.9jnb26"] pkg_add: package `cwrappers-20220403' already recorded as installed namazu-2.0.21nb12: copying /opt/local/share/examples/namazu/mknmzrc to /opt/local/etc/namazu/mknmzrc namazu-2.0.21nb12: copying /opt/local/share/examples/namazu/namazurc to /opt/local/etc/namazu/namazurc pkg_add: package `perl-5.44.0nb1' was already installed as dependency, now marked as installed manually openssl-3.6.4nb1: copying /opt/local/share/examples/openssl/openssl.cnf to /opt/local/etc/openssl/openssl.cnf p11-kit-0.26.5: copying /opt/local/share/examples/p11-kit/pkcs11.conf.example to /opt/local/etc/pkcs11.conf tar: C: unknown function modifier Usage: tar {c|r|t|u|x}[BDeEFhilmnopPTvw@/[0-7]][bf][X...] [j|J|z|Z] [blocksize] [tarfile] [size] [exclude-file...] {file | -I include-file | -C directory file}... pkg_add: wwwoffle-2.9jnb26: command 'gzip -d -c '/opt/local'/libdata/wwwoffle-spool.tar.gz | tar xzCf /' failed wwwoffle-2.9jnb26: copying /opt/local/share/examples/wwwoffle/wwwoffle.conf to /opt/local/etc/wwwoffle/wwwoffle.conf =========================================================================== $NetBSD: MESSAGE,v 1.1 2007/09/20 20:53:30 wiz Exp $ Here are general notes for the namazu pkgsrc package. 1. If you customize namazu configuration, please edit "mknmzrc" file in /opt/local/etc/namazu directory. 2. if you upgrade from namazu 1.X, you need to rebuild index files since index file format was changed from namazu prior to 2.0. 3. In order to processing Japanese, you should install any of the following WAKATI modues: KAKASI (textproc/p5-Text-Kakasi) ChaSen (textporc/p5-Text-ChaSen) MeCab (textproc/p5-mcab) And specify WAKATI module in "namazurc" file or option of mknmz: namazurc mknmz KAKASI $WAKATI=$KAKASI -k or --use-kakasi ChaSen $WAKATI=$CHASEN -c or --use-chasen MeCab $WAKATI=$MECAB -e or --use-mecab Then, you need to set "LC_ALL", "LANG" or "LC_CTYPE" environment to "ja". Or use --indexing-lang option of mknmz. 4. In order to display Japanese message, you need to set "LANGUAGE", "LC_ALL", "LC_MESSAGES" or "LANG" environment to "ja". 5. If perl display locale related warnings, you need to set "PERL_BADLANG" environment. 6. Special notes for perl 5.8.1 users: Please set environment PERL_HASH_SEED as 0. 7. If you want to make index of bellow file type, please install appropriate package. Adobe PDF xpdf Adobe PostScript ghostscript JustSystem Ichitaro DocCat Microsoft Excel xlHtml or DocCat Microsoft PowerPoint xlHtml or DocCat Microsoft Word wv or DocCat Redhat RPM rpm TeX source detex TeX dvi dvi2tty For handling non-English language, you might need lv and/or nkf package, too. DocCat is a commercial product from Dehenken Limited. See http://www.dehenken.co.jp/products/products-01/products-dc01.html in detail. =========================================================================== Executing 'gzip -d -c '/opt/local'/libdata/wwwoffle-spool.tar.gz | tar xzCf /' =========================================================================== $NetBSD: MESSAGE,v 1.7 2009/02/13 22:37:02 abs Exp $ 1) To enable "wwwwoffled" to start on boot on NetBSD-1.5 or newer, please copy "/opt/local/share/examples/rc.d/wwwoffled" to "/etc/rc.d/" and add "wwwoffled=YES" to /etc/rc.conf. To do the same on older systems, add the following to /etc/rc.local: if [ -x /opt/local/share/examples/rc.d/wwwoffle ]; then /opt/local/share/examples/rc.d/wwwoffle fi 2) The hooks are present to to use the package version of "htdig", if installed, to serve a searchable index of your cached pages. To make the word database, start "wwwoffle" and execute the script "/var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-full". 2a) A complete installation will purge the cache (and optionally reindex the database for "htdig") periodically, as by the following example "crontab fragment": # wwwoffle proxy maintenance 01 1 * * 0-5 /usr/bin/nice /opt/local/bin/wwwoffle -purge -c /opt/local/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-incr 01 1 * * 6 /usr/bin/nice /opt/local/bin/wwwoffle -purge -c /opt/local/etc/wwwoffle/wwwoffle.conf && /bin/sh /var/wwwoffle/search/htdig/scripts/wwwoffle-htdig-full 3) Docs and links for the other supported cache searchers, and all documentation in fact, is easily accessible once wwwoffle is started, via http://localhost:8080/Welcome.html ===========================================================================