summaryrefslogtreecommitdiff
path: root/sci-visualization/xgraph
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-visualization/xgraph
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-visualization/xgraph')
-rw-r--r--sci-visualization/xgraph/Manifest6
-rw-r--r--sci-visualization/xgraph/metadata.xml17
-rw-r--r--sci-visualization/xgraph/xgraph-12.1-r4.ebuild42
3 files changed, 65 insertions, 0 deletions
diff --git a/sci-visualization/xgraph/Manifest b/sci-visualization/xgraph/Manifest
new file mode 100644
index 000000000000..685762671cb3
--- /dev/null
+++ b/sci-visualization/xgraph/Manifest
@@ -0,0 +1,6 @@
+DIST xgraph-12.1.tar.gz 145278 SHA256 0aa17d3fa3abfa8b6679fc26812a988332a2a0f1f48973d17429089015672b08 SHA512 67c1faea0f423717cf97c4613e7c288ad17e952f7f0c7cc555d3d3cffaaef890b3b8d77f9421ab5842f8c65dea3393820e296b38d7a3eae2a0b80eb0b8fc948c WHIRLPOOL 16f5abba42e42196bed2994b2d83fb5a5266c4d0fdfa0b8bdd52f175f9046c09167544e93f45945cb1cf045319e725f9154c0ffdb9d8ac06eb4e8839a5c7cc3c
+DIST xgraph_12.1-16.debian.tar.gz 23154 SHA256 a10daac6dca06938c4d96b8b82c8070b2763f6e0761030e0dfd2bb3fb338212a SHA512 6942d85d453a63191b11f6f52bee592c765023068d022e62b94b6fc6b0ed46ce57c9cc00bfcb53cd5f943997cef23724513c1433cdfbf11c7debac5760de1d26 WHIRLPOOL c6584cc98b0cf9e5cee85a4f1287dbb836aa7a0165d6c0c1d4066e0aefb4ce700d31e57d54cf8c051a5e1eb5e6c6410d1979b140628ea5ad90dbe1b2bc8fb336
+EBUILD xgraph-12.1-r4.ebuild 988 SHA256 b7a932b1cb0704c5828659063dbb84c48d79940d3b45e18d3fe2988bff420e49 SHA512 ac7b07f87f689eacc452ddc9b3045b4ab01cae0bb58043274404a8b876f4232f384415d0a1b13ab0f19a883f2a0851cf61f036c22466219a86f01de08c246bf5 WHIRLPOOL 2ae23ac54a490471ea9aee33008aeb1c83acde377a3afcb4ca4b75c21469099df67f2f4713ce1bcf78db20e3ca70ec3225d1daec9bd85d461a463ec288b15b50
+MISC ChangeLog 2567 SHA256 8003928cf51f0e504f52ee148c9f49eb7ac3bbc82390e7ea3c4f23884630459e SHA512 477da022053f1d2822c44ec1e7a8446d3d962cbc23b66a36bd1bb9079cc8369c013305c5228e1e07f914d27867752bac0f4bd575c6466b664925d85ebb406903 WHIRLPOOL b9e91ae68d391210a794124541a40c27d4cbc275f6a0be1d5a13f4409367f4f2325f4b4c9d5c3af973cc2baa0b0e092fa08f745f894f65de2f65b1e3ae50fae9
+MISC ChangeLog-2015 2996 SHA256 a9939c1b1edb726643cf44c0a750698a74b65bec664ddffe1bfb8ce118af13c0 SHA512 cc35c2ab847216b7fe073ec09882429fd1b17839a50b4f842a993e3145d19a9099ccb5a87a6136e44869a6ea0c21057a092b85768da1f3b6579327a8f19f1636 WHIRLPOOL 242928c2958d617982b8f18c0d6010097ccf2eb9ac85954de216cca7905c87ca503200f9c7b4ea23ecad3e34d49b55fc0192599abbedc9dcd92219c5c66a85a3
+MISC metadata.xml 773 SHA256 86bbe9baf978dfc226e823a5e398ca18fe47d7144291902aaf97fd83e21d3486 SHA512 4ab2e3db785543deb8f2f541cb64055dab9caa058424e46987896b6100d03cd55a48bda31cfc261225f76374c618e16f19bbfa5526f195f4c0c9ca583830ab04 WHIRLPOOL c629d029f4c8104161d09bb7266fb6742cf69cf1501bf5f9668df2e9e463c2344ceaacd85dd159bb8d5dcb5378e06e783fc3f79b1f26698ee5a935de983b1660
diff --git a/sci-visualization/xgraph/metadata.xml b/sci-visualization/xgraph/metadata.xml
new file mode 100644
index 000000000000..ed93e12b7321
--- /dev/null
+++ b/sci-visualization/xgraph/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ Accepts data files or stdin in a form similar to the unix program
+ graph and displays line graphs, scatter plots, or bar charts on an
+ X11 display. Fully annotated with title, axis numbering and
+ labels, and legend. Zooming with the mouse is supported. Can
+ generate hardcopy output to Postscript printers and HPGL
+ plotters. Output can be directly pasted into idraw (drawtool) for
+ further annotation. Particularly useful in shell scripts.
+ </longdescription>
+</pkgmetadata>
diff --git a/sci-visualization/xgraph/xgraph-12.1-r4.ebuild b/sci-visualization/xgraph/xgraph-12.1-r4.ebuild
new file mode 100644
index 000000000000..61f36811879b
--- /dev/null
+++ b/sci-visualization/xgraph/xgraph-12.1-r4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DEB_PR=16
+
+DESCRIPTION="X11 Plotting Utility"
+HOMEPAGE="http://www.isi.edu/nsnam/xgraph/"
+SRC_URI="http://www.isi.edu/nsnam/dist/${P}.tar.gz
+ mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PR}.debian.tar.gz"
+
+LICENSE="xgraph"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="examples"
+RDEPEND="x11-libs/libSM
+ x11-libs/libX11"
+DEPEND="$RDEPEND"
+
+PATCHES=( "${WORKDIR}"/debian/patches/debian-changes )
+
+src_prepare() {
+ default
+ rm -f configure.in Makefile.in || die
+ eautoreconf
+}
+
+src_install() {
+ default
+ dodoc "${WORKDIR}"/debian/changelog
+ if use examples; then
+ dodoc -r examples
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+ dodir /usr/share/man/man1
+ mv "${ED%/}"/usr/share/man/manm/xgraph.man \
+ "${ED%/}"/usr/share/man/man1/xgraph.1 || die
+ rm -r "${ED%/}"/usr/share/man/manm || die
+}