head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.42 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.40 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.38 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.36 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.5.0.34 pkgsrc-2009Q4-base:1.5 pkgsrc-2008Q4:1.5.0.32 pkgsrc-2008Q4-base:1.5 pkgsrc-2008Q3:1.5.0.30 pkgsrc-2008Q3-base:1.5 cube-native-xorg:1.5.0.28 cube-native-xorg-base:1.5 pkgsrc-2008Q2:1.5.0.26 pkgsrc-2008Q2-base:1.5 pkgsrc-2008Q1:1.5.0.24 pkgsrc-2008Q1-base:1.5 pkgsrc-2007Q4:1.5.0.22 pkgsrc-2007Q4-base:1.5 pkgsrc-2007Q3:1.5.0.20 pkgsrc-2007Q3-base:1.5 pkgsrc-2007Q2:1.5.0.18 pkgsrc-2007Q2-base:1.5 pkgsrc-2007Q1:1.5.0.16 pkgsrc-2007Q1-base:1.5 pkgsrc-2006Q4:1.5.0.14 pkgsrc-2006Q4-base:1.5 pkgsrc-2006Q3:1.5.0.12 pkgsrc-2006Q3-base:1.5 pkgsrc-2006Q2:1.5.0.10 pkgsrc-2006Q2-base:1.5 pkgsrc-2006Q1:1.5.0.8 pkgsrc-2006Q1-base:1.5 pkgsrc-2005Q4:1.5.0.6 pkgsrc-2005Q4-base:1.5 pkgsrc-2005Q3:1.5.0.4 pkgsrc-2005Q3-base:1.5 pkgsrc-2005Q2:1.5.0.2 pkgsrc-2005Q2-base:1.5 pkgsrc-2005Q1:1.4.0.12 pkgsrc-2005Q1-base:1.4 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.6 netbsd-1-6-1-base:1.3 netbsd-1-6:1.3.0.8 netbsd-1-6-RELEASE-base:1.3 pkgviews:1.3.0.4 pkgviews-base:1.3 buildlink2:1.3.0.2 buildlink2-base:1.3 netbsd-1-5-PATCH003:1.3 netbsd-1-5-PATCH001:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.5 date 2005.04.22.19.20.46; author wiz; state dead; branches; next 1.4; 1.4 date 2003.07.10.08.55.05; author jtb; state Exp; branches; next 1.3; 1.3 date 2001.01.29.01.15.35; author jtb; state Exp; branches; next 1.2; 1.2 date 2000.12.08.09.54.30; author jtb; state Exp; branches; next 1.1; 1.1 date 2000.12.02.05.40.33; author jtb; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.02.05.40.33; author jtb; state Exp; branches; next ; desc @@ 1.5 log @Remove plplot and its yorick interface yplot -- plplot hasn't been building on 2.0/i386 for over 8 months, and no one expressed interest in fixing it. @ text @$NetBSD: patch-ac,v 1.4 2003/07/10 08:55:05 jtb Exp $ --- Makefile.in.orig +++ Makefile.in @@@@ -802,7 +802,7 @@@@ install-data-am: install-docDATA -install-exec-am: install-binSCRIPTS +install-exec-am: install-info: install-info-recursive @ 1.4 log @Update to 5.2.1. Now supports building a shared library with libtool, dynamic device drivers, and many other improvements. Over 1000 commits since previous release. @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @Updated plplot to version 5.0.1. The changes are too numerous to list (especially as the Changelog doesn't mention any recent changes). Things work much better than in the last version (especially on the Tcl/Tk end). @ text @d3 10 a12 8 --- cf/init.in.orig Wed Jan 10 06:31:08 2001 +++ cf/init.in @@@@ -21,7 +21,7 @@@@ OCC = @@OCC@@ F77 = @@F77@@ LDF = @@LDF@@ -M4 = m4 +M4 = gm4 a13 2 # Force everything. If unsure, test for existence first. # Redefine these as needed in system-specific setup. @ 1.2 log @Updated to plplot-5.0.0 . This version mainly fixes bugs in the previous one. The compilation of the Tk driver is noticeably cleaner. @ text @d3 8 a10 5 --- utils/pltek.c.orig +++ utils/pltek.c @@@@ -110,7 +110,7 @@@@ oldpage = ipage; printf("Page %d/%d> ", ipage, npage); d12 2 a13 5 - gets(ibuf); + fgets(ibuf, sizeof(ibuf), stdin); c = ibuf[0]; /* User input a page number or a return */ @ 1.1 log @Initial revision @ text @d3 5 a7 3 --- drivers/tk.c.orig Sat Oct 21 14:27:37 2000 +++ drivers/tk.c @@@@ -1881,7 +1881,7 @@@@ d9 3 a11 1 /* Create the main window without mapping it */ d13 1 a13 5 - *w = Tk_CreateMainWindow(interp, display, basename, classname); + *w = TkCreateMainWindow(interp, display, basename, classname); if (*w == NULL) { fprintf(stderr, "%s\n", (interp)->result); @ 1.1.1.1 log @Initial import of new "plplot" package: Scientific plotting library @ text @@