diff options
author | steve <steve@FreeBSD.org> | 1998-12-24 07:10:15 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-24 07:10:15 +0000 |
commit | 22c7e4f9b3fda9567e89fd10825753fb6a2caad2 (patch) | |
tree | 776d763590f578b11e1da1e9af507050734f6e19 /graphics/Cgraph/files | |
parent | c427639f4dba7dcf2616a31b3857669a84ce81a1 (diff) | |
download | FreeBSD-ports-22c7e4f9b3fda9567e89fd10825753fb6a2caad2.zip FreeBSD-ports-22c7e4f9b3fda9567e89fd10825753fb6a2caad2.tar.gz |
Initial import of Cgraph version 2.04.
A PostScript plotting library in C.
PR: 8051
Submitted by: Anton Berezin <tobez@plab.ku.dk>
Diffstat (limited to 'graphics/Cgraph/files')
-rw-r--r-- | graphics/Cgraph/files/Makefile.lib | 20 | ||||
-rw-r--r-- | graphics/Cgraph/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/Cgraph/files/patch-ee | 10 |
3 files changed, 41 insertions, 0 deletions
diff --git a/graphics/Cgraph/files/Makefile.lib b/graphics/Cgraph/files/Makefile.lib new file mode 100644 index 0000000..6d05472 --- /dev/null +++ b/graphics/Cgraph/files/Makefile.lib @@ -0,0 +1,20 @@ +# makefile for Cgraph sources + +LIBDIR = ${PREFIX}/lib + +SHLIB_MAJOR= 2 +SHLIB_MINOR= 4 +LIB= cgraph + +SRCS= bgdash.c bginit.c bgshow.c bgstart.c\ + glcmp.c gxaxs.c gxlog.c gyaxs.c gylog.c\ + gfont.c gcord.c gmlin.c gorig.c gprim.c\ + grmle.c grset.c gmark.c ggraycolor.c gstrk.c\ + gaxlabel.c gbott.c cgsave.c cgprint.c\ + gtext.c gtrnc.c gmesh.c gstyl.c gwdth.c\ + cg_newfuncs.c + +beforeinstall: + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/cgraph.h ${PREFIX}/include + +.include <bsd.lib.mk> diff --git a/graphics/Cgraph/files/patch-aa b/graphics/Cgraph/files/patch-aa new file mode 100644 index 0000000..d2b1ea0 --- /dev/null +++ b/graphics/Cgraph/files/patch-aa @@ -0,0 +1,11 @@ +--- gfont.c.orig Fri Sep 25 17:49:17 1998 ++++ gfont.c Fri Sep 25 17:49:30 1998 +@@ -5,7 +5,7 @@ + /* 9-09-87 starting */ + /******************************************************************/ + +-/* Modified on 5/13/92 to work on NeXt's ++/* Modified on 5/13/92 to work on NeXt's */ + + + #include <string.h> diff --git a/graphics/Cgraph/files/patch-ee b/graphics/Cgraph/files/patch-ee new file mode 100644 index 0000000..d370958 --- /dev/null +++ b/graphics/Cgraph/files/patch-ee @@ -0,0 +1,10 @@ +--- ../examples/loglog/TFopt-lrLog.c.orig Fri Sep 25 18:05:29 1998 ++++ ../examples/loglog/TFopt-lrLog.c Fri Sep 25 18:05:38 1998 +@@ -14,7 +14,6 @@ + #include <stdio.h> + #include <math.h> + #include <string.h> +-#include <streams/streams.h> + #include <cgraph.h> + + #define PI 3.141592654 |