5.6.1, mainly a bugfix release. i've done some light testing on i386 and
amd64. feedback welcome.

Index: Makefile
===================================================================
RCS file: /cvs/ports/math/plplot/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    2006/05/12 13:52:17     1.2
+++ Makefile    2006/06/01 05:03:27
@@ -8,7 +8,7 @@
 COMMENT-octave=        "Octave bindings for plplot"
 COMMENT-tcl=   "Tcl bindings for plplot"
 
-VERSION=       5.6.0
+VERSION=       5.6.1
 DISTNAME=      plplot-${VERSION}
 SHARED_LIBS=   csirocsa        0.1     \
                plplotcxxd      11.0    \
@@ -23,7 +23,7 @@
 PKGNAME-octave=        plplot-octave-${VERSION}
 PKGNAME-tcl=   plplot-tcl-${VERSION}
 
-CATEGORIES=    math
+CATEGORIES=    math graphics
 
 HOMEPAGE=      http://plplot.sourceforge.net/
 
@@ -47,7 +47,8 @@
 BUILD_DEPENDS= ::lang/tcl/${TCL_VERSION} \
                ::math/octave \
                ::graphics/gd \
-               ::print/ghostscript/gnu-fonts
+               ::print/ghostscript/gnu-fonts \
+               ::devel/pkgconfig
 RUN_DEPENDS=   ::print/ghostscript/gnu-fonts
 LIB_DEPENDS=   ltdl::devel/libtool,-ltdl
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/math/plplot/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    2006/05/12 13:35:38     1.1.1.1
+++ distinfo    2006/06/01 05:03:27
@@ -1,4 +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
+MD5 (plplot-5.6.1.tar.gz) = 51029b256f3333449de9bcd3e00c088f
+RMD160 (plplot-5.6.1.tar.gz) = 6111f871c2e5fcaabe3b1133f92ab266070211ee
+SHA1 (plplot-5.6.1.tar.gz) = fe1ed39939b34e43e426fa66c87b78ba6a98d89e
+SIZE (plplot-5.6.1.tar.gz) = 6357444
Index: patches/patch-bindings_Makefile_in
===================================================================
RCS file: patch-bindings_Makefile_in
diff -N patch-bindings_Makefile_in
--- /dev/null   Sat Aug 30 18:16:59 1997
+++ patch-bindings_Makefile_in  Thu Jun  1 05:03:27 2006
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- bindings/Makefile.in.orig  Thu Jun  1 06:49:20 2006
++++ bindings/Makefile.in       Thu Jun  1 06:49:33 2006
+@@ -463,7 +463,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@
+-SUBDIRS = c++ f77 f95 python tcl tk octave java gnome2
++SUBDIRS = c++ f77 python tcl tk octave java gnome2
+ abovedatadir = $(DATA_DIR)
+ @[EMAIL PROTECTED] = tcl/pkgIndex.tcl
+ @[EMAIL PROTECTED] = tk/pkgIndex.tcl
Index: patches/patch-bindings_octave_demos_Makefile_in
===================================================================
RCS file: 
/cvs/ports/math/plplot/patches/patch-bindings_octave_demos_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-bindings_octave_demos_Makefile_in
--- patches/patch-bindings_octave_demos_Makefile_in     2006/05/12 13:35:39     
1.1.1.1
+++ patches/patch-bindings_octave_demos_Makefile_in     2006/06/01 05:03:27
@@ -1,7 +1,7 @@
 $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@
+--- bindings/octave/demos/Makefile.in.orig     Tue May 30 01:07:09 2006
++++ bindings/octave/demos/Makefile.in  Wed May 31 18:32:16 2006
+@@ -138,6 +138,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,7 +9,7 @@
  DB2X_TEXIXML = @DB2X_TEXIXML@
  DB2X_XSLTPROC = @DB2X_XSLTPROC@
  DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
-@@ -494,7 +495,7 @@ examples_octave = \
+@@ -500,7 +501,7 @@ examples_octave = \
        lena.img
  
  EXTRA_DIST = $(examples_octave)
Index: patches/patch-bindings_octave_misc_Makefile_in
===================================================================
RCS file: 
/cvs/ports/math/plplot/patches/patch-bindings_octave_misc_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-bindings_octave_misc_Makefile_in
--- patches/patch-bindings_octave_misc_Makefile_in      2006/05/12 13:35:39     
1.1.1.1
+++ patches/patch-bindings_octave_misc_Makefile_in      2006/06/01 05:03:27
@@ -1,7 +1,7 @@
 $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@
