- Add to science category.
- Make explicit that the python bindings are not building. - For now keep using the autoconf interface, we have sorted out the issues there but we will have to move to CMake soon anyways. - This is the latest stable version, and apparently the last one to support the autoconf tools. It includes C++ and Octave updates. PR: ports/130097 Submitted by: "Pedro F. Giffuni" <giffunip@tutopia.com>
This commit is contained in:
parent
4a47213bfb
commit
3b52334622
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225101
@ -6,9 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= plplot
|
||||
PORTVERSION= 5.6.1
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= math
|
||||
PORTVERSION= 5.8.0
|
||||
CATEGORIES= math science
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (plplot-5.6.1.tar.gz) = 51029b256f3333449de9bcd3e00c088f
|
||||
SHA256 (plplot-5.6.1.tar.gz) = b2f1d93c605dd98bd95909ee9aca52d6c6cda476405b583f8a486f90aae893ad
|
||||
SIZE (plplot-5.6.1.tar.gz) = 6357444
|
||||
MD5 (plplot-5.8.0.tar.gz) = 63e954448b12056aeecf2b53cd97f1f5
|
||||
SHA256 (plplot-5.8.0.tar.gz) = 595bcc021b415ba191979586543f95285f03f5b54ed77f452976a89ad2850877
|
||||
SIZE (plplot-5.8.0.tar.gz) = 7582217
|
||||
|
@ -14,6 +14,7 @@ include/plplot/pdf.h
|
||||
include/plplot/plConfig.h
|
||||
include/plplot/plDevs.h
|
||||
include/plplot/pldebug.h
|
||||
include/plplot/pldll.h
|
||||
include/plplot/plevent.h
|
||||
include/plplot/plplot.h
|
||||
include/plplot/plplotP.h
|
||||
@ -165,6 +166,7 @@ libdata/pkgconfig/plplotd-f95.pc
|
||||
%%DATADIR%%%%VERSION%%/examples/c/x23c.c
|
||||
%%DATADIR%%%%VERSION%%/examples/c/x24c.c
|
||||
%%DATADIR%%%%VERSION%%/examples/c/x25c.c
|
||||
%%DATADIR%%%%VERSION%%/examples/c/x26c.c
|
||||
%%DATADIR%%%%VERSION%%/examples/c++/Makefile
|
||||
%%DATADIR%%%%VERSION%%/examples/c++/lena.pgm
|
||||
%%DATADIR%%%%VERSION%%/examples/c++/plc++demos.h
|
||||
@ -193,6 +195,7 @@ libdata/pkgconfig/plplotd-f95.pc
|
||||
%%DATADIR%%%%VERSION%%/examples/c++/x22.cc
|
||||
%%DATADIR%%%%VERSION%%/examples/c++/x23.cc
|
||||
%%DATADIR%%%%VERSION%%/examples/c++/x24.cc
|
||||
%%DATADIR%%%%VERSION%%/examples/c++/x26.cc
|
||||
%%DATADIR%%%%VERSION%%/examples/f77/Makefile
|
||||
%%DATADIR%%%%VERSION%%/examples/f77/x01f.f
|
||||
%%DATADIR%%%%VERSION%%/examples/f77/x02f.f
|
||||
|
Loading…
Reference in New Issue
Block a user