svn commit: r332724 - in head/lang: p5-Error p5-Expect p5-ExtUtils-F77 p5-Interpolation p5-JSAN p5-JavaScript-Squish p5-Parse-Perl p5-Pugs-Compiler-Rule p5-Quantum-Superpositions p5-Tcl p5-v6

Vanilla I. Shu vanilla at FreeBSD.org
Mon Nov 4 14:20:09 UTC 2013


Author: vanilla
Date: Mon Nov  4 14:20:04 2013
New Revision: 332724
URL: http://svnweb.freebsd.org/changeset/ports/332724

Log:
  support STAGEDIR.

Modified:
  head/lang/p5-Error/Makefile
  head/lang/p5-Error/pkg-plist
  head/lang/p5-Expect/Makefile
  head/lang/p5-Expect/pkg-plist
  head/lang/p5-ExtUtils-F77/Makefile
  head/lang/p5-ExtUtils-F77/pkg-plist
  head/lang/p5-Interpolation/Makefile
  head/lang/p5-Interpolation/pkg-plist
  head/lang/p5-JSAN/Makefile
  head/lang/p5-JSAN/pkg-plist
  head/lang/p5-JavaScript-Squish/Makefile
  head/lang/p5-JavaScript-Squish/pkg-plist
  head/lang/p5-Parse-Perl/Makefile
  head/lang/p5-Parse-Perl/pkg-plist   (contents, props changed)
  head/lang/p5-Pugs-Compiler-Rule/Makefile
  head/lang/p5-Pugs-Compiler-Rule/pkg-plist
  head/lang/p5-Quantum-Superpositions/Makefile
  head/lang/p5-Quantum-Superpositions/pkg-plist
  head/lang/p5-Tcl/Makefile
  head/lang/p5-Tcl/pkg-plist
  head/lang/p5-v6/Makefile
  head/lang/p5-v6/pkg-plist
Directory Properties:
  head/lang/p5-Parse-Perl/pkg-descr   (props changed)

Modified: head/lang/p5-Error/Makefile
==============================================================================
--- head/lang/p5-Error/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Error/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -16,7 +16,4 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Error.3 Error::Simple.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-Error/pkg-plist
==============================================================================
--- head/lang/p5-Error/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Error/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,3 +1,5 @@
+%%PERL5_MAN3%%/Error.3.gz
+%%PERL5_MAN3%%/Error::Simple.3.gz
 %%SITE_PERL%%/Error.pm
 %%SITE_PERL%%/Error/Simple.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Error/.packlist

Modified: head/lang/p5-Expect/Makefile
==============================================================================
--- head/lang/p5-Expect/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Expect/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -16,7 +16,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Expect.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-Expect/pkg-plist
==============================================================================
--- head/lang/p5-Expect/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Expect/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,4 +1,5 @@
-%%SITE_PERL%%/Expect.pod
+%%PERL5_MAN3%%/Expect.3.gz
 %%SITE_PERL%%/Expect.pm
+%%SITE_PERL%%/Expect.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Expect/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Expect

Modified: head/lang/p5-ExtUtils-F77/Makefile
==============================================================================
--- head/lang/p5-ExtUtils-F77/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-ExtUtils-F77/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -15,9 +15,6 @@ USES=		perl5
 USE_PERL5=	configure
 USE_FORTRAN=	yes
 
-MAN3=		ExtUtils::F77.3
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s|'gfortran44'|'${FC}'|" \
 			  -e "s|'-O2'|'${CFLAGS}'|" \

Modified: head/lang/p5-ExtUtils-F77/pkg-plist
==============================================================================
--- head/lang/p5-ExtUtils-F77/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-ExtUtils-F77/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/ExtUtils::F77.3.gz
 %%SITE_PERL%%/ExtUtils/F77.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/F77
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
 @dirrmtry %%SITE_PERL%%/ExtUtils

