summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-10-01 07:29:09 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-10-01 07:29:09 +0000
commit3d34ad2ed7a7ae4e4871da129b466744bbde2e83 (patch)
tree5c2855c603e84ec7dfd5056e109d8820cacb45fc /media-libs/ploticus
parentInitial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff)
downloadgentoo-2-3d34ad2ed7a7ae4e4871da129b466744bbde2e83.tar.gz
gentoo-2-3d34ad2ed7a7ae4e4871da129b466744bbde2e83.tar.bz2
gentoo-2-3d34ad2ed7a7ae4e4871da129b466744bbde2e83.zip
version bump as per bug #107175
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-libs/ploticus')
-rw-r--r--media-libs/ploticus/ChangeLog8
-rw-r--r--media-libs/ploticus/Manifest7
-rw-r--r--media-libs/ploticus/files/digest-ploticus-2.321
-rw-r--r--media-libs/ploticus/files/pl232src.patch184
-rw-r--r--media-libs/ploticus/ploticus-2.32.ebuild128
5 files changed, 325 insertions, 3 deletions
diff --git a/media-libs/ploticus/ChangeLog b/media-libs/ploticus/ChangeLog
index 19588b5d3f67..bbb1ff13fb44 100644
--- a/media-libs/ploticus/ChangeLog
+++ b/media-libs/ploticus/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/ploticus
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ChangeLog,v 1.3 2005/07/16 11:36:02 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ChangeLog,v 1.4 2005/10/01 07:29:09 dragonheart Exp $
+
+*ploticus-2.32 (01 Oct 2005)
+
+ 01 Oct 2005; Daniel Black <dragonheart@gentoo.org> +files/pl232src.patch,
+ +ploticus-2.32.ebuild:
+ version bump as per bug #107175 thanks david somers
16 Jul 2005; David Holm <dholm@gentoo.org> ploticus-2.31.ebuild:
Added to ~ppc.
diff --git a/media-libs/ploticus/Manifest b/media-libs/ploticus/Manifest
index 33779c5350cc..72a0b45a8074 100644
--- a/media-libs/ploticus/Manifest
+++ b/media-libs/ploticus/Manifest
@@ -1,9 +1,12 @@
-MD5 a3981ddd3ce58c9b7a22c2b668730c6a ChangeLog 741
MD5 92797bcb47c13ca4661d0ed2de6de765 metadata.xml 832
MD5 8149fece39504036eda5e55f8b1331f7 ploticus-2.30.ebuild 3868
+MD5 a3981ddd3ce58c9b7a22c2b668730c6a ChangeLog 741
MD5 6cc4c11de961ccdbfdaf6597a14c9492 ploticus-2.31.ebuild 4060
+MD5 561d6dde585f803e8301f63670075106 ploticus-2.32.ebuild 3404
MD5 bfc66e7cb49aceece8fe2c25a022b7c6 files/11ploticus 47
MD5 7e62aeab46857cc9d3f9b4678476dc98 files/digest-ploticus-2.30 60
MD5 24f51384258b69ce8e94bd28c9814370 files/pl230src.patch 5532
-MD5 dad8b1e68cbc5385a3f936a2d96083e8 files/digest-ploticus-2.31 124
MD5 4a69c9d66d8e90c187efe21f77bcb494 files/pl231src.patch 6185
+MD5 dad8b1e68cbc5385a3f936a2d96083e8 files/digest-ploticus-2.31 124
+MD5 cd8beffd23680a8ee5f8a5d65c32e2f4 files/digest-ploticus-2.32 60
+MD5 b40e232993c85a53b6556df0271f2a6f files/pl232src.patch 6771
diff --git a/media-libs/ploticus/files/digest-ploticus-2.32 b/media-libs/ploticus/files/digest-ploticus-2.32
new file mode 100644
index 000000000000..7a03cd85d3f2
--- /dev/null
+++ b/media-libs/ploticus/files/digest-ploticus-2.32
@@ -0,0 +1 @@
+MD5 3b7097dc99d48e43e61a6e3f107bc41a pl232src.tar.gz 451923
diff --git a/media-libs/ploticus/files/pl232src.patch b/media-libs/ploticus/files/pl232src.patch
new file mode 100644
index 000000000000..4590cdbeaf6f
--- /dev/null
+++ b/media-libs/ploticus/files/pl232src.patch
@@ -0,0 +1,184 @@
+diff -ru pl232src.orig/src/Makefile pl232src/src/Makefile
+--- pl232src.orig/src/Makefile 2005-08-24 00:54:11.000000000 +1000
++++ pl232src/src/Makefile 2005-10-01 17:11:05.000000000 +1000
+@@ -123,11 +123,11 @@
+ #### For PNG (only) uncomment the following.. (this will use a version of GD that comes
+ #### bundled with ploticus; you need to have libpng and zlib ). Set GD16H if your
+ #### png.h or other header files are in a nonstandard place, eg GD16H = -I/home/scg/lib
+-ploticus: plpng
+-PLPNG = pl
+-GD16LIBS = -lpng -lz
+-GD16H =
+-ZFLAG = -DWZ
++# ploticus: plpng
++# PLPNG = pl
++# GD16LIBS = -lpng -lz
++# GD16H =
++# ZFLAG = -DWZ
+
+
+ #### For pseudo-GIF (only) uncomment the following.. (this will use a version of GD that
+@@ -149,18 +149,18 @@
+ #### uncomment the following.. (gd 1.84+, libpng, zlib, libjpeg required). Set GD18H if your
+ #### png.h or other header files are in a nonstandard place, eg GD18H = -I/home/scg/lib
+
+-# ploticus: plgd18
+-# GD18LIBS = -lgd -lpng -lz -ljpeg
+-# GD18H =
++#ploticus: plgd18
++#GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype
++#GD18H =
+ # GDFREETYPE =
+-# ZFLAG = -DWZ
++#ZFLAG = -DWZ
+
+
+ #### For JPEG, WBMP, PNG, and FreeType2, using your copy of GD 1.84+, ######
+ #### uncomment the following.. (gd 1.84+, libpng, zlib, libjpeg, libfreetype ######
+ #### are all required). Set GDFONTPATH to directory containing .ttf files ######
+-# ploticus: plgd18
+-# GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype
++#ploticus: plgd18
++# GD18LIBS = -lgd -lpng -lz -ljpeg -lfreetype -lfreetype
+ # GD18H =
+ # GDFREETYPE = -DGDFREETYPE
+ # ZFLAG = -DWZ
+@@ -170,6 +170,10 @@
+ # ploticus: plnogd
+ # NOGDFLAG = -DNOGD
+
++EXE=pl
++ploticus: $(EXE)
++
++
+
+
+ ################################################################
+@@ -186,11 +190,11 @@
+ # MINGH = -I/home/scg/lib
+ ####
+ #### Otherwise, for no SWF capability, uncomment the following line..
+-NOSWFFLAG = -DNOSWF
++# NOSWFFLAG = -DNOSWF
+
+
+ #### If you plan to do a "make install", where do you want the executable(s) to be moved to?
+-BIN = /usr/local/bin
++BIN = /usr/bin
+
+
+ #### To set a hard-coded directory for prefabs files, uncomment & edit the following..
+@@ -260,8 +264,8 @@
+
+ LIBS = $(XLIBS) -lm $(ADDLIBS)
+
+-CFLAGS = $(WALL) -DPLOTICUS -D$(PLATFORM) -DTDH_NOREC $(ZFLAG) $(FLAGS) $(LOCALE_FLAG) \
+- $(NOGDFLAG) $(NOXFLAG) $(NOPSFLAG) $(NOSVGFLAG) $(NOSWFFLAG) $(INCLUDEDIRS) \
++CFLAGS += $(WALL) -DPLOTICUS -D$(PLATFORM) -DTDH_NOREC $(ZFLAG) $(FLAGS) $(LOCALE_FLAG) \
++ $(GDLEVEL) $(NOGDFLAG) $(NOXFLAG) $(NOPSFLAG) $(NOSVGFLAG) $(NOSWFFLAG) $(INCLUDEDIRS) \
+ $(MINGH) $(NORLIMFLAG) -DPREFABS_DIR=\"$(PREFABS_DIR)\"
+
+ OBJ = proc_annotate.o proc_areadef.o proc_axis.o proc_bars.o proc_rect.o proc_breakaxis.o \
+@@ -277,39 +281,39 @@
+ $(LOCALEOBJ)
+
+ pl: pl.o $(OBJ) $(XOBJ) gd00files gd13files
+- $(CC) pl.o $(FLAGS) $(OBJ) $(GD13) $(GD) $(XOBJ) $(LIBS) $(ZLIB) $(MING) -o $(PL)
++ $(CC) pl.o $(CFLAGS) $(OBJ) $(GD13) $(GD) $(XOBJ) $(LIBS) $(ZLIB) $(MING) -o $(PL)
+
+ plpng: pl.o $(OBJ) $(XOBJ) gd00files gd16files
+- $(CC) pl.o $(FLAGS) $(OBJ) $(GD16) $(GD) $(XOBJ) $(GD16LIBS) $(LIBS) $(MING) -o $(PLPNG)
++ $(CC) pl.o $(CFLAGS) $(OBJ) $(GD16) $(GD) $(XOBJ) $(GD16LIBS) $(LIBS) $(MING) -o $(PLPNG)
+
+ gd00files:
+- $(CC) -I./gd13 -I./ -c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c
++ $(CC) $(CFLAGS) -I./gd13 -I./ -c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c gdfontt.c
+ echo "done with gd00files" > gd00files
+
+ gd13files:
+- $(CC) -c $(WALL) grgd.c -DGD13 -DPLOTICUS -I./gd13 -o grgd13.o
++ $(CC) -c $(CFLAGS) $(WALL) grgd.c -DGD13 -DPLOTICUS -I./gd13 -o grgd13.o
+ $(CC) -c $(CFLAGS) devstuff.c -DGD13 -o devstuff13.o
+- $(CC) -c gd13.c -I./gd13
++ $(CC) -c $(CFLAGS) gd13.c -I./gd13
+ echo "done with gd13files" > gd13files
+
+ gd16files:
+- $(CC) -c $(WALL) grgd.c -DGD16 -DPLOTICUS -I./ -I./gd16 -o grgd16.o
++ $(CC) -c $(CFLAGS) $(WALL) grgd.c -DGD16 -DPLOTICUS -I./ -I./gd16 -o grgd16.o
+ $(CC) -c $(CFLAGS) devstuff.c -DGD16 -o devstuff16.o
+- $(CC) -c -I./gd16 -I./ $(GD16H) gd16.c gd_io.c gd_io_dp.c gd_io_file.c gd_png.c
++ $(CC) -c $(CFLAGS) -I./gd16 -I./ $(GD16H) gd16.c gd_io.c gd_io_dp.c gd_io_file.c gd_png.c
+ echo "done with gd16files" > gd16files
+
+ # GD18:
+ plgd18: pl.o $(OBJ) $(XOBJ) gd18files
+- $(CC) $(FLAGS) pl.o grgd.o devstuff.o $(OBJ) $(XOBJ) $(GD18LIBS) $(LIBS) $(MING) -o $(PL)
++ $(CC) $(CFLAGS) pl.o grgd.o devstuff.o $(OBJ) $(XOBJ) $(GD18LIBS) $(LIBS) $(MING) -o $(PL)
+
+ gd18files:
+- $(CC) -c $(WALL) grgd.c devstuff.c -DGD18 $(GDFREETYPE) $(GD18H) $(CFLAGS)
++ $(CC) -c $(CFLAGS) $(WALL) grgd.c devstuff.c -DGD18 $(GDFREETYPE) $(GD18H)
+
+
+
+ # NOGD:
+ plnogd: pl.o $(OBJ) $(XOBJ) nogdfiles
+- $(CC) $(FLAGS) pl.o devstuff.o $(OBJ) $(XOBJ) $(LIBS) $(ZLIB) $(MING) -o $(PL)
++ $(CC) $(CFLAGS) pl.o devstuff.o $(OBJ) $(XOBJ) $(LIBS) $(ZLIB) $(MING) -o $(PL)
+
+ nogdfiles:
+ $(CC) -c $(WALL) devstuff.c $(CFLAGS)
+@@ -317,7 +321,7 @@
+
+
+ install:
+- mv $(EXE) $(BIN)
++ mv $(EXE) $(DESTDIR)$(BIN)
+
+ clean:
+ $(RMCOM) *.o gd??files
+diff -ru pl232src.orig/src/functions.c pl232src/src/functions.c
+--- pl232src.orig/src/functions.c 2005-02-16 04:20:12.000000000 +1100
++++ pl232src/src/functions.c 2005-10-01 17:11:05.000000000 +1000
+@@ -646,7 +646,7 @@
+
+ if( hash == 1708 ) { /* $htmldisplay( var1, .. varN ) - convert embedded HTML problem chars (<,>,&)
+ * to their html esc sequences for all variables given */
+- char *strchr();
++ //char *strchr();
+ for( i = 0; i < nargs; i++ ) {
+ stat = TDH_getvalue( tok, arg[i], TDH_dat, TDH_recid );
+ if( strchr( tok, '&' ) != NULL ) GL_substitute( "&", "&amp;", tok );
+Only in pl232src/src: functions.c.orig
+diff -ru pl232src.orig/src/interact.c pl232src/src/interact.c
+--- pl232src.orig/src/interact.c 2005-01-13 07:28:57.000000000 +1100
++++ pl232src/src/interact.c 2005-10-01 17:11:05.000000000 +1000
+@@ -71,6 +71,7 @@
+ /* =================================== */
+ /* GETCLICK wait until a key or button is hit.. */
+ /* when using postscript, this will do a showpage and return. */
++#ifndef NOX11
+ int
+ PLG_getclick()
+ {
+@@ -87,6 +88,7 @@
+
+ return( Egetkey( &x, &y, &e ) );
+ }
++#endif
+
+ /* ================================ */
+ /* HE This gets called by the X11 driver when we are waiting for an event
+diff -ru pl232src.orig/src/tdhkit.h pl232src/src/tdhkit.h
+--- pl232src.orig/src/tdhkit.h 2005-02-11 05:29:34.000000000 +1100
++++ pl232src/src/tdhkit.h 2005-10-01 17:12:31.000000000 +1000
+@@ -18,7 +18,7 @@
+ #define DATAMAXLEN 256 /* max length of one field - should be same value as VARMAXLEN */
+
+ /* Variables list */
+-#define MAXVAR 200 /* max number of variables */
++#define MAXVAR 2000 /* max number of variables */
+ #define VARMAXLEN 256 /* max length of variable contents - should be same value as DATAMAXLEN */
+
+ /* Variable name size */
diff --git a/media-libs/ploticus/ploticus-2.32.ebuild b/media-libs/ploticus/ploticus-2.32.ebuild
new file mode 100644
index 000000000000..aad9f59d451a
--- /dev/null
+++ b/media-libs/ploticus/ploticus-2.32.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ploticus/ploticus-2.32.ebuild,v 1.1 2005/10/01 07:29:09 dragonheart Exp $
+
+inherit eutils toolchain-funcs
+
+MY_P=pl${PV/./}src
+
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="A command line application for producing graphs and charts"
+HOMEPAGE="http://ploticus.sourceforge.net"
+SRC_URI="http://ploticus.sourceforge.net/download/${MY_P}.tar.gz"
+LICENSE="GPL-2"
+SLOT=0
+KEYWORDS="~ppc ~x86"
+IUSE="gd flash nls cpulimit svg svgz truetype X"
+DEPEND="media-libs/libpng
+ gd? ( >=media-libs/gd-1.84 media-libs/jpeg )
+ flash? ( =media-libs/ming-0.2a )
+ truetype? ( =media-libs/freetype-2* )
+ X? ( virtual/x11 )"
+
+src_unpack() {
+ unpack ${A}
+ # Fixes a problem with NOX11.
+ # Changes the install directory and comments all flash and gd-related
+ # options. (These options will be selectively uncommented later.)
+ epatch ${FILESDIR}/${MY_P}.patch
+}
+
+src_compile() {
+ cd src
+ # ploticus may be compiled using the external libgd, a libgd provided with
+ # the package, or no gd support at all.
+
+ local MO=""
+ if useq gd; then
+ # PNG and JPEG are supported by default.
+ GD18LIBS="-lgd -lpng -lz -ljpeg"
+ # Note that truetype works only with the external gd lib.
+ if useq truetype; then
+ GD18LIBS="${GD18LIBS} -lfreetype"
+ MO="${MO} GDFREETYPE=-DGDFREETYPE"
+ fi
+ # Set the graphics formats support.
+ # Use the external libgd.
+ MO="${MO} ZFLAG=-DWZ GD18H= GD16H= GDLEVEL=-DGD18=1 plgd18"
+ EXE="plpng"
+ GD16LIBS="${GD18LIBS}"
+ GD18LIBS="${GD18LIBS}"
+
+ else
+ # No support for libgd at all.
+ # Note that gif and truetype do not work without gd.
+ EXE=plnogd
+ MO="${MO} NOGDFLAG=-DNOGD"
+ GD16LIBS=
+ GD18LIBS=
+ fi
+
+ # Support for non-roman alphabets and collation.
+ if useq nls; then
+ MO="${MO} LOCALEOBJ=localef.o LOCALE_FLAG=-DLOCALE"
+ fi
+
+ # Support for compressed or uncompressed svg. svgz implies svg. If the
+ # external gd library is used, the svgz format will always be available if
+ # ploticus was compiled with support for svg (even if the svgz flag was not
+ # specified and even if the -svgz flag was used).
+ if useq svgz; then
+ MO="${MO} ZLIB=-lz ZFLAG=-DWZ"
+ elif ! useq svg; then
+ MO="${MO} NOSVGFLAG=-DNOSVG"
+ fi
+
+ # Support for X11 output.
+ if ! useq X; then
+ MO="${MO} NOXFLAG=-DNOX11 XLIBS= XOBJ="
+ fi
+
+ # Support for Flash output.
+ if useq flash; then
+ MO="${MO} MING=-lming"
+ else
+ MO="${MO} NOSWFFLAG=-DNOSWF"
+ fi
+
+ # Support for limiting CPU utilization. (Enabled by default.)
+ if ! useq cpulimit; then
+ MO="${MO} NORLIMFLAG=-DNORLIMIT"
+ fi
+ emake "CC=$(tc-getCC)" ${MO} EXE="${EXE}" GD18LIBS="${GD18LIBS}" \
+ GD16LIBS="${GD16LIBS}" \
+ PREFABS_DIR=/usr/share/ploticus/prefabs ploticus || die
+}
+
+src_test() {
+ cd ${S}/pltestsuite
+ export PATH="${S}/src:${PATH}"
+ #sed -i -e "s:PL=.*:PL=${S}/src/pl:" run_script_test
+ local TESTS="gif png jpeg eps"
+ useq svg && TESTS="${TESTS} svg"
+ useq svgz && TESTS="${TESTS} svgz"
+ for TEST in ${TESTS};
+ do
+ echo "Testing ${TEST}"
+ echo -e "${TEST}\n" | ./run_script_test
+ cat Diag.out
+ done
+}
+
+src_install() {
+ dodoc README
+ cd ${S}/src
+ mkdir -p ${D}usr/bin
+ if useq gd; then
+ EXE="pl plpng"
+ else
+ EXE=pl
+ fi
+ emake DESTDIR=${D} EXE="${EXE}" install || die
+
+ PL_TARGET=/usr/share/${PN}
+ insinto ${PL_TARGET}/prefabs
+ doins ${S}/prefabs/*
+ insinto ${PL_TARGET}/testsuite
+ doins ${S}/pltestsuite/*
+}