diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2016-05-02 16:14:05 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2016-05-02 16:14:05 +0000 |
commit | e5f57460ef167876457e1816ff6efb04cb5f3292 (patch) | |
tree | 631fc00681c9300abcd022c6a6505fe9a616f297 /databases/rrdtool10 | |
parent | 307a70b8949fa4ed5caea947fb0905ff7371be8e (diff) | |
download | ports-e5f57460ef167876457e1816ff6efb04cb5f3292.tar.gz ports-e5f57460ef167876457e1816ff6efb04cb5f3292.zip |
Notes
Diffstat (limited to 'databases/rrdtool10')
-rw-r--r-- | databases/rrdtool10/Makefile | 49 | ||||
-rw-r--r-- | databases/rrdtool10/distinfo | 2 | ||||
-rw-r--r-- | databases/rrdtool10/files/patch-Makefile.am | 36 | ||||
-rw-r--r-- | databases/rrdtool10/files/patch-configure.ac | 25 | ||||
-rw-r--r-- | databases/rrdtool10/files/patch-contrib__Makefile.am | 10 | ||||
-rw-r--r-- | databases/rrdtool10/files/patch-contrib__trytime__Makefile.am | 11 | ||||
-rw-r--r-- | databases/rrdtool10/files/patch-doc__Makefile.am | 14 | ||||
-rw-r--r-- | databases/rrdtool10/files/patch-examples__Makefile.am | 9 | ||||
-rw-r--r-- | databases/rrdtool10/files/patch-src-Makefile.am | 10 | ||||
-rw-r--r-- | databases/rrdtool10/pkg-descr | 10 | ||||
-rw-r--r-- | databases/rrdtool10/pkg-plist | 106 |
11 files changed, 0 insertions, 282 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile deleted file mode 100644 index 57a9b9023d99..000000000000 --- a/databases/rrdtool10/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: Dmitry Sivachenko <dima@Chg.RU> -# $FreeBSD$ - -PORTNAME= rrdtool -PORTVERSION= 1.0.50 -PORTREVISION= 6 -CATEGORIES= databases -MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.0.x/ -PKGNAMESUFFIX= 10 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Round Robin Database Tools - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -MAKE_ENV= PERL=${PERL} - -CONFLICTS= rrdtool12-1.* rrdtool-1.* - -USES= autoreconf pkgconfig perl5 libtool -USE_PERL5= build run -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-local-zlib -CONFIGURE_ENV= PERL=${PERL} PERL_MAKE_OPTIONS="PREFIX=${PREFIX}" -CFLAGS:= ${CFLAGS:N-ffast-math} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -INSTALL_TARGET= install-strip - -OPTIONS_DEFINE= LATIN2 DOCS EXAMPLES -LATIN2_DESC= ISO-8859-2 fonts support - -LATIN2_CONFIGURE_ENABLE= latin2 - -post-patch: -# fix perl5.18+ pod2x tool - @${REINPLACE_CMD} -e 's|IMG<|IMG ... E<|' \ - ${WRKSRC}/doc/rrdcgi.pod - @${REINPLACE_CMD} -e 's|rrdtutorial.es.pod||' \ - ${WRKSRC}/doc/Makefile.am \ - ${WRKSRC}/doc/Makefile.in - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so - -.include <bsd.port.mk> diff --git a/databases/rrdtool10/distinfo b/databases/rrdtool10/distinfo deleted file mode 100644 index e25ad74d5d16..000000000000 --- a/databases/rrdtool10/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (rrdtool-1.0.50.tar.gz) = 42aa7c213dedbd95d33ca84d92f4187880f7e96062c6a3fb05bfb16f77ba2a91 -SIZE (rrdtool-1.0.50.tar.gz) = 1474200 diff --git a/databases/rrdtool10/files/patch-Makefile.am b/databases/rrdtool10/files/patch-Makefile.am deleted file mode 100644 index 8285ab600361..000000000000 --- a/databases/rrdtool10/files/patch-Makefile.am +++ /dev/null @@ -1,36 +0,0 @@ ---- Makefile.am.orig 2004-08-04 15:20:32 UTC -+++ Makefile.am -@@ -33,21 +33,7 @@ - # lets schedule the perl stuff for installation - # the special call to install-sh is because the -d switch is not portable - # mac os X has its perl module in bundles so it seems --install-data-local: -- @if test "x$(PERL)" != "xno"; then \ -- echo "$(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ -- $(top_srcdir)/config/mkinstalldirs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ -- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl"; \ -- $(INSTALL) -m 644 $(top_srcdir)/perl-piped/RRDp.pm $(DESTDIR)$(prefix)/lib/perl; \ -- echo "$(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl"; \ -- $(INSTALL) -m 644 $(top_srcdir)/perl-shared/RRDs.pm $(DESTDIR)$(prefix)/lib/perl; \ -- echo "$(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs"; \ -- $(INSTALL) -m 644 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bs $(DESTDIR)$(prefix)/lib/perl/auto/RRDs; \ -- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true"; \ -- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.@SO_EXT@ $(DESTDIR)$(prefix)/lib/perl/auto/RRDs || true; \ -- echo "test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true"; \ -- test -f $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle && $(INSTALL) -m 755 $(top_builddir)/perl-shared/blib/arch/auto/RRDs/RRDs.bundle $(DESTDIR)$(prefix)/lib/perl/auto/RRDs|| true; \ -- fi -+install-data-local: site-perl-inst - - - # use relaxed rules when building dists -@@ -137,8 +123,8 @@ - site-perl-inst: site-perl-install - - site-perl-install: all perl-piped/Makefile perl-shared/Makefile -- cd perl-piped && $(MAKE) install -- cd perl-shared && $(MAKE) install -+ cd perl-piped && $(MAKE) pure_install -+ cd perl-shared && $(MAKE) pure_install - - site-tcl-install: all - cd tcl && $(MAKE) tcl-install diff --git a/databases/rrdtool10/files/patch-configure.ac b/databases/rrdtool10/files/patch-configure.ac deleted file mode 100644 index 07ff41bddea3..000000000000 --- a/databases/rrdtool10/files/patch-configure.ac +++ /dev/null @@ -1,25 +0,0 @@ ---- configure.ac.orig 2005-04-25 20:46:33 UTC -+++ configure.ac -@@ -393,22 +393,6 @@ - chmod +x examples/*.cgi examples/*.pl contrib/*/*.pl]],[[]]) - AC_OUTPUT - --AC_MSG_CHECKING(in) --AC_MSG_RESULT(and out again) -- --echo $ECHO_N "ordering CD from http://people.ee.ethz.ch/~oetiker/wish $ac_c" 1>&6 --sleep 1 --echo $ECHO_N ".$ac_c" 1>&6 --sleep 2 --echo $ECHO_N ".$ac_c" 1>&6 --sleep 1 --echo $ECHO_N ".$ac_c" 1>&6 --sleep 3 --echo $ECHO_N ".$ac_c" 1>&6 --echo $ECHO_N ".$ac_c" 1>&6 --echo $ECHO_N ".$ac_c" 1>&6 --sleep 2 --AC_MSG_RESULT([ just kidding ;-)]) - echo - echo "----------------------------------------------------------------" - echo "Config is DONE!" diff --git a/databases/rrdtool10/files/patch-contrib__Makefile.am b/databases/rrdtool10/files/patch-contrib__Makefile.am deleted file mode 100644 index 7fd871260ed3..000000000000 --- a/databases/rrdtool10/files/patch-contrib__Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/Makefile.am.orig 2002-02-26 10:21:19 UTC -+++ contrib/Makefile.am -@@ -1,6 +1,6 @@ - ## Process this file with automake to produce Makefile.in - - SUBDIRS = trytime --contribdir = $(prefix)/contrib -+contribdir = $(prefix)/share/examples/rrdtool - contrib_DATA = README - EXTRA_DIST = rrdview log2rrd rrd-file-icon rrdproc rrdlastds add_ds killspike rrdfetchnames snmpstats rrdexplorer php3 php4 diff --git a/databases/rrdtool10/files/patch-contrib__trytime__Makefile.am b/databases/rrdtool10/files/patch-contrib__trytime__Makefile.am deleted file mode 100644 index 12999c5465c7..000000000000 --- a/databases/rrdtool10/files/patch-contrib__trytime__Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/trytime/Makefile.am.orig 2003-11-30 22:00:24 UTC -+++ contrib/trytime/Makefile.am -@@ -1,7 +1,7 @@ - ## Process this file with automake to produce Makefile.in - AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/gd1.3 - EXTRA_DIST = trytime.c --contribdir = $(prefix)/contrib/trytime -+contribdir = $(prefix)/share/examples/rrdtool/trytime - contrib_DATA = README trytime.c - bin_PROGRAMS = trytime - trytime_SOURCES = trytime.c diff --git a/databases/rrdtool10/files/patch-doc__Makefile.am b/databases/rrdtool10/files/patch-doc__Makefile.am deleted file mode 100644 index 424aa01afb0b..000000000000 --- a/databases/rrdtool10/files/patch-doc__Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ ---- doc/Makefile.am.orig 2005-04-25 21:02:27 UTC -+++ doc/Makefile.am -@@ -25,9 +25,9 @@ - EXTRA_DIST= $(POD) $(HTML) $(TXT) rrdtool-dump.dtd rrdtool-xport.dtd - - # some install rules --idocdir = $(prefix)/doc -+idocdir = $(prefix)/share/doc/rrdtool - idoc_DATA = $(POD) $(TXT) --ihtmldir = $(prefix)/html -+ihtmldir = $(prefix)/share/doc/rrdtool/html - ihtml_DATA = $(HTML) - imandir = $(mandir)/man1 - iman_DATA = $(MAN) diff --git a/databases/rrdtool10/files/patch-examples__Makefile.am b/databases/rrdtool10/files/patch-examples__Makefile.am deleted file mode 100644 index 2b26c03b90b9..000000000000 --- a/databases/rrdtool10/files/patch-examples__Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ ---- examples/Makefile.am.orig 2002-02-26 10:21:25 UTC -+++ examples/Makefile.am -@@ -6,5 +6,5 @@ - - EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in - --examplesdir = $(prefix)/examples -+examplesdir = $(prefix)/share/examples/rrdtool - examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl diff --git a/databases/rrdtool10/files/patch-src-Makefile.am b/databases/rrdtool10/files/patch-src-Makefile.am deleted file mode 100644 index 41ea39cf967e..000000000000 --- a/databases/rrdtool10/files/patch-src-Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Makefile.am.orig 2005-03-12 16:59:41 UTC -+++ src/Makefile.am -@@ -91,7 +91,6 @@ librrd_la_LDFLAGS = -version-inf - include_HEADERS = rrd.h - - librrd_private_la_LIBADD = $(RRD_LIBS) --librrd_private_la_LDFLAGS = -static - - bin_PROGRAMS = rrdcgi rrdtool rrdupdate - diff --git a/databases/rrdtool10/pkg-descr b/databases/rrdtool10/pkg-descr deleted file mode 100644 index 2d47a2220ffc..000000000000 --- a/databases/rrdtool10/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -It is pretty easy to gather status information from all sorts of things, -ranging from the temperature in your office to the number of octets which -have passed through the FDDI interface of your router. But it is not so -trivial to store this data in a efficient and systematic manner. This is -where RRDtool kicks in. It lets you log and analyze the data you gather from -all kinds of data-sources. The data analysis part of RRDtool is based -on the ability to quickly generate graphical representations of the data -values collected over a definable time period. - -WWW: http://www.rrdtool.org/ diff --git a/databases/rrdtool10/pkg-plist b/databases/rrdtool10/pkg-plist deleted file mode 100644 index 477b92f589ce..000000000000 --- a/databases/rrdtool10/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -bin/rrdcgi -bin/rrdtool -bin/rrdupdate -bin/trytime -include/rrd.h -lib/librrd.a -lib/librrd.so -lib/librrd.so.0 -lib/librrd.so.0.0.0 -%%PERL5_MAN3%%/RRDp.3.gz -%%PERL5_MAN3%%/RRDs.3.gz -%%SITE_PERL%%/RRDp.pm -%%SITE_ARCH%%/RRDs.pm -%%SITE_ARCH%%/auto/RRDs/RRDs.so -%%SITE_ARCH%%/ntmake.pl -man/man1/RRDp.1.gz -man/man1/RRDs.1.gz -man/man1/bin_dec_hex.1.gz -man/man1/cdeftutorial.1.gz -man/man1/rpntutorial.1.gz -man/man1/rrd-beginners.1.gz -man/man1/rrdcgi.1.gz -man/man1/rrdcreate.1.gz -man/man1/rrddump.1.gz -man/man1/rrdfetch.1.gz -man/man1/rrdfirst.1.gz -man/man1/rrdgraph.1.gz -man/man1/rrdinfo.1.gz -man/man1/rrdlast.1.gz -man/man1/rrdresize.1.gz -man/man1/rrdrestore.1.gz -man/man1/rrdtool.1.gz -man/man1/rrdtune.1.gz -man/man1/rrdtutorial.1.gz -man/man1/rrdupdate.1.gz -man/man1/rrdxport.1.gz -%%PORTDOCS%%%%DOCSDIR%%/RRDp.txt -%%PORTDOCS%%%%DOCSDIR%%/RRDs.txt -%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.pod -%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.txt -%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html -%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html -%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html -%%PORTDOCS%%%%DOCSDIR%%/html/cdeftutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rpntutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfetch.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtune.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html -%%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html -%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.pod -%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.txt -%%PORTDOCS%%%%DOCSDIR%%/rrddump.pod -%%PORTDOCS%%%%DOCSDIR%%/rrddump.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdlast.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdlast.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdresize.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdresize.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtool.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtool.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtune.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtune.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.txt -%%PORTDOCS%%%%DOCSDIR%%/rrdxport.pod -%%PORTDOCS%%%%DOCSDIR%%/rrdxport.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bigtops.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi-demo.cgi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minmax.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/piped-demo.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shared-demo.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stripes.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trytime/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/trytime/trytime.c |