[DRE-commits] [SCM] ruby-pgplot.git branch, master, updated. debian/0.1.3-4-1-g5c0d953

Youhei SASAKI uwabami at gfd-dennou.org
Wed Jul 25 12:08:40 UTC 2012


The following commit has been merged in the master branch:
commit 5c0d95334a14d0af95db9d63416d4fa0f383d978
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Wed Jul 25 14:42:12 2012 +0900

    Fix FTBFS: workaround for RD2 (Closes: #682409)
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>

diff --git a/debian/changelog b/debian/changelog
index 3f4fd0f..aeb7b86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-pgplot (0.1.3-5) unstable; urgency=low
+
+  * Fix FTBFS: workaround for RD2 Bugs
+    Thanks to Andreas Beckmann! (Closes: #682409)
+
+ -- Youhei SASAKI <uwabami at gfd-dennou.org>  Wed, 25 Jul 2012 14:43:08 +0900
+
 ruby-pgplot (0.1.3-4) unstable; urgency=low
 
   * Fix typo, Thanks to Vincent Blut (Closes: #675471)
diff --git a/debian/control b/debian/control
index 18510f9..6782471 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Youhei SASAKI <uwabami at gfd-dennou.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-narray, rdtool, pgplot5, gfortran
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-narray, pgplot5, gfortran
 Standards-Version: 3.9.3
 Homepage: http://pgplot.rubyforge.org/
 XS-Ruby-Versions: all
diff --git a/debian/doc/index.html b/debian/doc/index.html
new file mode 100644
index 0000000..7b3363c
--- /dev/null
+++ b/debian/doc/index.html
@@ -0,0 +1,58 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>index</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">Ruby/PGPLOT</a></h1><!-- RDLabel: "Ruby/PGPLOT" -->
+<p>A Ruby interface to the
+<a href="http://astro.caltech.edu/~tjp/pgplot/">PGPLOT</a>
+graphics library.
+<a href="http://narray.rubyforge.org/">NArray</a>
+is required.</p>
+<ul>
+<li><a href="http://rubyforge.org/projects/pgplot/">RubyForge project page</a></li>
+</ul>
+<h2><a name="label-1" id="label-1">Download</a></h2><!-- RDLabel: "Download" -->
+<ul>
+<li><a href="http://rubyforge.org/frs/download.php/7826/rb_pgplot-0.1.2.tar.gz">version 0.1.2</a></li>
+</ul>
+<h2><a name="label-2" id="label-2">Installation</a></h2><!-- RDLabel: "Installation" -->
+<ul>
+<li>PGPLOT
+<ul>
+<li><a href="install.html.ja">in Japanese</a></li>
+<li><a href="http://www.astro.caltech.edu/~tjp/pgplot/install.html">original site</a></li>
+</ul></li>
+<li>Install Ruby/PGPLOT
+<ul>
+<li><a href="README.en">in English</a></li>
+<li><a href="README.ja">in Japanese</a></li>
+</ul></li>
+</ul>
+<h2><a name="label-3" id="label-3">Examples</a></h2><!-- RDLabel: "Examples" -->
+<ul>
+<li><a href="pgline.html"><code>pgline</code> : Line plot</a></li>
+<li><a href="pghist.html"><code>pghist</code> : Histgram plot</a></li>
+<li><a href="pgcont.html"><code>pgcont</code> : Contour map</a></li>
+<li><a href="pgimag.html"><code>pgimag</code> : Image map</a></li>
+</ul>
+<h2><a name="label-4" id="label-4">Manual</a></h2><!-- RDLabel: "Manual" -->
+<ul>
+<li><a href="rbpg-ind.html">Method index Categorized</a></li>
+<li><a href="rbpgplot.html">Method index and Description</a></li>
+<li><a href="tutorial-01.html.ja">Tutorial</a> (in Japanese)</li>
+<li><a href="method.html.ja">Reference</a> (in Japanese)</li>
+</ul>
+<h2><a name="label-5" id="label-5">Link</a></h2><!-- RDLabel: "Link" -->
+<ul>
+<li><a href="http://jun.artcompsci.org/softwares/rongo/">Rongo</a>
+  - simple mongo-like plotting library using Ruby/PGPLOT.</li>
+</ul>
+
+</body>
+</html>
diff --git a/debian/doc/install.html.ja b/debian/doc/install.html.ja
new file mode 100644
index 0000000..b31c499
--- /dev/null
+++ b/debian/doc/install.html.ja
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="iso-2022-jp" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-2022-jp" />
+<title>Untitled</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">PGPLOT$B$N%$%s%9%H!<%k(B</a></h1><!-- RDLabel: "PGPLOT$B$N%$%s%9%H!<%k(B" -->
+<p>PGPLOT$B$O(B configure $B$r;H$o$J$$$N$G%$%s%9%H!<%k$,<c43LLE]$G$9!#(B
+$B0J2<$O(B Solaris$B!"(BGCC $B$H$$$&4D6-$G(BPGPLOT$B$r%3%s%Q%$%k!"(B
+$B%$%s%9%H!<%k$9$k<j=g$r at bL@$7$^$9!#(B
+$BB>$N(BOS$B$G$b(BUNIX$B$J$i$[$H$s$IF1$8$h$&$K$7$F%$%s%9%H!<%k$G$-$k$H;W$$$^$9!#(B
+<a href="http://www.astro.caltech.edu/~tjp/pgplot/install.html">$BK\2H$N%$%s%9%H!<%k at bL@$N%Z!<%8(B</a>
+$B$b$4Mw2<$5$$!#(B</p>
+<h3><a name="label-1" id="label-1">PGPLOT$B$N%=!<%9$rMQ0U(B</a></h3><!-- RDLabel: "PGPLOT$B$N%=!<%9$rMQ0U(B" -->
+<p><a href="http://www.astro.caltech.edu/~tjp/pgplot/">PGPLOT$B$N%5%$%H(B</a>
+$B$+$i(B
+<a href="ftp://ftp.astro.caltech.edu/pub/pgplot/pgplot5.2.tar.gz">$B%=!<%9%3!<%I(B</a>
+$B$r%@%&%s%m!<%I!"E83+$7!"(Bpgplot$B$N%G%#%l%/%H%j$K0\F0$7$^$9!#(B</p>
+<pre>gunzip -c pgplot5.2.tar.gz | tar xvf -
+cd pgplot</pre>
+<h3><a name="label-2" id="label-2">$B:n6H%G%#%l%/%H%j$r:n at .(B</a></h3><!-- RDLabel: "$B:n6H%G%#%l%/%H%j$r:n at .(B" -->
+<p>$B:n6H%G%#%l%/%H%j$r:n$j$^$9!#$3$3$G$O(B build $B$H$$$&L>A0$K$7$^$9!#(B</p>
+<pre>mkdir build
+cd build</pre>
+<h3><a name="label-3" id="label-3">drivers.list$B$rJT=8(B</a></h3><!-- RDLabel: "drivers.list$B$rJT=8(B" -->
+<p>PGPLOT$B$GIA2h$r=PNO$9$k%I%i%$%P$rA*Br$7$^$9!#(B
+drivers.list $B$H$$$&%U%!%$%k$r%3%T!<$7$F%(%G%#%?$G3+$-!"(B
+$B;H$$$?$$%I%i%$%P$N9T$NF,$N(B ! $B$NJ8;z$r:o=|$7$^$9!#(B</p>
+<pre>cp ../drivers.list .
+vi drivers.list</pre>
+<p>$B%I%i%$%P$O$*9%$_$GA*Br$G$-$^$9$,!"(BUNIX$B$J$i(B
+PNG, PPM, Postscipt, XWD, XWINDOW, XSERVE, XTERM
+$B$"$?$j$rA*$s$G$*$/$N$,0lHLE*$G$7$g$&!#(B
+PNG driver$B$rAH$_9~$`$K$O!"(B
+<a href="http://www.libpng.org/pub/png/png.html">libpng</a> $B$,I,MW$G$9!#(B
+$BB>$K$b$?$/$5$s$N%I%i%$%P$,4^$^$l$F$$$^$9$,!"(B
+$B%W%j%s%?%I%i%$%P$NCf$K$O%3%s%Q%$%k$N;~$K%(%i!<$,=P$k$b$N$,$"$C$?$j!"(B
+GIF$B$O%i%$%;%s%9$K0z$C3]$+$C$?$j$7$^$9!#(B</p>
+<h3><a name="label-4" id="label-4">makefile $B:n at .(B</a></h3><!-- RDLabel: "makefile $B:n at .(B" -->
+<p>$B<!$N%3%^%s%I$G(B makefile $B$r:n at .$7$^$9!#(B</p>
+<pre>../makemake .. sol2 g77_gcc</pre>
+<p>1$BHVL\$N0z?t$O%=!<%9$N$"$k%G%#%l%/%H%j$N;XDj$G$9!#(B
+$B$3$3$G$O%=!<%9%G%#%l%/%H%j$N2<$K$$$k$N$G!"(B<kbd>..</kbd> $B$r;XDj$7$^$9!#(B
+2$BHVL\$N0z?t$O(BOS$B$N<oN`$G!"%=!<%9%G%#%l%/%H%j$K$"$k(B
+<kbd>sys_*</kbd> $B$H$$$&%G%#%l%/%H%j$NCf$N(B <kbd>*</kbd> $B$NItJ,$r;XDj$7$^$9!#(B
+3$BHVL\$N0z?t$O%3%s%Q%$%i$J$I$N at _Dj$G!"(Bsys_* $B$N2<$K$"$k(B
+<kbd>*.conf</kbd> $B$H$$$&%U%!%$%k$N(B <kbd>*</kbd> $B$NItJ,$r;XDj$7$^$9!#(B
+$B$b$7$3$NCf$K$J$1$l$P!":G$b6a$=$&$J$d$D$rA*$S$^$9!#(B</p>
+<p>makefile $B$r:n at .$7$?$i!"$6$C$H8+$F at _Dj$, at 5$7$$$+%A%'%C%/$7$^$9!#(B
+$B$3$3$G!"(BPGPLOT ver 5.2.2 $B$G(B PNG driver$B$r;H$&>l9g!"(B
+$BEG$-=P$5$l$?(B makefile $B$O!"(B</p>
+<pre>pndriv.o : ./png.h ./pngconf.h ./zlib.h ./zconf.h</pre>
+<p>$B$H$$$&$^$:$$@_Dj$K$J$C$F$$$k$N$G!"$3$N9T$r:o=|$7$^$9!#(B</p>
+<h3><a name="label-5" id="label-5">$B%3%s%Q%$%k(B</a></h3><!-- RDLabel: "$B%3%s%Q%$%k(B" -->
+<p>makefile $B$rJT=8$7$?$i!"%i%$%V%i%j$r%3%s%Q%$%k$7$^$9!#(B</p>
+<pre>make
+make cpg</pre>
+<h3><a name="label-6" id="label-6">$B%$%s%9%H!<%k(B</a></h3><!-- RDLabel: "$B%$%s%9%H!<%k(B" -->
+<p>make install $B$,MQ0U$5$l$F$$$J$$$N$G!"<jF0$G%3%T!<$7$^$9!#(B
+$BI,MW$J$i(B root $B$K$J$C$F$/$@$5$$!#(B
+$B$^$:%$%s%9%H!<%k at h$N%G%#%l%/%H%j$r4D6-JQ?t$K%;%C%H$7$^$9!#(B
+csh$B7O$J$i!"(B</p>
+<pre>setenv PREFIX  /usr/local
+setenv PGPLOT_DIR  ${PREFIX}/pgplot</pre>
+<p>$B%$%s%9%H!<%k at h$O<+M3$KA*$Y$^$9$,!"(B
+$B%3%s%Q%$%k;~$K%Q%9;XDj$,I,MW$K$J$k$+$b$7$l$^$;$s!#(B
+$B<!$KI,MW$J%U%!%$%k$r%3%T!<$7$^$9!#(B</p>
+<pre>cp -p libpgplot.a libpgplot.so* libcpgplot.a ${PREFIX}/lib
+cp -p cpgplot.h ${PREFIX}/include
+mkdir ${PGPLOT_DIR}
+cp -p grfont.dat rgb.txt pgxwin_server ${PGPLOT_DIR}</pre>
+<p>$B$3$l$G%$%s%9%H!<%k=*N;$G$9!#(B</p>
+<h3><a name="label-7" id="label-7">$B%G%b$N<B9T(B</a></h3><!-- RDLabel: "$B%G%b$N<B9T(B" -->
+<p>$B%3%s%Q%$%k$,$&$^$/$$$C$?$+$I$&$+%G%b%W%m%0%i%`$rAv$i$;$F$_$^$7$g$&!#(B
+$B%3%s%Q%$%k$7$?%G%#%l%/%H%j$K(B pgdemo1 $B$+$i(B pgdemo17 $B$^$G$H(B cpgdemo
+$B$H$$$&<B9T%U%!%$%k$,$G$-$F$$$k$O$:$G$9!#$=$l$i$r<B9T$G$-$l$P at 5$7$/(B
+$B%3%s%Q%$%k$5$l$F$$$k$O$:$G$9!#(B</p>
+<h3><a name="label-8" id="label-8">$B%f!<%6 at _Dj(B</a></h3><!-- RDLabel: "$B%f!<%6 at _Dj(B" -->
+<p>PGPLOT$B$r;H$&%f!<%6$O!"4D6-JQ?t$X<!$N at _Dj$7$F$*$/$H$h$$$G$7$g$&!#(B</p>
+<pre>setenv PGPLOT_DIR  /usr/local/pgplot
+setenv PGPLOT_DEV  /xwin</pre>
+<p>PGPLOT_DIR $B$O>e$G%$%s%9%H!<%k$7$?%G%#%l%/%H%j$HF1$8!"(B
+PGPLOT_DEV $B$O%G%U%)%k%H$N%G%P%$%9$G$9!#(B
+$B$=$NB>$N4D6-JQ?t$OFC$K at _Dj$7$J$/$F$b$$$$$H;W$$$^$9$,!">\$7$/$O(B
+<a href="http://www.astro.caltech.edu/~tjp/pgplot/chapter1.html#ENV">$B$3$3(B</a>
+$B$r$4Mw2<$5$$!#(B</p>
+<hr/>
+<a href="./">Ruby/PGPLOT</a>
+by Masahiro Tanaka
+
+
+</body>
+</html>
diff --git a/debian/doc/method.html.ja b/debian/doc/method.html.ja
new file mode 100644
index 0000000..1ba302d
--- /dev/null
+++ b/debian/doc/method.html.ja
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="iso-2022-jp" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-2022-jp" />
+<title>Untitled</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">module Pgplot</a></h1><!-- RDLabel: "module Pgplot" -->
+<h2><a name="label-1" id="label-1">$B%b%8%e!<%k%a%=%C%I(B</a></h2><!-- RDLabel: "$B%b%8%e!<%k%a%=%C%I(B" -->
+<h3><a name="label-2" id="label-2">$BA`:n(B</a></h3><!-- RDLabel: "$BA`:n(B" -->
+<dl>
+<dt><a name="label-3" id="label-3"><code>pgopen([<var>device</var>])</code></a></dt><!-- RDLabel: "pgopen" -->
+</dl>
+<p>PGPLOT$B%;%C%7%g%s$r3+;O$9$k!#La$jCM$H$7$F%9%F!<%?%9$rJV$9!#(B</p>
+<dl>
+<dt><a name="label-4" id="label-4"><code>pgbeg([<var>device</var>, [<var>nxsub</var>, [<var>nysub</var>]]])</code></a></dt><!-- RDLabel: "pgbeg" -->
+</dl>
+<p>(obsolete)
+PGPLOT$B%;%C%7%g%s$r3+;O$9$k!#La$jCM$H$7$F%9%F!<%?%9$rJV$9!#(B</p>
+<dl>
+<dt><a name="label-5" id="label-5"><code>pgask( [<var>true</var>|<var>false</var>] )</code></a></dt><!-- RDLabel: "pgask" -->
+<dt><a name="label-6" id="label-6"><code>pgenv( <var>xmin</var>,<var>xmax</var>,<var>ymin</var>,<var>ymax</var> [,<var>just</var>, <var>axis</var>] )</code></a></dt><!-- RDLabel: "pgenv" -->
+</dl>
+<h3><a name="label-7" id="label-7">$B@~!&%^!<%+$NIA2h(B</a></h3><!-- RDLabel: "$B@~!&%^!<%+$NIA2h(B" -->
+<dl>
+<dt><a name="label-8" id="label-8"><code>pgline( <var>xarray</var>, <var>yarray</var> )</code></a></dt><!-- RDLabel: "pgline" -->
+</dl>
+<p>xarray, yarray $B$r7k$V@~$rIA$/!#(B
+xarray, yarray $B$O$=$l$>$l(B X, Y $B:BI8$NG[Ns!#(B</p>
+<dl>
+<dt><a name="label-9" id="label-9"><code>pgpt( <var>xarray</var>, <var>yarray</var> [,<var>symbol</var>] )</code></a></dt><!-- RDLabel: "pgpt" -->
+</dl>
+<p>xarray, yarray $B$N0LCV$K!"(Bsymbol $B$N%^!<%+$rIA$/!#(B</p>
+<dl>
+<dt><a name="label-10" id="label-10"><code>pgpnts( <var>xarray</var>, <var>yarray</var>, <var>symarray</var> )</code></a></dt><!-- RDLabel: "pgpnts" -->
+</dl>
+<p>xarray, yarray $B$N0LCV$K!"BP1~$9$k(B symarray $B$N%^!<%+$r$=$l$>$lIA$/!#(B</p>
+<h3><a name="label-11" id="label-11">$B%R%9%H%0%i%`(B</a></h3><!-- RDLabel: "$B%R%9%H%0%i%`(B" -->
+<dl>
+<dt><a name="label-12" id="label-12"><code>pgbin( <var>xarray</var>, <var>yarray</var> [,<var>center</var>] )</code></a></dt><!-- RDLabel: "pgbin" -->
+<dt><a name="label-13" id="label-13"><code>pghist( <var>data</var>, <var>nbin</var> [,<var>range</var>, <var>flag</var>] )</code></a></dt><!-- RDLabel: "pghist" -->
+</dl>
+<h3><a name="label-14" id="label-14">$B%(%i!<%P!<(B</a></h3><!-- RDLabel: "$B%(%i!<%P!<(B" -->
+<dl>
+<dt><a name="label-15" id="label-15"><code>pgerrb( <var>dir</var>, <var>x</var>, <var>y</var>, <var>err</var> [,<var>tlen</var>] )</code></a></dt><!-- RDLabel: "pgerrb" -->
+</dl>
+<p>$B%(%i!<%P!<$rIA$/!#(B
+tlen $B$KC<E@$KIA$/%P!<$ND9$5$r;XDj!#(B</p>
+<h5><a name="label-16" id="label-16">$BJRB&%(%i!<%P!<(B:</a></h5><!-- RDLabel: "$BJRB&%(%i!<%P!<(B:" -->
+<ul>
+<li>dir = 1 for +X (X to X+err)</li>
+<li>dir = 2 for +Y (Y to Y+err)</li>
+<li>dir = 3 for -X (X to X-err)</li>
+<li>dir = 4 for -Y (Y to Y-err)</li>
+</ul>
+<h5><a name="label-17" id="label-17">$BN>B&%(%i!<%P!<(B:</a></h5><!-- RDLabel: "$BN>B&%(%i!<%P!<(B:" -->
+<ul>
+<li>dir = 5 for +/-X (X-err to X+err)</li>
+<li>dir = 6 for +/-Y (Y-err to Y+err)</li>
+</ul>
+<dl>
+<dt><a name="label-18" id="label-18"><code>pgerrx( <var>x1</var>, <var>x2</var>, <var>y</var> [,<var>tlen</var>] )</code></a></dt><!-- RDLabel: "pgerrx" -->
+</dl>
+<p>x1 $B$+$i(B x2 $B$^$G$r7k$V%(%i!<%P!<$rIA$/!#(B
+tlen $B$KC<E@$KIA$/%P!<$ND9$5$r;XDj!#(B</p>
+<dl>
+<dt><a name="label-19" id="label-19"><code>pgerry( <var>x</var>, <var>y1</var>, <var>y2</var> [,<var>tlen</var>] )</code></a></dt><!-- RDLabel: "pgerry" -->
+</dl>
+<p>y1 $B$+$i(B y2 $B$^$G$r7k$V%(%i!<%P!<$rIA$/!#(B
+tlen $B$KC<E@$KIA$/%P!<$ND9$5$r;XDj!#(B</p>
+<h3><a name="label-20" id="label-20">$BEy9b@~(B</a></h3><!-- RDLabel: "$BEy9b@~(B" -->
+<dl>
+<dt><a name="label-21" id="label-21"><code>pgcont( <var>map</var>, <var>cont</var> [,<var>tr</var>] )</code></a></dt><!-- RDLabel: "pgcont" -->
+</dl>
+<p>map $B$GM?$($?#2<!85%^%C%W$NEy9b@~$rIA$/!#(B
+cont $B$K$OEy9b@~$N%l%Y%k$^$?$O$=$NG[Ns$rM?$($k!#(B</p>
+<dl>
+<dt><a name="label-22" id="label-22"><code>pgcons( <var>map</var>, <var>cont</var> [,<var>tr</var>] )</code></a></dt><!-- RDLabel: "pgcons" -->
+</dl>
+<p>PGCONT$B$h$jB.$$%"%k%4%k%:%`$GIA$/$s$@$=$&$J!#(B</p>
+<dl>
+<dt><a name="label-23" id="label-23"><code>pgconb( <var>map</var>, <var>cont</var> [,<var>blank</var>, <var>tr</var>] )</code></a></dt><!-- RDLabel: "pgconb" -->
+</dl>
+<p>blank$B$GM?$($?CM$r7gB;CM$H$7$FEy9b@~$rIA$/!#(B</p>
+<dl>
+<dt><a name="label-24" id="label-24"><code>pgconf( <var>map</var>, <var>cont_range</var> [,<var>tr</var>] )</code></a></dt><!-- RDLabel: "pgconf" -->
+</dl>
+<p>cont_range $B$K(B Range$B%/%i%9%*%V%8%'%/%H$GM?$($?HO0O$N%l%Y%k$rEI$jDY$9!#(B</p>
+<dl>
+<dt><a name="label-25" id="label-25"><code>pgconl( <var>map</var>, <var>cont</var>, <var>label</var> [,<var>intval</var>, <var>minint</var>, <var>tr</var>] )</code></a></dt><!-- RDLabel: "pgconl" -->
+</dl>
+<p>$BEy9b@~$K%i%Y%k$r$D$1$k!#(B</p>
+<h3><a name="label-26" id="label-26">$B2hA|(B</a></h3><!-- RDLabel: "$B2hA|(B" -->
+<dl>
+<dt><a name="label-27" id="label-27"><code>pgimag( <var>array</var> [,<var>range</var>, <var>tr</var>] )</code></a></dt><!-- RDLabel: "pgimag" -->
+</dl>
+<p>$B%+%i!<%9%1!<%k$G(B array ($B#2<!85G[Ns(B) $B$N2hA|$rIA$/!#(B</p>
+<dl>
+<dt><a name="label-28" id="label-28"><code>pgctab( <var>l</var>, <var>r</var>,<var>g</var>,<var>b</var> [,<var>contra</var>,<var>bright</var>] )</code></a></dt><!-- RDLabel: "pgctab" -->
+</dl>
+<p>pgimag $B$G;HMQ$9$k%+%i!<%F!<%V%k$r at _Dj$9$k!#(B</p>
+<dl>
+<dt><a name="label-29" id="label-29"><code>pggray( <var>array</var> [,<var>range</var>, <var>tr</var>] )</code></a></dt><!-- RDLabel: "pggray" -->
+</dl>
+<p>$B%0%l!<%9%1!<%k$G(B array ($B#2<!85G[Ns(B) $B$N2hA|$rIA$/!#(B</p>
+<dl>
+<dt><a name="label-30" id="label-30"><code>pgpixl( <var>array</var> [,<var>x1</var>,<var>x2</var>,<var>y1</var>,<var>y2</var>] )</code></a></dt><!-- RDLabel: "pgpixl" -->
+</dl>
+<p>array ($B#2<!85G[Ns(B) $B$N2hA|$r!"D9J}7A$N(Bpixel 1$B$D(B1$B$D$GIA$/!#(B</p>
+<dl>
+<dt><a name="label-31" id="label-31"><code>pgvect( <var>x</var>, <var>y</var> [,<var>scale</var>, <var>pos</var>, <var>tr</var>, <var>blank</var>] )</code></a></dt><!-- RDLabel: "pgvect" -->
+</dl>
+<p>$B%Y%/%H%k>l$rIA$/!#(B</p>
+<h3><a name="label-32" id="label-32">$B:BI8<4$NIA2h(B</a></h3><!-- RDLabel: "$B:BI8<4$NIA2h(B" -->
+<dl>
+<dt><a name="label-33" id="label-33"><code>pgtick( <var>x1</var>, <var>y1</var>, <var>x2</var>, <var>y2</var>, <var>v</var>, [<var>str</var>], {"<var>tickl</var>", "<var>tickr</var>", "<var>disp</var>", "<var>orient</var>"} )</code></a></dt><!-- RDLabel: "pgtick" -->
+<dt><a name="label-34" id="label-34"><code>pgaxis( <var>x1</var>, <var>y1</var>, <var>x2</var>, <var>y2</var>, <var>v1</var>, <var>v2</var>,</code></a></dt><!-- RDLabel: "pgaxis" -->
+<dd>
+{"opt", "step", "nsub", "tickl", "tickr", "frac", "disp", "orient"} )</dd>
+</dl>
+<h3><a name="label-35" id="label-35">$B%+!<%=%kF~NO(B</a></h3><!-- RDLabel: "$B%+!<%=%kF~NO(B" -->
+<dl>
+<dt><a name="label-36" id="label-36"><code>pgcurs([<var>x</var>,<var>y</var>])</code></a></dt><!-- RDLabel: "pgcurs" -->
+</dl>
+<p>$B%/%j%C%/$^$?$O%-!<%?%$%W$N%$%Y%s%H$r<hF@$9$k!#(B
+x,y $B$r;XDj$9$k$H;O$a$K$=$N0LCV$K%+!<%=%k$r0\F0$9$k!#(B
+$B%$%Y%s%H$r<hF@$9$k$H(B
+$B%+!<%=%k0LCV(B(WC)$B$HJ8;z$r(B PgCursor$B%/%i%9$N%$%s%9%?%s%9$GJV$9!#(B</p>
+<dl>
+<dt><a name="label-37" id="label-37"><code>pgband( <var>mode</var>, [ <var>xref</var>, <var>yref</var>, [<var>x</var>, <var>y</var>, [<var>posn</var>]]])</code></a></dt><!-- RDLabel: "pgband" -->
+</dl>
+<p>$B%/%j%C%/$^$?$O%-!<%?%$%W$N%$%Y%s%H$r<hF@$9$k!#(B
+x,y $B$r;XDj$9$k$H;O$a$K$=$N0LCV$K%+!<%=%k$r0\F0$9$k!#(B
+xref, yref $B$O%"%s%+!<E@$N0LCV(B($B8e=R(B)$B$G!">JN,$9$k$H8=:_0LCV$H$J$k!#(B
+$B%$%Y%s%H$r<hF@$9$k$H(B
+$B%+!<%=%k0LCV(B(WC)$B$HJ8;z$r(B PgCursor$B%/%i%9$N%$%s%9%?%s%9$GJV$9!#(B
+mode$B$K$h$j%+!<%=%kF~NOCf$NIA2hJ}K!$r;XDj$G$-$k!#(B</p>
+<ul>
+<li>mode=0 : $BIA2h$J$7!#(B</li>
+<li>mode=1 : $B%"%s%+!<E@$H%+!<%=%k$r7k$V@~!#(B</li>
+<li>mode=2 : $B%"%s%+!<E@$H%+!<%=%k$rBP3Q$H$9$kD9J}7A!#(B</li>
+<li>mode=3 : $B%"%s%+!<E@$H%+!<%=%k0LCV$=$l$>$l$rDL$k#2K\$N?eJ?@~!#(B</li>
+<li>mode=4 : $B%"%s%+!<E@$H%+!<%=%k0LCV$=$l$>$l$rDL$k#2K\$N?bD>@~!#(B</li>
+<li>mode=5 : $B%+!<%=%k0LCV$rDL$k?eJ?@~!#(B</li>
+<li>mode=6 : $B%+!<%=%k0LCV$rDL$k?bD>@~!#(B</li>
+<li>mode=7 : $B%+!<%=%k0LCV$rDL$k==;z@~!#(B</li>
+</ul>
+<dl>
+<dt><a name="label-38" id="label-38"><code>pgolin( <var>x</var>, <var>y</var>, [<var>sym</var>, [<var>npt</var>]] )</code></a></dt><!-- RDLabel: "pgolin" -->
+</dl>
+<p>$B%^%&%9%+!<%=%k$G:BI8$rO"B3$7$FF~NO$9$k!#(B
+x,y $B$K$O$"$i$+$8$a(B NArray::SFLOAT $B7?$NG[Ns$rM?$($F$*$-!"(B
+$B$=$3$X%/%j%C%/$7$?=gHV$K:BI8$r5-O?$7$F$$$/!#(B
+$BF~NO$G$-$k8D?t$O$3$NG[Ns$N%5%$%:$G@)8B$5$l$k!#(B
+$B%+!<%=%k$GF~NO$7$?E@$O!"%^!<%+(B sym $B$GIA2h$5$l$k!#(B
+npt $B$r;XDj$9$k$H!"$"$i$+$8$a(B npt $B8D$NE@$,F~NO$5$l$F$$$k$H$_$J$9!#(B
+$BLa$jCM$OF~NO$7$?E@$N?t!#(B</p>
+<dl>
+<dt><a name="label-39" id="label-39"><code>pgncur( <var>x</var>, <var>y</var>, [<var>sym</var>, [<var>npt</var>]] )</code></a></dt><!-- RDLabel: "pgncur" -->
+</dl>
+<p>x,y$B$K5-O?$5$l$k=gHV$,(B x $B$N>.$5$$=g$G$"$k$3$H$r=|$-!"(Bpgolin $B$HF1$8!#(B</p>
+<dl>
+<dt><a name="label-40" id="label-40"><code>pglcur( <var>x</var>, <var>y</var>, [<var>npt</var>] )</code></a></dt><!-- RDLabel: "pglcur" -->
+</dl>
+<p>$BF~NO$7$?E@$r7k$V@~$,IA$+$l$k$3$H$r=|$$$F!"(Bpgolin $B$HF1$8!#(B</p>
+<h3><a name="label-41" id="label-41">$B%9%F!<%?%9$rJV$9(B</a></h3><!-- RDLabel: "$B%9%F!<%?%9$rJV$9(B" -->
+<dl>
+<dt><a name="label-42" id="label-42"><code>pgqinf(<var>item</var>)</code></a></dt><!-- RDLabel: "pgqinf" -->
+</dl>
+<pre>value = pgqinf(item)</pre>
+<dl>
+<dt><a name="label-43" id="label-43"><code>pgqdt([<var>ndev</var>])</code></a></dt><!-- RDLabel: "pgqdt" -->
+</dl>
+<pre>type, descr, inter = pgqdt([ndev])</pre>
+
+</body>
+</html>
diff --git a/debian/doc/pgcont.html b/debian/doc/pgcont.html
new file mode 100644
index 0000000..ab0fb56
--- /dev/null
+++ b/debian/doc/pgcont.html
@@ -0,0 +1,39 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>pgcont</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">Ruby/PGPLOT example: pgcont</a></h1><!-- RDLabel: "Ruby/PGPLOT example: pgcont" -->
+<h3><a name="label-1" id="label-1">code</a></h3><!-- RDLabel: "code" -->
+<pre>require "narray"
+require "pgplot"
+include Pgplot
+
+# Preparing data
+x = NArray.sfloat(40,1).indgen!(1)
+y = NArray.sfloat(1,40).indgen!(1)
+map = NMath.cos( NMath.sqrt(x*2)*0.3 - y*0.4/3 ) * NMath.cos( x*0.4/3 ) \
+      + (x-y)/40
+n = 21
+level = NArray.sfloat(n).indgen! * (map.max-map.min)/n + map.min
+
+# Draw contour map
+pgopen
+pgenv(1,40,1,40)    # set "Plotter Environment" and draw box.
+pgsci(3)            # set Color Index to Green.
+pgcont  map, level</pre>
+<h3><a name="label-2" id="label-2">output</a></h3><!-- RDLabel: "output" -->
+<p><img src="pgcont.png" alt="pgcont.png"/></p>
+
+<hr/>
+<a href="./">Ruby/PGPLOT</a>
+by Masahiro Tanaka
+
+
+</body>
+</html>
diff --git a/debian/doc/pghist.html b/debian/doc/pghist.html
new file mode 100644
index 0000000..47fb443
--- /dev/null
+++ b/debian/doc/pghist.html
@@ -0,0 +1,48 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>pghist</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">Ruby/PGPLOT example: pghist</a></h1><!-- RDLabel: "Ruby/PGPLOT example: pghist" -->
+<h3><a name="label-1" id="label-1">code</a></h3><!-- RDLabel: "code" -->
+<pre>require 'narray'
+require 'pgplot'
+include Pgplot
+
+pgopen
+srand(1)
+
+# draw main Histogram of Normal distribution
+data = NArray.sfloat(1000).randomn!
+pghist(data, 31, -3.1..3.1, 0)
+
+# draw sub Histogram of Normal distribution with gray bars
+data = NArray.sfloat(200).randomn!*0.5 + 1 
+pgsci(15)
+pghist(data, 31, -3.1..3.1, 3)
+pgsci(0)  # draw black frame
+pghist(data, 31, -3.1..3.1, 1)
+
+pgsci(1)
+pgbox('BST', 0.0, 0, ' ', 0.0, 0)
+pglab('Variate', ' ','PGPLOT Example 4:  Histograms (Gaussian)')
+
+# draw Gaussian Curve
+x = NArray.sfloat(620).indgen!*0.01 - 3.1
+y = NMath.exp(-(x**2)*0.5) * (0.2*1000/NMath.sqrt(2*Math::PI))
+pgline(x,y)</pre>
+<h3><a name="label-2" id="label-2">output</a></h3><!-- RDLabel: "output" -->
+<p><img src="pghist.png" alt="pghist.png"/></p>
+
+<hr/>
+<a href="./">Ruby/PGPLOT</a>
+by Masahiro Tanaka
+
+
+</body>
+</html>
diff --git a/debian/doc/pgimag.html b/debian/doc/pgimag.html
new file mode 100644
index 0000000..80010de
--- /dev/null
+++ b/debian/doc/pgimag.html
@@ -0,0 +1,56 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>pgimag</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">Ruby/PGPLOT example: pgimag</a></h1><!-- RDLabel: "Ruby/PGPLOT example: pgimag" -->
+<h3><a name="label-1" id="label-1">code</a></h3><!-- RDLabel: "code" -->
+<pre>require 'narray'
+require 'pgplot'
+include Pgplot
+
+# set color table
+def palett
+  rl = [-0.5, 0.0, 0.17, 0.33, 0.50, 0.67, 0.83, 1.0, 1.7]
+  rr = [ 0.0, 0.0,  0.0,  0.0,  0.6,  1.0,  1.0, 1.0, 1.0]
+  rg = [ 0.0, 0.0,  0.0,  1.0,  1.0,  1.0,  0.6, 0.0, 1.0]
+  rb = [ 0.0, 0.3,  0.8,  1.0,  0.3,  0.0,  0.0, 0.0, 1.0]
+  pgctab(rl, rr, rg, rb)
+end
+
+# prepare Data
+nx = 64
+ny = 64
+x = NArray.sfloat(nx,1).indgen!(1)
+y = NArray.sfloat(1,ny).indgen!(1)
+f = NMath.cos( NMath.sqrt(x*(80.0/nx))*0.6 - y*16.0/(3.0*ny) ) *
+    NMath.cos( x*16.0/(3.0*nx) ) +
+    (x/nx - y/ny) + NMath.sin(NMath.sqrt(x**2+y**2))*0.05
+
+# draw Image Map
+pgopen
+pgwnad(0.0, 1.0+nx, 0.0, 1.0+ny)
+palett
+pgimag(f)
+pgmtxt('t',1.0,0.0,0.0,'PGIMAG, PGWEDG, and PGCTAB')
+
+# draw Color Bar at bottom
+pgsch(0.6)
+pgbox('bcntsi',0.0,0,'bcntsiv',0.0,0)
+pgmtxt('b',3.0,1.0,1.0,'pixel number')
+pgwedg('RI', 4.0, 5.0, f.min,f.max, 'pixel value')</pre>
+<h3><a name="label-2" id="label-2">output</a></h3><!-- RDLabel: "output" -->
+<p><img src="pgimag.png" alt="pgimag.png"/></p>
+
+<hr/>
+<a href="./">Ruby/PGPLOT</a>
+by Masahiro Tanaka
+
+
+</body>
+</html>
diff --git a/debian/doc/pgline.html b/debian/doc/pgline.html
new file mode 100644
index 0000000..98de11e
--- /dev/null
+++ b/debian/doc/pgline.html
@@ -0,0 +1,36 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>pgline</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">Ruby/PGPLOT example: pgline</a></h1><!-- RDLabel: "Ruby/PGPLOT example: pgline" -->
+<h3><a name="label-1" id="label-1">code</a></h3><!-- RDLabel: "code" -->
+<pre>require 'narray'
+require 'pgplot'
+include Pgplot
+
+n = 100
+x = NArray.sfloat(n).indgen!/10
+y = NMath.sin(x)
+
+pgopen                 # open PGPLOT session
+pgenv 0, n/10, -1, 1   # set "Plotter Environment" and draw box.
+pglab "x", "y", "PGPLOT Example: y = sin(x)" 
+pgsci 2                # set Color Index = Red.
+pgslw 5                # set Line Width.
+pgline x, y            # plot Line.</pre>
+<h3><a name="label-2" id="label-2">output</a></h3><!-- RDLabel: "output" -->
+<p><img src="pgline.png" alt="pgline.png"/></p>
+
+<hr/>
+<a href="./">Ruby/PGPLOT</a>
+by Masahiro Tanaka
+
+
+</body>
+</html>
diff --git a/debian/doc/rbpg-ind.html b/debian/doc/rbpg-ind.html
new file mode 100644
index 0000000..9ed66b9
--- /dev/null
+++ b/debian/doc/rbpg-ind.html
@@ -0,0 +1,185 @@
+<?xml version="1.0" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>rbpg-ind</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">Ruby/PGPLOT categorized method index</a></h1><!-- RDLabel: "Ruby/PGPLOT categorized method index" -->
+<h3><a name="label-1" id="label-1">Drawing primitives</a></h3><!-- RDLabel: "Drawing primitives" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGLINE">pgline</a></code> -- draw a polyline (curve defined by line-segments)</li>
+<li><code><a href="rbpgplot.html#PGPOLY">pgpoly</a></code> -- draw a polygon, using fill-area attributes</li>
+<li><code><a href="rbpgplot.html#PGPT1">pgpt1</a></code>  -- draw one graph marker</li>
+<li><code><a href="rbpgplot.html#PGPT">pgpt</a></code>   -- draw several graph markers</li>
+<li><code><a href="rbpgplot.html#PGPNTS">pgpnts</a></code> -- draw several graph markers, not all the same</li>
+<li><code><a href="rbpgplot.html#PGARRO">pgarro</a></code> -- draw an arrow</li>
+<li><code><a href="rbpgplot.html#PGCIRC">pgcirc</a></code> -- draw a circle, using fill-area attributes</li>
+<li><code><a href="rbpgplot.html#PGRECT">pgrect</a></code> -- draw a rectangle, using fill-area attributes</li>
+<li><code><a href="rbpgplot.html#PGMOVE">pgmove</a></code> -- move pen (change current pen position)</li>
+<li><code><a href="rbpgplot.html#PGDRAW">pgdraw</a></code> -- draw a line from the current pen position to a point</li>
+</ul>
+<h3><a name="label-2" id="label-2">Axis</a></h3><!-- RDLabel: "Axis" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGAXIS">pgaxis</a></code> -- draw an axis</li>
+<li><code><a href="rbpgplot.html#PGBOX">pgbox</a></code>  -- draw labeled frame around viewport</li>
+<li><code><a href="rbpgplot.html#PGTICK">pgtick</a></code> -- draw a single tick mark on an axis</li>
+<li><code><a href="rbpgplot.html#PGTBOX">pgtbox</a></code> -- draw frame and write (DD) HH MM SS.S labelling</li>
+</ul>
+<h3><a name="label-3" id="label-3">Text</a></h3><!-- RDLabel: "Text" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGLAB">pglab</a></code>  -- write labels for x-axis, y-axis, and top of plot</li>
+<li><code><a href="rbpgplot.html#PGTEXT">pgtext</a></code> -- write text (horizontal, left-justified)</li>
+<li><code><a href="rbpgplot.html#PGMTXT">pgmtxt</a></code> -- write text at position relative to viewport</li>
+<li><code><a href="rbpgplot.html#PGPTXT">pgptxt</a></code> -- write text at arbitrary position and angle</li>
+<li><code><a href="rbpgplot.html#PGETXT">pgetxt</a></code> -- erase text from graphics display</li>
+<li><code><a href="rbpgplot.html#PGIDEN">pgiden</a></code> -- write username, date, and time at bottom of plot</li>
+<li><code><a href="rbpgplot.html#PGLEN">pglen</a></code>  -- find length of a string in a variety of units</li>
+<li><code><a href="rbpgplot.html#PGQTXT">pgqtxt</a></code> -- find bounding box of text string</li>
+</ul>
+<h3><a name="label-4" id="label-4">Histgram</a></h3><!-- RDLabel: "Histgram" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGBIN">pgbin</a></code>  -- histogram of binned data</li>
+<li><code><a href="rbpgplot.html#PGHIST">pghist</a></code> -- histogram of unbinned data</li>
+</ul>
+<h3><a name="label-5" id="label-5">Error bar</a></h3><!-- RDLabel: "Error bar" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGERR1">pgerr1</a></code> -- horizontal or vertical error bar</li>
+<li><code><a href="rbpgplot.html#PGERRB">pgerrb</a></code> -- horizontal or vertical error bar</li>
+<li><code><a href="rbpgplot.html#PGERRX">pgerrx</a></code> -- horizontal error bar</li>
+<li><code><a href="rbpgplot.html#PGERRY">pgerry</a></code> -- vertical error bar</li>
+</ul>
+<h3><a name="label-6" id="label-6">2D drawing</a></h3><!-- RDLabel: "2D drawing" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGCONT">pgcont</a></code> -- contour map of a 2D data array (contour-following)</li>
+<li><code><a href="rbpgplot.html#PGCONS">pgcons</a></code> -- contour map of a 2D data array (fast algorithm)</li>
+<li><code><a href="rbpgplot.html#PGCONB">pgconb</a></code> -- contour map of a 2D data array, with blanking</li>
+<li><code><a href="rbpgplot.html#PGCONF">pgconf</a></code> -- fill between two contours</li>
+<li><code><a href="rbpgplot.html#PGCONL">pgconl</a></code> -- label contour map of a 2D data array </li>
+<li><code><a href="rbpgplot.html#PGCONX">pgconx</a></code> -- contour map of a 2D data array (non rectangular) (not implemented in Ruby/PGPLOT)</li>
+<li><code><a href="rbpgplot.html#PGIMAG">pgimag</a></code> -- color image from a 2D data array</li>
+<li><code><a href="rbpgplot.html#PGCTAB">pgctab</a></code> -- install the color table to be used by <a href="rbpgplot.html#PGIMAG">pgimag</a></li>
+<li><code><a href="rbpgplot.html#PGGRAY">pggray</a></code> -- gray-scale map of a 2D data array</li>
+<li><code><a href="rbpgplot.html#PGPIXL">pgpixl</a></code> -- draw pixels</li>
+<li><code><a href="rbpgplot.html#PGVECT">pgvect</a></code> -- vector map of a 2D data array, with blanking</li>
+<li><code><a href="rbpgplot.html#PGWEDG">pgwedg</a></code> -- annotate an image plot with a wedge</li>
+<li><code><a href="rbpgplot.html#PGHI2D">pghi2d</a></code> -- cross-sections through a 2D data array</li>
+</ul>
+<h3><a name="label-7" id="label-7">Cursor</a></h3><!-- RDLabel: "Cursor" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGBAND">pgband</a></code> -- read cursor position, with anchor</li>
+<li><code><a href="rbpgplot.html#PGCURS">pgcurs</a></code> -- read cursor position</li>
+<li><code><a href="rbpgplot.html#PGLCUR">pglcur</a></code> -- draw a line using the cursor</li>
+<li><code><a href="rbpgplot.html#PGNCUR">pgncur</a></code> -- mark a set of points using the cursor</li>
+<li><code><a href="rbpgplot.html#PGOLIN">pgolin</a></code> -- mark a set of points using the cursor</li>
+</ul>
+<h3><a name="label-8" id="label-8">Control</a></h3><!-- RDLabel: "Control" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGOPEN">pgopen</a></code> -- open a graphics device</li>
+<li><code><a href="rbpgplot.html#PGBEG">pgbeg</a></code>  -- open a graphics device</li>
+<li><code><a href="rbpgplot.html#PGCLOS">pgclos</a></code> -- close the selected graphics device</li>
+<li><code><a href="rbpgplot.html#PGEND">pgend</a></code>  -- close all open graphics devices</li>
+<li><code><a href="rbpgplot.html#PGENV">pgenv</a></code>  -- set window and viewport and draw labeled frame</li>
+<li><code><a href="rbpgplot.html#PGASK">pgask</a></code>  -- control new page prompting</li>
+<li><code><a href="rbpgplot.html#PGPAGE">pgpage</a></code> -- advance to new page</li>
+<li><code><a href="rbpgplot.html#PGERAS">pgeras</a></code> -- erase all graphics from current page</li>
+<li><code><a href="rbpgplot.html#PGBBUF">pgbbuf</a></code> -- begin batch of output (buffer)</li>
+<li><code><a href="rbpgplot.html#PGEBUF">pgebuf</a></code> -- end batch of output (buffer)</li>
+<li><code><a href="rbpgplot.html#PGPANL">pgpanl</a></code> -- switch to a different panel on the view surface</li>
+<li><code><a href="rbpgplot.html#PGPAP">pgpap</a></code>  -- change the size of the view surface </li>
+<li><code><a href="rbpgplot.html#PGRNGE">pgrnge</a></code> -- choose axis limits</li>
+<li><code><a href="rbpgplot.html#PGSAVE">pgsave</a></code> -- save PGPLOT attributes</li>
+<li><code><a href="rbpgplot.html#PGUNSA">pgunsa</a></code> -- restore PGPLOT attributes</li>
+<li><code><a href="rbpgplot.html#PGSCRL">pgscrl</a></code> -- scroll window</li>
+<li><code><a href="rbpgplot.html#PGSUBP">pgsubp</a></code> -- subdivide view surface into panels</li>
+<li><code><a href="rbpgplot.html#PGUPDT">pgupdt</a></code> -- update display</li>
+</ul>
+<h3><a name="label-9" id="label-9">Set attributes</a></h3><!-- RDLabel: "Set attributes" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGSAH">pgsah</a></code>  -- set arrow-head style</li>
+<li><code><a href="rbpgplot.html#PGSCF">pgscf</a></code>  -- set character font</li>
+<li><code><a href="rbpgplot.html#PGSCH">pgsch</a></code>  -- set character height</li>
+<li><code><a href="rbpgplot.html#PGSCI">pgsci</a></code>  -- set color index</li>
+<li><code><a href="rbpgplot.html#PGSCIR">pgscir</a></code> -- set color index range</li>
+<li><code><a href="rbpgplot.html#PGSCLP">pgsclp</a></code> -- enable or disable clipping at edge of viewport</li>
+<li><code><a href="rbpgplot.html#PGSCR">pgscr</a></code>  -- set color representation</li>
+<li><code><a href="rbpgplot.html#PGSCRN">pgscrn</a></code> -- set color representation by name</li>
+<li><code><a href="rbpgplot.html#PGSFS">pgsfs</a></code>  -- set fill-area style</li>
+<li><code><a href="rbpgplot.html#PGSHLS">pgshls</a></code> -- set color representation using HLS system</li>
+<li><code><a href="rbpgplot.html#PGSHS">pgshs</a></code>  -- set hatching style</li>
+<li><code><a href="rbpgplot.html#PGSITF">pgsitf</a></code> -- set image transfer function</li>
+<li><code><a href="rbpgplot.html#PGSLCT">pgslct</a></code> -- select an open graphics device</li>
+<li><code><a href="rbpgplot.html#PGSLS">pgsls</a></code>  -- set line style</li>
+<li><code><a href="rbpgplot.html#PGSLW">pgslw</a></code>  -- set line width</li>
+<li><code><a href="rbpgplot.html#PGSTBG">pgstbg</a></code> -- set text background color index</li>
+<li><code><a href="rbpgplot.html#PGSVP">pgsvp</a></code>  -- set viewport (normalized device coordinates)</li>
+<li><code><a href="rbpgplot.html#PGSWIN">pgswin</a></code> -- set window</li>
+<li><code><a href="rbpgplot.html#PGVSIZ">pgvsiz</a></code> -- set viewport (inches)</li>
+<li><code><a href="rbpgplot.html#PGVSTD">pgvstd</a></code> -- set standard (default) viewport</li>
+<li><code><a href="rbpgplot.html#PGWNAD">pgwnad</a></code> -- set window and adjust viewport to same aspect ratio</li>
+</ul>
+<h3><a name="label-10" id="label-10">Inquire attributes</a></h3><!-- RDLabel: "Inquire attributes" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGLDEV">pgldev</a></code> -- list available device types on standard output</li>
+<li><code><a href="rbpgplot.html#PGQAH">pgqah</a></code>  -- inquire arrow-head style</li>
+<li><code><a href="rbpgplot.html#PGQCF">pgqcf</a></code>  -- inquire character font</li>
+<li><code><a href="rbpgplot.html#PGQCH">pgqch</a></code>  -- inquire character height</li>
+<li><code><a href="rbpgplot.html#PGQCI">pgqci</a></code>  -- inquire color index</li>
+<li><code><a href="rbpgplot.html#PGQCIR">pgqcir</a></code> -- inquire color index range</li>
+<li><code><a href="rbpgplot.html#PGQCLP">pgqclp</a></code> -- inquire clipping status</li>
+<li><code><a href="rbpgplot.html#PGQCOL">pgqcol</a></code> -- inquire color capability</li>
+<li><code><a href="rbpgplot.html#PGQCR">pgqcr</a></code>  -- inquire color representation</li>
+<li><code><a href="rbpgplot.html#PGQCS">pgqcs</a></code>  -- inquire character height in a variety of units</li>
+<li><code><a href="rbpgplot.html#PGQDT">pgqdt</a></code>  -- inquire name of nth available device type</li>
+<li><code><a href="rbpgplot.html#PGQFS">pgqfs</a></code>  -- inquire fill-area style</li>
+<li><code><a href="rbpgplot.html#PGQHS">pgqhs</a></code>  -- inquire hatching style</li>
+<li><code><a href="rbpgplot.html#PGQID">pgqid</a></code>  -- inquire current device identifier</li>
+<li><code><a href="rbpgplot.html#PGQINF">pgqinf</a></code> -- inquire PGPLOT general information</li>
+<li><code><a href="rbpgplot.html#PGQITF">pgqitf</a></code> -- inquire image transfer function</li>
+<li><code><a href="rbpgplot.html#PGQLS">pgqls</a></code>  -- inquire line style</li>
+<li><code><a href="rbpgplot.html#PGQLW">pgqlw</a></code>  -- inquire line width</li>
+<li><code><a href="rbpgplot.html#PGQNDT">pgqndt</a></code> -- inquire number of available device types</li>
+<li><code><a href="rbpgplot.html#PGQPOS">pgqpos</a></code> -- inquire current pen position</li>
+<li><code><a href="rbpgplot.html#PGQTBG">pgqtbg</a></code> -- inquire text background color index</li>
+<li><code><a href="rbpgplot.html#PGQVP">pgqvp</a></code>  -- inquire viewport size and position</li>
+<li><code><a href="rbpgplot.html#PGQVSZ">pgqvsz</a></code> -- inquire size of view surface</li>
+<li><code><a href="rbpgplot.html#PGQWIN">pgqwin</a></code> -- inquire window boundary coordinates</li>
+</ul>
+<h4><a name="label-11" id="label-11">Hereafter not implemented in Ruby/PGPLOT</a></h4><!-- RDLabel: "Hereafter not implemented in Ruby/PGPLOT" -->
+<h3><a name="label-12" id="label-12">Utility</a></h3><!-- RDLabel: "Utility" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGNUMB">pgnumb</a></code> -- convert a number into a plottable character string</li>
+<li><code><a href="rbpgplot.html#PGRND">pgrnd</a></code>  -- find the smallest `round' number greater than x</li>
+</ul>
+<h3><a name="label-13" id="label-13">Drawing function</a></h3><!-- RDLabel: "Drawing function" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGFUNT">pgfunt</a></code> -- function defined by X = F(T), Y = G(T)</li>
+<li><code><a href="rbpgplot.html#PGFUNX">pgfunx</a></code> -- function defined by Y = F(X)</li>
+<li><code><a href="rbpgplot.html#PGFUNY">pgfuny</a></code> -- function defined by X = F(Y)</li>
+</ul>
+<h3><a name="label-14" id="label-14">Alias</a></h3><!-- RDLabel: "Alias" -->
+<ul>
+<li><code><a href="rbpgplot.html#PGADVANCE">pgadvance</a></code> -- non-standard alias for <a href="rbpgplot.html#PGPAGE">pgpage</a></li>
+<li><code><a href="rbpgplot.html#PGBEGIN">pgbegin</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGBEG">pgbeg</a></li>
+<li><code><a href="rbpgplot.html#PGCURSE">pgcurse</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGCURS">pgcurs</a></li>
+<li><code><a href="rbpgplot.html#PGLABEL">pglabel</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGLAB">pglab</a></li>
+<li><code><a href="rbpgplot.html#PGMTEXT">pgmtext</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGMTXT">pgmtxt</a></li>
+<li><code><a href="rbpgplot.html#PGNCURSE">pgncurse</a></code> -- non-standard alias for <a href="rbpgplot.html#PGNCUR">pgncur</a></li>
+<li><code><a href="rbpgplot.html#PGPAPER">pgpaper</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGPAP">pgpap</a></li>
+<li><code><a href="rbpgplot.html#PGPOINT">pgpoint</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGPT">pgpt</a></li>
+<li><code><a href="rbpgplot.html#PGPTEXT">pgptext</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGPTXT">pgptxt</a></li>
+<li><code><a href="rbpgplot.html#PGVPORT">pgvport</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGSVP">pgsvp</a></li>
+<li><code><a href="rbpgplot.html#PGVSIZE">pgvsize</a></code>  -- non-standard alias for <a href="rbpgplot.html#PGVSIZ">pgvsiz</a></li>
+<li><code><a href="rbpgplot.html#PGVSTAND">pgvstand</a></code> -- non-standard alias for <a href="rbpgplot.html#PGVSTD">pgvstd</a></li>
+<li><code><a href="rbpgplot.html#PGWINDOW">pgwindow</a></code> -- non-standard alias for <a href="rbpgplot.html#PGSWIN">pgswin</a></li>
+</ul>
+<hr/>
+<a href="./">Ruby/PGPLOT</a>
+by Masahiro Tanaka
+
+
+</body>
+</html>
diff --git a/doc/trailer.html b/debian/doc/trailer.html
similarity index 100%
copy from doc/trailer.html
copy to debian/doc/trailer.html
diff --git a/debian/doc/tutorial-01.html.ja b/debian/doc/tutorial-01.html.ja
new file mode 100644
index 0000000..25eb255
--- /dev/null
+++ b/debian/doc/tutorial-01.html.ja
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="iso-2022-jp" ?>
+<!DOCTYPE html 
+  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja">
+<head>
+<meta http-equiv="Content-type" content="text/html; charset=iso-2022-jp" />
+<title>Untitled</title>
+<link href="css.css" type="text/css" rel="stylesheet" />
+</head>
+<body>
+<h1><a name="label-0" id="label-0">Ruby/PGPLOT $BF3F~JT(B</a></h1><!-- RDLabel: "Ruby/PGPLOT $BF3F~JT(B" -->
+<h2><a name="label-1" id="label-1">$B@^$l@~%0%i%U$rIA$/(B</a></h2><!-- RDLabel: "$B@^$l@~%0%i%U$rIA$/(B" -->
+<p>Ruby/PGPLOT$B$G@^$l@~%0%i%U$rIA$/:G>.8B$N%9%/%j%W%H$O!"0J2<$N$h$&$K$J$j$^$9!#(B</p>
+<pre>require 'narray'
+require 'pgplot'
+include Pgplot
+pgopen                           # $B%G%P%$%9$r3+$/(B
+pgenv( 0, 5, 0, 5 )              # $BOH$N at _Dj$HIA2h(B
+pgline( [1,2,3,4], [1,4,1,4] )   # $B@^$l@~$NIA2h(B</pre>
+<p>$B0J2<$3$N%9%/%j%W%H$K$D$$$F>\$7$/@bL@$7$^$9!#(B
+1$B9TL\!"(B2$B9TL\$G3HD%%i%$%V%i%j$r%m!<%I$7$^$9!#(B</p>
+<p>3$B9TL\$G$O(B Pgplot$B%b%8%e!<%k$r%$%s%/%k!<%I$7$F$$$^$9!#(B
+$B$3$l$r$7$J$$$H(B Pgplot$B$N%a%=%C%I$r8F$V$H$-!"(B``Pgplot.pgopen'' $B$H$$$&$h$&$K(B
+$B%b%8%e!<%kL>$r%a%=%C%I$NA0$K>JN,$7$J$$$G=q$+$J$1$l$P$J$j$^$;$s!#(B
+$B%$%s%/%k!<%I$9$k$+$I$&$+$O>l9g$K$h$j$^$9!#(B
+Pgplot$B%b%8%e!<%k$N%a%=%C%IL>$O(B($B:#$N$H$3$m(B)$B3'(B ``pg'' $B$G;O$^$C$F$$$k$N$G!"(B
+$B5$$r$D$1$l$PL>A0$,$V$D$+$k3NN($ODc$$$H;W$$$^$9$,!"(B
+$B3N<B$r4|$9$J$i%$%s%/%k!<%I$7$J$$J}$,$h$$$+$b$7$l$^$;$s!#(B</p>
+<p>4$B9TL\$N(B pgopen $B$G(B PGPLOT $B$N%0%i%U%#%/%9%G%P%$%9$r3+$-$^$9!#(B
+$B$3$3$G0z?t$r=q$+$J$$$H;HMQ$9$k%G%P%$%9$rJ9$$$F$-$^$9!#(B</p>
+<pre>Graphics device/type (? to see list, default /xwin):</pre>
+<p>$B%G%U%)%k%H$N$^$^$GNI$1$l$PC1$K%j%?!<%s%-!<$r2!$7$^$9!#(B
+$B%G%U%)%k%H$N%G%P%$%9$O4D6-JQ?t(B PGPLOT_DEV $B$G at _Dj$7$?$b$N$K$J$C$F$$$^$9!#(B
+`?'$B$H%j%?!<%s$rBG$A9~$`$H!";HMQ$G$-$k%G%P%$%9$N0lMw$,I=<($5$l$k$N$G!"(B
+$B$=$NCf$+$iJL$N%G%P%$%9$rA*Br$9$k$3$H$b$G$-$^$9!#(B
+$BNc$($P!"(BPNG$B$H$7$F%U%!%$%k$K=q$-=P$7$?$$$H$-$O!"(B
+``plot1.png/png'' $B$N$h$&$K!V%U%!%$%kL>(B/$B%G%P%$%9L>!W$H$$$&$h$&$K;XDj$7$^$9!#(B</p>
+<p>5$B9TL\$N(B</p>
+<pre>pgenv( 0, 5, 0, 5 )</pre>
+<p>$B$K$h$j!"%0%i%U$N<4$r7hDj$7!"OH$HL\@9$rIA2h$7$^$9!#(B
+$B0z?t$O(B x-min, x-max, y-min, y-max $B$N=g$G$9!#(B
+$B$3$3$G$O(BX$B<4$,(B0$B$+$i(B5$B!"(BY$B<4$,(B0$B$+$i(B5$B$^$G$NHO0O$NOH$rIA$-$^$9!#(B
+$B0J9_$O$3$3$G at _Dj$5$l$?:BI8$r$b$H$KIA2h$7$^$9!#(B</p>
+<p>$B$=$7$F$$$h$$$h!"(B6$B9TL\$N(B</p>
+<pre>pgline( [1,2,3,4], [1,4,1,4] )</pre>
+<p>$B$G!"@^$l@~%0%i%U$rIA$-$^$9!#(B
+$B0z?t$K$O@~$r7k$VE@$N(BX$B:BI8$H(BY$B:BI8$r$=$l$>$lG[Ns$GEO$7$^$9!#(B</p>
+<p>$B$3$3$^$G at .8y$9$l$P!"$3$N$h$&$J%0%i%U$,IA$+$l$F$$$k$O$:$G$9!#(B</p>
+<p><img src="plot1.png" alt="plot1.png"/></p>
+
+<p>$B0J>e$,@^$l@~%0%i%U$rIA$/$N$K:GDc8BI,MW$J%a%=%C%I$G$9!#(B</p>
+<p>$B$H$3$m$G!"$3$N%9%/%j%W%H$K$O%G%P%$%9$rJD$8$k%a%=%C%I$,$"$j$^$;$s!#(B
+C$B$+(BFORTRAN$BHG$N(BPGPLOT$B$G$"$l$P!"(B
+$B$3$3$G:G8e$K(B pgend $B$r8F$s$G%G%P%$%9$rJD$8$kI,MW$,$"$j$^$9!#(B
+$B$=$&$7$J$$$H!"%G%P%$%9$,(B Postscript $B$J$I$N$H$-!"(B
+$B=*N;=hM}$,$5$l$J$$$N$G!"IT40A4$J%U%!%$%k$,$G$-$F$7$^$$$^$9!#(B
+$B$7$+$7(B Ruby/PGPLOT$B$G$O!"(BRuby$B%$%s%?%W%j%?=*N;;~$K(B
+pgend $B$r<+F0E*$K8F$V$h$&$K$J$C$F$$$k$N$G!"(B
+$BI,$:$7$b:G8e$K(B pgend $B$r8F$VI,MW$O$"$j$^$;$s!#(B
+$B$?$@$7(BRuby$B$N<B9TESCf$G(BPGPLOT$B$r=*N;$7$?$$$H$-$N$?$a$K(B
+Ruby$BHG$G$b(B pgend $B%a%=%C%I$OMQ0U$7$F$"$j$^$9!#(B</p>
+<p>$B0J2<B3$/(B($B$+$b$7$l$J$$(B)</p>
+<hr/>
+<a href="./">Ruby/PGPLOT</a>
+by Masahiro Tanaka
+
+
+</body>
+</html>
diff --git a/debian/ruby-pgplot.docs b/debian/ruby-pgplot.docs
index 7f1541e..9e68864 100644
--- a/debian/ruby-pgplot.docs
+++ b/debian/ruby-pgplot.docs
@@ -1,5 +1,5 @@
-doc/*.html
-doc/*.html.ja
+debian/doc/*.html
+debian/doc/*.html.ja
 doc/*.css
 README.en
 README.ja
diff --git a/debian/rules b/debian/rules
index f2f9fb1..ddde2be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,12 +4,12 @@
 
 override_dh_auto_build:
 	dh_auto_build
-	( cd doc && make )
+#	( cd doc && make )
 
 override_dh_strip:
 	dh_strip --dbg-package=ruby-pgplot-dbg
 
 override_dh_auto_clean:
 	dh_auto_clean
-	( cd doc && make clean )
+#	( cd doc && make clean )
 	[ ! -f rb_pgplot.c ] || rm -f rb_pgplot.c

-- 
ruby-pgplot.git



More information about the Pkg-ruby-extras-commits mailing list