From: Rafael L. <rla...@us...> - 2003-02-12 16:17:49
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv19771 Modified Files: plm2gif.1 plpr.1 plrender.1 plserver.1 pltcl.1 pltek.1 Log Message: Changed my e-mail address to the Debian one. |
From: Rafael L. <rla...@us...> - 2003-02-12 19:09:51
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv12133/doc Modified Files: Makefile.am Added Files: pstex2eps.1 Log Message: Add the man page pstex2eps, such that Debian's lintian will be happy. In Makefile.am, add pstex2eps.1 to the list of man pages. Also, make the inclusion of plrender.1 plserver.1 pltcl.1 conditional on enable_tcl. |
From: Rafael L. <rla...@us...> - 2003-02-12 21:18:50
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv12739 Modified Files: Makefile.am Log Message: Changed the logic of inclusion of files in EXTRA_DIST, such that make dist will include everybody in the tarball. |
From: Rafael L. <rla...@us...> - 2003-02-13 02:15:34
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv17001/doc Modified Files: Makefile.am Log Message: This is a first try in integrating the DocBook source configuration into the main configuration scheme. I did not yet try to actually build the documentation, but at least bootstrap.sh and configure work. There is now a configure option --enable-docbook, which is set to "no" by default. If it is set to "yes", then the checks in doc/docbook/configure are realized and the files under doc/docbook are AC_SUBSTituted. The final goal of this effort will be to integrate the building of the docs into the main build and set up things such that all the generated files get included into the tarball with "make dist" (when that will happen, make_tarball.sh will be rm -f and we will make a big celebration :-). Alan, if you are hearing to this, please test when you can. I am almost sure it won't work perfectly, but I will try to be responsive on the bug reports. |
From: Alan W. I. <ai...@us...> - 2003-02-13 07:13:06
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv17735/doc Modified Files: .cvsignore Log Message: Tweaks |
From: Rafael L. <rla...@us...> - 2003-02-16 13:49:48
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv32046 Modified Files: pstex2eps.1 Log Message: Fixed the `NAME' section, such that the whatis command will be happy now. |
From: Rafael L. <rla...@us...> - 2003-02-27 21:23:21
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv27360 Modified Files: Makefile.am Added Files: plplot_libtool.1 Log Message: Added man page for the plplot_libtool script. |
From: Rafael L. <rla...@us...> - 2003-02-27 21:41:40
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv4855/doc Modified Files: pstex2eps.1 Log Message: Fixed typo in escaping a backslash. |
From: Rafael L. <rla...@us...> - 2003-03-06 15:25:44
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv26299/doc Modified Files: Makefile.am Log Message: This is the brute force approach to get "make dist" to include (almost) all the files that are present in a freshly checked out CVS tree. The notable exceptions are the directories cf/, new/, tmp/, and bindings/perl5. This was essentially done by putting files in the EXTRA_DIST variable in the Makefile.am files. I really dislike this brute force method, but since we really need to make a release soon, I see no way of doing otherwise. I would prefer to take this opportunity to remove some legacy cruft and to improve our installation in a file-per-file basis. For instance, in directory bindings/tcl, I added blindly the files README.tclAPI and plitclgen to EXTRA_DIST, but it is clear that they could be installed somewhere with "make install". Same commentary for the Python and Java stuff. Since I am (almost) totally ignorant on Python, Java and Tcl/Tk, I will really appreciate if competent developers step in. This cleanup + installation improvement discussion must take place in the post-release times. An aside note: the EXTRA_DIST variable (or the variables it uses) should not be inside conditionals in Makefile.am, otherwise the distribution tarball may be wrong. This is not yet consistently done throughout the source tree. |
From: Rafael L. <rla...@us...> - 2003-04-13 20:54:10
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv22357/doc 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: Rafael L. <rla...@us...> - 2004-01-17 16:41:40
|
Update of /cvsroot/plplot/plplot/doc In directory sc8-pr-cvs1:/tmp/cvs-serv5024/doc 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". |