Date: Tue, 19 Sep 2006 13:31:02 +0200 (CEST) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/103397: [NEW PORT] science/g3data: Utility for extracting data from graphs Message-ID: <20060919113102.B414E3A3E6@pin.if.uz.zgora.pl> Resent-Message-ID: <200609191140.k8JBeNjA087464@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103397 >Category: ports >Synopsis: [NEW PORT] science/g3data: Utility for extracting data from graphs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 19 11:40:22 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun 3 01:12:10 CEST >Description: g3data is used for extracting data from graphs. In publications graphs often are included, but the actual data is missing. g3data makes the extracting process much easier. WWW: http://www.frantz.fi/software/g3data.php Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- g3data-1.5.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # g3data # g3data/pkg-descr # g3data/Makefile # g3data/distinfo # g3data/files # g3data/files/patch-Makefile # echo c - g3data mkdir -p g3data > /dev/null 2>&1 echo x - g3data/pkg-descr sed 's/^X//' >g3data/pkg-descr << 'END-of-g3data/pkg-descr' Xg3data is used for extracting data from graphs. In publications Xgraphs often are included, but the actual data is missing. g3data Xmakes the extracting process much easier. X XWWW: http://www.frantz.fi/software/g3data.php END-of-g3data/pkg-descr echo x - g3data/Makefile sed 's/^X//' >g3data/Makefile << 'END-of-g3data/Makefile' X# New ports collection makefile for: g3data X# Date created: 2006-09-15 X# Whom: trasz <trasz@pin.if.uz.zgora.pl> X# X# $FreeBSD$ X# X XPORTNAME= g3data XPORTVERSION= 1.5.0 XCATEGORIES= science XMASTER_SITES= http://www.frantz.fi/software/ X XMAINTAINER= trasz@pin.if.uz.zgora.pl XCOMMENT= Utility for extracting data from graphs X XBUILD_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade \ X ${LOCALBASE}/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl:${PORTSDIR}/textproc/docbook-utils \ X ${LOCALBASE}/share/sgml/docbook/4.1/docbook.dtd:${PORTSDIR}/textproc/docbook-410 X XUSE_X_PREFIX= yes XUSE_GNOME= gtk20 XALL_TARGET= XMAKE_ENV= PREFIX=${PREFIX} XMAN1= g3data.1 XMANCOMPRESSED= yes XPLIST_FILES= bin/g3data %%EXAMPLESDIR%%/test1.png %%EXAMPLESDIR%%/test1.values \ X %%EXAMPLESDIR%%/test2.png %%EXAMPLESDIR%%/test2.values XPLIST_DIRS= %%EXAMPLESDIR%% X Xpost-install: X @${MKDIR} ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/test1.png ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/test1.values ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/test2.png ${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKSRC}/test2.values ${EXAMPLESDIR} X X.include <bsd.port.mk> END-of-g3data/Makefile echo x - g3data/distinfo sed 's/^X//' >g3data/distinfo << 'END-of-g3data/distinfo' XMD5 (g3data-1.5.0.tar.gz) = 95a70a4f0a0c622d17619f3c24e51f6f XSHA256 (g3data-1.5.0.tar.gz) = d68974040e908655651b9951d16f64d3af952432a4000114950a39377e699107 XSIZE (g3data-1.5.0.tar.gz) = 44921 END-of-g3data/distinfo echo c - g3data/files mkdir -p g3data/files > /dev/null 2>&1 echo x - g3data/files/patch-Makefile sed 's/^X//' >g3data/files/patch-Makefile << 'END-of-g3data/files/patch-Makefile' X--- Makefile.orig Sat Oct 8 12:05:13 2005 X+++ Makefile Tue Sep 19 12:03:46 2006 X@@ -1,8 +1,7 @@ X-CC=gcc X-CFLAGS=-Wall `pkg-config --cflags gtk+-2.0` X+CFLAGS+=-Wall `pkg-config --cflags gtk+-2.0` X LIBS=`pkg-config --libs gtk+-2.0` X-bindir ?= /usr/bin X-mandir ?= /usr/share/man X+bindir= ${PREFIX}/bin X+mandir= ${PREFIX}/man X X .c.o: X $(CC) -c $(CFLAGS) $(CPPFLAGS) $< X@@ -21,7 +20,7 @@ X X g3data.1.gz: g3data.sgml X rm -f *.1 X- onsgmls g3data.sgml | sgmlspl /usr/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl X+ nsgmls g3data.sgml | sgmlspl /usr/local/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl X mv *.1 g3data.1 X gzip g3data.1 X END-of-g3data/files/patch-Makefile exit --- g3data-1.5.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060919113102.B414E3A3E6>