diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:51:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-09 01:51:50 +0000 |
commit | a591b5a032578a66a07205a0f5f9444230111abd (patch) | |
tree | 32f2110d632ece4bead208ad3d3f5cb3bc3050bd /math | |
parent | d6b3478d77cb9689f575215523c31cd670445d0f (diff) | |
download | ports-a591b5a032578a66a07205a0f5f9444230111abd.tar.gz ports-a591b5a032578a66a07205a0f5f9444230111abd.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 65 | ||||
-rw-r--r-- | math/gnuplot+/distinfo | 2 | ||||
-rw-r--r-- | math/gnuplot+/pkg-comment | 1 | ||||
-rw-r--r-- | math/gnuplot+/pkg-descr | 11 | ||||
-rw-r--r-- | math/gnuplot+/pkg-message | 9 | ||||
-rw-r--r-- | math/gnuplot+/pkg-plist | 13 |
6 files changed, 101 insertions, 0 deletions
diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile new file mode 100644 index 000000000000..c90300dc8269 --- /dev/null +++ b/math/gnuplot+/Makefile @@ -0,0 +1,65 @@ +# New ports collection makefile for: gnuplot +# Version required: 3.7 +# Date created: May 18, 1999 +# Whom: NAKAJI Hiroyuki +# +# $Id$ +# + +DISTNAME= gnuplot37+-1.1.8 +CATEGORIES= japanese math graphics +MASTER_SITES= ftp://ftp.ipc.chiba-u.ac.jp/pub/pub.yamaga/gnuplot+/3.7base/ +DISTFILES= gnuplot-3.7.tar.gz gnuplot3.7+1.1.8.patch.tar.gz + +MAINTAINER= nakaji@tutrp.tut.ac.jp + +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ + VFlib2.24:${PORTSDIR}/japanese/vflib +BUILD_DEPENDS= ${LOCALBASE}/lib/libgd.a:${PORTSDIR}/graphics/gd \ + ${LOCALBASE}/lib/libttf.a:${PORTSDIR}/print/freetype + +EXTRACT_ONLY= gnuplot-3.7.tar.gz + +USE_XLIB= yes +USE_GMAKE= yes +USE_AUTOCONF= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ + --includedir=${LOCALBASE}/include/ \ + --libdir=${LOCALBASE}/lib \ + --with-x --without-linux-vga \ + --with-gd=${LOCALBASE}/lib \ + --with-gnu-readline --with-lasergnu --with-png \ + --with-vflib=${LOCALBASE}/lib + +MAN1= gnuplot.1 lasergnu.1 + +WRKSRC= ${WRKDIR}/gnuplot-3.7 +GP_DOCS= ${WRKSRC}/Copyright.plus \ + ${WRKSRC}/History.plus \ + ${WRKSRC}/INSTALL-J.unx.plus \ + ${WRKSRC}/INSTALL-J.win.plus \ + ${WRKSRC}/INSTALL.unx.plus \ + ${WRKSRC}/INSTALL.win.plus \ + ${WRKSRC}/README-J.plus \ + ${WRKSRC}/README.plus + +post-extract: + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7+1.1.8.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} + +pre-patch: + cd ${WRKSRC}; ${PATCH} --quiet -E -p0 < ${WRKSRC}/gnuplot3.7+1.1.patch + +post-patch: + cd ${WRKSRC}; ${TOUCH} aclocal.m4 + cd ${WRKSRC}; ${TOUCH} configure + +pre-build: + find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; + +post-install: + @test -d ${PREFIX}/share/doc/gnuplot+ || ${MKDIR} ${PREFIX}/share/doc/gnuplot+ + @${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ + @${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> diff --git a/math/gnuplot+/distinfo b/math/gnuplot+/distinfo new file mode 100644 index 000000000000..0a88ca500a6d --- /dev/null +++ b/math/gnuplot+/distinfo @@ -0,0 +1,2 @@ +MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d +MD5 (gnuplot3.7+1.1.8.patch.tar.gz) = f88b3dea62ec73048fb75481ae132b9d diff --git a/math/gnuplot+/pkg-comment b/math/gnuplot+/pkg-comment new file mode 100644 index 000000000000..c2bae2cb16a6 --- /dev/null +++ b/math/gnuplot+/pkg-comment @@ -0,0 +1 @@ +A command-driven interactive function plotting program. diff --git a/math/gnuplot+/pkg-descr b/math/gnuplot+/pkg-descr new file mode 100644 index 000000000000..4dce030ebc02 --- /dev/null +++ b/math/gnuplot+/pkg-descr @@ -0,0 +1,11 @@ +gnuplot-3.7+1.1 is a patch package to add some enhanced functions to +gnuplot(version 3.7) and enable it to treat Japanese text. + +On patched gnuplot, the following are added. + +1. LaTeX like text processing on PostScript terminal. +2. Japanese text handling +3. Saving histories of command-line-editing by GNU readline library. + +For more information, see /usr/local/share/doc/gnuplot+/README.plus +or http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot+/ diff --git a/math/gnuplot+/pkg-message b/math/gnuplot+/pkg-message new file mode 100644 index 000000000000..587953ae602f --- /dev/null +++ b/math/gnuplot+/pkg-message @@ -0,0 +1,9 @@ +************************************************************************* +* Notices * +* * +* The author does not want these patches to be used by ones who misuse * +* a word Hacker for a cracker and crackers who call themselves Hackers. * +* * +* If you use these patches against the above, please make contact with * +* Yamaga (yamaga@ipc.chiba-u.ac.jp). * +************************************************************************* diff --git a/math/gnuplot+/pkg-plist b/math/gnuplot+/pkg-plist new file mode 100644 index 000000000000..5a817d1f3d63 --- /dev/null +++ b/math/gnuplot+/pkg-plist @@ -0,0 +1,13 @@ +bin/lasergnu +bin/gnuplot +bin/gnuplot_x11 +share/gnuplot.gih +share/doc/gnuplot+/Copyright.plus +share/doc/gnuplot+/History.plus +share/doc/gnuplot+/INSTALL-J.unx.plus +share/doc/gnuplot+/INSTALL-J.win.plus +share/doc/gnuplot+/INSTALL.unx.plus +share/doc/gnuplot+/INSTALL.win.plus +share/doc/gnuplot+/README-J.plus +share/doc/gnuplot+/README.plus +@dirrm share/doc/gnuplot+ |