[Midnightbsd-cvs] mports [16467] gnuplot 4.6.5

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 19 06:51:19 EDT 2014


Revision: 16467
          http://svnweb.midnightbsd.org/mports/?rev=16467
Author:   laffer1
Date:     2014-08-19 06:51:18 -0400 (Tue, 19 Aug 2014)
Log Message:
-----------
gnuplot 4.6.5

Modified Paths:
--------------
    trunk/math/gnuplot/Makefile
    trunk/math/gnuplot/distinfo
    trunk/math/gnuplot/files/patch-docs-Makefile.in
    trunk/math/gnuplot/pkg-plist

Property Changed:
----------------
    trunk/math/gnuplot/files/patch-configure
    trunk/math/gnuplot/files/patch-docs-Makefile.in

Modified: trunk/math/gnuplot/Makefile
===================================================================
--- trunk/math/gnuplot/Makefile	2014-08-19 10:49:11 UTC (rev 16466)
+++ trunk/math/gnuplot/Makefile	2014-08-19 10:51:18 UTC (rev 16467)
@@ -1,15 +1,16 @@
 # $MidnightBSD$
 
 PORTNAME=	gnuplot
-PORTVERSION=	4.6.3
+PORTVERSION=	4.6.5
 CATEGORIES=	math graphics
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Command-driven interactive function plotting program
+COMMENT=	Command-line driven interactive function plotting program
 
 LICENSE=	other
 
+USES=		iconv
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-lasergnu \
 		--with-readline=gnu \
@@ -17,7 +18,6 @@
 		--without-lisp-files \
 		--without-tutorial \
 		--with-bitmap-terminals
-MAKE_JOBS_SAFE=	yes
 
 OPTIONS_DEFINE=	CAIRO DOCS EXAMPLES GD GRIDBOX PDF PLOT TEX THINSPLINES WX X11
 GRIDBOX_DESC=		Use the gridbox optimization for hidden3d

Modified: trunk/math/gnuplot/distinfo
===================================================================
--- trunk/math/gnuplot/distinfo	2014-08-19 10:49:11 UTC (rev 16466)
+++ trunk/math/gnuplot/distinfo	2014-08-19 10:51:18 UTC (rev 16467)
@@ -1,2 +1,2 @@
-SHA256 (gnuplot-4.6.3.tar.gz) = df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5
-SIZE (gnuplot-4.6.3.tar.gz) = 4973116
+SHA256 (gnuplot-4.6.5.tar.gz) = e550f030c7d04570e89c3d4e3f6e82296816508419c86ab46c4dd73156519a2d
+SIZE (gnuplot-4.6.5.tar.gz) = 5035657

Index: trunk/math/gnuplot/files/patch-configure
===================================================================
--- trunk/math/gnuplot/files/patch-configure	2014-08-19 10:49:11 UTC (rev 16466)
+++ trunk/math/gnuplot/files/patch-configure	2014-08-19 10:51:18 UTC (rev 16467)

Property changes on: trunk/math/gnuplot/files/patch-configure
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
Modified: trunk/math/gnuplot/files/patch-docs-Makefile.in
===================================================================
--- trunk/math/gnuplot/files/patch-docs-Makefile.in	2014-08-19 10:49:11 UTC (rev 16466)
+++ trunk/math/gnuplot/files/patch-docs-Makefile.in	2014-08-19 10:51:18 UTC (rev 16467)
@@ -1,7 +1,7 @@
-$FreeBSD$
+$FreeBSD: head/math/gnuplot/files/patch-docs-Makefile.in 351183 2014-04-13 04:58:35Z glewis $
 
---- docs/Makefile.in.orig	2013-03-22 09:33:00.000000000 -0700
-+++ docs/Makefile.in	2013-04-21 09:35:41.000000000 -0700
+--- docs/Makefile.in.orig	2013-09-23 16:16:41.000000000 -0700
++++ docs/Makefile.in	2014-04-12 20:11:45.000000000 -0700
 @@ -395,15 +395,15 @@
  # Thanks to Bruce Ravel for doc2texi.el!
  gnuplot.texi $(srcdir)/gnuplot-eldoc.el $(srcdir)/gnuplot-eldoc.elc: $(srcdir)/doc2texi.el $(srcdir)/gnuplot.doc
@@ -9,9 +9,9 @@
 -	@if test "$(EMACS)" != no; then \
 -	   test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
 -	   test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
--	   $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
+-	   $(EMACS) -batch -q --no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
 -	   echo "Compiling gnuplot-eldoc.el" ; \
--	   $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \
+-	   $(EMACS) -batch -q --no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \
 -	else \
 -	   echo "No emacs found - cannot create texinfo file" ; \
 -	fi
@@ -18,9 +18,9 @@
 +#	@if test "$(EMACS)" != no; then \
 +#	   test "$(top_srcdir)" = "$(top_builddir)" || echo "COPYING GNUPLOT.DOC" ; \
 +#	   test "$(top_srcdir)" = "$(top_builddir)" || cp $(srcdir)/gnuplot.doc . ; \
-+#	   $(EMACS) -batch -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
++#	   $(EMACS) -batch -q --no-site-file -l $(srcdir)/doc2texi.el -f d2t-doc-to-texi ; \
 +#	   echo "Compiling gnuplot-eldoc.el" ; \
-+#	   $(EMACS) -batch --eval='(byte-compile-file "gnuplot-eldoc.el")' ; \
++#	   $(EMACS) -batch -q --no-site-file -f batch-byte-compile gnuplot-eldoc.el ; \
 +#	else \
 +#	   echo "No emacs found - cannot create texinfo file" ; \
 +#	fi
@@ -27,7 +27,7 @@
  
  
  # this is how to make OS/2 ipfc documentation
-@@ -461,18 +461,18 @@
+@@ -463,18 +463,18 @@
  	    $(INSTALL_DATA) gnuplot.pdf $(DESTDIR)$(GIHDIR)/gnuplot.pdf; \
  	fi
  


Property changes on: trunk/math/gnuplot/files/patch-docs-Makefile.in
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.3
\ No newline at end of property
Modified: trunk/math/gnuplot/pkg-plist
===================================================================
--- trunk/math/gnuplot/pkg-plist	2014-08-19 10:49:11 UTC (rev 16466)
+++ trunk/math/gnuplot/pkg-plist	2014-08-19 10:51:18 UTC (rev 16467)
@@ -1,6 +1,8 @@
 bin/gnuplot
 bin/lasergnu
 %%X11%%libexec/gnuplot/4.6/gnuplot_x11
+man/man1/gnuplot.1.gz
+man/man1/lasergnu.1.gz
 %%DATADIR%%/4.6/PostScript/8859-1.ps
 %%DATADIR%%/4.6/PostScript/8859-15.ps
 %%DATADIR%%/4.6/PostScript/8859-2.ps



More information about the Midnightbsd-cvs mailing list