Port details |
- ngraph XY plotting tool for students, scientists, and engineers
- 6.3.54_1 math =4 6.3.54_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: p5-libwww, libxml2, transfig, libwmf, nasm
- License: GPLv2+
- WWW:
- http://www2e.biglobe.ne.jp/~isizaka/
- Description:
- 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
and you need....
- kinput2
- X True Type or X True Type Font server[best],
or kanji18 and kanji26 fonts, these fonts are in below ports[better],
- ja-ngraph-fonts (japanese/ngraph-fonts)
- ja-kanji18 (japanese/kanji18)
- ja-kanji26 (japanese/kanji26)
or to change font name in Ngraph.ini as below[poor].
font_map=Mincho,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
font_map=Gothic,1,-*-fixed-medium-r-normal--*-*-75-75-c-*-jisx0208.1983-0
- 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>
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/ngraph/ && make install clean
- To add the package, run one of these commands:
- pkg install math/ngraph
- pkg install ngraph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ngraph
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Ngraph-6.3.54-src.tar.gz) = a491e5a0397bb518b9dad38c95a1441fc8055a030eba86cd46712fd4fcbaac3b
SIZE (Ngraph-6.3.54-src.tar.gz) = 995722
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_ngraph
- USES:
- gmake motif xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.3.54_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.3.54_1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
6.3.54_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.3.54_1 02 Oct 2019 08:40:25 |
zeising |
math/ngraph: Fix build
Fix build by not trying to link against libXp (since it is deprecated).
Add missing xorg dependencies.
remove broken
MFH: 2019Q4 |
6.3.54 02 Oct 2019 06:59:38 |
antoine |
Mark BROKEN: fails to link
cc -o ngraph x11/main.o x11/x11.a src/kern.a -L/usr/local/lib -lXm -lm
-L/usr/local/lib -lXext -lXt -lXp -lX11 -lICE -lSM
/usr/bin/ld: cannot find -lXp
Reported by: pkg-fallout
MFH: 2019Q4 |
6.3.54 27 Feb 2017 15:31:32 |
amdmi3 |
- Fix LICENSE
- Regenerate patches |
6.3.54 22 Jan 2017 22:02:26 |
rene |
Reset sanpei@'s ports after 18 months of inactivity. |
6.3.54 18 Jul 2015 00:56:36 |
sanpei |
upgrade 6.3.54 |
6.3.51_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
6.3.51_1 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
6.3.51_1 28 Jul 2014 23:33:48 |
adamw |
Rename math/ patch-xy patches to reflect the files they modify. |
6.3.51_1 20 Jun 2014 12:51:38 |
sanpei |
support stage |
6.3.51_1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
6.3.51_1 10 Jul 2013 07:02:34 |
bapt |
Fix typo |
10 Jul 2013 07:00:44
|
bapt |
Convert from USE_MOTIF to USES=motif
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Remove indefinite article from comment |
6.3.51_1 03 Aug 2012 15:54:36 |
cs |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit) |
6.3.51_1 02 May 2011 12:44:53 |
makc |
Bump PORTREVISION after open-mofit update |
6.3.51 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
6.3.51 21 Oct 2009 01:04:48 |
sanpei |
Update to version 6.3.51
PR: ports/139778 |
6.3.48 06 Apr 2009 23:02:36 |
sanpei |
Update to version 6.3.48
PR: ports/133444
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> |
6.3.47_3 07 Feb 2009 20:48:17 |
olgeni |
Fix a typo. |
6.3.47_3 06 Feb 2009 23:29:40 |
sanpei |
I forgot remove old patch file(patch-ab) |
6.3.47_3 06 Feb 2009 23:10:10 |
sanpei |
update distinfo file(I forgot it!) |
6.3.47_3 06 Feb 2009 16:23:26 |
sanpei |
Update to version 6.3.47 |
6.3.30_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
6.3.30_3 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
6.3.30_2 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
6.3.30_2 20 Dec 2004 07:36:14 |
sanpei |
Add 2 files to pkg-list
Submitted by: kris |
6.3.30_1 15 Nov 2004 05:19:30 |
sf |
farewell to libxpg4. |
6.3.30_1 15 Aug 2004 03:02:32 |
sanpei |
Unbreak on -CURRENT(round() -> iround())
Noticed by: Kris Kennaway <kris@obsecurity.org> |
6.3.30_1 08 Aug 2004 18:50:56 |
sanpei |
Update to version 6.3.30
(I forgot update this file) |
6.3.30_1 08 Aug 2004 18:48:56 |
sanpei |
Update to version 6.3.30 |
6.3.20_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
6.3.20_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
6.3.20 22 Feb 2003 09:25:20 |
sanpei |
De-pkg-comment |
6.3.20 22 Feb 2003 09:24:18 |
sanpei |
Update to version 6.3.20
De-pkg-comment |
6.3.16 29 Aug 2002 21:59:52 |
sanpei |
Update to version 6.3.16
(I forgot to update this file) |
6.3.16 27 Aug 2002 13:08:52 |
sanpei |
Update to version 6.3.16 |
16 Jul 2001 23:08:45 |
sanpei |
Update to version 6.3.14 |
26 May 2001 12:42:44 |
sanpei |
add missing demo file update WWW URL(English version) |
28 Apr 2001 13:47:02 |
sanpei |
Update to version 6.3.13. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
15 Nov 2000 08:57:36 |
sanpei |
Update to version 6.3.11. |
07 Nov 2000 23:28:20 |
asami |
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. |
25 Oct 2000 05:16:42 |
sanpei |
Update to version 6.3.10. |
08 Oct 2000 04:10:26 |
asami |
Convert category math to new layout. |
03 Aug 2000 15:28:34 |
sanpei |
change my e-mail address --> sanpei@FreeBSD.org |
03 Jul 2000 04:30:14 |
kris |
Respect CC and CFLAGS, and remove all extraneous directories on deinstall |
02 Jul 2000 15:09:35 |
sanpei |
Change maintainer's mail address. --> sanpei@sanpei.org |