Rich Burridge
2012-01-27 6aaacba826a87d97659763a356bd70871ff1ba70
7001049 Update gnuplot to version 4.4.4
1 files deleted
2 files modified
21 ■■■■ changed files
components/gnuplot/Makefile 6 ●●●● patch | view | raw | blame | history
components/gnuplot/gnuplot.p5m 4 ●●●● patch | view | raw | blame | history
components/gnuplot/patches/syscfg.h.patch 11 ●●●●● patch | view | raw | blame | history
components/gnuplot/Makefile
@@ -20,7 +20,7 @@
#
#
# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
#
include ../../make-rules/shared-macros.mk
@@ -28,11 +28,11 @@
LD_Z_IGNORE=
COMPONENT_NAME=        gnuplot
COMPONENT_VERSION=    4.4.0
COMPONENT_VERSION=    4.4.4
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_PROJECT_URL=  http://gnuplot.info/
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= sha1:04a2eede7b2af8e64144aa8ffede6535b7a043b5
COMPONENT_ARCHIVE_HASH= sha1:d4f143eade1f8d8b27be44cbda431d37a71c6a31
COMPONENT_ARCHIVE_URL=  http://sourceforge.net/projects/$(COMPONENT_NAME)/files/$(COMPONENT_NAME)/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)/download
COMPONENT_BUILD_TARGETS = all info
components/gnuplot/gnuplot.p5m
@@ -18,13 +18,13 @@
#
# CDDL HEADER END
#
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
#
<transform file path=usr/demo/gnuplot/(.+[.-].+)$ -> set action.hash demo/%<\1> >
set name=pkg.fmri value=pkg:/image/gnuplot@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="gnuplot - plotting utility"
set name=pkg.description value="gnuplot - command-driven interactive function plotting program (4.4.0)"
set name=pkg.description value="gnuplot - command-driven interactive function plotting program"
set name=info.classification value="org.opensolaris.category.2008:Applications/Graphics and Imaging"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
components/gnuplot/patches/syscfg.h.patch
File was deleted