From: <ai...@us...> - 2010-01-25 20:21:38
|
Revision: 10766 http://plplot.svn.sourceforge.net/plplot/?rev=10766&view=rev Author: airwin Date: 2010-01-25 20:21:19 +0000 (Mon, 25 Jan 2010) Log Message: ----------- Retire djgpp following advice from Andrew Roach. Modified Paths: -------------- trunk/INSTALL trunk/README.release trunk/doc/docbook/src/os_notes.xml trunk/www/index.php Removed Paths: ------------- trunk/sys/dos/ Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2010-01-22 21:46:11 UTC (rev 10765) +++ trunk/INSTALL 2010-01-25 20:21:19 UTC (rev 10766) @@ -5,10 +5,9 @@ http://www.miscdebris.net/plplot_wiki/index.php?title=Building_PLplot. The material below is cut and pasted from there as of 2009-01-10. -With the exception of DJGPP on (Free)DOS (where you should follow the -directions at sys/dos/djgpp/readme) all PLplot builds are done with our -CMake-based build system which gives good results on Unix, Linux, and Mac OS -X and Cygwin, MinGW, MinGW/MSYS, and bare windows. +All PLplot builds are done with our CMake-based build system which +gives good results on Unix, Linux, and Mac OS X and Cygwin, MinGW, +MinGW/MSYS, and bare windows. Building PLplot with our CMake-based build system ================================================= Modified: trunk/README.release =================================================================== --- trunk/README.release 2010-01-22 21:46:11 UTC (rev 10765) +++ trunk/README.release 2010-01-25 20:21:19 UTC (rev 10766) @@ -135,6 +135,12 @@ well-known issue for years (incorrect colours) which has never been fixed indicating nobody is interested in maintaining this device. +XV. As of release 5.9.6 we have retired our platform support of djgpp +that used to reside in sys/dos/djgpp. The developer (Andrew Roach) +who used to maintain those support files for djgpp feels that the +djgpp platform is no longer actively developed, and he no longer uses +djgpp himself. + INDEX 1. Changes relative to PLplot 5.9.5 (the previous development release) @@ -276,9 +282,8 @@ 2.1 All autotools-related files have now been removed -CMake (with the exception of a special build script for the DJGPP platform) -is now the only supported build system. It has been tested on Linux / Unix, -Mac OS-X and Windows platforms. +CMake is now the only supported build system. It has been tested on +Linux / Unix, Mac OS-X and Windows platforms. 2.2 Build system bug fixes Modified: trunk/doc/docbook/src/os_notes.xml =================================================================== --- trunk/doc/docbook/src/os_notes.xml 2010-01-22 21:46:11 UTC (rev 10765) +++ trunk/doc/docbook/src/os_notes.xml 2010-01-25 20:21:19 UTC (rev 10766) @@ -43,9 +43,7 @@ that we support. Currently, those are all operating systems supported by CMake (all forms of Unix including Linux and Mac OS X, and all forms of Windows including MinGW, MinGW/MSYS, Cygwin, and essentially all Windows - variants directly supported by Microsoft) as well as the DJGPP operating - system (supported by an independent build system since CMake is not - available for DJGPP). + variants directly supported by Microsoft). </para> <sect1 id="linux-unix-notes"> @@ -102,19 +100,4 @@ </sect2> </sect1> - - <sect1 id="djgpp-notes"> - <title>DJGPP Notes</title> - <sect2> - <title>DJGPP Configure and Build</title> - <para> - Since DJGPP is not supported by CMake it has an independent build system - which is documented at sys/dos/djgpp/readme. The eventual plan is to - incorporate that material into this documentation, - but we haven't done it yet so this section NEEDS DOCUMENTATION. - </para> - </sect2> - - </sect1> - </chapter> Modified: trunk/www/index.php =================================================================== --- trunk/www/index.php 2010-01-22 21:46:11 UTC (rev 10765) +++ trunk/www/index.php 2010-01-25 20:21:19 UTC (rev 10766) @@ -31,10 +31,9 @@ <ul class="arrowlist"> <li>Linux, Mac OS X, and other Unices</li> <li>Windows (2000, XP and Vista)</li> - <li>MS-DOS (DJGPP)</li> </ul> - <p>With the exception of DJGPP, where we have implemented a custom build system, PLplot is built on the above platforms using our CMake-based build system.</p> + <p>PLplot is built on the above platforms using our CMake-based build system.</p> <h4><a name="languages">Language Bindings</a></h4> <p>There are many bindings to the PLplot library</p> <ul class="arrowlist"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |