Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 15:26:57 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366781 - in head/databases/rrdtool10: . files
Message-ID:  <201408311526.s7VFQvNQ098995@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Aug 31 15:26:57 2014
New Revision: 366781
URL: http://svnweb.freebsd.org/changeset/ports/366781
QAT: https://qat.redports.org/buildarchive/r366781/

Log:
  - add stage support
  - fix pkg-plist
  - rename patch files
  - bump PORTREVISION

Added:
  head/databases/rrdtool10/files/patch-Makefile.in
     - copied, changed from r366779, head/databases/rrdtool10/files/patch-ac
  head/databases/rrdtool10/files/patch-configure   (contents, props changed)
  head/databases/rrdtool10/files/patch-contrib__Makefile.in
     - copied, changed from r366772, head/databases/rrdtool10/files/patch-ag
  head/databases/rrdtool10/files/patch-contrib__trytime__Makefile.in
     - copied, changed from r366772, head/databases/rrdtool10/files/patch-ak
  head/databases/rrdtool10/files/patch-doc__Makefile.in
     - copied, changed from r366772, head/databases/rrdtool10/files/patch-ae
  head/databases/rrdtool10/files/patch-examples__Makefile.in
     - copied unchanged from r366772, head/databases/rrdtool10/files/patch-af
  head/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in
     - copied unchanged from r366772, head/databases/rrdtool10/files/patch-aa
Deleted:
  head/databases/rrdtool10/files/patch-aa
  head/databases/rrdtool10/files/patch-ac
  head/databases/rrdtool10/files/patch-ae
  head/databases/rrdtool10/files/patch-af
  head/databases/rrdtool10/files/patch-ag
  head/databases/rrdtool10/files/patch-ak
Modified:
  head/databases/rrdtool10/Makefile
  head/databases/rrdtool10/pkg-plist

Modified: head/databases/rrdtool10/Makefile
==============================================================================
--- head/databases/rrdtool10/Makefile	Sun Aug 31 15:25:07 2014	(r366780)
+++ head/databases/rrdtool10/Makefile	Sun Aug 31 15:26:57 2014	(r366781)
@@ -3,19 +3,20 @@
 
 PORTNAME=	rrdtool
 PORTVERSION=	1.0.50
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.0.x/
 PKGNAMESUFFIX=	10
 
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Round Robin Database Tools
 
 MAKE_ENV=	PERL=${PERL}
 
 CONFLICTS=	rrdtool12-* rrdtool-1.*
 
-USES=		pkgconfig perl5
+USES=		pkgconfig perl5 libtool
+USE_PERL5=	build run fixpacklist
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-shared --enable-local-zlib \
@@ -25,23 +26,14 @@ CFLAGS+=	-I${LOCALBASE}/include -L${LOCA
 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 \
-		rrdfirst.1
-MAN3=		RRDp.3 RRDs.3
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VER}
+INSTALL_TARGET=	install-strip
 
-OPTIONS_DEFINE=	LATIN2
+OPTIONS_DEFINE=	LATIN2 DOCS EXAMPLES
 LATIN2_DESC=	ISO-8859-2 fonts support
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+LATIN2_CONFIGURE_ENABLE=	latin2
 
-.if ${PORT_OPTIONS:MLATIN2}
-CONFIGURE_ARGS+=--enable-latin2
-.endif
+.include <bsd.port.options.mk>
 
 .if ${ARCH} == "amd64"
 CONFIGURE_ARGS+=--with-pic
@@ -51,12 +43,6 @@ CONFIGURE_ARGS+=--with-pic
 BROKEN=		Does not build on ia64
 .endif
 
-post-extract:
-.if ! ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \
-		${WRKSRC}/doc/Makefile.in
-.endif
-
 post-install:
 .if !defined(BATCH)
 	@${ECHO_MSG} ""

Copied and modified: head/databases/rrdtool10/files/patch-Makefile.in (from r366779, head/databases/rrdtool10/files/patch-ac)
==============================================================================
--- head/databases/rrdtool10/files/patch-ac	Sun Aug 31 15:21:58 2014	(r366779, copy source)
+++ head/databases/rrdtool10/files/patch-Makefile.in	Sun Aug 31 15:26:57 2014	(r366781)
@@ -1,6 +1,6 @@
 --- Makefile.in.orig	Sun Aug  8 12:40:15 2004
 +++ Makefile.in	Wed Mar 16 21:26:50 2005
-@@ -633,21 +633,7 @@
+@@ -701,21 +701,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
@@ -23,7 +23,7 @@
  
  # rules for building the perl module
  
-@@ -727,8 +713,8 @@
+@@ -795,8 +781,8 @@
  site-perl-inst: site-perl-install
  
  site-perl-install: all perl-piped/Makefile perl-shared/Makefile

Added: head/databases/rrdtool10/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rrdtool10/files/patch-configure	Sun Aug 31 15:26:57 2014	(r366781)
@@ -0,0 +1,20 @@
+--- ./configure.orig	2014-07-23 22:31:53.000000000 +0200
++++ ./configure	2014-07-23 22:32:14.000000000 +0200
+@@ -24873,17 +24873,12 @@
+ echo "${ECHO_T}and out again" >&6
+ 
+ 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
+ echo "$as_me:$LINENO: result:  just kidding ;-)" >&5
+ echo "${ECHO_T} just kidding ;-)" >&6
+ echo

