import plplot 5.6.0

PLplot is a library of functions that are useful for making scientific
plots. PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such as
Octave, Python, Perl and Tcl.

The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.

some initial work by Matthias Kilian.
thanks to the people who tested this.
This commit is contained in:
steven 2006-05-12 13:35:38 +00:00
parent db79a7313d
commit 8d41b59cd3
24 changed files with 1321 additions and 0 deletions

129
math/plplot/Makefile Normal file
View File

@ -0,0 +1,129 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/05/12 13:35:38 steven Exp $
SHARED_ONLY= Yes
COMMENT= "advanced 2D and 3D scientific plotting library"
COMMENT-c++ = "C++ interface to plplot"
COMMENT-f77= "Fortran 77 interface to plplot"
COMMENT-octave= "Octave bindings for plplot"
COMMENT-tcl= "Tcl bindings for plplot"
VERSION= 5.6.0
DISTNAME= plplot-${VERSION}
SHARED_LIBS= csirocsa 0.1 \
plplotcxxd 11.0 \
plplotd 11.0 \
plplotf77cd 10.0 \
plplotf77d 10.0 \
plplottcltkd 11.0 \
tclmatrixd 11.0
PKGNAME-c++ = plplot-c++-${VERSION}
PKGNAME-f77= plplot-f77-${VERSION}
PKGNAME-octave= plplot-octave-${VERSION}
PKGNAME-tcl= plplot-tcl-${VERSION}
CATEGORIES= math
HOMEPAGE= http://plplot.sourceforge.net/
MAINTAINER= Steven Mestdagh <steven@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m freetype
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=plplot/}
TCL_VERSION= 8.4
TCLLIB= tcl${TCL_VERSION:S/.//}
USE_LIBTOOL= Yes
BUILD_DEPENDS= ::lang/tcl/${TCL_VERSION} \
::math/octave \
::graphics/gd \
::print/ghostscript/gnu-fonts
RUN_DEPENDS= ::print/ghostscript/gnu-fonts
LIB_DEPENDS= ltdl::devel/libtool,-ltdl
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-gcw \
--disable-java \
--disable-itcl \
--disable-linuxvga \
--disable-pdl \
--disable-python \
--disable-tk \
--disable-tkwin \
--disable-wxwidgets \
--with-ltdlsystem \
--with-gd-incdir=${LOCALBASE}/include \
--with-gd-libdir=${LOCALBASE}/lib \
--with-freetype2-incdir=${X11BASE}/include/freetype2 \
--with-freetype2-libdir=${X11BASE}/lib \
--with-freetype-font-dir=${LOCALBASE}/share/ghostscript/fonts \
--with-freetype-sans-font=n019003l.pfb \
--with-freetype-sans-bold-font=n019004l.pfb \
--with-freetype-sans-oblique-font=n019023l.pfb \
--with-freetype-sans-bold-oblique-font=n019024l.pfb \
--with-freetype-serif-font=n021003l.pfb \
--with-freetype-serif-bold-font=n021004l.pfb \
--with-freetype-serif-italic-font=n021023l.pfb \
--with-freetype-serif-bold-italic-font=n021024l.pfb \
--with-freetype-mono-font=n022003l.pfb \
--with-freetype-mono-bold-font=n022004l.pfb \
--with-freetype-mono-oblique-font=n022023l.pfb \
--with-freetype-mono-bold-oblique-font=n022024l.pfb \
--with-freetype-symbol-font=s050000l.pfb
CONFIGURE_ENV= F77=${FC} \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
TCLINCDIR="${LOCALBASE}/include/tcl${TCL_VERSION}" \
TCLLIBDIR="${LOCALBASE}/lib" \
TCLLIBSTR="-l${TCLLIB}"
GCC_ARCH= ${MACHINE_ARCH}-unknown-openbsd${OPSYS_VER}
GNU_ARCH= ${GCC_ARCH:S/amd64/x86_64/}
SUBST_VARS+= GNU_ARCH
DOCSRC= ${WRKSRC}/doc/docbook/src
MULTI_PACKAGES= -c++ -f77 -octave -tcl
SUBPACKAGE?=
.if defined(PACKAGING)
. if empty(SUBPACKAGE)
MODULES= converters/libiconv
WANTLIB+= X11 c fontconfig z png jpeg
LIB_DEPENDS+= gd.20::graphics/gd
. else
LIB_DEPENDS+= plplotd,csirocsa::math/plplot
. if ${SUBPACKAGE} == "-f77"
WANTLIB+= g2c
. elif ${SUBPACKAGE} == "-octave"
WANTLIB+= g2c ncurses readline blas lapack fftw3
LIB_DEPENDS+= cruft,octave,octinterp::math/octave
. elif ${SUBPACKAGE} == "-tcl"
WANTLIB+= X11 c
LIB_DEPENDS+= ${TCLLIB}::lang/tcl/${TCL_VERSION}
. endif
. endif
.endif
pre-configure:
@perl -pi -e 's,tclsh,tclsh${TCL_VERSION},' ${WRKSRC}/scripts/mktclIndex
@perl -pi -e 's/3plplot/3/g' ${DOCSRC}/*.3plplot
@cd ${DOCSRC} && for m in *.3plplot; do mv $$m $${m%\.3plplot}.3; done
post-install:
${INSTALL_MAN} ${DOCSRC}/*.3 ${PREFIX}/man/man3
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/plplot/html
${INSTALL_DATA} ${DOCSRC}/*.html ${PREFIX}/share/doc/plplot/html
.include <bsd.port.mk>

4
math/plplot/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (plplot-5.6.0.tar.gz) = 0f23cc477f0611adcfdd8ba39caf4213
RMD160 (plplot-5.6.0.tar.gz) = 5d0cf6fd4910029472d8c942c3f299ed196a485a
SHA1 (plplot-5.6.0.tar.gz) = e4a180fdb8b8cf648ef6110cbb44c4eac9aafb8f
SIZE (plplot-5.6.0.tar.gz) = 6135094

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-bindings_octave_demos_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- bindings/octave/demos/Makefile.in.orig Wed May 3 03:08:08 2006
+++ bindings/octave/demos/Makefile.in Sat May 6 12:44:34 2006
@@ -139,6 +139,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -494,7 +495,7 @@ examples_octave = \
lena.img
EXTRA_DIST = $(examples_octave)
-@enable_octave_TRUE@examples_octavedir = $(DATA_DIR)/examples/octave
+@enable_octave_TRUE@examples_octavedir = $(EXAMPLE_DIR)/octave
@enable_octave_TRUE@examples_octave_DATA = $(examples_octave)
all: all-am

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-bindings_octave_misc_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- bindings/octave/misc/Makefile.in.orig Wed May 3 03:08:08 2006
+++ bindings/octave/misc/Makefile.in Sat May 6 12:44:34 2006
@@ -139,6 +139,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -455,7 +456,7 @@ examples = \
rosenbrock.m
EXTRA_DIST = $(examples)
-@enable_octave_TRUE@examples_octavedir = $(DATA_DIR)/examples/octave
+@enable_octave_TRUE@examples_octavedir = $(EXAMPLE_DIR)/octave
@enable_octave_TRUE@examples_octave_DATA = $(examples)
all: all-am

View File

@ -0,0 +1,131 @@
$OpenBSD: patch-configure,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- configure.orig Wed May 3 03:08:38 2006
+++ configure Sat May 6 12:50:34 2006
@@ -468,7 +468,7 @@ ac_includes_default="\
# include <unistd.h>
#endif"
-ac_subst_vars='CONFTEST SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS RELEASE_DATE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar SOVERSION CPP_SOVERSION F77_SOVERSION CSIRO_SOVERSION PLPLOTGNOME_SOVERSION PLPLOT_TCL_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE cc_is_gcc_TRUE cc_is_gcc_FALSE has_file_cmd subdirs INCLTDL LIBLTDL build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL with_ltdlsystem_TRUE with_ltdlsystem_FALSE PTHREADLIBS FREETYPEINCCMD FREETYPELIBCMD UNICODE_CONFIG UNICODEINCS UNICODELIBS QHULLLIBS NNLIBS CSALIBS with_csa_TRUE with_csa_FALSE with_qhull_TRUE with_qhull_FALSE LIB_TAG with_double_TRUE with_double_FALSE RPATH RPATHCMD with_rpath_TRUE with_rpath_FALSE DATA_DIR LIB_DIR INCLUDE_DIR TCL_DIR DRV_DIR DOC_DIR BUILD_DIR LIB_DIR_CMD INCLUDE_DIR_CMD LIB_HARDDIR DRV_HARDDIR PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_CPPFLAGS PYTHON_LDFLAGS PYTHON_SITE_PKG PYTHON_EXTRA_LIBS PYTHON_EXTRA_LDFLAGS PYTHON_INSTDIR enable_python PYTHONINCCMD NUMERICINCCMD enable_python_TRUE enable_python_FALSE darwin_os_TRUE darwin_os_FALSE JAVAC JAR JAVAINCCMD enable_java JAVAWRAPPER_DIR JAVAWRAPPER_HARDDIR JAVADATA_HARDDIR PLPLOTJAVAC_WRAP_DLL enable_java_TRUE enable_java_FALSE SWIG SWIG_LIB has_matwrap has_mkoctfile has_octave OCTAVE MATWRAP MKOCTFILE OCTAVE_VERSION OCTAVE_OCT_DIR OCTAVE_M_DIR PLPLOT_OCTAVE_DIR enable_octave enable_octave_TRUE enable_octave_FALSE DEFINE_PL_DOUBLE MKOCTFILE_VARS MKINDEX ITCLINCCMD ITCLLIBCMD TCLINCCMD TCLLIBCMD enable_tcl DLNAME_LIBPLPLOT DLNAME_LIBPLPLOTD DLNAME_LIBPLPLOTTCLTK DLNAME_LIBPLPLOTTCLTKD enable_itcl_TRUE enable_itcl_FALSE enable_tcl_TRUE enable_tcl_FALSE found_kcc enable_cxx enable_cxx_TRUE enable_cxx_FALSE HAVE_F77PARSE_CL_TRUE HAVE_F77PARSE_CL_FALSE enable_f77 enable_f77_TRUE enable_f77_FALSE PERL enable_pdl enable_pdl_TRUE enable_pdl_FALSE PKG_CONFIG_CHECK pkg_config_true pkg_config_false PKG_CONFIG_DIR PKG_CONFIG_ENV with_pkg_config_TRUE with_pkg_config_FALSE STATIC_DRIVERS DYNAMIC_DRIVERS CDINCCMD CDLIBCMD PKG_CONFIG GCW_CFLAGS GCW_LIBS GCWTHREAD_CFLAGS GCWTHREAD_LIBS PYGCW_CFLAGS PYGCW_LIBS GNOME_PYTHON_CFLAGS GNOME_PYTHON_LIBS gcw_true gcw_false enable_gcw enable_gcw_TRUE enable_gcw_FALSE enable_pygcw_TRUE enable_pygcw_FALSE GDINCCMD GDLIBCMD GTK_CONFIG GNOME_LIBS GNOMEUI_LIBS GNOME_LIBDIR GNOME_INCLUDEDIR GNOME_CONFIG GNOME_APPLETS_LIBS GNOME_CAPPLET_LIBS GTK_CFLAGS GTK_LIBS GNOMELIBS enable_gnome_TRUE enable_gnome_FALSE LINUXVGALIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS enable_xwin_TRUE enable_xwin_FALSE ITKLIBCMD TKINCCMD TKLIBCMD enable_tk_TRUE enable_tk_FALSE enable_tkwin_TRUE enable_tkwin_FALSE PSTTF_CFLAGS PSTTF_LIBS enable_psttf GDI32INCCMD GDI32LIBCMD AQTINCCMD AQTLIBCMD WXWIDGETSINCCMD WXWIDGETSLIBCMD enable_dyndrivers_TRUE enable_dyndrivers_FALSE DIRNAME EXAMPLES_DIRECTORIES WWW_USER WWW_GROUP WWW_HOST WWW_DIR RSH RCP PLPLOT_WEBSITE XML_DECL JADELOG DSSSL_DTD_PUBID DB_SS_HTML_PUBID DB_SS_PRINT_PUBID DOCBOOK_DTD_PUBID SGML_CATALOGS HTML_EXT DOCBOOK2X_INC TARGETS has_perl ifGNUmake has_db2x_texixml DB2X_TEXIXML has_db2x_xsltproc DB2X_XSLTPROC has_openjade OPENJADE has_jadetex JADETEX has_pdfjadetex PDFJADETEX has_dvips DVIPS has_onsgmls ONSGMLS has_makeinfo BASE HTML_MANIFEST BASE_HTML INFO_MANIFEST BASE_INFO MAN_MANIFEST BASE_MAN MANVOL docbook_build_TRUE docbook_build_FALSE enable_docbook_TRUE enable_docbook_FALSE has_onsgmls_TRUE has_onsgmls_FALSE has_xml_pm_TRUE has_xml_pm_FALSE LIBOBJS LTLIBOBJS'
+ac_subst_vars='CONFTEST SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS RELEASE_DATE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar SOVERSION CPP_SOVERSION F77_SOVERSION CSIRO_SOVERSION PLPLOTGNOME_SOVERSION PLPLOT_TCL_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE cc_is_gcc_TRUE cc_is_gcc_FALSE has_file_cmd subdirs INCLTDL LIBLTDL build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL with_ltdlsystem_TRUE with_ltdlsystem_FALSE PTHREADLIBS FREETYPEINCCMD FREETYPELIBCMD UNICODE_CONFIG UNICODEINCS UNICODELIBS QHULLLIBS NNLIBS CSALIBS with_csa_TRUE with_csa_FALSE with_qhull_TRUE with_qhull_FALSE LIB_TAG with_double_TRUE with_double_FALSE RPATH RPATHCMD with_rpath_TRUE with_rpath_FALSE DATA_DIR LIB_DIR INCLUDE_DIR TCL_DIR DRV_DIR DOC_DIR BUILD_DIR LIB_DIR_CMD INCLUDE_DIR_CMD LIB_HARDDIR DRV_HARDDIR PYTHON PYTHON_VERSION PYTHON_PREFIX PYTHON_EXEC_PREFIX PYTHON_PLATFORM pythondir pkgpythondir pyexecdir pkgpyexecdir PYTHON_CPPFLAGS PYTHON_LDFLAGS PYTHON_SITE_PKG PYTHON_EXTRA_LIBS PYTHON_EXTRA_LDFLAGS PYTHON_INSTDIR enable_python PYTHONINCCMD NUMERICINCCMD enable_python_TRUE enable_python_FALSE darwin_os_TRUE darwin_os_FALSE JAVAC JAR JAVAINCCMD enable_java JAVAWRAPPER_DIR JAVAWRAPPER_HARDDIR JAVADATA_HARDDIR PLPLOTJAVAC_WRAP_DLL enable_java_TRUE enable_java_FALSE SWIG SWIG_LIB has_matwrap has_mkoctfile has_octave OCTAVE MATWRAP MKOCTFILE OCTAVE_VERSION OCTAVE_OCT_DIR OCTAVE_M_DIR PLPLOT_OCTAVE_DIR enable_octave enable_octave_TRUE enable_octave_FALSE DEFINE_PL_DOUBLE MKOCTFILE_VARS MKINDEX ITCLINCCMD ITCLLIBCMD TCLINCCMD TCLLIBCMD enable_tcl DLNAME_LIBPLPLOT DLNAME_LIBPLPLOTD DLNAME_LIBPLPLOTTCLTK DLNAME_LIBPLPLOTTCLTKD enable_itcl_TRUE enable_itcl_FALSE enable_tcl_TRUE enable_tcl_FALSE found_kcc enable_cxx enable_cxx_TRUE enable_cxx_FALSE HAVE_F77PARSE_CL_TRUE HAVE_F77PARSE_CL_FALSE enable_f77 enable_f77_TRUE enable_f77_FALSE PERL enable_pdl enable_pdl_TRUE enable_pdl_FALSE PKG_CONFIG_CHECK pkg_config_true pkg_config_false PKG_CONFIG_DIR PKG_CONFIG_ENV with_pkg_config_TRUE with_pkg_config_FALSE STATIC_DRIVERS DYNAMIC_DRIVERS CDINCCMD CDLIBCMD PKG_CONFIG GCW_CFLAGS GCW_LIBS GCWTHREAD_CFLAGS GCWTHREAD_LIBS PYGCW_CFLAGS PYGCW_LIBS GNOME_PYTHON_CFLAGS GNOME_PYTHON_LIBS gcw_true gcw_false enable_gcw enable_gcw_TRUE enable_gcw_FALSE enable_pygcw_TRUE enable_pygcw_FALSE GDINCCMD GDLIBCMD GTK_CONFIG GNOME_LIBS GNOMEUI_LIBS GNOME_LIBDIR GNOME_INCLUDEDIR GNOME_CONFIG GNOME_APPLETS_LIBS GNOME_CAPPLET_LIBS GTK_CFLAGS GTK_LIBS GNOMELIBS enable_gnome_TRUE enable_gnome_FALSE LINUXVGALIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS enable_xwin_TRUE enable_xwin_FALSE ITKLIBCMD TKINCCMD TKLIBCMD enable_tk_TRUE enable_tk_FALSE enable_tkwin_TRUE enable_tkwin_FALSE PSTTF_CFLAGS PSTTF_LIBS enable_psttf GDI32INCCMD GDI32LIBCMD AQTINCCMD AQTLIBCMD WXWIDGETSINCCMD WXWIDGETSLIBCMD enable_dyndrivers_TRUE enable_dyndrivers_FALSE DIRNAME EXAMPLE_DIR EXAMPLES_DIRECTORIES WWW_USER WWW_GROUP WWW_HOST WWW_DIR RSH RCP PLPLOT_WEBSITE XML_DECL JADELOG DSSSL_DTD_PUBID DB_SS_HTML_PUBID DB_SS_PRINT_PUBID DOCBOOK_DTD_PUBID SGML_CATALOGS HTML_EXT DOCBOOK2X_INC TARGETS has_perl ifGNUmake has_db2x_texixml DB2X_TEXIXML has_db2x_xsltproc DB2X_XSLTPROC has_openjade OPENJADE has_jadetex JADETEX has_pdfjadetex PDFJADETEX has_dvips DVIPS has_onsgmls ONSGMLS has_makeinfo BASE HTML_MANIFEST BASE_HTML INFO_MANIFEST BASE_INFO MAN_MANIFEST BASE_MAN MANVOL docbook_build_TRUE docbook_build_FALSE enable_docbook_TRUE enable_docbook_FALSE has_onsgmls_TRUE has_onsgmls_FALSE has_xml_pm_TRUE has_xml_pm_FALSE LIBOBJS LTLIBOBJS'
ac_subst_files=''
# Initialize some variables set by options.
@@ -11587,6 +11587,14 @@ if test -z "$aix_libpath"; then aix_libp
fi
output_verbose_link_cmd='echo'
;;
+ openbsd*)
+ archive_cmds_CXX='$CC -shared -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
+ wlarc=
+ hardcode_libdir_flag_spec_CXX='-R$libdir'
+ hardcode_direct_CXX=yes
+ hardcode_shlibpath_var_CXX=no
+ output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
+ ;;
osf3*)
case $cc_basename in
KCC*)
@@ -20100,36 +20108,36 @@ with_freetype_symbol_bold_italic_font=ti
;;
*)
-with_freetype_sans_font=FreeSans.ttf
-with_freetype_sans_bold_font=FreeSansBold.ttf
-with_freetype_sans_oblique_font=FreeSansOblique.ttf
-with_freetype_sans_italic_font=FreeSansOblique.ttf
-with_freetype_sans_bold_oblique_font=FreeSansBoldOblique.ttf
-with_freetype_sans_bold_italic_font=FreeSansBoldOblique.ttf
-with_freetype_serif_font=FreeSerif.ttf
-with_freetype_serif_bold_font=FreeSerifBold.ttf
-with_freetype_serif_italic_font=FreeSerifItalic.ttf
-with_freetype_serif_oblique_font=FreeSerifItalic.ttf
-with_freetype_serif_bold_italic_font=FreeSerifBoldItalic.ttf
-with_freetype_serif_bold_oblique_font=FreeSerifBoldItalic.ttf
-with_freetype_mono_font=FreeMono.ttf
-with_freetype_mono_bold_font=FreeMonoBold.ttf
-with_freetype_mono_oblique_font=FreeMonoOblique.ttf
-with_freetype_mono_italic_font=FreeMonoOblique.ttf
-with_freetype_mono_bold_oblique_font=FreeMonoBoldOblique.ttf
-with_freetype_mono_bold_italic_font=FreeMonoBoldOblique.ttf
-with_freetype_script_font=FreeSerif.ttf
-with_freetype_script_bold_font=FreeSerifBold.ttf
-with_freetype_script_oblique_font=FreeSerifItalic.ttf
-with_freetype_script_italic_font=FreeSerifItalic.ttf
-with_freetype_script_bold_oblique_font=FreeSerifBoldItalic.ttf
-with_freetype_script_bold_italic_font=FreeSerifBoldItalic.ttf
-with_freetype_symbol_font=FreeSerif.ttf
-with_freetype_symbol_bold_font=FreeSerifBold.ttf
-with_freetype_symbol_oblique_font=FreeSerifItalic.ttf
-with_freetype_symbol_italic_font=FreeSerifItalic.ttf
-with_freetype_symbol_bold_oblique_font=FreeSerifBoldItalic.ttf
-with_freetype_symbol_bold_italic_font=FreeSerifBoldItalic.ttf
+#with_freetype_sans_font=FreeSans.ttf
+#with_freetype_sans_bold_font=FreeSansBold.ttf
+#with_freetype_sans_oblique_font=FreeSansOblique.ttf
+#with_freetype_sans_italic_font=FreeSansOblique.ttf
+#with_freetype_sans_bold_oblique_font=FreeSansBoldOblique.ttf
+#with_freetype_sans_bold_italic_font=FreeSansBoldOblique.ttf
+#with_freetype_serif_font=FreeSerif.ttf
+#with_freetype_serif_bold_font=FreeSerifBold.ttf
+#with_freetype_serif_italic_font=FreeSerifItalic.ttf
+#with_freetype_serif_oblique_font=FreeSerifItalic.ttf
+#with_freetype_serif_bold_italic_font=FreeSerifBoldItalic.ttf
+#with_freetype_serif_bold_oblique_font=FreeSerifBoldItalic.ttf
+#with_freetype_mono_font=FreeMono.ttf
+#with_freetype_mono_bold_font=FreeMonoBold.ttf
+#with_freetype_mono_oblique_font=FreeMonoOblique.ttf
+#with_freetype_mono_italic_font=FreeMonoOblique.ttf
+#with_freetype_mono_bold_oblique_font=FreeMonoBoldOblique.ttf
+#with_freetype_mono_bold_italic_font=FreeMonoBoldOblique.ttf
+#with_freetype_script_font=FreeSerif.ttf
+#with_freetype_script_bold_font=FreeSerifBold.ttf
+#with_freetype_script_oblique_font=FreeSerifItalic.ttf
+#with_freetype_script_italic_font=FreeSerifItalic.ttf
+#with_freetype_script_bold_oblique_font=FreeSerifBoldItalic.ttf
+#with_freetype_script_bold_italic_font=FreeSerifBoldItalic.ttf
+#with_freetype_symbol_font=FreeSerif.ttf
+#with_freetype_symbol_bold_font=FreeSerifBold.ttf
+#with_freetype_symbol_oblique_font=FreeSerifItalic.ttf
+#with_freetype_symbol_italic_font=FreeSerifItalic.ttf
+#with_freetype_symbol_bold_oblique_font=FreeSerifBoldItalic.ttf
+#with_freetype_symbol_bold_italic_font=FreeSerifBoldItalic.ttf
;;
esac
@@ -22644,8 +22652,9 @@ fi
-test -z "$DATA_DIR" && DATA_DIR='${datadir}/${PACKAGE}${VERSION}'
+test -z "$DATA_DIR" && DATA_DIR='${datadir}/${PACKAGE}'
+test -z "$EXAMPLE_DIR" && EXAMPLE_DIR='${datadir}/examples/${PACKAGE}'
test -z "$LIB_DIR" && LIB_DIR='${libdir}'
@@ -22658,7 +22667,7 @@ test -z "$BIN_DIR" && BIN_DIR='${bindir}
test -z "$TCL_DIR" && TCL_DIR="$DATA_DIR/tcl"
-test -z "$DRV_DIR" && DRV_DIR="$LIB_DIR/${PACKAGE}${VERSION}/drivers${LIB_TAG}"
+test -z "$DRV_DIR" && DRV_DIR="$LIB_DIR/${PACKAGE}/drivers${LIB_TAG}"
### Documentation directory
@@ -24439,7 +24448,7 @@ fi;
ITKLIBSTR=-litk
TKLIBSTR=-ltk
ITCLLIBSTR=-litcl
-TCLLIBSTR=-ltcl
+#TCLLIBSTR=-ltcl
# ----------------------------------------------------------------------------
# Make some guesses where the Tcl/Tk include files and libraries are.
@@ -37358,6 +37367,7 @@ s,@RPATHCMD@,$RPATHCMD,;t t
s,@with_rpath_TRUE@,$with_rpath_TRUE,;t t
s,@with_rpath_FALSE@,$with_rpath_FALSE,;t t
s,@DATA_DIR@,$DATA_DIR,;t t
+s,@EXAMPLE_DIR@,$EXAMPLE_DIR,;t t
s,@LIB_DIR@,$LIB_DIR,;t t
s,@INCLUDE_DIR@,$INCLUDE_DIR,;t t
s,@TCL_DIR@,$TCL_DIR,;t t

View File

@ -0,0 +1,25 @@
$OpenBSD: patch-drivers_pstex_c,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- drivers/pstex.c.orig Mon Jan 19 20:10:19 2004
+++ drivers/pstex.c Mon Apr 17 01:34:40 2006
@@ -229,7 +229,8 @@ proc_str (PLStream *pls, EscText *args)
fprintf(fp,"\\special{ps: 0 0 0 setrgbcolor}{");
fprintf(fp,"%% Your text follows:\n");
- fprintf(fp,"%s\n", cptr);
+ if (strlen(cptr) > 0)
+ fprintf(fp,"%s\n", cptr);
fprintf(fp,"}}}}");
/*
@@ -260,6 +261,11 @@ parse_str(const char *str, char *dest)
"psi", "Psi", "omega", "Omega"};
plgesc(&esc);
+
+ if (str == NULL) {
+ *tp = '\0';
+ return;
+ }
while (*str) {

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-examples_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- examples/Makefile.in.orig Wed May 3 03:08:17 2006
+++ examples/Makefile.in Sat May 6 12:44:34 2006
@@ -146,6 +146,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -457,7 +458,7 @@ with_qhull_TRUE = @with_qhull_TRUE@
with_rpath_FALSE = @with_rpath_FALSE@
with_rpath_TRUE = @with_rpath_TRUE@
SUBDIRS = c c++ f77 python tcl tk java perl
-examplesdir = $(DATA_DIR)/examples
+examplesdir = $(EXAMPLE_DIR)
dist_examples_DATA = Makefile.examples
all: all-recursive

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-examples_c++_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- examples/c++/Makefile.in.orig Wed May 3 03:08:19 2006
+++ examples/c++/Makefile.in Sat May 6 12:44:34 2006
@@ -333,6 +333,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -672,7 +673,7 @@ sources = \
x24.cc
@enable_cxx_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/include $(INCLTDL) -I$(top_srcdir)/bindings/c++
-@enable_cxx_TRUE@examples_cxxdir = $(DATA_DIR)/examples/c++
+@enable_cxx_TRUE@examples_cxxdir = $(EXAMPLE_DIR)/c++
@enable_cxx_TRUE@examples_cxx_DATA = \
@enable_cxx_TRUE@ $(sources) \
@enable_cxx_TRUE@ Makefile.examples

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-examples_c_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- examples/c/Makefile.in.orig Wed May 3 03:08:20 2006
+++ examples/c/Makefile.in Sat May 6 12:44:34 2006
@@ -267,6 +267,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -578,7 +579,7 @@ with_qhull_TRUE = @with_qhull_TRUE@
with_rpath_FALSE = @with_rpath_FALSE@
with_rpath_TRUE = @with_rpath_TRUE@
AM_CPPFLAGS = -I$(top_srcdir)/include $(INCLTDL)
-examples_cdir = $(DATA_DIR)/examples/c
+examples_cdir = $(EXAMPLE_DIR)/c
sources = \
plcdemos.h \
tutor.c \

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-examples_f77_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- examples/f77/Makefile.in.orig Wed May 3 03:08:22 2006
+++ examples/f77/Makefile.in Sat May 6 12:44:34 2006
@@ -280,6 +280,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -638,7 +639,7 @@ f77m4_sources = \
x23f.fm4
SUFFIXES = .fm4
-@enable_f77_TRUE@examples_f77dir = $(DATA_DIR)/examples/f77
+@enable_f77_TRUE@examples_f77dir = $(EXAMPLE_DIR)/f77
@enable_f77_TRUE@examples_f77_DATA = $(f77_examples) Makefile.examples
@enable_f77_TRUE@libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la
@enable_f77_TRUE@libplplotf77c = $(top_builddir)/bindings/f77/libplplotf77c$(LIB_TAG).la

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-examples_tcl_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- examples/tcl/Makefile.in.orig Wed May 3 03:08:25 2006
+++ examples/tcl/Makefile.in Sat May 6 12:44:34 2006
@@ -153,6 +153,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -463,7 +464,7 @@ with_qhull_FALSE = @with_qhull_FALSE@
with_qhull_TRUE = @with_qhull_TRUE@
with_rpath_FALSE = @with_rpath_FALSE@
with_rpath_TRUE = @with_rpath_TRUE@
-@enable_tcl_TRUE@examples_tcldir = $(DATA_DIR)/examples/tcl
+@enable_tcl_TRUE@examples_tcldir = $(EXAMPLE_DIR)/tcl
@enable_itcl_FALSE@@enable_tcl_TRUE@mkindex = ../../scripts/mktclIndex -tcl
@enable_itcl_TRUE@@enable_tcl_TRUE@mkindex = ../../scripts/mktclIndex -itcl
@enable_tcl_TRUE@dist_examples_tcl_DATA = \

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-examples_tk_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- examples/tk/Makefile.in.orig Wed May 3 03:08:26 2006
+++ examples/tk/Makefile.in Sat May 6 12:44:34 2006
@@ -170,6 +170,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -480,7 +481,7 @@ with_qhull_FALSE = @with_qhull_FALSE@
with_qhull_TRUE = @with_qhull_TRUE@
with_rpath_FALSE = @with_rpath_FALSE@
with_rpath_TRUE = @with_rpath_TRUE@
-@enable_tk_TRUE@examples_tkdir = $(DATA_DIR)/examples/tk
+@enable_tk_TRUE@examples_tkdir = $(EXAMPLE_DIR)/tk
@enable_itcl_FALSE@@enable_tk_TRUE@mkindex = $(top_srcdir)/scripts/mktclIndex -tcl
@enable_itcl_TRUE@@enable_tk_TRUE@mkindex = $(top_srcdir)/scripts/mktclIndex -itcl
@enable_tk_TRUE@check_DATA = \

View File

@ -0,0 +1,30 @@
$OpenBSD: patch-src_plcore_c,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- src/plcore.c.orig Tue Apr 25 17:35:06 2006
+++ src/plcore.c Sat May 6 12:44:35 2006
@@ -34,6 +34,8 @@
#define DEBUG
+#include <sys/param.h>
+
#define NEED_PLDEBUG
#include "plcore.h"
@@ -2091,7 +2093,7 @@ int plInBuildTree()
static int inBuildTree = 0;
if (inited == 0) {
- char currdir[256];
+ char currdir[MAXPATHLEN];
/* AM: getcwd has a somewhat strange status on Windows, its proper
name is _getcwd, this is a problem in the case of DLLs, like with
@@ -2101,7 +2103,7 @@ int plInBuildTree()
#define getcwd _getcwd
#endif
- if (getcwd(currdir, 256) == NULL) {
+ if (getcwd(currdir, sizeof(currdir)) == NULL) {
pldebug("plInBuildTree():", "Not enough buffer space");
} else if (strncmp(BUILD_DIR, currdir, strlen(BUILD_DIR)) == 0)
inBuildTree = 1;

View File

@ -0,0 +1,20 @@
$OpenBSD: patch-test_Makefile_in,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
--- test/Makefile.in.orig Wed May 3 03:08:32 2006
+++ test/Makefile.in Sat May 6 12:44:35 2006
@@ -147,6 +147,7 @@ CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATA_DIR = @DATA_DIR@
+EXAMPLE_DIR = @EXAMPLE_DIR@
DB2X_TEXIXML = @DB2X_TEXIXML@
DB2X_XSLTPROC = @DB2X_XSLTPROC@
DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
@@ -457,7 +458,7 @@ with_qhull_FALSE = @with_qhull_FALSE@
with_qhull_TRUE = @with_qhull_TRUE@
with_rpath_FALSE = @with_rpath_FALSE@
with_rpath_TRUE = @with_rpath_TRUE@
-examplesdir = $(DATA_DIR)/examples
+examplesdir = $(EXAMPLE_DIR)
scripts = test_c.sh $(am__append_1) $(am__append_2) $(am__append_3) \
$(am__append_4) $(am__append_5) $(am__append_6) \
$(am__append_7)

23
math/plplot/pkg/DESCR Normal file
View File

@ -0,0 +1,23 @@
PLplot is a library of functions that are useful for making scientific
plots.
PLplot can be used from within compiled languages such as C, C++,
Fortran and Java, and interactively from interpreted languages such
as Octave, Python, Perl and Tcl.
The PLplot library can be used to create standard x-y plots, semilog
plots, log-log plots, contour plots, 3D surface plots, mesh plots,
bar charts and pie charts. Multiple graphs (of the same or different
sizes) may be placed on a single page with multiple lines in each
graph.
A variety of output file devices such as Postscript, png, jpeg,
LaTeX and others, as well as interactive devices such as xwin, tk,
xterm and Tektronics devices are supported. New devices can be
easily added by writing a small number of device dependent routines.
There are almost 2000 characters in the extended character set.
This includes four different fonts, the Greek alphabet and a host
of mathematical, musical, and other symbols. Some devices support
their own way of dealing with text, such as the Postscript and LaTeX
drivers, or the png and jpeg drivers that use the Freetype library.

View File

@ -0,0 +1 @@
C++ interface to the plplot library.

View File

@ -0,0 +1 @@
Fortran 77 interface to the plplot library.

View File

@ -0,0 +1 @@
Octave bindings for the plplot library.

View File

@ -0,0 +1 @@
Tcl bindings for the plplot library.

487
math/plplot/pkg/PLIST Normal file
View File

@ -0,0 +1,487 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
bin/plm2gif
bin/plplot-config
bin/plplot_libtool
bin/plpr
bin/plrender
bin/pltek
bin/pstex2eps
include/plplot/
include/plplot/disptab.h
include/plplot/drivers.h
include/plplot/gcw.h
include/plplot/pdf.h
include/plplot/plConfig.h
include/plplot/plDevs.h
include/plplot/pldebug.h
include/plplot/plevent.h
include/plplot/plplot.h
include/plplot/plplotP.h
include/plplot/plplotcanvas.h
include/plplot/plstream.h
include/plplot/plstrm.h
include/plplot/pltcl.h
include/plplot/plxwd.h
include/plplot/tclMatrix.h
lib/libcsirocsa.a
lib/libcsirocsa.la
@lib lib/libcsirocsa.so.${LIBcsirocsa_VERSION}
lib/libplplotd.a
lib/libplplotd.la
@lib lib/libplplotd.so.${LIBplplotd_VERSION}
lib/plplot/
lib/plplot/driversd/
lib/plplot/driversd/gd.la
lib/plplot/driversd/gd.rc
lib/plplot/driversd/gd.so
lib/plplot/driversd/hpgl.la
lib/plplot/driversd/hpgl.rc
lib/plplot/driversd/hpgl.so
lib/plplot/driversd/mem.la
lib/plplot/driversd/mem.rc
lib/plplot/driversd/mem.so
lib/plplot/driversd/null.la
lib/plplot/driversd/null.rc
lib/plplot/driversd/null.so
lib/plplot/driversd/pbm.la
lib/plplot/driversd/pbm.rc
lib/plplot/driversd/pbm.so
lib/plplot/driversd/plmeta.la
lib/plplot/driversd/plmeta.rc
lib/plplot/driversd/plmeta.so
lib/plplot/driversd/ps.la
lib/plplot/driversd/ps.rc
lib/plplot/driversd/ps.so
lib/plplot/driversd/pstex.la
lib/plplot/driversd/pstex.rc
lib/plplot/driversd/pstex.so
lib/plplot/driversd/xfig.la
lib/plplot/driversd/xfig.rc
lib/plplot/driversd/xfig.so
lib/plplot/driversd/xwin.la
lib/plplot/driversd/xwin.rc
lib/plplot/driversd/xwin.so
@man man/man1/plm2gif.1
@man man/man1/plplot_libtool.1
@man man/man1/plpr.1
@man man/man1/plrender.1
@man man/man1/plserver.1
@man man/man1/pltcl.1
@man man/man1/pltek.1
@man man/man1/pstex2eps.1
@man man/man3/pl_setcontlabelformat.3
@man man/man3/pl_setcontlabelparam.3
@man man/man3/pladv.3
@man man/man3/plaxes.3
@man man/man3/plbin.3
@man man/man3/plbop.3
@man man/man3/plbox.3
@man man/man3/plbox3.3
@man man/man3/plcalc_world.3
@man man/man3/plclear.3
@man man/man3/plcol0.3
@man man/man3/plcol1.3
@man man/man3/plcont.3
@man man/man3/plcpstrm.3
@man man/man3/plend.3
@man man/man3/plend1.3
@man man/man3/plenv.3
@man man/man3/plenv0.3
@man man/man3/pleop.3
@man man/man3/plerrx.3
@man man/man3/plerry.3
@man man/man3/plfamadv.3
@man man/man3/plfill.3
@man man/man3/plfill3.3
@man man/man3/plflush.3
@man man/man3/plfont.3
@man man/man3/plfontld.3
@man man/man3/plgchr.3
@man man/man3/plgcol0.3
@man man/man3/plgcolbg.3
@man man/man3/plgcompression.3
@man man/man3/plgdev.3
@man man/man3/plgdidev.3
@man man/man3/plgdiori.3
@man man/man3/plgdiplt.3
@man man/man3/plgfam.3
@man man/man3/plgfci.3
@man man/man3/plgfnam.3
@man man/man3/plglevel.3
@man man/man3/plgpage.3
@man man/man3/plgra.3
@man man/man3/plgriddata.3
@man man/man3/plgspa.3
@man man/man3/plgstrm.3
@man man/man3/plgver.3
@man man/man3/plgvpd.3
@man man/man3/plgvpw.3
@man man/man3/plgxax.3
@man man/man3/plgyax.3
@man man/man3/plgzax.3
@man man/man3/plhist.3
@man man/man3/plhlsrgb.3
@man man/man3/plinit.3
@man man/man3/pljoin.3
@man man/man3/pllab.3
@man man/man3/pllightsource.3
@man man/man3/plline.3
@man man/man3/plline3.3
@man man/man3/pllsty.3
@man man/man3/plmap.3
@man man/man3/plmeridians.3
@man man/man3/plmesh.3
@man man/man3/plmeshc.3
@man man/man3/plmkstrm.3
@man man/man3/plmtex.3
@man man/man3/plot3d.3
@man man/man3/plot3dc.3
@man man/man3/plparseopts.3
@man man/man3/plpat.3
@man man/man3/plplot.3
@man man/man3/plpoin.3
@man man/man3/plpoin3.3
@man man/man3/plpoly3.3
@man man/man3/plprec.3
@man man/man3/plpsty.3
@man man/man3/plptex.3
@man man/man3/plreplot.3
@man man/man3/plrgbhls.3
@man man/man3/plschr.3
@man man/man3/plscmap0.3
@man man/man3/plscmap0n.3
@man man/man3/plscmap1.3
@man man/man3/plscmap1l.3
@man man/man3/plscmap1n.3
@man man/man3/plscol0.3
@man man/man3/plscolbg.3
@man man/man3/plscolor.3
@man man/man3/plscompression.3
@man man/man3/plsdev.3
@man man/man3/plsdidev.3
@man man/man3/plsdimap.3
@man man/man3/plsdiori.3
@man man/man3/plsdiplt.3
@man man/man3/plsdiplz.3
@man man/man3/plsesc.3
@man man/man3/plsetopt.3
@man man/man3/plsfam.3
@man man/man3/plsfci.3
@man man/man3/plsfnam.3
@man man/man3/plshade.3
@man man/man3/plshade1.3
@man man/man3/plshades.3
@man man/man3/plsmaj.3
@man man/man3/plsmem.3
@man man/man3/plsmin.3
@man man/man3/plsori.3
@man man/man3/plspage.3
@man man/man3/plspause.3
@man man/man3/plsstrm.3
@man man/man3/plssub.3
@man man/man3/plssym.3
@man man/man3/plstar.3
@man man/man3/plstart.3
@man man/man3/plstripa.3
@man man/man3/plstripc.3
@man man/man3/plstripd.3
@man man/man3/plstyl.3
@man man/man3/plsurf3d.3
@man man/man3/plsvect.3
@man man/man3/plsvpa.3
@man man/man3/plsxax.3
@man man/man3/plsyax.3
@man man/man3/plsym.3
@man man/man3/plszax.3
@man man/man3/pltext.3
@man man/man3/plvasp.3
@man man/man3/plvect.3
@man man/man3/plvpas.3
@man man/man3/plvpor.3
@man man/man3/plvsta.3
@man man/man3/plw3d.3
@man man/man3/plwid.3
@man man/man3/plwind.3
@man man/man3/plxormod.3
share/doc/plplot/
share/doc/plplot/AUTHORS
share/doc/plplot/COPYING.LIB
share/doc/plplot/ChangeLog
share/doc/plplot/Copyright
share/doc/plplot/FAQ
share/doc/plplot/NEWS
share/doc/plplot/PROBLEMS
share/doc/plplot/README
share/doc/plplot/README.1st.csa
share/doc/plplot/README.csa
share/doc/plplot/README.drivers
share/doc/plplot/README.release
share/doc/plplot/README.wxwidgets
share/doc/plplot/html/
share/doc/plplot/html/acquiring-plplot.html
share/doc/plplot/html/advanced.html
share/doc/plplot/html/api-c.html
share/doc/plplot/html/api-compat.html
share/doc/plplot/html/api-fortran.html
share/doc/plplot/html/api-obsolete.html
share/doc/plplot/html/api.html
share/doc/plplot/html/aqt-driver.html
share/doc/plplot/html/bibliography.html
share/doc/plplot/html/c.html
share/doc/plplot/html/characters.html
share/doc/plplot/html/color.html
share/doc/plplot/html/contour-plots.html
share/doc/plplot/html/copyrights.html
share/doc/plplot/html/cpluscplus-design.html
share/doc/plplot/html/cpluscplus-specializing.html
share/doc/plplot/html/cpluscplus-status.html
share/doc/plplot/html/cplusplus.html
share/doc/plplot/html/credits.html
share/doc/plplot/html/custom-extensions-tcl.html
share/doc/plplot/html/deploying.html
share/doc/plplot/html/drawing.html
share/doc/plplot/html/error.html
share/doc/plplot/html/extended-wish.html
share/doc/plplot/html/extensions-tcl.html
share/doc/plplot/html/fill-pattern.html
share/doc/plplot/html/finishing.html
share/doc/plplot/html/fortran.html
share/doc/plplot/html/freetype-notes.html
share/doc/plplot/html/gcw-driver.html
share/doc/plplot/html/gd-driver.html
share/doc/plplot/html/gui.html
share/doc/plplot/html/index.html
share/doc/plplot/html/initializing.html
share/doc/plplot/html/installing.html
share/doc/plplot/html/intro.html
share/doc/plplot/html/introduction-itcl.html
share/doc/plplot/html/introduction-tk.html
share/doc/plplot/html/labelling.html
share/doc/plplot/html/line-attributes.html
share/doc/plplot/html/organization.html
share/doc/plplot/html/os-notes.html
share/doc/plplot/html/output-devices.html
share/doc/plplot/html/output-drivers.html
share/doc/plplot/html/p148.html
share/doc/plplot/html/p2432.html
share/doc/plplot/html/p3225.html
share/doc/plplot/html/p56.html
share/doc/plplot/html/perl.html
share/doc/plplot/html/pl_setcontlabelparam.html
share/doc/plplot/html/plabort.html
share/doc/plplot/html/pladv.html
share/doc/plplot/html/plaxes.html
share/doc/plplot/html/plbin.html
share/doc/plplot/html/plbop.html
share/doc/plplot/html/plbox.html
share/doc/plplot/html/plbox3.html
share/doc/plplot/html/plcalc_world.html
share/doc/plplot/html/plclear.html
share/doc/plplot/html/plcol.html
share/doc/plplot/html/plcol0.html
share/doc/plplot/html/plcol1.html
share/doc/plplot/html/plcon1.html
share/doc/plplot/html/plcon2.html
share/doc/plplot/html/plcont.html
share/doc/plplot/html/plcontfortran.html
share/doc/plplot/html/plcpstrm.html
share/doc/plplot/html/plend.html
share/doc/plplot/html/plend1.html
share/doc/plplot/html/plenv.html
share/doc/plplot/html/plenv0.html
share/doc/plplot/html/pleop.html
share/doc/plplot/html/plerrx.html
share/doc/plplot/html/plerry.html
share/doc/plplot/html/plexit.html
share/doc/plplot/html/plfamadv.html
share/doc/plplot/html/plfill.html
share/doc/plplot/html/plfill3.html
share/doc/plplot/html/plflush.html
share/doc/plplot/html/plfont.html
share/doc/plplot/html/plfontld.html
share/doc/plplot/html/plgchr.html
share/doc/plplot/html/plgcol0.html
share/doc/plplot/html/plgcolbg.html
share/doc/plplot/html/plgcompression.html
share/doc/plplot/html/plgdev.html
share/doc/plplot/html/plgdidev.html
share/doc/plplot/html/plgdiori.html
share/doc/plplot/html/plgdiplt.html
share/doc/plplot/html/plgfam.html
share/doc/plplot/html/plgfci.html
share/doc/plplot/html/plgfile.html
share/doc/plplot/html/plgfnam.html
share/doc/plplot/html/plglevel.html
share/doc/plplot/html/plgpage.html
share/doc/plplot/html/plgra.html
share/doc/plplot/html/plgriddata.html
share/doc/plplot/html/plgspa.html
share/doc/plplot/html/plgstrm.html
share/doc/plplot/html/plgver.html
share/doc/plplot/html/plgvpd.html
share/doc/plplot/html/plgvpw.html
share/doc/plplot/html/plgxax.html
share/doc/plplot/html/plgyax.html
share/doc/plplot/html/plgzax.html
share/doc/plplot/html/plhist.html
share/doc/plplot/html/plhls.html
share/doc/plplot/html/plhls_rgb.html
share/doc/plplot/html/plhlsrgb.html
share/doc/plplot/html/plinit.html
share/doc/plplot/html/pljoin.html
share/doc/plplot/html/pllab.html
share/doc/plplot/html/pllightsource.html
share/doc/plplot/html/plline.html
share/doc/plplot/html/plline3.html
share/doc/plplot/html/pllsty.html
share/doc/plplot/html/plmap.html
share/doc/plplot/html/plmeridians.html
share/doc/plplot/html/plmesh.html
share/doc/plplot/html/plmeshc.html
share/doc/plplot/html/plmeshfortran.html
share/doc/plplot/html/plmkstrm.html
share/doc/plplot/html/plmtex.html
share/doc/plplot/html/plot3d.html
share/doc/plplot/html/plot3dc.html
share/doc/plplot/html/plot3dfortran.html
share/doc/plplot/html/plp_getinitdriverlist.html
share/doc/plplot/html/plpage.html
share/doc/plplot/html/plparseopts.html
share/doc/plplot/html/plparseoptsfortran.html
share/doc/plplot/html/plpat.html
share/doc/plplot/html/plpoin.html
share/doc/plplot/html/plpoin3.html
share/doc/plplot/html/plpoly3.html
share/doc/plplot/html/plprec.html
share/doc/plplot/html/plpsty.html
share/doc/plplot/html/plptex.html
share/doc/plplot/html/plreplot.html
share/doc/plplot/html/plrgb.html
share/doc/plplot/html/plrgb1.html
share/doc/plplot/html/plrgbhls.html
share/doc/plplot/html/plsabort.html
share/doc/plplot/html/plschr.html
share/doc/plplot/html/plscmap0.html
share/doc/plplot/html/plscmap0n.html
share/doc/plplot/html/plscmap1.html
share/doc/plplot/html/plscmap1l.html
share/doc/plplot/html/plscmap1n.html
share/doc/plplot/html/plscol0.html
share/doc/plplot/html/plscolbg.html
share/doc/plplot/html/plscolor.html
share/doc/plplot/html/plscompression.html
share/doc/plplot/html/plsdev.html
share/doc/plplot/html/plsdidev.html
share/doc/plplot/html/plsdimap.html
share/doc/plplot/html/plsdiori.html
share/doc/plplot/html/plsdiplt.html
share/doc/plplot/html/plsdiplz.html
share/doc/plplot/html/plsesc.html
share/doc/plplot/html/plsescfortran.html
share/doc/plplot/html/plsetopt.html
share/doc/plplot/html/plsexit.html
share/doc/plplot/html/plsfam.html
share/doc/plplot/html/plsfci.html
share/doc/plplot/html/plsfile.html
share/doc/plplot/html/plsfnam.html
share/doc/plplot/html/plshade.html
share/doc/plplot/html/plshade1.html
share/doc/plplot/html/plshades.html
share/doc/plplot/html/plsmaj.html
share/doc/plplot/html/plsmem.html
share/doc/plplot/html/plsmin.html
share/doc/plplot/html/plsori.html
share/doc/plplot/html/plspage.html
share/doc/plplot/html/plspause.html
share/doc/plplot/html/plsstrm.html
share/doc/plplot/html/plssub.html
share/doc/plplot/html/plssym.html
share/doc/plplot/html/plstar.html
share/doc/plplot/html/plstart.html
share/doc/plplot/html/plstripa.html
share/doc/plplot/html/plstripc.html
share/doc/plplot/html/plstripd.html
share/doc/plplot/html/plstyl.html
share/doc/plplot/html/plsurf3d.html
share/doc/plplot/html/plsvect.html
share/doc/plplot/html/plsvpa.html
share/doc/plplot/html/plsxax.html
share/doc/plplot/html/plsyax.html
share/doc/plplot/html/plsym.html
share/doc/plplot/html/plszax.html
share/doc/plplot/html/pltext.html
share/doc/plplot/html/pltr0.html
share/doc/plplot/html/pltr1.html
share/doc/plplot/html/pltr2.html
share/doc/plplot/html/plvasp.html
share/doc/plplot/html/plvec0.html
share/doc/plplot/html/plvec1.html
share/doc/plplot/html/plvec2.html
share/doc/plplot/html/plvect.html
share/doc/plplot/html/plvectfortran.html
share/doc/plplot/html/plvpas.html
share/doc/plplot/html/plvpor.html
share/doc/plplot/html/plvsta.html
share/doc/plplot/html/plw3d.html
share/doc/plplot/html/plwid.html
share/doc/plplot/html/plwind.html
share/doc/plplot/html/plxormod.html
share/doc/plplot/html/python.html
share/doc/plplot/html/scales.html
share/doc/plplot/html/simple.html
share/doc/plplot/html/tcl-contouring.html
share/doc/plplot/html/tcl-extension.html
share/doc/plplot/html/tcl-overview.html
share/doc/plplot/html/tcl-understanding.html
share/doc/plplot/html/tcl.html
share/doc/plplot/html/tk-driver.html
share/doc/plplot/html/tri-d-plots.html
share/doc/plplot/html/viewport_window.html
share/doc/plplot/html/wxwidgets-driver.html
share/doc/plplot/html/x-drivers.html
share/doc/plplot/html/x11424.html
share/examples/plplot/
share/examples/plplot/Makefile
share/examples/plplot/c/
share/examples/plplot/c/Makefile
share/examples/plplot/c/lena.pgm
share/examples/plplot/c/plcdemos.h
share/examples/plplot/c/tutor.c
share/examples/plplot/c/x01c.c
share/examples/plplot/c/x02c.c
share/examples/plplot/c/x03c.c
share/examples/plplot/c/x04c.c
share/examples/plplot/c/x05c.c
share/examples/plplot/c/x06c.c
share/examples/plplot/c/x07c.c
share/examples/plplot/c/x08c.c
share/examples/plplot/c/x09c.c
share/examples/plplot/c/x10c.c
share/examples/plplot/c/x11c.c
share/examples/plplot/c/x12c.c
share/examples/plplot/c/x13c.c
share/examples/plplot/c/x14c.c
share/examples/plplot/c/x15c.c
share/examples/plplot/c/x16c.c
share/examples/plplot/c/x17c.c
share/examples/plplot/c/x18c.c
share/examples/plplot/c/x19c.c
share/examples/plplot/c/x20c.c
share/examples/plplot/c/x21c.c
share/examples/plplot/c/x22c.c
share/examples/plplot/c/x23c.c
share/examples/plplot/c/x24c.c
share/examples/plplot/c/x25c.c
share/examples/plplot/plplot-test.sh
share/examples/plplot/test_c.sh
share/plplot/
share/plplot/cglobe.map
share/plplot/globe.map
share/plplot/pkgIndex.tcl
share/plplot/plstnd5.fnt
share/plplot/plxtnd5.fnt
share/plplot/tcl/
share/plplot/tcl/plplot.tcl
share/plplot/tcl/tclIndex
share/plplot/usa.map
share/plplot/usaglobe.map

34
math/plplot/pkg/PLIST-c++ Normal file
View File

@ -0,0 +1,34 @@
@comment $OpenBSD: PLIST-c++,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
lib/libplplotcxxd.a
lib/libplplotcxxd.la
@lib lib/libplplotcxxd.so.${LIBplplotcxxd_VERSION}
share/examples/plplot/c++/
share/examples/plplot/c++/Makefile
share/examples/plplot/c++/lena.pgm
share/examples/plplot/c++/plc++demos.h
share/examples/plplot/c++/x01.cc
share/examples/plplot/c++/x01cc.cc
share/examples/plplot/c++/x02.cc
share/examples/plplot/c++/x03.cc
share/examples/plplot/c++/x04.cc
share/examples/plplot/c++/x05.cc
share/examples/plplot/c++/x06.cc
share/examples/plplot/c++/x07.cc
share/examples/plplot/c++/x08.cc
share/examples/plplot/c++/x09.cc
share/examples/plplot/c++/x10.cc
share/examples/plplot/c++/x11.cc
share/examples/plplot/c++/x12.cc
share/examples/plplot/c++/x13.cc
share/examples/plplot/c++/x14.cc
share/examples/plplot/c++/x15.cc
share/examples/plplot/c++/x16.cc
share/examples/plplot/c++/x17.cc
share/examples/plplot/c++/x18.cc
share/examples/plplot/c++/x19.cc
share/examples/plplot/c++/x20.cc
share/examples/plplot/c++/x21.cc
share/examples/plplot/c++/x22.cc
share/examples/plplot/c++/x23.cc
share/examples/plplot/c++/x24.cc
share/examples/plplot/test_cxx.sh

31
math/plplot/pkg/PLIST-f77 Normal file
View File

@ -0,0 +1,31 @@
@comment $OpenBSD: PLIST-f77,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
lib/libplplotf77cd.a
lib/libplplotf77cd.la
@lib lib/libplplotf77cd.so.${LIBplplotf77cd_VERSION}
lib/libplplotf77d.a
lib/libplplotf77d.la
@lib lib/libplplotf77d.so.${LIBplplotf77d_VERSION}
share/examples/plplot/f77/
share/examples/plplot/f77/Makefile
share/examples/plplot/f77/x01f.f
share/examples/plplot/f77/x02f.f
share/examples/plplot/f77/x03f.f
share/examples/plplot/f77/x04f.f
share/examples/plplot/f77/x05f.f
share/examples/plplot/f77/x06f.f
share/examples/plplot/f77/x07f.f
share/examples/plplot/f77/x08f.f
share/examples/plplot/f77/x09f.f
share/examples/plplot/f77/x10f.f
share/examples/plplot/f77/x11f.f
share/examples/plplot/f77/x12f.f
share/examples/plplot/f77/x13f.f
share/examples/plplot/f77/x14f.f
share/examples/plplot/f77/x15f.f
share/examples/plplot/f77/x16af.f
share/examples/plplot/f77/x16f.f
share/examples/plplot/f77/x17f.f
share/examples/plplot/f77/x18f.f
share/examples/plplot/f77/x22f.f
share/examples/plplot/f77/x23f.f
share/examples/plplot/test_f77.sh

View File

@ -0,0 +1,185 @@
@comment $OpenBSD: PLIST-octave,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
libexec/octave/
libexec/octave/site/
libexec/octave/site/oct/
libexec/octave/site/oct/${GNU_ARCH}/
libexec/octave/site/oct/${GNU_ARCH}/plplot_octave.oct
share/doc/plplot/BUGS.octave
share/doc/plplot/FGA.octave
share/doc/plplot/INSTALL.octave
share/doc/plplot/README.octave
share/doc/plplot/ToDo.octave
share/doc/plplot/USAGE.octave
share/examples/plplot/octave/
share/examples/plplot/octave/diffn.m
share/examples/plplot/octave/gradn.m
share/examples/plplot/octave/lena.img
share/examples/plplot/octave/p1.m
share/examples/plplot/octave/p10.m
share/examples/plplot/octave/p11.m
share/examples/plplot/octave/p12.m
share/examples/plplot/octave/p13.m
share/examples/plplot/octave/p14.m
share/examples/plplot/octave/p15.m
share/examples/plplot/octave/p16.m
share/examples/plplot/octave/p17.m
share/examples/plplot/octave/p18.m
share/examples/plplot/octave/p19.m
share/examples/plplot/octave/p2.m
share/examples/plplot/octave/p20.m
share/examples/plplot/octave/p21.m
share/examples/plplot/octave/p3.m
share/examples/plplot/octave/p4.m
share/examples/plplot/octave/p5.m
share/examples/plplot/octave/p6.m
share/examples/plplot/octave/p7.m
share/examples/plplot/octave/p8.m
share/examples/plplot/octave/p9.m
share/examples/plplot/octave/plplot_octave_demo.m
share/examples/plplot/octave/rosenbrock.m
share/examples/plplot/octave/x01c.m
share/examples/plplot/octave/x02c.m
share/examples/plplot/octave/x03c.m
share/examples/plplot/octave/x04c.m
share/examples/plplot/octave/x05c.m
share/examples/plplot/octave/x06c.m
share/examples/plplot/octave/x07c.m
share/examples/plplot/octave/x08c.m
share/examples/plplot/octave/x09c.m
share/examples/plplot/octave/x10c.m
share/examples/plplot/octave/x11c.m
share/examples/plplot/octave/x12c.m
share/examples/plplot/octave/x13c.m
share/examples/plplot/octave/x14c.m
share/examples/plplot/octave/x15c.m
share/examples/plplot/octave/x16c.m
share/examples/plplot/octave/x17c.m
share/examples/plplot/octave/x18c.m
share/examples/plplot/octave/x19c.m
share/examples/plplot/test_octave.sh
share/octave/
share/octave/site/
share/octave/site/m/
share/octave/site/m/PLplot/
share/octave/site/m/PLplot/plplot_octave_path.m
share/octave/site/m/PLplot/toggle_plplot_use.m
share/octave/site/m/PLplot/use_plplot.m
share/plplot_octave/
share/plplot_octave/arrow.m
share/plplot_octave/arrows.m
share/plplot_octave/autostyle.m
share/plplot_octave/axis.m
share/plplot_octave/axis_set.m
share/plplot_octave/bgr.m
share/plplot_octave/blue.m
share/plplot_octave/bone.m
share/plplot_octave/bottom_title.m
share/plplot_octave/clip.m
share/plplot_octave/closeallfig.m
share/plplot_octave/closefig.m
share/plplot_octave/colormap.m
share/plplot_octave/comet.m
share/plplot_octave/contour.m
share/plplot_octave/cool.m
share/plplot_octave/copper.m
share/plplot_octave/drawnow.m
share/plplot_octave/fig.m
share/plplot_octave/fig_raise.m
share/plplot_octave/fig_state.m
share/plplot_octave/figure.m
share/plplot_octave/fill.m
share/plplot_octave/free_fig.m
share/plplot_octave/ginput.m
share/plplot_octave/green.m
share/plplot_octave/grid.m
share/plplot_octave/griddata.m
share/plplot_octave/gtext.m
share/plplot_octave/hls2rgb.m
share/plplot_octave/hot.m
share/plplot_octave/hsv.m
share/plplot_octave/label_plot.m
share/plplot_octave/legend.m
share/plplot_octave/loglog.m
share/plplot_octave/lp_setup.m
share/plplot_octave/mesh.m
share/plplot_octave/meshc.m
share/plplot_octave/meshz.m
share/plplot_octave/mplot.m
share/plplot_octave/multiplot.m
share/plplot_octave/oneplot.m
share/plplot_octave/peaks.m
share/plplot_octave/pink.m
share/plplot_octave/plclearplot.m
share/plplot_octave/plclg.m
share/plplot_octave/plcolormap.m
share/plplot_octave/pldef.m
share/plplot_octave/plimage.m
share/plplot_octave/plot.m
share/plplot_octave/plot3.m
share/plplot_octave/plot_border.m
share/plplot_octave/plot_margin.m
share/plplot_octave/plplot_stub.m
share/plplot_octave/plrb.m
share/plplot_octave/plsetopt.m
share/plplot_octave/polar.m
share/plplot_octave/prism.m
share/plplot_octave/red.m
share/plplot_octave/rgb2hls.m
share/plplot_octave/rgbplot.m
share/plplot_octave/save_fig.m
share/plplot_octave/semilogx.m
share/plplot_octave/semilogy.m
share/plplot_octave/set_view.m
share/plplot_octave/shade.m
share/plplot_octave/shading.m
share/plplot_octave/shg.m
share/plplot_octave/stopdraw.m
share/plplot_octave/stripc.m
share/plplot_octave/stripc_add.m
share/plplot_octave/stripc_del.m
share/plplot_octave/struct_contains.m
share/plplot_octave/subplot.m
share/plplot_octave/subwindow.m
share/plplot_octave/support/
share/plplot_octave/support/__comet.m
share/plplot_octave/support/__pl_contour.m
share/plplot_octave/support/__pl_draw_legend.m
share/plplot_octave/support/__pl_fill.m
share/plplot_octave/support/__pl_init.m
share/plplot_octave/support/__pl_logplotit.m
share/plplot_octave/support/__pl_matstr.m
share/plplot_octave/support/__pl_mesh.m
share/plplot_octave/support/__pl_meshplotit.m
share/plplot_octave/support/__pl_opt.m
share/plplot_octave/support/__pl_plenv.m
share/plplot_octave/support/__pl_plot3.m
share/plplot_octave/support/__pl_plotit.m
share/plplot_octave/support/__pl_pltext.m
share/plplot_octave/support/__pl_polargrid.m
share/plplot_octave/support/__pl_store.m
share/plplot_octave/support/__plr1__.m
share/plplot_octave/support/__plr2__.m
share/plplot_octave/support/__plr__.m
share/plplot_octave/support/__plt1__.m
share/plplot_octave/support/__plt2__.m
share/plplot_octave/support/__plt2mm__.m
share/plplot_octave/support/__plt2mv__.m
share/plplot_octave/support/__plt2ss__.m
share/plplot_octave/support/__plt2vm__.m
share/plplot_octave/support/__plt2vv__.m
share/plplot_octave/support/__plt__.m
share/plplot_octave/support/is_strmatrix.m
share/plplot_octave/support/is_strvector.m
share/plplot_octave/surf.m
share/plplot_octave/surfc.m
share/plplot_octave/surfl.m
share/plplot_octave/tdeblank.m
share/plplot_octave/text.m
share/plplot_octave/title.m
share/plplot_octave/top_title.m
share/plplot_octave/xlabel.m
share/plplot_octave/xticks.m
share/plplot_octave/ylabel.m
share/plplot_octave/yticks.m
share/plplot_octave/zlabel.m
share/plplot_octave/zoom.m

58
math/plplot/pkg/PLIST-tcl Normal file
View File

@ -0,0 +1,58 @@
@comment $OpenBSD: PLIST-tcl,v 1.1.1.1 2006/05/12 13:35:39 steven Exp $
bin/pltcl
lib/libplplottcltkd.a
lib/libplplottcltkd.la
@lib lib/libplplottcltkd.so.${LIBplplottcltkd_VERSION}
lib/libtclmatrixd.a
lib/libtclmatrixd.la
@lib lib/libtclmatrixd.so.${LIBtclmatrixd_VERSION}
share/examples/plplot/tcl/
share/examples/plplot/tcl/README.tcldemos
share/examples/plplot/tcl/plgrid.tcl
share/examples/plplot/tcl/plot.dat
share/examples/plplot/tcl/plot.tcl
share/examples/plplot/tcl/r.dat
share/examples/plplot/tcl/stats.log
share/examples/plplot/tcl/tclIndex
share/examples/plplot/tcl/tcldemos.tcl
share/examples/plplot/tcl/x01
share/examples/plplot/tcl/x01.tcl
share/examples/plplot/tcl/x02
share/examples/plplot/tcl/x02.tcl
share/examples/plplot/tcl/x03
share/examples/plplot/tcl/x03.tcl
share/examples/plplot/tcl/x04
share/examples/plplot/tcl/x04.tcl
share/examples/plplot/tcl/x05
share/examples/plplot/tcl/x05.tcl
share/examples/plplot/tcl/x06
share/examples/plplot/tcl/x06.tcl
share/examples/plplot/tcl/x07
share/examples/plplot/tcl/x07.tcl
share/examples/plplot/tcl/x08
share/examples/plplot/tcl/x08.tcl
share/examples/plplot/tcl/x09
share/examples/plplot/tcl/x09.tcl
share/examples/plplot/tcl/x10
share/examples/plplot/tcl/x10.tcl
share/examples/plplot/tcl/x11
share/examples/plplot/tcl/x11.tcl
share/examples/plplot/tcl/x12
share/examples/plplot/tcl/x12.tcl
share/examples/plplot/tcl/x13
share/examples/plplot/tcl/x13.tcl
share/examples/plplot/tcl/x14
share/examples/plplot/tcl/x14.tcl
share/examples/plplot/tcl/x15
share/examples/plplot/tcl/x15.tcl
share/examples/plplot/tcl/x16
share/examples/plplot/tcl/x16.tcl
share/examples/plplot/tcl/x17
share/examples/plplot/tcl/x17.tcl
share/examples/plplot/tcl/x18
share/examples/plplot/tcl/x18.tcl
share/examples/plplot/tcl/x19
share/examples/plplot/tcl/x19.tcl
share/examples/plplot/tcl/x22
share/examples/plplot/tcl/x22.tcl
share/examples/plplot/test_tcl.sh