diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-01 04:34:23 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-01 04:34:23 +0000 |
commit | 7455d0a79dac71204392caee78de59ca2fd3aef5 (patch) | |
tree | 8accd48c17d01a83488925931208450294d538d5 /graphics/pgraf/pkg | |
parent | d83d4bda0aee4fa197ac94922ac1368f203b85aa (diff) | |
download | pkgsrc-7455d0a79dac71204392caee78de59ca2fd3aef5.tar.gz |
Initial import of pgraf:
Portable graphics system
Diffstat (limited to 'graphics/pgraf/pkg')
-rw-r--r-- | graphics/pgraf/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/pgraf/pkg/DESCR | 10 | ||||
-rw-r--r-- | graphics/pgraf/pkg/PLIST | 27 |
3 files changed, 38 insertions, 0 deletions
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 |