From c07eae427d6937487beb4aa0e9d52c32a2d973f6 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 6 Nov 2013 01:32:11 +0000 Subject: [PATCH] Support STAGEDIR. --- science/p5-Chemistry-Elements/Makefile | 3 -- science/p5-Chemistry-Elements/pkg-plist | 3 +- science/p5-Chemistry-MacroMol/Makefile | 3 -- science/p5-Chemistry-MacroMol/pkg-plist | 4 ++- science/p5-Chemistry-Mol/Makefile | 8 +---- science/p5-Chemistry-Mol/pkg-plist | 18 +++++++---- science/p5-Geo-BUFR/Makefile | 13 -------- science/p5-Geo-BUFR/pkg-plist | 11 +++++++ science/p5-Geo-Coordinates-Converter/Makefile | 8 ----- .../p5-Geo-Coordinates-Converter/pkg-plist | 30 +++++++++++-------- .../p5-Geo-WebService-Elevation-USGS/Makefile | 7 +---- .../pkg-plist | 5 ++-- 12 files changed, 52 insertions(+), 61 deletions(-) diff --git a/science/p5-Chemistry-Elements/Makefile b/science/p5-Chemistry-Elements/Makefile index a280a40a18df..d623286a5a52 100644 --- a/science/p5-Chemistry-Elements/Makefile +++ b/science/p5-Chemistry-Elements/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for working with Chemical Elements USES= perl5 USE_PERL5= configure -MAN3= Chemistry::Elements.3 - -NO_STAGE= yes .include diff --git a/science/p5-Chemistry-Elements/pkg-plist b/science/p5-Chemistry-Elements/pkg-plist index 193d99b3c4ff..e784994f1f8d 100644 --- a/science/p5-Chemistry-Elements/pkg-plist +++ b/science/p5-Chemistry-Elements/pkg-plist @@ -1,5 +1,6 @@ +%%PERL5_MAN3%%/Chemistry::Elements.3.gz %%SITE_PERL%%/Chemistry/Elements.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Elements/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Elements +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Elements @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry @dirrmtry %%SITE_PERL%%/Chemistry diff --git a/science/p5-Chemistry-MacroMol/Makefile b/science/p5-Chemistry-MacroMol/Makefile index ca95fa33c948..5b989e3cd2d2 100644 --- a/science/p5-Chemistry-MacroMol/Makefile +++ b/science/p5-Chemistry-MacroMol/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Chemistry::MacroMol.3 Chemistry::Domain.3 - -NO_STAGE= yes .include diff --git a/science/p5-Chemistry-MacroMol/pkg-plist b/science/p5-Chemistry-MacroMol/pkg-plist index 0520114ae46a..1aad1ee2cf8e 100644 --- a/science/p5-Chemistry-MacroMol/pkg-plist +++ b/science/p5-Chemistry-MacroMol/pkg-plist @@ -1,6 +1,8 @@ +%%PERL5_MAN3%%/Chemistry::Domain.3.gz +%%PERL5_MAN3%%/Chemistry::MacroMol.3.gz %%SITE_PERL%%/Chemistry/Domain.pm %%SITE_PERL%%/Chemistry/MacroMol.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/MacroMol/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/MacroMol +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/MacroMol @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry @dirrmtry %%SITE_PERL%%/Chemistry diff --git a/science/p5-Chemistry-Mol/Makefile b/science/p5-Chemistry-Mol/Makefile index 8982769bf925..cd45bb53ccd8 100644 --- a/science/p5-Chemistry-Mol/Makefile +++ b/science/p5-Chemistry-Mol/Makefile @@ -11,15 +11,9 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Perl toolkit to describe molecules BUILD_DEPENDS= p5-Math-VectorReal>=1.02:${PORTSDIR}/math/p5-Math-VectorReal -RUN_DEPENDS= p5-Math-VectorReal>=1.02:${PORTSDIR}/math/p5-Math-VectorReal +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Chemistry::Atom.3 Chemistry::Bond.3 \ - Chemistry::Obj.3 Chemistry::File.3 \ - Chemistry::Tutorial.3 Chemistry::File::Dumper.3 \ - Chemistry::Mol.3 Chemistry::File::Formula.3 - -NO_STAGE= yes .include diff --git a/science/p5-Chemistry-Mol/pkg-plist b/science/p5-Chemistry-Mol/pkg-plist index c0fb8d539f97..2551becfe39a 100644 --- a/science/p5-Chemistry-Mol/pkg-plist +++ b/science/p5-Chemistry-Mol/pkg-plist @@ -1,13 +1,21 @@ +%%PERL5_MAN3%%/Chemistry::Atom.3.gz +%%PERL5_MAN3%%/Chemistry::Bond.3.gz +%%PERL5_MAN3%%/Chemistry::File.3.gz +%%PERL5_MAN3%%/Chemistry::File::Dumper.3.gz +%%PERL5_MAN3%%/Chemistry::File::Formula.3.gz +%%PERL5_MAN3%%/Chemistry::Mol.3.gz +%%PERL5_MAN3%%/Chemistry::Obj.3.gz +%%PERL5_MAN3%%/Chemistry::Tutorial.3.gz %%SITE_PERL%%/Chemistry/Atom.pm %%SITE_PERL%%/Chemistry/Bond.pm -%%SITE_PERL%%/Chemistry/Obj.pm %%SITE_PERL%%/Chemistry/File.pm -%%SITE_PERL%%/Chemistry/Tutorial.pod -%%SITE_PERL%%/Chemistry/Mol.pm %%SITE_PERL%%/Chemistry/File/Dumper.pm %%SITE_PERL%%/Chemistry/File/Formula.pm +%%SITE_PERL%%/Chemistry/Mol.pm +%%SITE_PERL%%/Chemistry/Obj.pm +%%SITE_PERL%%/Chemistry/Tutorial.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Mol/.packlist -@dirrm %%SITE_PERL%%/Chemistry/File -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Mol +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Mol @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry +@dirrmtry %%SITE_PERL%%/Chemistry/File @dirrmtry %%SITE_PERL%%/Chemistry diff --git a/science/p5-Geo-BUFR/Makefile b/science/p5-Geo-BUFR/Makefile index 6d9b7082f1ca..3407f8b9d7e4 100644 --- a/science/p5-Geo-BUFR/Makefile +++ b/science/p5-Geo-BUFR/Makefile @@ -19,17 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= bufr_reencode.pl.1 \ - bufralter.pl.1 \ - bufrencode.pl.1 \ - bufrread.pl.1 \ - bufrresolve.pl.1 -MAN3= Geo::BUFR.3 \ - Geo::bufr_reencode.3 \ - Geo::bufralter.3 \ - Geo::bufrencode.3 \ - Geo::bufrread.3 \ - Geo::bufrresolve.3 - -NO_STAGE= yes .include diff --git a/science/p5-Geo-BUFR/pkg-plist b/science/p5-Geo-BUFR/pkg-plist index bcbce674a5ba..6dac2a4792f8 100644 --- a/science/p5-Geo-BUFR/pkg-plist +++ b/science/p5-Geo-BUFR/pkg-plist @@ -3,6 +3,12 @@ bin/bufralter.pl bin/bufrencode.pl bin/bufrread.pl bin/bufrresolve.pl +%%PERL5_MAN3%%/Geo::BUFR.3.gz +%%PERL5_MAN3%%/Geo::bufr_reencode.3.gz +%%PERL5_MAN3%%/Geo::bufralter.3.gz +%%PERL5_MAN3%%/Geo::bufrencode.3.gz +%%PERL5_MAN3%%/Geo::bufrread.3.gz +%%PERL5_MAN3%%/Geo::bufrresolve.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/Geo/BUFR.pm %%SITE_PERL%%/%%PERL_ARCH%%/Geo/bufr_reencode.pl %%SITE_PERL%%/%%PERL_ARCH%%/Geo/bufralter.pl @@ -12,6 +18,11 @@ bin/bufrresolve.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/BUFR/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/BUFR/BUFR.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/BUFR/BUFR.so +man/man1/bufr_reencode.pl.1.gz +man/man1/bufralter.pl.1.gz +man/man1/bufrencode.pl.1.gz +man/man1/bufrread.pl.1.gz +man/man1/bufrresolve.pl.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/BUFR @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Geo diff --git a/science/p5-Geo-Coordinates-Converter/Makefile b/science/p5-Geo-Coordinates-Converter/Makefile index f930dd74ce99..f3ad9fce3de3 100644 --- a/science/p5-Geo-Coordinates-Converter/Makefile +++ b/science/p5-Geo-Coordinates-Converter/Makefile @@ -23,12 +23,4 @@ TEST_DEPENDS= p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base USES= perl5 USE_PERL5= configure -MAN3= Geo::Coordinates::Converter::Datum.3 \ - Geo::Coordinates::Converter.3 \ - Geo::Coordinates::Converter::Point.3 \ - Geo::Coordinates::Converter::Point::ISO6709.3 \ - Geo::Coordinates::Converter::Format.3 \ - Geo::Coordinates::Converter::Format::ISO6709.3 - -NO_STAGE= yes .include diff --git a/science/p5-Geo-Coordinates-Converter/pkg-plist b/science/p5-Geo-Coordinates-Converter/pkg-plist index 9e8848da10b6..32e2526f0fa9 100644 --- a/science/p5-Geo-Coordinates-Converter/pkg-plist +++ b/science/p5-Geo-Coordinates-Converter/pkg-plist @@ -1,25 +1,31 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter/.packlist -%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Wgs84.pm -%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Tokyo.pm +%%PERL5_MAN3%%/Geo::Coordinates::Converter.3.gz +%%PERL5_MAN3%%/Geo::Coordinates::Converter::Datum.3.gz +%%PERL5_MAN3%%/Geo::Coordinates::Converter::Format.3.gz +%%PERL5_MAN3%%/Geo::Coordinates::Converter::Format::ISO6709.3.gz +%%PERL5_MAN3%%/Geo::Coordinates::Converter::Point.3.gz +%%PERL5_MAN3%%/Geo::Coordinates::Converter::Point::ISO6709.3.gz +%%SITE_PERL%%/Geo/Coordinates/Converter.pm +%%SITE_PERL%%/Geo/Coordinates/Converter/Datum.pm %%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Grs67.pm -%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Jgd2000.pm %%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Grs80.pm +%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Jgd2000.pm +%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Tokyo.pm %%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Wgs72.pm -%%SITE_PERL%%/Geo/Coordinates/Converter/Format/Dms.pm +%%SITE_PERL%%/Geo/Coordinates/Converter/Datum/Wgs84.pm +%%SITE_PERL%%/Geo/Coordinates/Converter/Format.pm %%SITE_PERL%%/Geo/Coordinates/Converter/Format/Degree.pm +%%SITE_PERL%%/Geo/Coordinates/Converter/Format/Dms.pm %%SITE_PERL%%/Geo/Coordinates/Converter/Format/ISO6709.pm %%SITE_PERL%%/Geo/Coordinates/Converter/Format/Milliseconds.pm -%%SITE_PERL%%/Geo/Coordinates/Converter/Point/ISO6709.pm %%SITE_PERL%%/Geo/Coordinates/Converter/Point.pm -%%SITE_PERL%%/Geo/Coordinates/Converter/Datum.pm -%%SITE_PERL%%/Geo/Coordinates/Converter/Format.pm -%%SITE_PERL%%/Geo/Coordinates/Converter.pm +%%SITE_PERL%%/Geo/Coordinates/Converter/Point/ISO6709.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates/Converter @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/Coordinates @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo -@dirrm %%SITE_PERL%%/Geo/Coordinates/Converter/Datum -@dirrm %%SITE_PERL%%/Geo/Coordinates/Converter/Format -@dirrm %%SITE_PERL%%/Geo/Coordinates/Converter/Point +@dirrmtry %%SITE_PERL%%/Geo/Coordinates/Converter/Point +@dirrmtry %%SITE_PERL%%/Geo/Coordinates/Converter/Format +@dirrmtry %%SITE_PERL%%/Geo/Coordinates/Converter/Datum @dirrmtry %%SITE_PERL%%/Geo/Coordinates/Converter @dirrmtry %%SITE_PERL%%/Geo/Coordinates @dirrmtry %%SITE_PERL%%/Geo diff --git a/science/p5-Geo-WebService-Elevation-USGS/Makefile b/science/p5-Geo-WebService-Elevation-USGS/Makefile index 8b2cc0724d65..3faac10e06dc 100644 --- a/science/p5-Geo-WebService-Elevation-USGS/Makefile +++ b/science/p5-Geo-WebService-Elevation-USGS/Makefile @@ -14,14 +14,9 @@ COMMENT= Perl extension for elevation queries against USGS web services BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Geo::WebService::Elevation::USGS.3 - -NO_STAGE= yes .include diff --git a/science/p5-Geo-WebService-Elevation-USGS/pkg-plist b/science/p5-Geo-WebService-Elevation-USGS/pkg-plist index 0de90d3f51d6..83f5c8e80eed 100644 --- a/science/p5-Geo-WebService-Elevation-USGS/pkg-plist +++ b/science/p5-Geo-WebService-Elevation-USGS/pkg-plist @@ -1,7 +1,8 @@ +%%PERL5_MAN3%%/Geo::WebService::Elevation::USGS.3.gz %%SITE_PERL%%/Geo/WebService/Elevation/USGS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation/USGS/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation/USGS -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation/USGS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService/Elevation @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/WebService @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrmtry %%SITE_PERL%%/Geo/WebService/Elevation