Modified: head/lang/p5-Interpolation/Makefile
==============================================================================
--- head/lang/p5-Interpolation/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Interpolation/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -17,7 +17,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Interpolation.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-Interpolation/pkg-plist
==============================================================================
--- head/lang/p5-Interpolation/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Interpolation/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,3 +1,4 @@
+%%PERL5_MAN3%%/Interpolation.3.gz
 %%SITE_PERL%%/Interpolation.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Interpolation/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Interpolation

Modified: head/lang/p5-JSAN/Makefile
==============================================================================
--- head/lang/p5-JSAN/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-JSAN/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -27,9 +27,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	JSAN::Shell.3 JSAN.3 JSAN::Indexer::Creator.3 JSAN::Indexer.3
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "40 s,new,new(\'jsan\')," ${WRKSRC}/lib/JSAN.pm
 	${FIND} ${WRKSRC}/lib -name "*.bak" -delete

Modified: head/lang/p5-JSAN/pkg-plist
==============================================================================
--- head/lang/p5-JSAN/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-JSAN/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,9 +1,13 @@
 bin/jsan
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSAN/.packlist
+%%PERL5_MAN3%%/JSAN.3.gz
+%%PERL5_MAN3%%/JSAN::Indexer.3.gz
+%%PERL5_MAN3%%/JSAN::Indexer::Creator.3.gz
+%%PERL5_MAN3%%/JSAN::Shell.3.gz
 %%SITE_PERL%%/JSAN.pm
-%%SITE_PERL%%/JSAN/Shell.pm
 %%SITE_PERL%%/JSAN/Indexer.pm
 %%SITE_PERL%%/JSAN/Indexer/Creator.pm
+%%SITE_PERL%%/JSAN/Shell.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSAN/.packlist
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSAN
 @dirrmtry %%SITE_PERL%%/JSAN/Indexer
 @dirrmtry %%SITE_PERL%%/JSAN

Modified: head/lang/p5-JavaScript-Squish/Makefile
==============================================================================
--- head/lang/p5-JavaScript-Squish/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-JavaScript-Squish/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -13,8 +13,4 @@ COMMENT=	Reduce/Compact JavaScript code 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	js_compactor.1
-MAN3=	JavaScript::Squish.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-JavaScript-Squish/pkg-plist
==============================================================================
--- head/lang/p5-JavaScript-Squish/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-JavaScript-Squish/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,6 +1,8 @@
 bin/js_compactor
+%%PERL5_MAN3%%/JavaScript::Squish.3.gz
 %%SITE_PERL%%/JavaScript/Squish.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript/Squish/.packlist
+man/man1/js_compactor.1.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript/Squish
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JavaScript
 @dirrmtry %%SITE_PERL%%/JavaScript

Modified: head/lang/p5-Parse-Perl/Makefile
==============================================================================
--- head/lang/p5-Parse-Perl/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Parse-Perl/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -11,8 +11,7 @@ MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Interpret string as Perl source
 
 BUILD_DEPENDS=	p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker
-RUN_DEPENDS=	p5-Devel-CallChecker>=0.003:${PORTSDIR}/devel/p5-Devel-CallChecker
-
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Devel-Declare>=0:${PORTSDIR}/devel/p5-Devel-Declare \
 		p5-Lexical-Import>=0:${PORTSDIR}/devel/p5-Lexical-Import \
 		p5-Sub-Identify>=0:${PORTSDIR}/devel/p5-Sub-Identify
