[FreeBSD-users-jp 95327] xpdf をインストールしてもpdffonts等が入らない
辰己丈夫
ttmtko at gmail.com
Thu Nov 6 08:39:42 UTC 2014
辰己というものです。
表題のとおりです。port でも pkg でも、 pdftops, pdftotext, pdfinfo,
pdffonts, pdfdetach, pdftoppm, pdfimages などの xpdf の附属ツールがは
いりません。なお、当方の環境は以下のとおりです。
FreeBSD 10.0-RELEASE-p10
- pkg-1.3.8_3
- ja-xpdf-jafont-3.03_1
- xpdf-3.03_6
しかたないので、 port で make deinstall reinstall した後に、 clean せ
ずに、以下の作業をして、自力で入れました。
----------------------------------------
# cd /usr/ports/graphics/xpdf/work/xpdf-3.03/
# make install
mkdir -p /usr/local/libexec/xpdf
install -s -o root -g wheel -m 555 xpdf/xpdf /usr/local/libexec/xpdf/xpdf
install -s -o root -g wheel -m 555 xpdf/pdftops /usr/local/libexec/xpdf/pdftops
install -s -o root -g wheel -m 555 xpdf/pdftotext /usr/local/libexec/xpdf/pdftotext
install -s -o root -g wheel -m 555 xpdf/pdfinfo /usr/local/libexec/xpdf/pdfinfo
install -s -o root -g wheel -m 555 xpdf/pdffonts /usr/local/libexec/xpdf/pdffonts
install -s -o root -g wheel -m 555 xpdf/pdfdetach /usr/local/libexec/xpdf/pdfdetach
install -s -o root -g wheel -m 555 xpdf/pdftoppm /usr/local/libexec/xpdf/pdftoppm
install -s -o root -g wheel -m 555 xpdf/pdfimages /usr/local/libexec/xpdf/pdfimages
mkdir -p /usr/local/share/xpdf/man/man1
install -o root -g wheel -m 0644 ./doc/xpdf.1 /usr/local/share/xpdf/man/man1/xpdf.1
install -o root -g wheel -m 0644 ./doc/pdftops.1 /usr/local/share/xpdf/man/man1/pdftops.1
install -o root -g wheel -m 0644 ./doc/pdftotext.1 /usr/local/share/xpdf/man/man1/pdftotext.1
install -o root -g wheel -m 0644 ./doc/pdfinfo.1 /usr/local/share/xpdf/man/man1/pdfinfo.1
install -o root -g wheel -m 0644 ./doc/pdffonts.1 /usr/local/share/xpdf/man/man1/pdffonts.1
install -o root -g wheel -m 0644 ./doc/pdfdetach.1 /usr/local/share/xpdf/man/man1/pdfdetach.1
install -o root -g wheel -m 0644 ./doc/pdftoppm.1 /usr/local/share/xpdf/man/man1/pdftoppm.1
install -o root -g wheel -m 0644 ./doc/pdfimages.1 /usr/local/share/xpdf/man/man1/pdfimages.1
mkdir -p /usr/local/share/xpdf/man/man5
install -o root -g wheel -m 0644 ./doc/xpdfrc.5 /usr/local/share/xpdf/man/man5/xpdfrc.5
mkdir -p /usr/local/etc
----------------------------------------
send-pr するのがいいのでしょうか?
More information about the freebsd-users-jp
mailing list