Copied and modified: head/databases/rrdtool10/files/patch-contrib__Makefile.in (from r366772, head/databases/rrdtool10/files/patch-ag)
==============================================================================
--- head/databases/rrdtool10/files/patch-ag	Sun Aug 31 14:53:27 2014	(r366772, copy source)
+++ head/databases/rrdtool10/files/patch-contrib__Makefile.in	Sun Aug 31 15:26:57 2014	(r366781)
@@ -1,11 +1,11 @@
---- 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@
- 
+--- ./contrib/Makefile.in.orig	2005-04-25 22:47:51.000000000 +0200
++++ ./contrib/Makefile.in	2014-08-31 16:52:48.000000000 +0200
+@@ -195,7 +195,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
  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
+ all: all-recursive

Copied and modified: head/databases/rrdtool10/files/patch-contrib__trytime__Makefile.in (from r366772, head/databases/rrdtool10/files/patch-ak)
==============================================================================
--- head/databases/rrdtool10/files/patch-ak	Sun Aug 31 14:53:27 2014	(r366772, copy source)
+++ head/databases/rrdtool10/files/patch-contrib__trytime__Makefile.in	Sun Aug 31 15:26:57 2014	(r366781)
@@ -1,11 +1,11 @@
---- 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 @@
+--- ./contrib/trytime/Makefile.in.orig	2005-04-25 22:47:51.000000000 +0200
++++ ./contrib/trytime/Makefile.in	2014-08-31 16:52:48.000000000 +0200
+@@ -209,7 +209,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
+ trytime_LDADD = ../../src/librrd.la

Copied and modified: head/databases/rrdtool10/files/patch-doc__Makefile.in (from r366772, head/databases/rrdtool10/files/patch-ae)
==============================================================================
--- head/databases/rrdtool10/files/patch-ae	Sun Aug 31 14:53:27 2014	(r366772, copy source)
+++ head/databases/rrdtool10/files/patch-doc__Makefile.in	Sun Aug 31 15:26:57 2014	(r366781)
@@ -1,7 +1,7 @@
---- 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)
+--- ./doc/Makefile.in.orig	2005-04-25 23:02:47.000000000 +0200
++++ ./doc/Makefile.in	2014-08-31 16:52:48.000000000 +0200
+@@ -210,9 +210,9 @@
+ EXTRA_DIST = $(POD) $(HTML) $(TXT) rrdtool-dump.dtd   rrdtool-xport.dtd  
  
  # some install rules
 -idocdir = $(prefix)/doc
@@ -10,5 +10,5 @@
 -ihtmldir = $(prefix)/html
 +ihtmldir = $(prefix)/share/doc/rrdtool/html
  ihtml_DATA = $(HTML)
- imandir = $(prefix)/man/man1
+ imandir = $(mandir)/man1
  iman_DATA = $(MAN)

Copied: head/databases/rrdtool10/files/patch-examples__Makefile.in (from r366772, head/databases/rrdtool10/files/patch-af)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rrdtool10/files/patch-examples__Makefile.in	Sun Aug 31 15:26:57 2014	(r366781, copy of r366772, head/databases/rrdtool10/files/patch-af)
@@ -0,0 +1,11 @@
+--- examples/Makefile.in.orig	Sat Jul 23 13:27:58 2005
++++ examples/Makefile.in	Sat Jul 23 13:29:30 2005
+@@ -188,7 +188,7 @@
+ target_os = @target_os@
+ target_vendor = @target_vendor@
+ 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
+ all: all-am
+ 

Copied: head/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in (from r366772, head/databases/rrdtool10/files/patch-aa)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rrdtool10/files/patch-perl-shared__Makefile.PL.in	Sun Aug 31 15:26:57 2014	(r366781, copy of r366772, head/databases/rrdtool10/files/patch-aa)
@@ -0,0 +1,11 @@
+--- 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

Modified: head/databases/rrdtool10/pkg-plist
==============================================================================
--- head/databases/rrdtool10/pkg-plist	Sun Aug 31 15:25:07 2014	(r366780)
+++ head/databases/rrdtool10/pkg-plist	Sun Aug 31 15:26:57 2014	(r366781)
@@ -1,94 +1,117 @@
-bin/rrdtool
 bin/rrdcgi
-bin/trytime
+bin/rrdtool
 bin/rrdupdate
+bin/trytime
+include/rrd.h
 lib/librrd.a
-lib/librrd.la
-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
+lib/librrd.so.0
+%%PERL5_MAN3%%/RRDp.3.gz
+%%PERL5_MAN3%%/RRDs.3.gz
+%%SITE_PERL%%/RRDp.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/RRDs.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so
+%%SITE_PERL%%/%%PERL_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/rrdtutorial.es.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%%/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%%/rrdfirst.pod
-%%PORTDOCS%%%%DOCSDIR%%/rrdfirst.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%%/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/rrdgraph.html
-%%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.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/rrddump.html
+%%PORTDOCS%%%%DOCSDIR%%/html/rrdtool.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/rrdtutorial.html
+%%PORTDOCS%%%%DOCSDIR%%/html/rrdupdate.html
 %%PORTDOCS%%%%DOCSDIR%%/html/rrdxport.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrd-beginners.html
-%%PORTDOCS%%%%DOCSDIR%%/html/rrdfirst.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/.packlist
-@dirrm %%EXAMPLESDIR%%/trytime
-@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%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.es.pod
+%%PORTDOCS%%%%DOCSDIR%%/rrdtutorial.es.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
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/trytime
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408311526.s7VFQvNQ098995>