+--- bindings/octave/misc/Makefile.in.orig      Tue May 30 01:07:10 2006
++++ bindings/octave/misc/Makefile.in   Wed May 31 18:32:16 2006
+@@ -138,6 +138,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,7 +9,7 @@
  DB2X_TEXIXML = @DB2X_TEXIXML@
  DB2X_XSLTPROC = @DB2X_XSLTPROC@
  DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
-@@ -455,7 +456,7 @@ examples = \
+@@ -461,7 +462,7 @@ examples = \
        rosenbrock.m
  
  EXTRA_DIST = $(examples)
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-configure,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-configure
--- patches/patch-configure     2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-configure     2006/06/01 05:03:28
@@ -1,16 +1,36 @@
 $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
+--- configure.orig     Tue May 30 01:07:42 2006
++++ configure  Wed May 31 18:32:16 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 JAVAI!
 NCCMD 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_pdfjadete!
 x PDFJADETEX has_dvips DVIPS has_onsgmls ONSGMLS has_makeinfo BASE HTM
L_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 JAVAI!
 NCCMD 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 h!
 as_pdfjadetex PDFJADETEX has_dvips DVIPS has_onsgmls ONSGMLS has_makei
nfo 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 F95_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 LIB_TAG with_double_TRUE with_double_FALSE RPATH RPATHCMD 
with_rpath_TRUE with_rpath_FA!
 LSE DATA_DIR LIB_DIR INCLUDE_DIR TCL_DIR DRV_DIR DOC_DIR BUILD_DIR LIB_DIR_CMD 
INCLUDE_DIR_CMD LIB_HARDDIR DRV_HARDDIR found_kcc CXX CXXFLAGS ac_ct_CXX 
CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE enable_cxx enable_cxx_TRUE 
enable_cxx_FALSE F77 FFLAGS ac_ct_F77 HAVE_F77PARSE_CL_TRUE 
HAVE_F77PARSE_CL_FALSE enable_f77 enable_f77_TRUE enable_f77_FALSE FC FCFLAGS 
ac_ct_FC MODULESINCCMD enable_f95 enable_f95_TRUE enable_f95_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 CXXCPP LIBTOOL 
with_ltdlsystem_TRUE with_ltdlsystem_FALSE 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 JAVAINCC
MD 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 PERL enable_pdl enable_pdl_TRUE 
enable_pdl_FALSE PTHREADLIBS FREETYPEINCCMD FREETYPELIBCMD UNICODE_CONFIG 
UNICODEINCS UNICODELIBS QHULLLIBS NNLIBS CSALIBS with_csa_TRUE with_csa_FALSE 
with_qhull_TRUE with_qhull_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_CFLA!
 GS 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 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 has_onsgmls ONSGMLS ifGNUmake has_db2x_texixml D!
 B2X_TEXIXML has_db2x_xsltproc DB2X_XSLTPROC has_openjade OPENJADE has_
jadetex JADETEX has_pdfjadetex PDFJADETEX has_dvips DVIPS 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 F95_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 LIB_TAG with_double_TRUE with_double_FALSE RPATH RPATHCMD 
with_rpath_TRUE with_rpath_FA!
 LSE DATA_DIR EXAMPLE_DIR LIB_DIR INCLUDE_DIR TCL_DIR DRV_DIR DOC_DIR BUILD_DIR 
LIB_DIR_CMD INCLUDE_DIR_CMD LIB_HARDDIR DRV_HARDDIR found_kcc CXX CXXFLAGS 
ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE enable_cxx 
enable_cxx_TRUE enable_cxx_FALSE F77 FFLAGS ac_ct_F77 HAVE_F77PARSE_CL_TRUE 
HAVE_F77PARSE_CL_FALSE enable_f77 enable_f77_TRUE enable_f77_FALSE FC FCFLAGS 
ac_ct_FC MODULESINCCMD enable_f95 enable_f95_TRUE enable_f95_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 CXXCPP LIBTOOL 
with_ltdlsystem_TRUE with_ltdlsystem_FALSE 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 PERL enable_pdl enable_pdl_TRUE 
enable_pdl_FALSE PTHREADLIBS FREETYPEINCCMD FREETYPELIBCMD UNICODE_CONFIG 
UNICODEINCS UNICODELIBS QHULLLIBS NNLIBS CSALIBS with_csa_TRUE with_csa_FALSE 
with_qhull_TRUE with_qhull_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 GC!
 WTHREAD_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 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 has_onsgmls ONSGMLS ifGNUmake has_db!
 2x_texixml DB2X_TEXIXML has_db2x_xsltproc DB2X_XSLTPROC has_openjade O