@@ -20,9 +19,4 @@ TEST_DEPENDS=	p5-Devel-Declare>=0:${PORT
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Parse::Perl.3 \
-		Parse::Perl::CopHintsHash.3 \
-		Parse::Perl::Environment.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-Parse-Perl/pkg-plist
==============================================================================
--- head/lang/p5-Parse-Perl/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Parse-Perl/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,3 +1,6 @@
+%%PERL5_MAN3%%/Parse::Perl.3.gz
+%%PERL5_MAN3%%/Parse::Perl::CopHintsHash.3.gz
+%%PERL5_MAN3%%/Parse::Perl::Environment.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/Parse/Perl.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Parse/Perl/CopHintsHash.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/Parse/Perl/Environment.pod

Modified: head/lang/p5-Pugs-Compiler-Rule/Makefile
==============================================================================
--- head/lang/p5-Pugs-Compiler-Rule/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Pugs-Compiler-Rule/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -22,18 +22,4 @@ TEST_DEPENDS=	p5-File-Slurp>0:${PORTSDIR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	compile_p6grammar.pl.1
-MAN3=	Pugs::Compiler::Regex.3 \
-	Pugs::Compiler::Grammar.3 \
-	Pugs::Compiler::RegexPerl5.3 \
-	Pugs::Compiler::Rule.3 \
-	Pugs::Compiler::Token.3 \
-	Pugs::Emitter::Grammar::Perl5.3 \
-	Pugs::Grammar::Precedence.3 \
-	Pugs::Runtime::Match.3 \
-	Pugs::Runtime::Regex.3 \
-	Pugs::Runtime::StrPos.3 \
-    	Pugs::Runtime::Tracer.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-Pugs-Compiler-Rule/pkg-plist
==============================================================================
--- head/lang/p5-Pugs-Compiler-Rule/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Pugs-Compiler-Rule/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,5 +1,15 @@
 bin/compile_p6grammar.pl
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs/Compiler/Rule/.packlist
+%%PERL5_MAN3%%/Pugs::Compiler::Grammar.3.gz
+%%PERL5_MAN3%%/Pugs::Compiler::Regex.3.gz
+%%PERL5_MAN3%%/Pugs::Compiler::RegexPerl5.3.gz
+%%PERL5_MAN3%%/Pugs::Compiler::Rule.3.gz
+%%PERL5_MAN3%%/Pugs::Compiler::Token.3.gz
+%%PERL5_MAN3%%/Pugs::Emitter::Grammar::Perl5.3.gz
+%%PERL5_MAN3%%/Pugs::Grammar::Precedence.3.gz
+%%PERL5_MAN3%%/Pugs::Runtime::Match.3.gz
+%%PERL5_MAN3%%/Pugs::Runtime::Regex.3.gz
+%%PERL5_MAN3%%/Pugs::Runtime::StrPos.3.gz
+%%PERL5_MAN3%%/Pugs::Runtime::Tracer.3.gz
 %%SITE_PERL%%/Pugs/AST/Expression.pm
 %%SITE_PERL%%/Pugs/Compiler/Grammar.pm
 %%SITE_PERL%%/Pugs/Compiler/Regex.pm
@@ -26,17 +36,19 @@ bin/compile_p6grammar.pl
 %%SITE_PERL%%/Pugs/Runtime/Rule.pm
 %%SITE_PERL%%/Pugs/Runtime/StrPos.pm
 %%SITE_PERL%%/Pugs/Runtime/Tracer.pm
- at dirrm %%SITE_PERL%%/Pugs/Runtime/Match
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs/Compiler/Rule/.packlist
+man/man1/compile_p6grammar.pl.1.gz
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs/Compiler/Rule
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs/Compiler
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs
+ at dirrmtry %%SITE_PERL%%/Pugs/Runtime/Match
 @dirrmtry %%SITE_PERL%%/Pugs/Runtime
 @dirrmtry %%SITE_PERL%%/Pugs/Grammar
- at dirrm %%SITE_PERL%%/Pugs/Emitter/Rule/Perl6
- at dirrm %%SITE_PERL%%/Pugs/Emitter/Rule/Perl5
+ at dirrmtry %%SITE_PERL%%/Pugs/Emitter/Rule/Perl6
+ at dirrmtry %%SITE_PERL%%/Pugs/Emitter/Rule/Perl5
 @dirrmtry %%SITE_PERL%%/Pugs/Emitter/Rule
- at dirrm %%SITE_PERL%%/Pugs/Emitter/Grammar
- at dirrm %%SITE_PERL%%/Pugs/Emitter
+ at dirrmtry %%SITE_PERL%%/Pugs/Emitter/Grammar
+ at dirrmtry %%SITE_PERL%%/Pugs/Emitter
 @dirrmtry %%SITE_PERL%%/Pugs/Compiler
 @dirrmtry %%SITE_PERL%%/Pugs/AST
 @dirrmtry %%SITE_PERL%%/Pugs
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs/Compiler/Rule
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs/Compiler
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pugs

Modified: head/lang/p5-Quantum-Superpositions/Makefile
==============================================================================
--- head/lang/p5-Quantum-Superpositions/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Quantum-Superpositions/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -13,10 +13,7 @@ COMMENT=	QM-like superpositions in Perl
 BUILD_DEPENDS=	p5-Class-Multimethods>=0:${PORTSDIR}/devel/p5-Class-Multimethods
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-MAN3=	Quantum::Superpositions.3
-
 USES=		perl5
 USE_PERL5=	configure
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-Quantum-Superpositions/pkg-plist
==============================================================================
--- head/lang/p5-Quantum-Superpositions/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Quantum-Superpositions/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/Quantum::Superpositions.3.gz
 %%SITE_PERL%%/Quantum/Superpositions.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum/Superpositions/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum/Superpositions
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum/Superpositions
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Quantum
 @dirrmtry %%SITE_PERL%%/Quantum

Modified: head/lang/p5-Tcl/Makefile
==============================================================================
--- head/lang/p5-Tcl/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Tcl/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -16,9 +16,6 @@ USES=		perl5
 USE_PERL5=	configure
 USE_TCL=	84+
 
-MAN3=		Tcl.3
-
-NO_STAGE=	yes
 post-extract:
 	@${FIND} ${WRKSRC} -type d -exec ${CHMOD} 0755 \{} \;
 	@${FIND} ${WRKSRC} -type f -exec ${CHMOD} 0644 \{} \;

Modified: head/lang/p5-Tcl/pkg-plist
==============================================================================
--- head/lang/p5-Tcl/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-Tcl/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/Tcl.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/Tcl.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tcl.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tcl.so
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl

Modified: head/lang/p5-v6/Makefile
==============================================================================
--- head/lang/p5-v6/Makefile	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-v6/Makefile	Mon Nov  4 14:20:04 2013	(r332724)
@@ -24,9 +24,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	v6.3 \
-	Pugs::Compiler::Perl6.3 \
-	Pugs::Runtime::Perl6.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/lang/p5-v6/pkg-plist
==============================================================================
--- head/lang/p5-v6/pkg-plist	Mon Nov  4 14:14:00 2013	(r332723)
+++ head/lang/p5-v6/pkg-plist	Mon Nov  4 14:20:04 2013	(r332724)
@@ -1,3 +1,6 @@
+%%PERL5_MAN3%%/Pugs::Compiler::Perl6.3.gz
+%%PERL5_MAN3%%/Pugs::Runtime::Perl6.3.gz
+%%PERL5_MAN3%%/v6.3.gz
 %%SITE_PERL%%/Pugs/Compiler/Perl6.pm
 %%SITE_PERL%%/Pugs/Emitter/Perl6/Perl5.pm
 %%SITE_PERL%%/Pugs/Emitter/YAML.pm
@@ -24,15 +27,15 @@
 %%SITE_PERL%%/Pugs/Runtime/Perl6AST.pmc
 %%SITE_PERL%%/Pugs/Runtime/Perl6Prelude.pm
 %%SITE_PERL%%/Pugs/Runtime/Perl6Prelude.pmc
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/v6/alpha/.packlist
 %%SITE_PERL%%/v6.pm
 %%SITE_PERL%%/v6/hello_world.pl
+ at dirrmtry %%SITE_PERL%%/v6
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/v6/alpha
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/v6
 @dirrmtry %%SITE_PERL%%/Pugs/Runtime
 @dirrmtry %%SITE_PERL%%/Pugs/Grammar
 @dirrmtry %%SITE_PERL%%/Pugs/Emitter/Perl6
 @dirrmtry %%SITE_PERL%%/Pugs/Emitter
 @dirrmtry %%SITE_PERL%%/Pugs/Compiler
 @dirrmtry %%SITE_PERL%%/Pugs
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/v6/alpha/.packlist
- at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/v6/alpha
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/v6
- at dirrmtry %%SITE_PERL%%/v6


More information about the svn-ports-head mailing list