Index: head/databases/rrdtool/Makefile =================================================================== --- head/databases/rrdtool/Makefile (revision 21644) +++ head/databases/rrdtool/Makefile (revision 21645) @@ -1,52 +1,53 @@ # New ports collection makefile for: rrdtool # Version required: 1.0.7 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # DISTNAME= rrdtool-1.0.7 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= YES MAKE_ENV+= PERL=${PERL} GNU_CONFIGURE= YES CONFIGURE_ENV= PERL=${PERL} 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 rrdupdate.1 +MAN3= RRDp.3 RRDs.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool .endif - ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - for file in piped/RRDp.pm shared/RRDs.pm; do \ - ${INSTALL_DATA} ${WRKSRC}/perl-$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ + for dir in piped shared; do \ + cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \ done post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/databases/rrdtool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/databases/rrdtool/pkg-plist =================================================================== --- head/databases/rrdtool/pkg-plist (revision 21644) +++ head/databases/rrdtool/pkg-plist (revision 21645) @@ -1,29 +1,33 @@ bin/rrdtool bin/rrdcgi bin/log2rrd.pl share/examples/rrdtool/bigtops.pl share/examples/rrdtool/minmax.pl share/examples/rrdtool/piped-demo.pl share/examples/rrdtool/shared-demo.pl share/examples/rrdtool/stripes.pl share/examples/rrdtool/cgi-demo.cgi share/doc/rrdtool/README.log2rrd share/doc/rrdtool/RRDp.html share/doc/rrdtool/RRDs.html share/doc/rrdtool/bin_dec_hex.html share/doc/rrdtool/rrdcgi.html share/doc/rrdtool/rrdcreate.html share/doc/rrdtool/rrddump.html share/doc/rrdtool/rrdfetch.html share/doc/rrdtool/rrdgraph.html share/doc/rrdtool/rrdlast.html share/doc/rrdtool/rrdresize.html share/doc/rrdtool/rrdrestore.html share/doc/rrdtool/rrdtool.html share/doc/rrdtool/rrdtune.html share/doc/rrdtool/rrdtutorial.html share/doc/rrdtool/rrdupdate.html lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm -lib/perl5/site_perl/%%PERL_VER%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist @dirrm share/examples/rrdtool @dirrm share/doc/rrdtool Property changes on: head/databases/rrdtool/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/databases/rrdtool10/Makefile =================================================================== --- head/databases/rrdtool10/Makefile (revision 21644) +++ head/databases/rrdtool10/Makefile (revision 21645) @@ -1,52 +1,53 @@ # New ports collection makefile for: rrdtool # Version required: 1.0.7 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # DISTNAME= rrdtool-1.0.7 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= YES MAKE_ENV+= PERL=${PERL} GNU_CONFIGURE= YES CONFIGURE_ENV= PERL=${PERL} 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 rrdupdate.1 +MAN3= RRDp.3 RRDs.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool .endif - ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - for file in piped/RRDp.pm shared/RRDs.pm; do \ - ${INSTALL_DATA} ${WRKSRC}/perl-$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ + for dir in piped shared; do \ + cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \ done post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/databases/rrdtool10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/databases/rrdtool10/pkg-plist =================================================================== --- head/databases/rrdtool10/pkg-plist (revision 21644) +++ head/databases/rrdtool10/pkg-plist (revision 21645) @@ -1,29 +1,33 @@ bin/rrdtool bin/rrdcgi bin/log2rrd.pl share/examples/rrdtool/bigtops.pl share/examples/rrdtool/minmax.pl share/examples/rrdtool/piped-demo.pl share/examples/rrdtool/shared-demo.pl share/examples/rrdtool/stripes.pl share/examples/rrdtool/cgi-demo.cgi share/doc/rrdtool/README.log2rrd share/doc/rrdtool/RRDp.html share/doc/rrdtool/RRDs.html share/doc/rrdtool/bin_dec_hex.html share/doc/rrdtool/rrdcgi.html share/doc/rrdtool/rrdcreate.html share/doc/rrdtool/rrddump.html share/doc/rrdtool/rrdfetch.html share/doc/rrdtool/rrdgraph.html share/doc/rrdtool/rrdlast.html share/doc/rrdtool/rrdresize.html share/doc/rrdtool/rrdrestore.html share/doc/rrdtool/rrdtool.html share/doc/rrdtool/rrdtune.html share/doc/rrdtool/rrdtutorial.html share/doc/rrdtool/rrdupdate.html lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm -lib/perl5/site_perl/%%PERL_VER%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist @dirrm share/examples/rrdtool @dirrm share/doc/rrdtool Property changes on: head/databases/rrdtool10/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/rrdtool/Makefile =================================================================== --- head/net/rrdtool/Makefile (revision 21644) +++ head/net/rrdtool/Makefile (revision 21645) @@ -1,52 +1,53 @@ # New ports collection makefile for: rrdtool # Version required: 1.0.7 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # DISTNAME= rrdtool-1.0.7 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= YES MAKE_ENV+= PERL=${PERL} GNU_CONFIGURE= YES CONFIGURE_ENV= PERL=${PERL} 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 rrdupdate.1 +MAN3= RRDp.3 RRDs.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool .endif - ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - for file in piped/RRDp.pm shared/RRDs.pm; do \ - ${INSTALL_DATA} ${WRKSRC}/perl-$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ + for dir in piped shared; do \ + cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \ done post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/net/rrdtool/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/rrdtool/pkg-plist =================================================================== --- head/net/rrdtool/pkg-plist (revision 21644) +++ head/net/rrdtool/pkg-plist (revision 21645) @@ -1,29 +1,33 @@ bin/rrdtool bin/rrdcgi bin/log2rrd.pl share/examples/rrdtool/bigtops.pl share/examples/rrdtool/minmax.pl share/examples/rrdtool/piped-demo.pl share/examples/rrdtool/shared-demo.pl share/examples/rrdtool/stripes.pl share/examples/rrdtool/cgi-demo.cgi share/doc/rrdtool/README.log2rrd share/doc/rrdtool/RRDp.html share/doc/rrdtool/RRDs.html share/doc/rrdtool/bin_dec_hex.html share/doc/rrdtool/rrdcgi.html share/doc/rrdtool/rrdcreate.html share/doc/rrdtool/rrddump.html share/doc/rrdtool/rrdfetch.html share/doc/rrdtool/rrdgraph.html share/doc/rrdtool/rrdlast.html share/doc/rrdtool/rrdresize.html share/doc/rrdtool/rrdrestore.html share/doc/rrdtool/rrdtool.html share/doc/rrdtool/rrdtune.html share/doc/rrdtool/rrdtutorial.html share/doc/rrdtool/rrdupdate.html lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm -lib/perl5/site_perl/%%PERL_VER%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist @dirrm share/examples/rrdtool @dirrm share/doc/rrdtool Property changes on: head/net/rrdtool/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/net/rrdtool10/Makefile =================================================================== --- head/net/rrdtool10/Makefile (revision 21644) +++ head/net/rrdtool10/Makefile (revision 21645) @@ -1,52 +1,53 @@ # New ports collection makefile for: rrdtool # Version required: 1.0.7 # Date created: 20 July 1999 # Whom: Dmitry Sivachenko # # $FreeBSD$ # DISTNAME= rrdtool-1.0.7 CATEGORIES= net MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ MAINTAINER= dima@Chg.RU USE_PERL5= YES MAKE_ENV+= PERL=${PERL} GNU_CONFIGURE= YES CONFIGURE_ENV= PERL=${PERL} 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 rrdupdate.1 +MAN3= RRDp.3 RRDs.3 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool .endif - ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER} - for file in piped/RRDp.pm shared/RRDs.pm; do \ - ${INSTALL_DATA} ${WRKSRC}/perl-$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \ + for dir in piped shared; do \ + cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \ done post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif .include Property changes on: head/net/rrdtool10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/net/rrdtool10/pkg-plist =================================================================== --- head/net/rrdtool10/pkg-plist (revision 21644) +++ head/net/rrdtool10/pkg-plist (revision 21645) @@ -1,29 +1,33 @@ bin/rrdtool bin/rrdcgi bin/log2rrd.pl share/examples/rrdtool/bigtops.pl share/examples/rrdtool/minmax.pl share/examples/rrdtool/piped-demo.pl share/examples/rrdtool/shared-demo.pl share/examples/rrdtool/stripes.pl share/examples/rrdtool/cgi-demo.cgi share/doc/rrdtool/README.log2rrd share/doc/rrdtool/RRDp.html share/doc/rrdtool/RRDs.html share/doc/rrdtool/bin_dec_hex.html share/doc/rrdtool/rrdcgi.html share/doc/rrdtool/rrdcreate.html share/doc/rrdtool/rrddump.html share/doc/rrdtool/rrdfetch.html share/doc/rrdtool/rrdgraph.html share/doc/rrdtool/rrdlast.html share/doc/rrdtool/rrdresize.html share/doc/rrdtool/rrdrestore.html share/doc/rrdtool/rrdtool.html share/doc/rrdtool/rrdtune.html share/doc/rrdtool/rrdtutorial.html share/doc/rrdtool/rrdupdate.html lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm -lib/perl5/site_perl/%%PERL_VER%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist @dirrm share/examples/rrdtool @dirrm share/doc/rrdtool Property changes on: head/net/rrdtool10/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property