From: Alan W. I. <ai...@us...> - 2002-08-19 16:30:14
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv24673 Modified Files: setup.py.in Log Message: Replace python 2 string split method (which won't work for python 1.5) with string.split command which will work for both python 1.5 and python 2. |
From: Maurice L. <ml...@us...> - 2002-08-20 10:57:08
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv16103 Modified Files: sysloc.in Log Message: Improved procedure for finding Numeric python includes: now gives the correct behavior if PYTHON_INC_DIR is specified by the user. Also the new procedure avoids getting the "wrong" Numeric - arrayobject.h must be in either $PYTHON_INC_DIR or $PYTHON_INC_DIR/Numeric. This might be an inconvenience in some cases but is generally safer. |
From: Alan W. I. <ai...@us...> - 2002-09-03 21:20:10
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv27927 Modified Files: pkg_python.in setup.py.in Log Message: Make install of python relocatable (i.e., using the $(PREFIX) Makefile variable) to aid in package building for rpm's and deb's. |
From: Alan W. I. <ai...@us...> - 2002-09-04 20:03:29
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22569 Modified Files: setup.py.in Log Message: Make install of python relocatable to aid in package building for rpm's and deb's. In this case we go back to using the configurable @RPATH@ and @INSTALL_RPATH@ (which are relocation-proof) directly rather than trying to roll our own values of these variables in setup.py. |
From: Alan W. I. <ai...@us...> - 2002-09-09 22:24:17
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv28645 Modified Files: pkg_tkwin.in Log Message: Install bindings/tk-x-plat/pkgIndex.tcl. I don't understand why this is necessary, but without it (as on RedHat 7.3 platform and now also Debian woody platform where I recently made a clean restart) there were install problems that looked like a problem with itcl. So far I have proved this solves the "itcl" problem on Debian woody. RH 7.3 tests soon to follow. |
From: Alan W. I. <ai...@us...> - 2002-09-10 01:14:24
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11070 Modified Files: configure.in dist.in plConfig.h.in sysloc.in Log Message: First try at configuration for freetype.c and finding the freetype headers and library. If the device driver is set up for it (see gd.c) the device driver optionally (using drvopt) calls functions defined in plfreetype.c which in turn uses functions from the freetype library for handling truetype (and other interesting) fonts. N.B. This configuration is not complete, yet. |
From: Alan W. I. <ai...@us...> - 2002-09-10 04:21:14
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv10459 Modified Files: lib_sh_linux.in sysloc.in Log Message: Sort out some long-standing add_to_libs and add_to_incs usage problems in sysloc.in that also contributed to screwing up the freetype configuration. Optionally link libplplot[d] with -lfreetype for Linux. These two changes produce a working freetype configuration on Linux for the first time. |
From: Alan W. I. <ai...@us...> - 2002-09-10 05:58:21
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv31335/cf Modified Files: pkg_python.in Log Message: Python install tweak (install real file rather than symlink to plplot.py) |
From: Maurice L. <ml...@us...> - 2002-09-16 21:40:46
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv16318 Modified Files: pkg_tcl.in Log Message: Turned MAKEINDEX into a configuration variable. |
From: Maurice L. <ml...@us...> - 2002-09-16 21:42:07
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv16591 Modified Files: sysloc.in Log Message: Added section that figures out how to build tclIndex and substitutes proper command in MKINDEX var. |
From: Maurice L. <ml...@us...> - 2002-09-17 01:48:41
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv18319 Modified Files: exes.in Log Message: Fixed bug in font generation rules. |
From: Joao C. <jc...@us...> - 2002-09-18 01:48:05
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11637/cf Modified Files: pkg_tkwin.in Log Message: Reunify tkwin.c with tkwin_common.c, as per rev. 1.9 of tkwin.c Delay removal of tkwin_common.c a couple of days. |
From: Maurice L. <ml...@us...> - 2002-09-24 10:37:12
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv22922 Modified Files: pkg_tcl.in pkg_tk.in Log Message: Create a tclIndex file in the install directory for each set of example programs, so you can just cd there, fire up a wish, load the package, then start running. |
From: Maurice L. <ml...@us...> - 2002-09-24 10:39:06
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv23208 Modified Files: pkg_tkwin.in Log Message: The pkgIndex.tcl file should go under $prefix/lib/<plplotdir> under unix, not the tcl subdir of that. In analogy to itcl, itk, iwidgets, blt, etc. |
From: Joao C. <jc...@us...> - 2002-09-24 17:30:43
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv3294/cf Modified Files: dyndrv.in sysloc.in Log Message: Remove the dependencies of the xwin dynamic driver from tcl/tk libs. |
From: Maurice L. <ml...@us...> - 2002-09-25 07:28:50
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11080 Modified Files: pkg_tcl.in pkg_tk.in Log Message: Added install rules for the pkgIndex.tcl file. |
From: Maurice L. <ml...@us...> - 2002-09-25 07:30:02
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11198 Modified Files: pkg_tkwin.in Log Message: Added install rule for pkgIndex.tcl file, as well as a "canonical" install rule (i.e. as in the other pkg_xxx.in's). |
From: Maurice L. <ml...@us...> - 2002-09-25 07:30:25
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11516 Modified Files: install.in Log Message: Added INSTALL_TKWIN to install rule. |
From: Maurice L. <ml...@us...> - 2002-09-25 07:30:57
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv11619 Modified Files: configure.in Log Message: Code to properly construct pkgIndex.tcl under tmp/. |
From: Maurice L. <ml...@us...> - 2002-09-26 04:59:02
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv26318 Modified Files: pkg_tcl.in pkg_tk.in pkg_tkwin.in Log Message: Really fixed tclIndex generation (under TCL_DIR) this time. |
From: Maurice L. <ml...@us...> - 2002-10-16 10:45:31
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv6834 Modified Files: demos.in Log Message: Convenience rule for c++ development. |
From: Maurice L. <ml...@us...> - 2002-10-30 04:40:57
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1197 Modified Files: sysloc.in Log Message: Changed the tests from using has_{tcl,tk} to enable_{tcl,tk}, since the latter is what is actually requested from the command line (or config file). |
From: Maurice L. <ml...@us...> - 2002-10-30 04:42:56
|
Update of /cvsroot/plplot/plplot/cf In directory usw-pr-cvs1:/tmp/cvs-serv1662 Modified Files: configure.in Log Message: Moved the basic system tests up before the inclusion of sys{conf,loc}.in to ensure that basic autoconf setup procedures do not get circumvented by the if-else's in sysloc.in. Fixes problem seen with autoconf 2.54. |
From: Alan W. I. <ai...@us...> - 2003-01-15 15:26:17
|
Update of /cvsroot/plplot/plplot/cf In directory sc8-pr-cvs1:/tmp/cvs-serv27768/cf Removed Files: clean.in cvtdeps deps.in lib.in lib_both.in shlib.in Log Message: Attempt to fix state information on zombied files (those in attic with state exp rather than state dead). |
From: Maurice L. <ml...@us...> - 2003-04-24 08:33:52
|
Update of /cvsroot/plplot/plplot/cf In directory sc8-pr-cvs1:/tmp/cvs-serv26786 Modified Files: .cvsignore Log Message: plplot-config exclusion |