summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile67
-rw-r--r--databases/rrdtool/distinfo2
-rw-r--r--databases/rrdtool/files/patch-aa11
-rw-r--r--databases/rrdtool/files/patch-ac36
-rw-r--r--databases/rrdtool/files/patch-ae14
-rw-r--r--databases/rrdtool/files/patch-af11
-rw-r--r--databases/rrdtool/files/patch-ag11
-rw-r--r--databases/rrdtool/files/patch-ak11
-rw-r--r--databases/rrdtool/files/patch-rrd_graph.c11
-rw-r--r--databases/rrdtool/pkg-descr10
-rw-r--r--databases/rrdtool/pkg-plist91
11 files changed, 0 insertions, 275 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
deleted file mode 100644
index 9329cceb60f5..000000000000
--- a/databases/rrdtool/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: rrdtool
-# Date created: 20 July 1999
-# Whom: Dmitry Sivachenko <dima@Chg.RU>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rrdtool
-PORTVERSION= 1.0.49
-CATEGORIES= net
-MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Round Robin Database Tools
-
-USE_PERL5= yes
-MAKE_ENV= PERL=${PERL}
-
-USE_LIBTOOL_VER=15
-USE_REINPLACE= yes
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-shared --enable-local-zlib \
- --program-transform-name=''
-CONFIGURE_ENV= PERL=${PERL}
-CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
-LDFLAGS+= -L${LOCALBASE}/lib
-CFLAGS:= ${CFLAGS:N-ffast-math}
-
-MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \
- rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \
- rrdtool.1 rrdtune.1 rrdtutorial.1 rrdtutorial.es.1 rrdupdate.1 \
- cdeftutorial.1 rpntutorial.1 rrdinfo.1 rrdxport.1 rrd-beginners.1
-MAN3= RRDp.3 RRDs.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-OPTIONS= "ISO-8859-2 fonts support" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_LATIN2)
-CONFIGURE_ARGS+=--enable-latin2
-.endif
-
-.if ${ARCH} == "amd64"
-CONFIGURE_ARGS+=--with-pic
-.endif
-
-.if ${ARCH} == "ia64"
-BROKEN= "Does not build on ia64"
-.endif
-
-post-extract:
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \
- ${WRKSRC}/doc/Makefile.in
-.endif
-
-post-install:
-.if !defined(BATCH)
- @${ECHO_MSG} ""
- @${ECHO_MSG} "############################################################################"
- @${ECHO_MSG} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #"
- @${ECHO_MSG} "############################################################################"
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo
deleted file mode 100644
index 5f69d61f8f67..000000000000
--- a/databases/rrdtool/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (rrdtool-1.0.49.tar.gz) = fbe492dbf3d68abb1d86c2322e7ed44a
-SIZE (rrdtool-1.0.49.tar.gz) = 1466897
diff --git a/databases/rrdtool/files/patch-aa b/databases/rrdtool/files/patch-aa
deleted file mode 100644
index 8436cf0346fb..000000000000
--- a/databases/rrdtool/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- perl-shared/Makefile.PL.in.orig Thu Apr 8 01:04:53 2004
-+++ perl-shared/Makefile.PL.in Sun Aug 8 18:11:16 2004
-@@ -10,7 +10,7 @@
- 'NAME' => 'RRDs',
- 'VERSION_FROM' => '@top_srcdir@/perl-shared/RRDs.pm', # finds $VERSION
- 'DEFINE' => "-DPERLPATCHLEVEL=$Config{PATCHLEVEL}",
-- 'INC' => '-I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3',
-+ 'INC' => '-I../ -I@top_srcdir@ -I@top_srcdir@/src -I@top_srcdir@/gd1.3',
- 'CCFLAGS' => "$Config{ccflags} -DHAVE_CONFIG_H",
- # where to look for the necessary libraries
- # Perl will figure out which one is valid
diff --git a/databases/rrdtool/files/patch-ac b/databases/rrdtool/files/patch-ac
deleted file mode 100644
index 5d34a7b5d9e1..000000000000
--- a/databases/rrdtool/files/patch-ac
+++ /dev/null
@@ -1,36 +0,0 @@
---- Makefile.in.orig Sun Aug 8 12:40:15 2004
-+++ Makefile.in Wed Mar 16 21:26:50 2005
-@@ -633,21 +633,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
-
- # rules for building the perl module
-
-@@ -727,8 +713,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/rrdtool/files/patch-ae b/databases/rrdtool/files/patch-ae
deleted file mode 100644
index b1465ab16354..000000000000
--- a/databases/rrdtool/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- doc/Makefile.in.orig Sun Apr 14 11:51:02 2002
-+++ doc/Makefile.in Wed May 1 16:05:42 2002
-@@ -110,9 +110,9 @@
- EXTRA_DIST = $(POD) $(HTML) $(TXT)
-
- # 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 = $(prefix)/man/man1
- iman_DATA = $(MAN)
diff --git a/databases/rrdtool/files/patch-af b/databases/rrdtool/files/patch-af
deleted file mode 100644
index ab74382bf032..000000000000
--- a/databases/rrdtool/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- examples/Makefile.in.orig Sun Apr 14 11:51:04 2002
-+++ examples/Makefile.in Wed May 1 16:07:13 2002
-@@ -93,7 +93,7 @@
-
- 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
- mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
- CONFIG_HEADER = ../config/config.h
diff --git a/databases/rrdtool/files/patch-ag b/databases/rrdtool/files/patch-ag
deleted file mode 100644
index 205d5ac7228c..000000000000
--- a/databases/rrdtool/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/Makefile.in.orig Sun Apr 14 11:51:05 2002
-+++ contrib/Makefile.in Wed May 1 16:08:10 2002
-@@ -88,7 +88,7 @@
- ZLIB_LIB_DIR = @ZLIB_LIB_DIR@
-
- 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
- mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
diff --git a/databases/rrdtool/files/patch-ak b/databases/rrdtool/files/patch-ak
deleted file mode 100644
index 982c95f4fd38..000000000000
--- a/databases/rrdtool/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/trytime/Makefile.in.orig Mon Apr 5 02:03:53 2004
-+++ contrib/trytime/Makefile.in Tue Apr 6 11:17:12 2004
-@@ -162,7 +162,7 @@
- target_vendor = @target_vendor@
- 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/rrdtool/files/patch-rrd_graph.c b/databases/rrdtool/files/patch-rrd_graph.c
deleted file mode 100644
index b8fcdefb8c77..000000000000
--- a/databases/rrdtool/files/patch-rrd_graph.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/rrd_graph.c.orig Sun Aug 8 14:58:13 2004
-+++ src/rrd_graph.c Sun Aug 8 18:19:06 2004
-@@ -2966,7 +2966,7 @@
-
-
- opt = getopt_long(argc, argv,
-- "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYAMX:L:S:RB:O:U:",
-+ "s:e:x:y:v:w:h:iu:l:rb:oc:t:f:a:zgjFYAMNX:L:S:RB:O:U:",
- long_options, &option_index);
-
- if (opt == EOF)
diff --git a/databases/rrdtool/pkg-descr b/databases/rrdtool/pkg-descr
deleted file mode 100644
index 4b15e3d55ab5..000000000000
--- a/databases/rrdtool/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://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
diff --git a/databases/rrdtool/pkg-plist b/databases/rrdtool/pkg-plist
deleted file mode 100644
index 8dff2081e87d..000000000000
--- a/databases/rrdtool/pkg-plist
+++ /dev/null
@@ -1,91 +0,0 @@
-bin/rrdtool
-bin/rrdcgi
-bin/trytime
-bin/rrdupdate
-lib/librrd.a
-lib/librrd.so.0
-lib/librrd.so
-include/rrd.h
-%%EXAMPLESDIR%%/cgi-demo.cgi
-%%EXAMPLESDIR%%/piped-demo.pl
-%%EXAMPLESDIR%%/shared-demo.pl
-%%EXAMPLESDIR%%/stripes.pl
-%%EXAMPLESDIR%%/bigtops.pl
-%%EXAMPLESDIR%%/minmax.pl
-%%EXAMPLESDIR%%/trytime/trytime.c
-%%EXAMPLESDIR%%/trytime/README
-%%EXAMPLESDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/rrdtool.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdlast.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.pod
-%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.pod
-%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.pod
-%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrddump.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdtune.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdresize.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdxport.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdtool.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdinfo.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdlast.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdcreate.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdupdate.txt
-%%PORTDOCS%%%%DOCSDIR%%/cdeftutorial.txt
-%%PORTDOCS%%%%DOCSDIR%%/rpntutorial.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdgraph.txt
-%%PORTDOCS%%%%DOCSDIR%%/bin_dec_hex.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdfetch.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdrestore.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrddump.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdtune.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdresize.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdcgi.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.txt
-%%PORTDOCS%%%%DOCSDIR%%/RRDs.txt
-%%PORTDOCS%%%%DOCSDIR%%/RRDp.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrdxport.txt
-%%PORTDOCS%%%%DOCSDIR%%/rrd-beginners.txt
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdcreate.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html
-%%PORTDOCS%%%%DOCSDIR%%/html/cdeftutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rpntutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdgraph.html
-%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdfetch.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrddump.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdtune.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdcgi.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdtutorial.es.html
-%%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html
-%%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html
-%%SITE_PERL%%/RRDp.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
-%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/ntmake.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist
-@dirrm %%EXAMPLESDIR%%/trytime
-@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs