- update to 1.7
- Use DOCSDIR macro - Use PYTHON_SITELIBDIR PR: 60875 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org> Approved by: erwin (mentor) (implicitly)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= py-gnuplot
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.7
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnuplot-py
|
||||
DISTNAME= Gnuplot-${PORTVERSION}
|
||||
DISTNAME= gnuplot-py-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python interface to gnuplot plotting program
|
||||
|
||||
@@ -1 +1 @@
|
||||
MD5 (Gnuplot-1.5.tar.gz) = 94da6c11af51d5872c498e59fd31c9a0
|
||||
MD5 (gnuplot-py-1.7.tar.gz) = 724f9eee164d6ff763777b22a5851572
|
||||
|
||||
@@ -1,98 +1,139 @@
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/PlotItems.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/PlotItems.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/PlotItems.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/_Gnuplot.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/_Gnuplot.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/_Gnuplot.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/__init__.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/__init__.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/__init__.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/demo.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/demo.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/demo.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/funcutils.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/funcutils.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/funcutils.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gnuplot_Suites.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gnuplot_Suites.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gnuplot_Suites.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_mac.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_mac.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_mac.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_unix.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_unix.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_unix.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_win32.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_win32.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/gp_win32.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/oldplot.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/oldplot.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/oldplot.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/test.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/test.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/test.pyo
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/utils.py
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/utils.pyc
|
||||
lib/%%PYTHON_VERSION%%/site-packages/Gnuplot/utils.pyo
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_AnyFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_ArrayFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_Data.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_DataException.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_File.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_Func.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_GridData.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_OptionException.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_PlotItem.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_TempArrayFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py_TempFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/PlotItems.py__unset.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/_Gnuplot.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/_Gnuplot.py_Gnuplot.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/_Gnuplot.py__GnuplotFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/demo.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/funcutils.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py_Miscellaneous_Events.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py_Standard_Suite.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py_gnuplot_Suite.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gnuplot_Suites.py_odds_and_ends.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_mac.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_mac.py_GnuplotOpts.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_mac.py_GnuplotProcess.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_mac.py__GNUPLOT.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_unix.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_unix.py_GnuplotOpts.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_unix.py_GnuplotProcess.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_win32.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_win32.py_GnuplotOpts.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/gp_win32.py_GnuplotProcess.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/oldplot.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/setup.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/test.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/Gnuplot/utils.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_AnyFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_ArrayFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_Data.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_DataException.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_File.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_Func.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_GridData.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_OptionException.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_PlotItem.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_TempArrayFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py_TempFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/PlotItems.py__unset.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/_Gnuplot.py.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/_Gnuplot.py_Gnuplot.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/_Gnuplot.py__GnuplotFile.html
|
||||
%%PORTDOCS%%share/doc/py-gnuplot/index.html
|
||||
@dirrm lib/%%PYTHON_VERSION%%/site-packages/Gnuplot
|
||||
%%PORTDOCS%%@dirrm share/doc/py-gnuplot/Gnuplot
|
||||
%%PORTDOCS%%@dirrm share/doc/py-gnuplot
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/Errors.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/Errors.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/Errors.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/PlotItems.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/PlotItems.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/PlotItems.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/_Gnuplot.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/_Gnuplot.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/_Gnuplot.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/demo.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/demo.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/demo.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/funcutils.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/funcutils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/funcutils.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gnuplot_Suites.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gnuplot_Suites.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gnuplot_Suites.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_cygwin.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_cygwin.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_cygwin.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_java.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_java.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_java.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_mac.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_mac.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_mac.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_macosx.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_macosx.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_macosx.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_unix.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_unix.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_unix.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_win32.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_win32.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/gp_win32.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/termdefs.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/termdefs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/termdefs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/test.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/test.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/test.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/utils.py
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/utils.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Gnuplot/utils.pyo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/ANNOUNCE.txt.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/Errors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/Errors/DataError.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/Errors/Error.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/Errors/OptionError.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/LICENSE.txt.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/PlotItems.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/PlotItems/Func.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/PlotItems/PlotItem.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/PlotItems/_FileItem.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/PlotItems/_InlineFileItem.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/PlotItems/_TempFileItem.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/PlotItems/_unset.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/README.txt.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/TODO.txt.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/_Gnuplot.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/_Gnuplot/Gnuplot.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/_Gnuplot/_GnuplotFile.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/__init__.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/demo.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/funcutils.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/Miscellaneous_Events.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/Standard_Suite.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/application.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/bounds.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/closeable.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/document.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/floating.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/gnuplot_Suite.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/graph.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/modal.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/modified.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/name.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/odds_and_ends.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/picture.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/position.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/resizable.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/titled.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/visible.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/window.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/zoomable.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gnuplot_Suites/zoomed.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_cygwin.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_cygwin/GnuplotOpts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_cygwin/GnuplotProcess.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_mac.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_mac/GnuplotOpts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_mac/GnuplotProcess.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_mac/_GNUPLOT.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_macosx.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_macosx/GnuplotOpts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_macosx/GnuplotProcess.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_unix.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_unix/GnuplotOpts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_unix/GnuplotProcess.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_win32.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_win32/GnuplotOpts.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/gp_win32/GnuplotProcess.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/setup.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/Arg.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/ArgOneParam.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/BareStringArg.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/BooleanArg.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/KeywordArg.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/KeywordOrBooleanArg.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/MutuallyExclusiveArgs.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/termdefs/StringArg.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/test.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Gnuplot/utils.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/index.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/termdefs
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/gp_win32
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/gp_unix
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/gp_macosx
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/gp_mac
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/gp_cygwin
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/gnuplot_Suites
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/_Gnuplot
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/PlotItems
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot/Errors
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Gnuplot
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/Gnuplot
|
||||
|
||||
Reference in New Issue
Block a user