A XY plotting tool for students, scientists and engineers
PR: 13376 Submitted by: MIHIRA Yoshiro <sanpei@jp.FreeBSD.org>
This commit is contained in:
parent
4feb34e817
commit
2bf17fb61b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21453
19
math/ngraph/Makefile
Normal file
19
math/ngraph/Makefile
Normal file
@ -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>
|
1
math/ngraph/distinfo
Normal file
1
math/ngraph/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Ngraph-6.3.05-src.tar.gz) = b5aa3f74ebb35716b9a6551d7092d8f7
|
55
math/ngraph/files/patch-aa
Normal file
55
math/ngraph/files/patch-aa
Normal file
@ -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
|
1
math/ngraph/pkg-comment
Normal file
1
math/ngraph/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A XY plotting tool for students, scientists and engineers
|
24
math/ngraph/pkg-descr
Normal file
24
math/ngraph/pkg-descr
Normal file
@ -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/
|
37
math/ngraph/pkg-plist
Normal file
37
math/ngraph/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user