1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Remove expired port:

2017-04-30 math/bargraph: Unfetchable for more than six months (google code has gone away)
This commit is contained in:
Rene Ladan 2017-11-11 11:38:02 +00:00
parent cf41f01ade
commit 880775a30d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453970
6 changed files with 1 additions and 73 deletions

1
MOVED
View File

@ -9620,3 +9620,4 @@ devel/cl-cffi-sbcl||2017-11-11|Has expired: Broken for more than 6 months
devel/pinba_engine||2017-11-11|Has expired: Broken for more than 6 months
devel/py-event||2017-11-11|Has expired: Broken for more than 6 months
databases/glom||2017-11-11|Has expired: Broken for more than 6 months
math/bargraph||2017-11-11|Has expired: Unfetchable for more than six months (google code has gone away)

View File

@ -115,7 +115,6 @@
SUBDIR += aspcud
SUBDIR += asymptote
SUBDIR += atlas
SUBDIR += bargraph
SUBDIR += biggles
SUBDIR += blacs
SUBDIR += blas

View File

@ -1,40 +0,0 @@
# Created by: Dereckson <dereckson@gmail.com>
# $FreeBSD$
PORTNAME= bargraph
PORTVERSION= 4.7
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://bargraphgen.googlecode.com/files/
DISTNAME= bargraphgen-${PORTVERSION}
MAINTAINER= dereckson@gmail.com
COMMENT= Scriptable bar graph generator
LICENSE= GPLv2
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
RUN_DEPENDS= ${LOCALBASE}/bin/fig2dev:print/transfig \
${LOCALBASE}/bin/gnuplot:math/gnuplot
USES= perl5 shebangfix tar:tgz
NO_WRKSUBDIR= yes
NO_BUILD= yes
SHEBANG_FILES= bargraph.pl
OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bargraph.pl ${STAGEDIR}${PREFIX}/bin/bargraph
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${CP} ${WRKSRC}/samples/*.perf ${WRKSRC}/samples/*.png ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (bargraphgen-4.7.tgz) = 14d0f5deb40bf7346b46d2d17695c5f288af39e0edebdc798783f5d4e8195bc5
SIZE (bargraphgen-4.7.tgz) = 777492

View File

@ -1,6 +0,0 @@
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/

View File

@ -1,24 +0,0 @@
bin/bargraph
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster-pattern.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster-pattern.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_stacked.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cluster_stacked.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorbar.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/errorbar.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/font.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/font.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/missing_data.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/missing_data.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/one_dataset_colors.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/one_dataset_colors.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_100.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_100.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_var.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stacked_var.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/value_label.perf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/value_label.png