1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
Description: Use the correct host name for the upstream website plplot.sourceforge.net
The domain name plplot.org does not exist anymore.
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: no
Last-Update: 2025-09-20
--- plplot-5.15.0+dfsg2.orig/README
+++ plplot-5.15.0+dfsg2/README
@@ -1,6 +1,6 @@
INTRODUCTION
-PLplot <http://plplot.org/> is a cross-platform (see
+PLplot <http://plplot.sourceforge.net/> is a cross-platform (see
PLATFORMS below) software package for creating scientific plots whose
(UTF-8 <http://www.utf-8.com/>) plot symbols and text are limited in
practice only by what Unicode<"http://www.unicode.org/>-aware system
@@ -137,13 +137,13 @@ from source (see SOURCE CODE above).
OTHER WEB RESOURCES
The most up-to-date information about PLplot can be found at our
-principal website <http://plplot.org/>. There you will
+principal website <http://plplot.sourceforge.net/>. There you will
find the following important PLplot links:
news <http://sourceforge.net/p/plplot/news/>,
example code and resulting PLplot screenshots
-<http://plplot.org/examples.php>,
-documentation <http://plplot.org/documentation.php>,
-credits <http://plplot.org/credits.php>,
+<http://plplot.sourceforge.net/examples.php>,
+documentation <http://plplot.sourceforge.net/documentation.php>,
+credits <http://plplot.sourceforge.net/credits.php>,
wiki <https://sourceforge.net/p/plplot/wiki>,
SourceForge project page <http://sourceforge.net/projects/plplot>,
project support page <http://sourceforge.net/projects/plplot/support>,
--- plplot-5.15.0+dfsg2.orig/bindings/ocaml/README
+++ plplot-5.15.0+dfsg2/bindings/ocaml/README
@@ -1,4 +1,4 @@
-This is an interface to PLplot (http://plplot.org/) for the
+This is an interface to PLplot (http://plplot.sourceforge.net/) for the
Objective Caml language.
* REQUIREMENTS
--- plplot-5.15.0+dfsg2.orig/bindings/tk/about.tcl
+++ plplot-5.15.0+dfsg2/bindings/tk/about.tcl
@@ -80,7 +80,7 @@ ways for the user to customize the inter
callbacks to user code, etc).
For more information about PLplot (including complete documentation)
-consult our website at http://plplot.org.
+consult our website at http://plplot.sourceforge.net.
} normal
$w.t configure -state disabled
--- plplot-5.15.0+dfsg2.orig/cmake/modules/docbook.cmake
+++ plplot-5.15.0+dfsg2/cmake/modules/docbook.cmake
@@ -47,7 +47,7 @@ CACHE STRING "Dir name at WWW host"
set(RSH "ssh" CACHE STRING "Remote shell command")
set(RCP "scp" CACHE STRING "Remote copy command")
# Website of the PLplot project
-set(PLPLOT_WEBSITE "http://plplot.org" CACHE STRING "PLplot web site")
+set(PLPLOT_WEBSITE "http://plplot.sourceforge.net" CACHE STRING "PLplot web site")
# Required for validation regardless of whether BUILD_DOC is set
set(XML_DECL "/usr/share/xml/declaration/xml.dcl" CACHE STRING "Full path to xml.dcl file.")
--- plplot-5.15.0+dfsg2.orig/doc/docbook/README
+++ plplot-5.15.0+dfsg2/doc/docbook/README
@@ -18,5 +18,5 @@ full documentation, and "dblatex --backe
form of our full documentation). To get the latest DocBook
documentation results either build it (for instructions see
plplot/doc/docbook/README.developers) from the latest git master
-branch of PLplot or visit http://plplot.org/documentation.php which
+branch of PLplot or visit http://plplot.sourceforge.net/documentation.php which
points to recent DocBook results in html, pdf, info and man forms.
--- plplot-5.15.0+dfsg2.orig/doc/docbook/README.developers
+++ plplot-5.15.0+dfsg2/doc/docbook/README.developers
@@ -490,7 +490,7 @@ quality. Thus, as a result of avoiding
generated pdf documentation there are missing CJK glyphs in the
results.
-Installing the generated documentation (and the rest of the generated website) at plplot.org.
+Installing the generated documentation (and the rest of the generated website) at plplot.sourceforge.net.
===============================================================================================
Follow the directions in README.Release_Manager_Cookbook. That file is
--- plplot-5.15.0+dfsg2.orig/drivers/README.wxwidgets
+++ plplot-5.15.0+dfsg2/drivers/README.wxwidgets
@@ -166,7 +166,7 @@ Installation instructions for Win32
- install wxWidgets 2.6.1 (see instructions below)
- NOT WORKING NOW: install gd library and/or freetype library (see instructions below)
-- download the PLplot library from plplot.org
+- download the PLplot library from plplot.sourceforge.net
- Remark (Mac OS X): You need automake 1.8.2 and libtool 1.4 in order to compile PLplot.
Download and install fink (fink.sf.net) and install these programs.
- untar or unzip it in a suitable directory
|