PENJADE has_jadetex JADETEX has_pdfjadetex PDFJADETEX has_dvips DVIPS 
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
+@@ -3564,8 +3564,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}'
+ 
+@@ -3578,7 +3579,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
+@@ -12753,6 +12754,14 @@ if test -z "$aix_libpath"; then aix_libp
      fi
      output_verbose_link_cmd='echo'
      ;;
@@ -25,7 +45,16 @@
    osf3*)
      case $cc_basename in
        KCC*)
-@@ -20100,36 +20108,36 @@ with_freetype_symbol_bold_italic_font=ti
+@@ -22166,7 +22175,7 @@ fi;
+ ITKLIBSTR=-litk
+ TKLIBSTR=-ltk
+ ITCLLIBSTR=-litcl
+-TCLLIBSTR=-ltcl
++#TCLLIBSTR=-ltcl
+ 
+ # ----------------------------------------------------------------------------
+ # Make some guesses where the Tcl/Tk include files and libraries are.
+@@ -23563,36 +23572,36 @@ with_freetype_symbol_bold_italic_font=ti
  ;;
   *)
  
@@ -92,36 +121,7 @@
  
  ;;
  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
+@@ -36881,6 +36890,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
Index: patches/patch-examples_Makefile_in
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-examples_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-examples_Makefile_in
--- patches/patch-examples_Makefile_in  2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-examples_Makefile_in  2006/06/01 05:03:28
@@ -1,7 +1,7 @@
 $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@
+--- examples/Makefile.in.orig  Tue May 30 01:07:19 2006
++++ examples/Makefile.in       Wed May 31 18:32:16 2006
+@@ -145,6 +145,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,10 +9,10 @@
  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@
+@@ -463,7 +464,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
+ SUBDIRS = c  c++  f77 f95 python tcl tk java perl
 -examplesdir = $(DATA_DIR)/examples
 +examplesdir = $(EXAMPLE_DIR)
  dist_examples_DATA = Makefile.examples
Index: patches/patch-examples_c++_Makefile_in
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-examples_c++_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-examples_c++_Makefile_in
--- patches/patch-examples_c++_Makefile_in      2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-examples_c++_Makefile_in      2006/06/01 05:03:28
@@ -1,7 +1,7 @@
 $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@
+--- examples/c++/Makefile.in.orig      Tue May 30 01:07:21 2006
++++ examples/c++/Makefile.in   Wed May 31 18:32:16 2006
+@@ -332,6 +332,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,7 +9,7 @@
  DB2X_TEXIXML = @DB2X_TEXIXML@
  DB2X_XSLTPROC = @DB2X_XSLTPROC@
  DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
-@@ -672,7 +673,7 @@ sources = \
+@@ -678,7 +679,7 @@ sources = \
        x24.cc
  
  @[EMAIL PROTECTED] = -I$(top_srcdir)/include $(INCLTDL) 
-I$(top_srcdir)/bindings/c++
Index: patches/patch-examples_c_Makefile_in
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-examples_c_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-examples_c_Makefile_in
--- patches/patch-examples_c_Makefile_in        2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-examples_c_Makefile_in        2006/06/01 05:03:28
@@ -1,7 +1,7 @@
 $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@
+--- examples/c/Makefile.in.orig        Tue May 30 01:07:22 2006
++++ examples/c/Makefile.in     Wed May 31 18:32:16 2006
+@@ -266,6 +266,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,7 +9,7 @@
  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@
+@@ -584,7 +585,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)
Index: patches/patch-examples_f77_Makefile_in
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-examples_f77_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-examples_f77_Makefile_in
--- patches/patch-examples_f77_Makefile_in      2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-examples_f77_Makefile_in      2006/06/01 05:03:28
@@ -1,7 +1,7 @@
 $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@
+--- examples/f77/Makefile.in.orig      Tue May 30 01:07:24 2006
++++ examples/f77/Makefile.in   Wed May 31 18:32:16 2006
+@@ -284,6 +284,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,7 +9,7 @@
  DB2X_TEXIXML = @DB2X_TEXIXML@
  DB2X_XSLTPROC = @DB2X_XSLTPROC@
  DB_SS_HTML_PUBID = @DB_SS_HTML_PUBID@
-@@ -638,7 +639,7 @@ f77m4_sources = \
+@@ -651,7 +652,7 @@ f77m4_sources = \
        x23f.fm4
  
  SUFFIXES = .fm4
Index: patches/patch-examples_tcl_Makefile_in
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-examples_tcl_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-examples_tcl_Makefile_in
--- patches/patch-examples_tcl_Makefile_in      2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-examples_tcl_Makefile_in      2006/06/01 05:03:28
@@ -1,7 +1,7 @@
 $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@
