summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 00:52:53 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-09 00:52:53 +0000
commit2bf17fb61b3000374371a8dba9239e95504ad9ab (patch)
tree6220ded9f927d9a0497d9c8178d6916cb3e152ec /math
parentAdd pclprint (diff)
A XY plotting tool for students, scientists and engineers
PR: 13376 Submitted by: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
Notes
Notes: svn path=/head/; revision=21453
Diffstat (limited to 'math')
-rw-r--r--math/ngraph/Makefile19
-rw-r--r--math/ngraph/distinfo1
-rw-r--r--math/ngraph/files/patch-aa55
-rw-r--r--math/ngraph/pkg-comment1
-rw-r--r--math/ngraph/pkg-descr24
-rw-r--r--math/ngraph/pkg-plist37
6 files changed, 137 insertions, 0 deletions
diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile
new file mode 100644
index 000000000000..22ca95c11f6d
--- /dev/null
+++ b/math/ngraph/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: ngraph
+# Version required: 6.03
+# Date created: 18 Aug 1999
+# Whom: nobu@rd.isac.co.jp
+#
+# $FreeBSD$
+#
+
+DISTNAME= Ngraph-6.3.05-src
+PKGNAME= ngraph-6.3.05
+CATEGORIES= math
+MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/
+
+MAINTAINER= sanpei@jp.FreeBSD.org
+
+REQUIRES_MOTIF= yes
+USE_GMAKE= yes
+
+.include <bsd.port.mk>
diff --git a/math/ngraph/distinfo b/math/ngraph/distinfo
new file mode 100644
index 000000000000..b4d9cfa228fe
--- /dev/null
+++ b/math/ngraph/distinfo
@@ -0,0 +1 @@
+MD5 (Ngraph-6.3.05-src.tar.gz) = b5aa3f74ebb35716b9a6551d7092d8f7
diff --git a/math/ngraph/files/patch-aa b/math/ngraph/files/patch-aa
new file mode 100644
index 000000000000..b90a09ad14c5
--- /dev/null
+++ b/math/ngraph/files/patch-aa
@@ -0,0 +1,55 @@
+--- Makefile.orig Sat Jul 31 22:51:43 1999
++++ Makefile Mon Aug 23 20:30:59 1999
+@@ -10,18 +10,18 @@
+ #
+ # Linux + Motif 2.1 (static link)
+ #
+-CC = gcc
+-CCOPTION = -O2 -m486
+-MAKE = make
+-AR = ar
+-RANLIB = ranlib
+-STRIP = strip
+-DEFS = -DJAPANESE
+-PLATFORM = '"for X11 [Linux(glibc2)+Motif2.1]"'
+-#PLATFORM = '"for X11 [Linux(libc5)+Motif2.1]"'
+-X11INCLUDE = -I/usr/X11R6/include
+-STATICLINK = /usr/X11R6/lib/libXm.a
+-X11LIB = -L/usr/X11R6/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM
++#CC = gcc
++#CCOPTION = -O2 -m486
++#MAKE = make
++#AR = ar
++#RANLIB = ranlib
++#STRIP = strip
++#DEFS = -DJAPANESE
++#PLATFORM = '"for X11 [Linux(glibc2)+Motif2.1]"'
++##PLATFORM = '"for X11 [Linux(libc5)+Motif2.1]"'
++#X11INCLUDE = -I/usr/X11R6/include
++#STATICLINK = /usr/X11R6/lib/libXm.a
++#X11LIB = -L/usr/X11R6/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM
+ #
+ #
+ ###############################################################################
+@@ -123,6 +123,21 @@
+ #X11INCLUDE = -I/usr/dt/share/include/Dt
+ #STATICLINK =
+ #X11LIB = -L/usr/dt/lib -lm -lXm -lDtWidget -lXt -lX11
++#
++###############################################################################
++#
++# FreeBSD + Motif 2.1 (static link)
++#
++CC = gcc
++CCOPTION = ${CFLAGS}
++MAKE = gmake
++AR = ar
++RANLIB = ranlib
++STRIP = strip
++DEFS = -DJAPANESE
++PLATFORM = '"for X11 [FreeBSD+Motif2.1]"'
++X11INCLUDE = -I/usr/X11R6/include
++X11LIB = -L/usr/X11R6/lib -lm -lXext -lXt -lXp -lX11 -lICE -lSM -lxpg4 ${MOTIFLIB}
+
+ export CC CCOPTION MAKE AR RANLIB STRIP INSTALL
+ export MAINVERSION GUIVERSION LIBDIR
diff --git a/math/ngraph/pkg-comment b/math/ngraph/pkg-comment
new file mode 100644
index 000000000000..fc50d04cf65f
--- /dev/null
+++ b/math/ngraph/pkg-comment
@@ -0,0 +1 @@
+A XY plotting tool for students, scientists and engineers
diff --git a/math/ngraph/pkg-descr b/math/ngraph/pkg-descr
new file mode 100644
index 000000000000..4902ea1e2156
--- /dev/null
+++ b/math/ngraph/pkg-descr
@@ -0,0 +1,24 @@
+Ngraph is prepared to plot 2-dimensional graph for students,
+scientists and engineers. The program reads numerical data from
+general ASCII text files, and plot to graph.
+
+** Tips **
+
+ - This program support Kanji font. If you want to use it,
+ please set environment variable LANG to ja_JP.EUC.
+
+ (cf, under csh/tcsh)
+ % setenv LANG ja_JP.EUC
+
+ Currently you need X True Type Server or X True Type Font server
+ to use Kanji font. These Servers are also listed in ports/package
+ system.
+
+ - You can get documentation in Japanese from below URL.
+
+** Acknowledgements to this ports file **
+ Special thanks to:
+ Satoshi Ishizaka <isizaka@msa.biglobe.ne.jp>
+ Nobuhiro Yasutomi <nobu@rd.isac.co.jp>
+
+WWW: http://www2e.biglobe.ne.jp/~isizaka/
diff --git a/math/ngraph/pkg-plist b/math/ngraph/pkg-plist
new file mode 100644
index 000000000000..55b0728af80d
--- /dev/null
+++ b/math/ngraph/pkg-plist
@@ -0,0 +1,37 @@
+bin/ngraph
+lib/Ngraph/.Ngraph
+lib/Ngraph/.Ngraph.ngp
+lib/Ngraph/.fit.ngp
+lib/Ngraph/INSTALL.jis
+lib/Ngraph/Ngraph
+lib/Ngraph/Ngraph.ini
+lib/Ngraph/Ngraph.ps
+lib/Ngraph/Ngraph.xpm
+lib/Ngraph/append.nsc
+lib/Ngraph/calc.nsc
+lib/Ngraph/calc.tcl
+lib/Ngraph/demo/demo.ngp
+lib/Ngraph/demo/demo1.dat
+lib/Ngraph/demo/demo1.ngp
+lib/Ngraph/demo/demo2.dat
+lib/Ngraph/demo/demo2.ngp
+lib/Ngraph/demo/demo3.dat
+lib/Ngraph/demo/demo3.ngp
+lib/Ngraph/demo/demo4.dat
+lib/Ngraph/demo/demo4.ngp
+lib/Ngraph/demo/demo5a.ngp
+lib/Ngraph/demo/demo5b.ngp
+lib/Ngraph/demo/demo5c.ngp
+lib/Ngraph/demo/demo5d.ngp
+lib/Ngraph/demo/demo5e.ngp
+lib/Ngraph/fitrslt.nsc
+lib/Ngraph/fitrslt.tcl
+lib/Ngraph/gra2ps
+lib/Ngraph/ja/Ngraph
+lib/Ngraph/legend.nsc
+lib/Ngraph/legend.tcl
+lib/Ngraph/math.nsc
+lib/Ngraph/ngraph
+lib/Ngraph/ngraph.sh
+lib/Ngraph/terminal
+lib/Ngraph/text-in.nsc