From 7455d0a79dac71204392caee78de59ca2fd3aef5 Mon Sep 17 00:00:00 2001 From: jtb Date: Thu, 1 Feb 2001 04:34:23 +0000 Subject: Initial import of pgraf: Portable graphics system --- graphics/pgraf/pkg/COMMENT | 1 + graphics/pgraf/pkg/DESCR | 10 ++++++++++ graphics/pgraf/pkg/PLIST | 27 +++++++++++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 graphics/pgraf/pkg/COMMENT create mode 100644 graphics/pgraf/pkg/DESCR create mode 100644 graphics/pgraf/pkg/PLIST (limited to 'graphics/pgraf/pkg') diff --git a/graphics/pgraf/pkg/COMMENT b/graphics/pgraf/pkg/COMMENT new file mode 100644 index 00000000000..0e7aa3348d8 --- /dev/null +++ b/graphics/pgraf/pkg/COMMENT @@ -0,0 +1 @@ +Portable graphics system diff --git a/graphics/pgraf/pkg/DESCR b/graphics/pgraf/pkg/DESCR new file mode 100644 index 00000000000..53d7b26fd8d --- /dev/null +++ b/graphics/pgraf/pkg/DESCR @@ -0,0 +1,10 @@ +Pgraf is a portable graphics package for the presentation of +scientific data. The package is designed to operate on the simplest +of graphics devices, with implementation on a new device requiring +only the creation of a small set of low level subroutines. The +package is written in the C language, with function calls restricted +to the standard input-output and math libraries. However, the +graphics is accessible from both C and Fortran 77. The functions +provided include simple graphing, contouring of two dimensional +fields, and perspective viewing of three dimensional wire frame +structures. diff --git a/graphics/pgraf/pkg/PLIST b/graphics/pgraf/pkg/PLIST new file mode 100644 index 00000000000..8e9416ef048 --- /dev/null +++ b/graphics/pgraf/pkg/PLIST @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/01 04:34:23 jtb Exp $ +bin/pgeps +bin/pgfig +bin/pghp +bin/pgps +bin/pgsps +bin/pgtek +bin/pgx +include/pgraf.h +lib/libpgc.a +man/man1/pgraf.1 +man/man3/pgraf.3 +man/man5/pgraf.5 +share/doc/pgraf/pgraf_paper +share/examples/pgraf/READ_ME +share/examples/pgraf/example1.c +share/examples/pgraf/example3.c +share/examples/pgraf/example4.c +share/examples/pgraf/gridc.c +share/examples/pgraf/house.c +share/examples/pgraf/markc.c +share/examples/pgraf/pgdemo.r +share/examples/pgraf/pgraf.r +share/examples/pgraf/radar.c +share/examples/pgraf/surface.c +@dirrm share/examples/pgraf +@dirrm share/doc/pgraf -- cgit v1.2.3