+--- examples/tcl/Makefile.in.orig      Tue May 30 01:07:28 2006
++++ examples/tcl/Makefile.in   Wed May 31 18:32:16 2006
+@@ -152,6 +152,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,7 +9,7 @@
  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@
+@@ -469,7 +470,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@
Index: patches/patch-examples_tk_Makefile_in
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-examples_tk_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-examples_tk_Makefile_in
--- patches/patch-examples_tk_Makefile_in       2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-examples_tk_Makefile_in       2006/06/01 05:03:28
@@ -1,7 +1,7 @@
 $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@
+--- examples/tk/Makefile.in.orig       Tue May 30 01:07:29 2006
++++ examples/tk/Makefile.in    Wed May 31 18:32:16 2006
+@@ -169,6 +169,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
  DATA_DIR = @DATA_DIR@
@@ -9,10 +9,10 @@
  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@
+@@ -501,7 +502,7 @@ tk_scripts = \
+       tk03 \
+       tk04
+ 
 [EMAIL PROTECTED]@examples_tkdir = $(DATA_DIR)/examples/tk
 [EMAIL PROTECTED]@examples_tkdir = $(EXAMPLE_DIR)/tk
  @enable_itcl_FALSE@@[EMAIL PROTECTED] = $(top_srcdir)/scripts/mktclIndex -tcl
Index: patches/patch-src_plcore_c
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-src_plcore_c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-src_plcore_c
--- patches/patch-src_plcore_c  2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-src_plcore_c  2006/06/01 05:03:28
@@ -1,6 +1,6 @@
 $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
+--- src/plcore.c.orig  Sat May 27 20:16:01 2006
++++ src/plcore.c       Wed May 31 18:32:17 2006
 @@ -34,6 +34,8 @@
  
  #define DEBUG
@@ -10,7 +10,7 @@
  #define NEED_PLDEBUG
  #include "plcore.h"
  
