|
From: Rafael L. <rla...@us...> - 2003-02-17 16:51:19
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support
In directory sc8-pr-cvs1:/tmp/cvs-serv32153/bindings/octave/PLplot/support
Modified Files:
Makefile.am
Log Message:
Made the Octave installation more sane. This included several changes:
* use_plplot.m and and plplot_octave_path.m get installed in a directory
belonging to the default Octave path. This is very important, otherwise
the users will not be able to issue the command "use_plplot"out of the box.
* For that, I used the technique of calling octave_config_info and checking
the field localfcnfiledir in sysloc.in.
* The other files m files are installed, as usual in
${prefix}/share/plplot_octave. The .oct file is isntalled in Octave
binary the version-specific directory.
* There are now three AC_SUBSTituted variabels that get propagted in the
Makefile.am's
PLPLOT_OCTAVE_DIR (for the m fiels)
OCTAVE_M_DIR (for use_plplot.m and and plplot_octave_path.m)
OCTAVE_OCT_DIR (for plplot_octave.oct)
* These variables are effectively used in the Makefile.am. The previous set
up was completely inconsistent, since the "share/plplot_octave" directory
was used in may places. Even worse: it was preceeded by $(datadir). What
a mess!
* In bindings/octave/PLplot/Makefile.am there are now two different
installation directories, one for PLPLOT_OCTAVE_DIR and the other for
OCTAVE_M_DIR, with the m files being accordingly distributed.
* bindings/octave/PLplot/plplot_octave_path.m.in uses now
@PLPLOT_OCTAVE_DIR@ in order to get the right isntallation directory.
|
|
From: Rafael L. <rla...@us...> - 2003-02-27 22:45:46
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv30353/PLplot/support Modified Files: Makefile.am Log Message: Fixed some typos to make EXTRA_DIST really work. |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:18:00
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv1736/bindings/octave/PLplot/support Modified Files: __pl_contour.m Log Message: Use strm instead of __pl_stream. Makes reading clearer. |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:19:55
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv2553/bindings/octave/PLplot/support Modified Files: __pl_draw_legend.m Log Message: Use strm instead of __pl_stream. Makes reading clearer. |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:21:06
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv3129/bindings/octave/PLplot/support Modified Files: __pl_init.m Log Message: Add copyright/License message |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:28:09
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv6084/bindings/octave/PLplot/support Modified Files: __pl_mesh.m Log Message: Use globals from plplot_octave_defs Use strm instead of __pl_stream. Makes reading clearer. integrate with __pl_plotit.m and __pl_meshplotit.m |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:28:56
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv6444/bindings/octave/PLplot/support Modified Files: __pl_fill.m Log Message: Use strm instead of __pl_stream. Makes reading clearer. |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:30:15
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv7055/bindings/octave/PLplot/support Added Files: __pl_meshplotit.m Log Message: Integrate __pl_mesh.m with __pl_plotit.m |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:37:50
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv10340/bindings/octave/PLplot/support Modified Files: __pl_plotit.m Log Message: Change format of stored data support for drawnow.m/stopdraw.m support to mesh/surf uses __pl_logplotit move min/max determination to __pl_store.m make pl.type per stream support new axis.m options support "no legend" string specification |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:39:15
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv10999/bindings/octave/PLplot/support Modified Files: __pl_store.m Log Message: Use the new format for stored data. determine min/max of data. use strm instead of __pl_strm. |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:41:52
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv12003/bindings/octave/PLplot/support Modified Files: __pl_plenv.m Log Message: use plclear(). support new axis.m options. support grid at minor ticks. |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:42:47
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv12518/bindings/octave/PLplot/support Modified Files: __pl_opt.m Log Message: Use a different default plot symbol. |
|
From: Joao C. <jc...@us...> - 2003-03-18 20:43:45
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv12908/bindings/octave/PLplot/support Added Files: __pl_logplotit.m Log Message: code removed from __pl_plotit |
|
From: Joao C. <jc...@us...> - 2003-03-19 01:16:43
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv29855/bindings/octave/PLplot/support Modified Files: __plt__.m Log Message: Plots now dont have the x/y axis by default, so code the plot type in accordance |
|
From: Joao C. <jc...@us...> - 2003-03-19 01:19:37
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv30871/bindings/octave/PLplot/support Modified Files: __plr1__.m __plr2__.m __plr__.m __plt1__.m __plt2__.m __plt2mm__.m __plt2mv__.m __plt2ss__.m __plt2vm__.m __plt2vv__.m Log Message: Remove the address of the SFS from the license notice. |
|
From: Joao C. <jc...@us...> - 2003-03-19 01:21:08
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv31626/bindings/octave/PLplot/support Modified Files: __pl_pltext.m Log Message: Add GPL license notice |
|
From: Joao C. <jc...@us...> - 2003-03-19 01:22:02
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv31899/bindings/octave/PLplot/support Modified Files: is_strmatrix.m is_strvector.m Log Message: Remove the address of the SFS from the license notice. |
|
From: Joao C. <jc...@us...> - 2003-03-19 01:22:33
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv32090/bindings/octave/PLplot/support Modified Files: __comet.m __pl_matstr.m __pl_polargrid.m Log Message: Adjust the year in the copyright notice |
|
From: Joao C. <jc...@us...> - 2003-03-19 01:24:35
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv32765/bindings/octave/PLplot/support Modified Files: __pl_plot3.m Log Message: User strm instaead of __pl_strm to make the code clearer. |
|
From: Joao C. <jc...@us...> - 2003-03-19 20:34:05
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv29303/bindings/octave/PLplot/support Modified Files: Makefile.am Log Message: Add __pl_logplotit.m and __pl_meshplotit.m |
|
From: Joao C. <jc...@us...> - 2003-03-21 19:06:14
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv9177/bindings/octave/PLplot/support Modified Files: __pl_meshplotit.m Log Message: Add a "contour" option to "shading", for surf plots |
|
From: Rafael L. <rla...@us...> - 2003-04-13 20:54:09
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv22357/bindings/octave/PLplot/support Modified Files: Makefile.am Log Message: Updated Copyright notices by adding year 2003. This does not cover all the files changed this year (for instance, drivers/*.c are lacking), but this is an important step for the legal release of PLplot 5.2.1. |
|
From: Joao C. <jc...@us...> - 2003-12-30 03:19:18
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support In directory sc8-pr-cvs1:/tmp/cvs-serv11197/bindings/octave/PLplot/support Modified Files: __pl_contour.m __pl_logplotit.m __pl_mesh.m __pl_meshplotit.m __pl_plot3.m __pl_plotit.m __pl_store.m __plt__.m Log Message: Drop Octave-2.0.x compatibility at the script level. The PLplot library bindings are still Octave-2.0.x compatible. Octave-2.0.x is very old, and even the Octave developper recomends using Octave-2.1.50. The script components of the Octave bindings now require Octave-2.1.50 or greater; however, the PLplot library bindings are still compatible with any Octave version. |
|
From: Rafael L. <rla...@us...> - 2004-01-17 16:41:38
|
Update of /cvsroot/plplot/plplot/bindings/octave/PLplot/support
In directory sc8-pr-cvs1:/tmp/cvs-serv5024/bindings/octave/PLplot/support
Modified Files:
Makefile.am
Log Message:
This jumbo cvs commit is the result of a herculean task to update the
copyright notices of most of the source files of PLplot.
I hope that I did not introduce any serious breakage. This seems plausible,
because I did changes only at the beginning of the files and only in
commented lines. However, I used a semi-automatic procedure for doing that
and some bugs may have slipped into the files. The sources still build okay
(at least the Debian packages) and I can install the libraries, and compile
and run some C examples. That is not enough, so PLEASE TEST!
This is what I did in more detail:
1) From the CVS ChangeLog, I considered all the files that changed since the
last release (5.2.1). I then added the line:
Copyright (C) 2004 Joe C. V. S. Committer
where the name of the developper who did the CVS commit is included.
2) Notice that the year in the line above should read 2004, even if the
changes were done last year, since Copyright years refer to when the
software is released.
3) For the same reason, I did not bother adding missing Copyright entries
for previous authors of each file. One copyright holder is enough for
our purposes.
4) I also reformatted and reworded the License Conditions text. This
included changing things like "This file is free software" to "PLplot is
free sofware" and so on.
5) Finally, some files were lacking License notices, especially the src/*.c.
I added them and put in the Copyright holder line the name of the
developer who did the last cvs commit for the file.
If you wish to know where your name appears, you can run from the
$(top_builddir):
grep -ri "copyright.*2004".
|