Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-07-06 | Fix installation of info files. | jtb | 1 | -3/+3 | |
2001-07-06 | Don't install patched files -- in particular, plplotdoc.info.orig. | jtb | 1 | -2/+2 | |
(From i386 bulk build). | |||||
2001-06-20 | Regen. | jtb | 1 | -3/+4 | |
2001-06-20 | Update of plplot to 5.0.4. | jtb | 3 | -85/+119 | |
Important Changes: (1) Default orientation for the ljii, ljiip, psc, ps, and pstex drivers has been rotated from seascape (upside-down landscape) by 180 deg to landscape. With this change no special 180 deg latex rotations will be required to get true landscape mode (top of the plot on the left of the page as opposed to on the right of the page for seascape mode). If you still require seascape for some reason for these drivers, use the -ori 2. command-line option or else use plsdiori(2.) or plsetopt("ori", "2."). (2) The installation location for examples has been changed to $prefix/lib/plplot<ver>/examples to be in better conformance with the FHS. Important Bug fixes: (1) Many improvements to the octave front end. (2) Many improvements to the xfig driver. (3) If the overall aspect ratio is changed by the -geometry, -a, or -portrait options or else by the combination of the -ori 1 and -freeaspect options, the character aspect ratio remains unaffected. For example, when the overall aspect ratio is changed now, circular symbols remain circular rather than turning into ellipses as in the old code. (4) Software pattern fills now rotate correctly with the rest of the plot when the -ori option is used. This fix affects all drivers (e.g., xwin, psc) which do not handle their own pattern fills. (Previously the rotation angle for software pattern fills was mistakenly doubled by two calls to the orientation transformation routine.) Important New Features: (1) Portrait mode. Use the -portrait option on the command line or else plsetopt("portrait", "") to get this option which only currently affects the ljii, ljiip, ps, psc, and pstex drivers. This option is especially useful for yplot, the yorick front-end to PLplot. yplot previously maintained separate (==> hard-to-maintain and buggy) portrait versions of the psc, ps, and ljiip drivers. Those will no longer be necessary with this PLplot core change, and in fact portrait mode is now available for a much wider range of drivers. (2) -drvopt command-line option (or else use plsetopt("drvopt","option")). This allows setting options for particular drivers. For example, the -drvopt text option for the psc or ps driver allows use of Adobe fonts (This is poorly documented currently, but for now see notes in ps.c for more details). (3) New pstex driver. This is not currently documented, but there is post from João Cardoso on plplot_devel (http://www.geocrawler.com/archives/3/10834/2001/4/50/5536095/) that gives the recipe (ignore the configuration stuff and start with the ./x01c command). The idea is to emulate the pstex output of the xfig application so that latex can be used to directly process the file output from the PLplot pstex driver. | |||||
2001-05-03 | Add some defaults for EVAL_PREFIX. | jtb | 1 | -42/+44 | |
2001-04-30 | Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change | jlam | 1 | -2/+2 | |
dependency from libperl-5.* to libperl>=${PERL5_REQD}. | |||||
2001-04-28 | Remove redundant echoing, quoting, and input redirection to sed. | jtb | 1 | -30/+29 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -1/+2 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 2 | -4/+2 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-04-14 | Change MAINTAINER section to packages@netbsd.org | jtb | 1 | -2/+2 | |
2001-03-30 | Updated to plplot-5.0.3. No Changelog -- see the PLplot homepage for | jtb | 8 | -55/+256 | |
release notes. | |||||
2001-03-27 | Change BUILD_DEPENDS semantics: | hubertf | 1 | -4/+4 | |
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org> | |||||
2001-02-26 | Don't add -Dunix to CPPFLAGS, undoing part of last change. | jtb | 3 | -13/+14 | |
2001-02-26 | Include <sys/types.h>. Add -Dunix to CPPFLAGS. This might fix Alpha bulk | jtb | 3 | -17/+16 | |
build problem. | |||||
2001-02-25 | Depends on GNU m4 to build, not to run. | jtb | 1 | -7/+7 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-15 | This patch not needed, as we run autoconf before configure. | jtb | 2 | -18/+1 | |
2001-02-14 | Updated plplot to 5.0.2. No log of recent changes. | jtb | 8 | -34/+44 | |
2001-02-05 | Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make | tron | 1 | -3/+3 | |
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. | |||||
2001-01-29 | I forgot to add the PLIST. There is only one now. | jtb | 1 | -0/+163 | |
2001-01-29 | Updated plplot to version 5.0.1. The changes are too numerous to | jtb | 19 | -565/+251 | |
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). | |||||
2001-01-26 | Fix tcl wildcard so that it matches version currently in pkgsrc. | wiz | 1 | -2/+2 | |
2000-12-14 | Added -W,-R$(LIBDIR) to the library paths. Fixes pkgsrc/i386 bulk build | jtb | 2 | -3/+26 | |
problems. | |||||
2000-12-08 | If were using the f2c-f77 frontend to f2c then don't use the -r8 argument | jtb | 4 | -2/+41 | |
(for promoting REAL to DOUBLE) as the that script doesn't accept it. The resulting API will be single precision. If you want double precision then just set PKG_FC= f77 in /etc/mk.conf. | |||||
2000-12-08 | Removed some old patches. | jtb | 3 | -39/+0 | |
2000-12-08 | Updated to plplot-5.0.0 . This version mainly fixes bugs in the previous one. | jtb | 10 | -272/+93 | |
The compilation of the Tk driver is noticeably cleaner. | |||||
2000-12-02 | Initial import of new "plplot" package: | jtb | 16 | -0/+820 | |
Scientific plotting library |