ports/166410: New port: math/bargraph - Clustered/Stacked Filled Bar Graph Generator

Dereckson dereckson at gmail.com
Mon Mar 26 09:40:12 UTC 2012


>Number:         166410
>Category:       ports
>Synopsis:       New port: math/bargraph - Clustered/Stacked Filled Bar Graph Generator
>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:   Mon Mar 26 09:40:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Dereckson
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD grip.espace-win.org 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
[ pkg-descr ]

Scriptable bar graph generator with stacked and clustered bars support, using
gnuplot to produce fig output and then mangle it to fill in the bars. Any number
of clustered datasets are supported, as well as automatic averaging and other
features.

WWW: http://www.burningcutlery.com/derek/bargraph/

[ Notes ]

i. This port were prepared at the request of a The FreeBSD Forums's user, cf. http://forums.freebsd.org/showthread.php?t=30141

ii. Although my nickname shares 5 letters with the software author's one, which is also his firstname, we're two different person, respectively Sébastien Santoro and Derek Bruening.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	bargraph
#	bargraph/Makefile
#	bargraph/distinfo
#	bargraph/pkg-descr
#	bargraph/pkg-plist
#
echo c - bargraph
mkdir -p bargraph > /dev/null 2>&1
echo x - bargraph/Makefile
sed 's/^X//' >bargraph/Makefile << '2ffd80e9a959d4c178366df8eca702d6'
X# New ports collection makefile for:	bargraph
X# Date created:        			9 March 2012
X# Whom:                			Dereckson <dereckson at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bargraph
XPORTVERSION=	4.7
XCATEGORIES=	math
XMASTER_SITES=	http://bargraphgen.googlecode.com/files/
XDISTNAME=	bargraphgen-${PORTVERSION}
XEXTRACT_SUFX=	.tgz
X
XMAINTAINER=	dereckson at gmail.com
XCOMMENT=	Scriptable bar graph generator
X
XRUN_DEPENDS=	${LOCALBASE}/bin/fig2dev:${PORTSDIR}/print/transfig \
X		${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
X
XLICENSE=	GPLv2
X
XNO_WRKSUBDIR=	yes
XNO_BUILD=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	${INSTALL_SCRIPT} ${WRKSRC}/bargraph.pl ${PREFIX}/bin/bargraph
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
X.endif
X.if !defined (NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	${CP} ${WRKSRC}/samples/*.perf  ${WRKSRC}/samples/*.png ${EXAMPLESDIR}
X.endif
X
X.include <bsd.port.post.mk>
2ffd80e9a959d4c178366df8eca702d6
echo x - bargraph/distinfo
sed 's/^X//' >bargraph/distinfo << '0ad266a511168e75e3c9e7335e7d48f6'
XSHA256 (bargraphgen-4.7.tgz) = 14d0f5deb40bf7346b46d2d17695c5f288af39e0edebdc798783f5d4e8195bc5
XSIZE (bargraphgen-4.7.tgz) = 777492
0ad266a511168e75e3c9e7335e7d48f6
echo x - bargraph/pkg-descr
sed 's/^X//' >bargraph/pkg-descr << 'c438284f1292fed589c9b9b9571518fc'
XScriptable bar graph generator with stacked and clustered bars support, using
Xgnuplot to produce fig output and then mangle it to fill in the bars. Any number
Xof clustered datasets are supported, as well as automatic averaging and other
Xfeatures.
X
XWWW: http://www.burningcutlery.com/derek/bargraph/
c438284f1292fed589c9b9b9571518fc
echo x - bargraph/pkg-plist
sed 's/^X//' >bargraph/pkg-plist << '006c35fd0ede27f4412deed7843e4c11'
Xbin/bargraph
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster-pattern.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster-pattern.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_stacked.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_stacked.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorbar.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorbar.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/font.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/font.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/missing_data.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/missing_data.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/one_dataset_colors.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/one_dataset_colors.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_100.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_100.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_var.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_var.png
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/value_label.perf
X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/value_label.png
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
006c35fd0ede27f4412deed7843e4c11
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list