-@@ -2091,7 +2093,7 @@ int plInBuildTree()
+@@ -2089,7 +2091,7 @@ int plInBuildTree()
    static int inBuildTree = 0;
  
    if (inited == 0) {
@@ -19,7 +19,7 @@
  
  /* 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()
+@@ -2099,7 +2101,7 @@ int plInBuildTree()
  #define getcwd _getcwd
  #endif
  
Index: patches/patch-test_Makefile_in
===================================================================
RCS file: /cvs/ports/math/plplot/patches/patch-test_Makefile_in,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 patch-test_Makefile_in
--- patches/patch-test_Makefile_in      2006/05/12 13:35:39     1.1.1.1
+++ patches/patch-test_Makefile_in      2006/06/01 05:03:28
@@ -1,6 +1,6 @@
 $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
+--- test/Makefile.in.orig      Tue May 30 01:07:36 2006
++++ test/Makefile.in   Wed May 31 18:32:17 2006
 @@ -147,6 +147,7 @@ CXXDEPMODE = @CXXDEPMODE@
  CXXFLAGS = @CXXFLAGS@
  CYGPATH_W = @CYGPATH_W@
@@ -9,7 +9,7 @@
  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@
+@@ -464,7 +465,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@
@@ -17,4 +17,4 @@
 +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)
+       $(am__append_7) $(am__append_8)
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/math/plplot/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   2006/05/12 13:35:39     1.1.1.1
+++ pkg/PLIST   2006/06/01 05:03:28
@@ -29,6 +29,7 @@
 lib/libplplotd.a
 lib/libplplotd.la
 @lib lib/libplplotd.so.${LIBplplotd_VERSION}
+lib/pkgconfig/plplotd.pc
 lib/plplot/
 lib/plplot/driversd/
 lib/plplot/driversd/gd.la
@@ -52,9 +53,6 @@
 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
@@ -215,6 +213,7 @@
 share/doc/plplot/README.1st.csa
 share/doc/plplot/README.csa
 share/doc/plplot/README.drivers
+share/doc/plplot/README.pkg-config
 share/doc/plplot/README.release
 share/doc/plplot/README.wxwidgets
 share/doc/plplot/html/
@@ -222,7 +221,8 @@
 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-fortran-77.html
+share/doc/plplot/html/api-fortran-95.html
 share/doc/plplot/html/api-obsolete.html
 share/doc/plplot/html/api.html
 share/doc/plplot/html/aqt-driver.html
@@ -245,7 +245,8 @@
 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/fortran77.html
+share/doc/plplot/html/fortran95.html
 share/doc/plplot/html/freetype-notes.html
 share/doc/plplot/html/gcw-driver.html
 share/doc/plplot/html/gd-driver.html
@@ -263,8 +264,8 @@
 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/p2442.html
+share/doc/plplot/html/p3311.html
 share/doc/plplot/html/p56.html
 share/doc/plplot/html/perl.html
 share/doc/plplot/html/pl_setcontlabelparam.html
@@ -283,7 +284,7 @@
 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/plcontfortran77.html
 share/doc/plplot/html/plcpstrm.html
 share/doc/plplot/html/plend.html
 share/doc/plplot/html/plend1.html
@@ -338,16 +339,19 @@
 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/plmeshfortran77.html
+share/doc/plplot/html/plmeshfortran95.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/plot3dfortran77.html
+share/doc/plplot/html/plot3dfortran95.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/plparseoptsfortran77.html
+share/doc/plplot/html/plparseoptsfortran95.html
 share/doc/plplot/html/plpat.html
 share/doc/plplot/html/plpoin.html
 share/doc/plplot/html/plpoin3.html
@@ -377,7 +381,8 @@
 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/plsescfortran77.html
+share/doc/plplot/html/plsescfortran95.html
 share/doc/plplot/html/plsetopt.html
 share/doc/plplot/html/plsexit.html
 share/doc/plplot/html/plsfam.html
@@ -386,7 +391,9 @@
 share/doc/plplot/html/plsfnam.html
 share/doc/plplot/html/plshade.html
 share/doc/plplot/html/plshade1.html
+share/doc/plplot/html/plshadefortran95.html
 share/doc/plplot/html/plshades.html
+share/doc/plplot/html/plshadesfortran95.html
 share/doc/plplot/html/plsmaj.html
 share/doc/plplot/html/plsmem.html
 share/doc/plplot/html/plsmin.html
@@ -418,7 +425,8 @@
 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/plvectfortran77.html
+share/doc/plplot/html/plvectfortran95.html
 share/doc/plplot/html/plvpas.html
 share/doc/plplot/html/plvpor.html
 share/doc/plplot/html/plvsta.html
@@ -439,7 +447,7 @@
 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/doc/plplot/html/x11698.html
 share/examples/plplot/
 share/examples/plplot/Makefile
 share/examples/plplot/c/
Index: pkg/PLIST-c++
===================================================================
RCS file: /cvs/ports/math/plplot/pkg/PLIST-c++,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST-c++
--- pkg/PLIST-c++       2006/05/12 13:35:39     1.1.1.1
+++ pkg/PLIST-c++       2006/06/01 05:03:28
@@ -2,6 +2,7 @@
 lib/libplplotcxxd.a
 lib/libplplotcxxd.la
 @lib lib/libplplotcxxd.so.${LIBplplotcxxd_VERSION}
+lib/pkgconfig/plplotd-c++.pc
 share/examples/plplot/c++/
 share/examples/plplot/c++/Makefile
 share/examples/plplot/c++/lena.pgm
Index: pkg/PLIST-f77
===================================================================
RCS file: /cvs/ports/math/plplot/pkg/PLIST-f77,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST-f77
--- pkg/PLIST-f77       2006/05/12 13:35:39     1.1.1.1
+++ pkg/PLIST-f77       2006/06/01 05:03:28
@@ -5,6 +5,7 @@
 lib/libplplotf77d.a
 lib/libplplotf77d.la
 @lib lib/libplplotf77d.so.${LIBplplotf77d_VERSION}
+lib/pkgconfig/plplotd-f77.pc
 share/examples/plplot/f77/
 share/examples/plplot/f77/Makefile
 share/examples/plplot/f77/x01f.f
@@ -26,6 +27,7 @@
 share/examples/plplot/f77/x16f.f
 share/examples/plplot/f77/x17f.f
 share/examples/plplot/f77/x18f.f
+share/examples/plplot/f77/x19f.f
 share/examples/plplot/f77/x22f.f
 share/examples/plplot/f77/x23f.f
 share/examples/plplot/test_f77.sh
Index: pkg/PLIST-tcl
===================================================================
RCS file: /cvs/ports/math/plplot/pkg/PLIST-tcl,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST-tcl
--- pkg/PLIST-tcl       2006/05/12 13:35:39     1.1.1.1
+++ pkg/PLIST-tcl       2006/06/01 05:03:28
@@ -6,6 +6,7 @@
 lib/libtclmatrixd.a
 lib/libtclmatrixd.la
 @lib lib/libtclmatrixd.so.${LIBtclmatrixd_VERSION}
+lib/pkgconfig/plplotd-tcl.pc
 share/examples/plplot/tcl/
 share/examples/plplot/tcl/README.tcldemos
 share/examples/plplot/tcl/plgrid.tcl

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm


Reply via email to